aboutsummaryrefslogtreecommitdiffstats
path: root/include/client.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Import Charybdis commit b5b4a0e - client: use sequential connection ids for s...Gravatar Ben C2015-12-261-0/+2
* Show cipher string in /whois for SSL users. Import Charybdis commits ebe33db...Gravatar Ben C2015-12-231-0/+1
* Import Charybdis commit 4a5330b - IRCv3.2 chghost support.Gravatar Ben C2015-12-111-0/+1
* Remove some duplication that was introduced recently.Gravatar Ben C2015-10-311-2/+0
* In /whois, show the oper block name used by the oper to oper-up.Gravatar Ben C2015-09-101-0/+2
* 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-031-17/+18
* Add oper priv oper:cansetbot - Now needed for opers to set umode +B on themse...Gravatar Ben C2015-08-251-0/+2
* Backport Charybdis commits 654caa8, 74bae4c, 51535fc, 6e3d57d, 1b54aa5, 8bb95...Gravatar Ben C2015-08-171-8/+9
* Backport Charybdis commits c6bc97f, 93eb76cGravatar Ben C2015-08-171-4/+5
* Backport Charybdis commits 0044d40, ef3ab8e, 3a48406Gravatar Ben C2015-08-171-0/+1
* Backport Charybdis commits 7fc09bc, 7a9a900, 2635cc8, 364e59f, b647efaGravatar Ben C2015-08-151-1/+2
* Backport Charybdis commits 538d4d6, 21f715a, c4e81aeGravatar Ben C2015-08-131-3/+4
* Cmode +A/+N should be (un)settable only by (Net)Admins/NetAdmins; IsOper() an...Gravatar Ben C2015-03-271-3/+3
* Add NetAdmin role in addition to Admin and IRC OperatorGravatar Ben C2015-02-221-1/+3
* Add extend_chans oper-priv and auth-flag option from ircd-sevenGravatar Ben C2014-12-111-0/+4
* Add user mode +t - When enabled, only SSL/TLS users may message you.Gravatar Ben C2014-09-271-1/+3
* Add usermode +B (Mark as bot in whois) - Borrowed from BGreenham/GitHubGravatar Ben C2014-08-191-0/+3
* Initial CommitGravatar Ben C2014-05-211-0/+611