summaryrefslogtreecommitdiff
path: root/modules/commands/cs_register.cpp
AgeCommit message (Collapse)Author
2012-12-12Only allow non-user sources to register nonexistant channelsAdam
2012-11-22Pretty large coding style cleanup, in source docAdam
cleanup, and allow protocol mods to depend on each other
2012-10-30Send uids everywhere when setting modes on clientsAdam
2012-10-08Fix fantasy !help & give it its own help header, not ChanServ'sAdam
2012-06-18Allow userless command sourcesAdam
2012-04-23Reworked live SQL support yet againAdam
2012-02-26Added chanserv:require config option to set which modes must be on all ↵Adam
registered channels. Prevents the core from always enforcing +r on every channel, even if chanserv is not loaded.
2012-02-24Tell users to use NickServ for registering nicks, not chanserv...lethality
2012-02-18Use C++11's explicit override feature if availableAdam
2012-01-02Updated Copyright to 2012Adam
2011-11-17Fixed storing mode locksAdam
2011-10-10Allow chanserv/suspend to take an expiry timeAdam
2011-09-10Rewrote mlock saving/loading code to not use this silly extensible hackAdam
2011-09-10Made service_reference type safeAdam
2011-08-25Set the creator of default mlocks to the channel founder when a channel is ↵Adam
registered
2011-08-09Remove +P from unregistered channels if persist is setAdam
2011-08-06sed'd a few typosAdam
2011-08-05Rewrote the example configurations and split themAdam
up into seperate files for each pseudo client. Also reorganized how the modules are stored, and made most of the old "extra" modules "core"