aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add a per oper block{} (o-line) configuration file option where if defined, a...Gravatar Ben C2017-11-171-0/+2
* m_whois: Add hide_uids_in_whois option, default to "yes." This information i...Gravatar Ben C2017-11-081-1/+3
* messages.h: fix terminology when displaying UIDs•••These are technically UIDs, not EUIDs (which is the S2S command). Also make the WHOIS line for the user's UID follow the standard "[nick] is/has xyz" format.Gravatar James Lu2017-11-071-2/+2
* Add a can_self_devoice configuration option, defaulting to yes. Not really s...Gravatar Ben C2016-01-141-0/+1
* Revert "Revert "Replace autochanmodes logic with that of Charybdis. Resolves...•••This reverts commit 96313c6e8ade88cb891ce8e9fe73b6d99e764bbc. Gravatar Ben C2016-01-131-1/+2
* Fix numeric 004 RPL_MYINFO to actually list all channel modes that take an ar...Gravatar Ben C2016-01-042-1/+3
* Removing trailing spaces on numerics 900-902 per the IRCv3.1 SASL spec. http:...Gravatar Ben C2016-01-041-3/+3
* It is 2016 now, update the copyrights.Gravatar Ben C2016-01-012-2/+2
* Show Nick!Ident@Host in numeric 001 the way many other IRCds do.Gravatar Ben C2015-12-311-1/+1
* Admin/NetAdmin now implies oper:spy.Gravatar Ben C2015-12-311-1/+1
* RFC1459-fy numeric 256.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-0/+1
* Reduce even more clean_nick() code duplication. Import Charybdis commit 2d28...Gravatar Ben C2015-12-271-21/+2
* Remove some code duplication regarding nickname validity. Import Charybdis c...Gravatar Ben C2015-12-271-0/+21
* ssl: SSL ciphers supported is now configurable. Import Charybdis commits c17...Gravatar Ben C2015-12-272-2/+3
* Import Charybdis commit b5b4a0e - client: use sequential connection ids for s...Gravatar Ben C2015-12-262-5/+10
* 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-2/+1
* Replace autochanmodes logic with that of Charybdis. Resolves certain issues ...Gravatar Ben C2015-12-241-1/+2
* Import Charybdis commit bac8c48.Gravatar Ben C2015-12-231-7/+7
* Show cipher string in /whois for SSL users. Import Charybdis commits ebe33db...Gravatar Ben C2015-12-232-1/+2
* Import Charybdis commits 408a29c and 196740c. Some cleanups from Ratbox 3.1.Gravatar Ben C2015-12-191-2/+2
* 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/+1
* Import Charybdis commit 4a5330b - IRCv3.2 chghost support.Gravatar Ben C2015-12-111-0/+1
* Import the bit from ircd-seven to show the oper name and privset block used. ...Gravatar Ben C2015-12-112-0/+2
* Import Charybdis commit 583f064Gravatar Ben C2015-11-261-2/+2
* Back out of remote channel join notices for now. - May be revisited at a late...Gravatar Ben C2015-11-021-1/+0
* Remove some duplication that was introduced recently.Gravatar Ben C2015-10-311-2/+0
* Implement deoper server notices, and numeric 385.Gravatar Ben C2015-10-311-1/+2
* Show EUID to user on connect. Show EUID on /whois to only self + opers.Gravatar Ben C2015-10-252-1/+5
* Added oper priv oper:unresv, needed to use UNRESV.Gravatar Ben C2015-10-231-0/+1
* Implement the oper priv oper:local_routing - Permits local SQUIT and CONNECT.Gravatar Ben C2015-10-231-0/+1
* Import Charybdis commits d5f856c, 7485e86, d09bde1 - MONITOR memory leak fixes.Gravatar Ben C2015-10-131-3/+2
* Import Charybdis commit 2125182Gravatar Ben C2015-10-111-1/+1
* Add ENCAP USERMODE - A means by which services can change users' user modes. ...Gravatar Ben C2015-09-301-0/+4
* Add and implement halfops_can_dehalfop_others setting.Gravatar Ben C2015-09-171-0/+1
* Change oper up notices to better fit the 'nick (ident@host)' format of many o...Gravatar Ben C2015-09-121-0/+1
* In /whois, show the oper block name used by the oper to oper-up.Gravatar Ben C2015-09-101-0/+2
* Borrow sno_channeljoin.c from SporksIRCd, also extend it to support remote ch...Gravatar Ben C2015-09-071-0/+1
* Fixed a minor derp introduced awhile back. That and all users with +a will h...Gravatar Ben C2015-09-061-1/+1
* Implement optional yaohv (~&@%+) support. Move override into core, fix some ...Gravatar Ben C2015-09-035-27/+66
* Purge local channels. Almost no one uses them anyway, and outside of EFnet/I...Gravatar Ben C2015-08-282-2/+1
* Add oper priv oper:cansetbot - Now needed for opers to set umode +B on themse...Gravatar Ben C2015-08-253-4/+7
* Add disable_join_0 option, default to yes. Change default of disable_local_c...Gravatar Ben C2015-08-241-0/+1
* Fix FORCEJOIN/FJOIN, ported from SporksIRCd, move some channel join functions...Gravatar Ben C2015-08-242-0/+8
* Add operspy_dont_care_chan_info conf option that works similarly to operspy_d...Gravatar Ben C2015-08-221-0/+1
* Add the ability to have static client quit reasons.Gravatar Ben C2015-08-211-0/+2
* Add the ability to use static channel part reasons.Gravatar Ben C2015-08-211-0/+4
* Add configuration option to strip colors and formatting from channel topics. ...Gravatar Ben C2015-08-211-0/+1
* Add configuration setting to (dis|en)able stripping colors and text formattin...Gravatar Ben C2015-08-201-0/+1