summaryrefslogtreecommitdiff
path: root/src/modules/m_serverbots.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change cleanup of serverbots to avoid use-after-free on module unloadGravatar Daniel De Graaf2010-11-091-18/+24
|
* Call OnPostCommand from aliasesGravatar Jackmcbarn2010-10-191-5/+8
|
* Revert incorrect fixGravatar Jackmcbarn2010-10-171-1/+1
|
* Fix BOTNOTICEGravatar Jackmcbarn2010-10-171-1/+1
|
* Process at most one alias, to allow for "invalid command" type aliasesGravatar Jackmcbarn2010-10-171-12/+11
|
* Add BOTNOTICE pseudo-command to <botcmd> parsingGravatar Daniel De Graaf2010-10-081-1/+9
|
* Add early_init() for module setup needed prior to config readingGravatar Daniel De Graaf2010-10-081-1/+5
|
* Fix error handling and bad SQL syntaxGravatar Daniel De Graaf2010-10-021-0/+8
|
* Initialize recursing and botID in the constructorGravatar Jackmcbarn2010-09-271-3/+1
|
* Add ExtensibleType argument to ExtensionItem to identify item typesGravatar Daniel De Graaf2010-09-221-1/+1
|
* Convert m_alias and m_serverbots to FormatSubstituteGravatar Daniel De Graaf2010-08-271-49/+43
|
* Remove "assign()" converter between irc::string and std::stringGravatar Daniel De Graaf2010-08-221-1/+1
|
* Clarify the configuration tag function namesGravatar Daniel De Graaf2010-08-221-2/+2
|
* Change config reading hook for better error reportingGravatar Daniel De Graaf2010-08-211-3/+1
| | | | | This eliminates the OnRehash hook, and replaces it with ReadConfig which is called on boot, module load, and rehash.
* Fix compile errorGravatar Daniel De Graaf2010-08-101-1/+1
|
* Clear bot aliases on rehashGravatar Daniel De Graaf2010-08-081-0/+1
|
* Finish m_serverbotsGravatar Daniel De Graaf2010-08-071-23/+56
|
* Add m_serverbotsGravatar Daniel De Graaf2010-08-071-0/+294