aboutsummaryrefslogtreecommitdiffstats
path: root/modules/protocol
Commit message (Expand)AuthorAgeFilesLines
* Missed some umodes in the first round.Gravatar Ben C2018-04-153-6/+17
* modules/protocol/*: White space consistency.Gravatar Ben C2018-04-1512-161/+149
* Add better user mode tracking support.Gravatar Ben C2018-04-1514-56/+234
* Add umode_sts for services to change user modes. Doesn't do anything yet.Gravatar Ben C2018-03-1116-22/+57
* nickserv/register: Don't echo from registration confirm.; libathemecore/servi...Gravatar Ben C2017-11-195-62/+94
* Import Atheme commits bebafdf, b2b2798, d0de756, and 2329348. protocol/*: do...Gravatar Ben C2017-11-137-7/+14
* Move vendor field to a compile time macroGravatar Austin Ellis2017-10-3023-23/+23
* protocol/chatircd: Couple more tweaks. $s is not supported. Support $u for ...Gravatar Ben C2017-10-211-7/+2
* protocol/chatircd: Add support for ChatIRCd extban $u .Gravatar Ben C2017-10-211-0/+29
* protocol/Unreal40: Unlike Unreal 3.2.x, Unreal 4.0.x no longer supports cmode...Gravatar Ben C2017-10-171-27/+1
* Import Atheme commits 908721c and e5d5d46.Gravatar Ben C2017-10-121-1/+1
* Import Atheme commit 10968ab.Gravatar Ben C2017-10-101-1/+1
* Import Atheme commits 1401a36, 490147b, and ad77a94.Gravatar Ben C2017-10-091-5/+14
* Import Atheme commits 36f1b1a, b99e0f8, and 35e73d0.Gravatar Ben C2017-10-091-2/+3
* Import Atheme commits 87f25f5 and 08012f1.Gravatar Ben C2017-10-071-0/+6
* protocol/ts6*: Designate some modes as staff-only that should have been desig...Gravatar Ben C2017-10-074-80/+80
* protocol/charybdis: Add cmode +M support.Gravatar Ben C2017-10-071-21/+22
* Import Atheme commits 51a5faa, e71cbb3, 3f1a2aa, and aa84e73.Gravatar Ben C2017-10-071-3/+4
* Import Atheme commit 641a586.Gravatar Ben C2017-10-071-19/+32
* Import Atheme commits aef9cbc, d36415c, 2d8a478, and a634885.Gravatar Ben C2017-09-291-3/+22
* Tweak timestamp. Also import Atheme commits 001e59d, fb0d43c, and be7c0b6.Gravatar Ben C2017-09-291-0/+20
* protocol: Add cmode +T support for Charybdis, and check whether extban masks ...Gravatar Ben C2017-09-164-2/+10
* Import Atheme commits 3f45f52 and 0d9ed2f.Gravatar Ben C2017-08-261-1/+3
* Import Atheme commit 4d7df1cGravatar Ben C2017-08-267-18/+63
* Import Atheme commits 586f04c, f79acb2, and d5165e6.Gravatar Ben C2017-08-195-0/+5
* protocol: Add Unreal 4.x support (cont'd) - It would help if I were to actual...Gravatar Ben C2017-08-121-0/+1653
* protocol: Add Unreal 4.x support. SASL ID doesn't seem to function yet, but ...Gravatar Ben C2017-08-121-1/+2
* modules/protocol: Expand ircd_t to store channel quiet mode support, and.. *u...Gravatar Ben C2016-06-0415-16/+61
* Missed a spot.Gravatar Ben C2016-04-131-1/+4
* Missed a spot.Gravatar Ben C2016-04-051-1/+1
* protocol/unreal.c: Do the same for Unreal3.2.Gravatar Ben C2016-04-041-2/+5
* protocol/ts6-generic.c: Make the chansvs.use_(admin|owner) options effective ...Gravatar Ben C2016-04-041-6/+30
* protocol/ngircd: ngircd_invite_sts - Make it use the chansvs.use_{owner|admin...Gravatar Ben C2016-03-301-1/+4
* Make the last commit actually work on Unreal the way it's supposed to.Gravatar Ben C2016-03-291-4/+4
* ChanServ: Add use_owner and use_admin config options. - When enabled, and if ...Gravatar Ben C2016-03-294-10/+30
* It is 2016 now, update the copyrights.Gravatar Ben C2016-01-011-2/+2
* ChatIRCd now supports +yaohv (~&@%+). Also various cleanups.Gravatar Ben C2015-10-121-31/+37
* Add Unreal Cmode +T supportGravatar Ben C2015-08-081-0/+1
* It's 2015 now.Gravatar Ben C2014-12-311-1/+1
* Add ChatIRCd Cmode +T supportGravatar Ben C2014-10-181-20/+21
* Rebrand to ChatServices - Version 1.0.0-beta1 - Add ChatIRCd protocol moduleGravatar Ben C2014-10-182-17/+353
* protocol/inspircd: chase rejoindelay announcement changes (inspircd #913) (cl...Gravatar William Pitcock2014-09-161-3/+11
* Merge pull request #383 from attilamolnar/master+version•••Send the correct version string to InspIRCd serversGravatar William Pitcock2014-09-121-2/+3
|\
| * protocol/inspircd: Send a VERSION string that is similiar to what we send to ...Gravatar Attila Molnar2014-09-121-2/+3
* | protocol/inspircd: Allow all METADATA accountname messages to set the interna...•••Fixes #308 Gravatar Attila Molnar2014-09-121-5/+1
|/
* protocol/inspircd: allow +J 5 as the comment promisesGravatar William Pitcock2014-09-051-1/+1
* Change OPERTYPE to say "Service" instead of "Services"Gravatar Michael Hazell2014-08-101-1/+1
* protocol/unreal: fix incorrect strchr() usage when parsing +f mode strings.Gravatar William Pitcock2014-08-081-1/+1
* Merge pull request #369 from ShutterQuick/master+canextban•••cs/quiet & cs/ban: Don't try to expand extbansGravatar William Pitcock2014-08-083-0/+49
|\
| * protocol: Add is_extban() to allow modules to check if the ircd considers a m...Gravatar Daniel Vassdal2014-08-053-0/+49