aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
...
* Clarify the configuration tag function namesGravatar Daniel De Graaf2010-08-2242-56/+56
* Change modelist back to 2.0 definition to remove double-dereference in BanItemGravatar Daniel De Graaf2010-08-216-15/+15
* Remove some unused hooks•••The conversion to named modes in 2.1 broke the OnDelBan hook, so remove m_timedbans (the only user) since it has been deprecated by m_timedmodes. The other hooks (OnAddMode and OnNumeric) have never been used. Gravatar Daniel De Graaf2010-08-212-223/+55
* Change m_autoop to use OnPostJoin and add /UP commandGravatar Jackmcbarn2010-08-211-12/+45
* Remove testsuite, unused codeGravatar Daniel De Graaf2010-08-211-1/+0
* Fix crash in m_channamesGravatar Jackmcbarn2010-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-2112-983/+126
* Remove ConfigReader (deprecated interface)Gravatar Daniel De Graaf2010-08-2129-109/+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-211-15/+11
* 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-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-2174-315/+198
* Prevent changing +r when already setGravatar webczat2010-08-211-0/+7
* 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-194-6/+41
* Split provided modes off from m_services_accountGravatar Daniel De Graaf2010-08-193-182/+255
* 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-194-99/+114
* Add m_chanregister: ircd-side channel registrationGravatar webczat2010-08-191-0/+766
* Change ResolveModeConflict to a simpler parameter ordering functionGravatar Daniel De Graaf2010-08-184-5/+4
* Change ModeHandler::AccessCheck to use PermissionDataGravatar Daniel De Graaf2010-08-184-24/+23
* 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
* 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-162-1/+50
* 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-161-168/+0
* 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
* Fix unload of prefix modes not unsetting prefixesGravatar Daniel De Graaf2010-08-153-18/+8
* Move a useful utility function from spanningtree to coreGravatar Daniel De Graaf2010-08-152-25/+4
* Add timed modes moduleGravatar Jackmcbarn2010-08-151-0/+369