aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Add a per oper block{} (o-line) configuration file option where if defined, a...Gravatar Ben C2017-11-171-0/+21
* m_whois: Add hide_uids_in_whois option, default to "yes." This information i...Gravatar Ben C2017-11-082-1/+7
* m_sasl: Ensure the AUTHENTICATE parameter doesn't include a colon at the begi...Gravatar Ben C2016-09-041-6/+11
* m_whois: Should always show the connecting IP and hostname to self+opers, reg...Gravatar Ben C2016-06-201-12/+30
* m_whois: Show snomasks in numeric 379, RPL_WHOISMODES if applicable.Gravatar Ben C2016-06-201-1/+12
* m_stats: Remote "/stats f" should work for NetAdmins.Gravatar Ben C2016-06-201-2/+22
* m_info.c: Include server description in /info.Gravatar Ben C2016-06-191-0/+6
* m_sasl: CAP DEL should be sent whether SaslServ quits (if it's unloaded) or i...Gravatar Ben C2016-04-071-4/+3
* m_sasl: Fix it so CAP DEL is actually sent when cap-notify is enabled.Gravatar Ben C2016-03-061-1/+15
* m_invite and m_uninvite: Suppress the channel notice on invite for clients wi...Gravatar Ben C2016-01-172-4/+4
* m_priv and s_user - oper_up: Show oper privs 10 at a time on multiple lines.Gravatar Ben C2016-01-171-2/+50
* Add a can_self_devoice configuration option, defaulting to yes. Not really s...Gravatar Ben C2016-01-141-0/+6
* m_info: Make autochanmodes actually show up in it, after unreverting the bett...Gravatar Ben C2016-01-131-0/+4
* Revert "Revert "Replace autochanmodes logic with that of Charybdis. Resolves...•••This reverts commit 96313c6e8ade88cb891ce8e9fe73b6d99e764bbc. Gravatar Ben C2016-01-131-1/+1
* m_uninvite: When used, it should sent an UNINVITE message to the target user....Gravatar Ben C2016-01-121-23/+6
* m_whois: s/Using class block/is using class block/ - To maintain consistency ...Gravatar Ben C2016-01-111-1/+1
* m_info: Tweak the infoline description for displayed_usercount. Also noting ...Gravatar Ben C2016-01-111-1/+1
* Make displayed_usercount show up in /list.Gravatar Ben C2016-01-111-0/+6
* Make more than two stacked prefixes work on SJOIN (after a split ends). Fail...Gravatar Ben C2016-01-101-2/+8
* Refactor the can_kick_deop code to make it work with stacked prefixes. Not m...Gravatar Ben C2016-01-061-28/+32
* Prevent STARTTLS usage over an existing SSL/TLS connection.Gravatar Ben C2016-01-041-0/+6
* It is 2016 now, update the copyrights.Gravatar Ben C2016-01-0110-10/+10
* m_whois: Remove some extra unneeded checks. Self-check (exclusive of oper st...Gravatar Ben C2015-12-281-1/+1
* Import Charybdis commit d855e13. - Remove trailing space in CAP ACK.Gravatar Ben C2015-12-281-2/+4
* Viewing the quiet list (/mode #Channel q) shouldn't end the flood grace eithe...Gravatar Ben C2015-12-281-1/+1
* m_whois: s/Opered as/is opered as/Gravatar Ben C2015-12-281-1/+1
* m_list: Default channel display threshold is now configurable and no longer h...Gravatar Ben C2015-12-271-2/+6
* Show a flattened /map to non-opers instead of erroring, if flattened links ar...Gravatar Ben C2015-12-271-1/+75
* Reduce even more clean_nick() code duplication. Import Charybdis commit 2d28...Gravatar Ben C2015-12-274-68/+6
* monitor: Ensure nicks used are valid. Import Charybdis commit 413c61a.Gravatar Ben C2015-12-271-0/+3
* Remove some code duplication regarding nickname validity. Import Charybdis c...Gravatar Ben C2015-12-271-22/+1
* Import Charybdis commit e124e4b. m_starttls: Client FD hash removal.Gravatar Ben C2015-12-271-2/+0
* m_info: List items using the OUTPUT_BOOLEAN2 format were doubled due to a mis...Gravatar Ben C2015-12-251-7/+2
* Revert "Replace autochanmodes logic with that of Charybdis. Resolves certain...•••This reverts commit 1d7db300d36c5ac49b27652bcb931b1da4db644b. This commit introduces nastier issues. This issue will be revisited at a later time. Gravatar Ben C2015-12-251-1/+1
* Replace autochanmodes logic with that of Charybdis. Resolves certain issues ...Gravatar Ben C2015-12-241-1/+1
* Show cipher string in /whois for SSL users. Import Charybdis commits ebe33db...Gravatar Ben C2015-12-231-6/+13
* Add mode direction to chmode.c - get_channel_access() and get_channel_access ...Gravatar Ben C2015-12-152-1/+2
* Make CertFP hash configurable and support SHA512 and SHA256 in addition to SH...Gravatar Ben C2015-12-141-0/+19
* Import Charybdis commit a7433e3. Same behavior for +R regardling auto /accep...Gravatar Ben C2015-12-121-1/+3
* Import Charybdis commit 4a5330b - IRCv3.2 chghost support.Gravatar Ben C2015-12-111-0/+1
* Show class name the user has used to connect, in /whois to opers and self.Gravatar Ben C2015-12-111-1/+12
* Import the bit from ircd-seven to show the oper name and privset block used. ...Gravatar Ben C2015-12-111-22/+14
* Successful REHASH Snotes should probably be L_NETWIDE as well.Gravatar Ben C2015-12-101-13/+13
* Import Charybdis commit 583f064Gravatar Ben C2015-11-263-40/+24
* FailGravatar Ben C2015-11-211-1/+3
* Make the /whois output a little nicer when the target is an oper.Gravatar Ben C2015-11-201-5/+3
* Clean up the (un)invite notice code a bit.Gravatar Ben C2015-11-172-41/+27
* Move some more ISUPPORT values into their respective modules.Gravatar Ben C2015-11-155-4/+70
* Import Charybdis commit 439bf4dGravatar Ben C2015-11-151-1/+15
* Send the override kick notice once and not from every server on the network.Gravatar Ben C2015-11-151-8/+6