summaryrefslogtreecommitdiff
path: root/src/modules/m_chanregister.cpp
Commit message (Expand)AuthorAgeFilesLines
* Correct some numericsGravatar Daniel De Graaf2010-08-211-3/+3
* Add per-user registration limit to m_chanregisterGravatar webczat2010-08-211-0/+30
* Fix crash when m_chanregister is initialized prior to permchannelsGravatar Daniel De Graaf2010-08-211-4/+16
* Change config reading hook for better error reporting•••This eliminates the OnRehash hook, and replaces it with ReadConfig which is called on boot, module load, and rehash. Gravatar Daniel De Graaf2010-08-211-5/+3
* Prevent changing +r when already setGravatar webczat2010-08-211-0/+7
* Fix desync of chanregister when merging modesGravatar Daniel De Graaf2010-08-201-20/+17
* Add verbose parameter to m_chanregisterGravatar webczat2010-08-201-7/+15
* Remove double error check on prefixrequiredGravatar webczat2010-08-201-8/+6
* Add multi-registrant supportGravatar Jackmcbarn2010-08-201-26/+43
* Remove unneeded VF_COMMON and set default expire time to 21 daysGravatar Jackmcbarn2010-08-191-2/+2
* Allow disabling of the database in m_chanregisterGravatar Jackmcbarn2010-08-191-4/+6
* Document m_chanregister and mark it VF_VENDORGravatar Jackmcbarn2010-08-191-1/+1
* Change account.h to use the ServiceProvider hooksGravatar Daniel De Graaf2010-08-191-47/+54
* Add m_chanregister: ircd-side channel registrationGravatar webczat2010-08-191-0/+766