aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_timedmodes.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed Windows build.•••Squash commit of the following from 2.0: commit cbd0b938d1e6a24c082fd510f3f6bb45a1ba3ce0 commit d392720f7fe4e3a85aec0f431b24d852d186d353 commit 30477f569bbd21590ad0687b5f09012deeb2b40e commit 4707f65e75867e443cbab8a5dcb0379341537263 commit e37621e04ea3b80c6f57c89873e530506f8d5587 commit 92cac06fc2e4207614efe0292d6cdf2954ff30a9 Plus many additional 2.1 specific fixes. Gravatar Adam2012-06-061-0/+1
* Merge pull request #177 from Robby-/insp21-moddesc•••[2.1] Module description updatesGravatar Robin Burchell2012-05-301-1/+1
|\
| * Module description updatesGravatar Robby-2012-05-301-1/+1
* | Stop exposing the raw linking protocol to modulesGravatar attilamolnar2012-05-291-1/+1
|/
* Replace copyright headers with headers granting specific authors copyright.•••Fixes #61. Gravatar Robin Burchell2012-04-191-8/+14
* Update copyright notices to 2011Gravatar Jackmcbarn2011-05-041-1/+1
* Use empty() instead of size() == 0Gravatar Jackmcbarn2011-05-031-1/+1
* Remove protocol.h from inspircd.hGravatar Jackmcbarn2011-01-291-0/+1
* Use SplitCommandGravatar Jackmcbarn2011-01-261-150/+149
* Use more printf-style WriteServGravatar Jackmcbarn2010-12-161-3/+3
* Clean up m_timedmodesGravatar Jackmcbarn2010-09-281-33/+45
* This needs to be VF_OPTCOMMON for the same reason as m_accountGravatar Jackmcbarn2010-09-241-1/+1
* Fix type mismatch errorGravatar Jackmcbarn2010-09-231-0/+1
* Add ExtensibleType argument to ExtensionItem to identify item typesGravatar Daniel De Graaf2010-09-221-1/+1
* Avoid future bugs with AttachGravatar Jackmcbarn2010-08-281-1/+1
* Fix race condition in m_timedmodesGravatar Jackmcbarn2010-08-251-1/+1
* Prevent using /TMODE to register channels over the limitGravatar Jackmcbarn2010-08-241-1/+12
* Clarify the configuration tag function namesGravatar Daniel De Graaf2010-08-221-1/+1
* 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-4/+3
* Fix some minor bugs in m_timedmodesGravatar Jackmcbarn2010-08-161-19/+18
* Fix compile errorGravatar Daniel De Graaf2010-08-151-1/+1
* Add timed modes moduleGravatar Jackmcbarn2010-08-151-0/+369