summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2.1 alpha 2 release v2.1a2Gravatar Daniel De Graaf2010-08-211-1/+1
* Correct some numericsGravatar Daniel De Graaf2010-08-211-3/+3
* Add invite list and stats counters to /CHECKGravatar Daniel De Graaf2010-08-211-6/+17
* Replace remaining Request users with dynamic_referenceGravatar Daniel De Graaf2010-08-2121-1223/+261
* Remove some duplicate codeGravatar Daniel De Graaf2010-08-213-23/+16
* Remove ConfigReader (deprecated interface)Gravatar Daniel De Graaf2010-08-2131-273/+71
* Add per-user registration limit to m_chanregisterGravatar webczat2010-08-211-0/+30
* More config logging fixupsGravatar Daniel De Graaf2010-08-215-80/+48
* Move spanningtree config to <spanningtree> from various other placesGravatar Daniel De Graaf2010-08-213-47/+43
* Correctly report errors in m_filter configGravatar Daniel De Graaf2010-08-211-9/+9
* Fix crash in opermotd caused by reading config prior to initGravatar Daniel De Graaf2010-08-211-7/+8
* Fix crash when m_chanregister is initialized prior to permchannelsGravatar Daniel De Graaf2010-08-212-4/+18
* 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-2182-415/+395
* Prevent changing +r when already setGravatar webczat2010-08-211-0/+7
* Add jackmcbarn to contributors, remove useless commasGravatar Daniel De Graaf2010-08-201-11/+11
* Allow connect blocks to match the "servername" field in USER•••RFC 1459 specifies that the third parameter to USER is the name of the server that the client is connecting to. While this is not set by all clients, it is set by some, and could be used to alter MOTD or other settings based on the DNS name used to connect to a server or network. Gravatar Daniel De Graaf2010-08-201-0/+54
* Fix blockcaps errorGravatar Jackmcbarn2010-08-201-1/+1
* Don't display server-sourced changes to opflagsGravatar Daniel De Graaf2010-08-201-4/+6
* Fix m_autoop sync of opflags and extra send of mode changesGravatar Daniel De Graaf2010-08-203-11/+18
* 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
* Respect CycleHostsFromUser configuration for mode changes generated by m_autoopGravatar Daniel De Graaf2010-08-201-3/+4
* Add support for setting accountname to m_sqlauth and m_ldapauthGravatar Daniel De Graaf2010-08-195-6/+45
* Split provided modes off from m_services_accountGravatar Daniel De Graaf2010-08-194-193/+282
* 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-192-1/+15
* Change account.h to use the ServiceProvider hooksGravatar Daniel De Graaf2010-08-194-99/+114
* Add m_chanregister: ircd-side channel registrationGravatar webczat2010-08-191-0/+766
* Fix the <database> example tagsGravatar Daniel De Graaf2010-08-191-3/+3
* Change ResolveModeConflict to a simpler parameter ordering functionGravatar Daniel De Graaf2010-08-188-16/+13
* Change ModeHandler::AccessCheck to use PermissionDataGravatar Daniel De Graaf2010-08-188-35/+30
* Ignore dev-docsGravatar Daniel De Graaf2010-08-181-1/+2
* Add m_chanacl to the example modules configGravatar Jackmcbarn2010-08-171-0/+4
* Prevent using placement new on refcountbase, just in caseGravatar Daniel De Graaf2010-08-171-1/+2
* Include a placement operator new for classes that hide operator newGravatar Daniel De Graaf2010-08-171-6/+9
* Clarify null character append in m_cloaking (fixes compiler warning)Gravatar Daniel De Graaf2010-08-171-1/+1
* m_lockserv doesn't need to be VF_OPTCOMMONGravatar Jackmcbarn2010-08-171-1/+1
* Add m_cline and m_opmoderated to the configfileGravatar Jackmcbarn2010-08-171-0/+13
* Fix errors in m_cline implementationGravatar Daniel De Graaf2010-08-171-4/+7
* Add m_clineGravatar Daniel De Graaf2010-08-171-0/+222
* Fix up invite checking code and add m_inviteextbanGravatar Jackmcbarn2010-08-165-3/+62
* Restore m_timedbans to allow it to be used when linking to 1.2/2.0Gravatar Daniel De Graaf2010-08-161-0/+168
* Fix null deref on distant proto_version check in FMODEGravatar Daniel De Graaf2010-08-161-1/+1
* Remove now-obsolete and buggy m_timedbans and document m_timedmodesGravatar Jackmcbarn2010-08-163-180/+10
* Update m_nicklock and m_sanick to allow changing someone's nick to their UID,...Gravatar Jackmcbarn2010-08-162-13/+20
* Fix some minor bugs in m_timedmodesGravatar Jackmcbarn2010-08-161-19/+18
* Fix compile errorGravatar Daniel De Graaf2010-08-151-1/+1