summaryrefslogtreecommitdiff
path: root/src/modules/m_timedmodes.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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 reportingGravatar Daniel De Graaf2010-08-211-4/+3
| | | | | This eliminates the OnRehash hook, and replaces it with ReadConfig which is called on boot, module load, and rehash.
* 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