| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Change cleanup of serverbots to avoid use-after-free on module unload | 2010-11-09 | 1 | -18/+24 | |
| | | |||||
| * | Call OnPostCommand from aliases | 2010-10-19 | 1 | -5/+8 | |
| | | |||||
| * | Revert incorrect fix | 2010-10-17 | 1 | -1/+1 | |
| | | |||||
| * | Fix BOTNOTICE | 2010-10-17 | 1 | -1/+1 | |
| | | |||||
| * | Process at most one alias, to allow for "invalid command" type aliases | 2010-10-17 | 1 | -12/+11 | |
| | | |||||
| * | Add BOTNOTICE pseudo-command to <botcmd> parsing | 2010-10-08 | 1 | -1/+9 | |
| | | |||||
| * | Add early_init() for module setup needed prior to config reading | 2010-10-08 | 1 | -1/+5 | |
| | | |||||
| * | Fix error handling and bad SQL syntax | 2010-10-02 | 1 | -0/+8 | |
| | | |||||
| * | Initialize recursing and botID in the constructor | 2010-09-27 | 1 | -3/+1 | |
| | | |||||
| * | Add ExtensibleType argument to ExtensionItem to identify item types | 2010-09-22 | 1 | -1/+1 | |
| | | |||||
| * | Convert m_alias and m_serverbots to FormatSubstitute | 2010-08-27 | 1 | -49/+43 | |
| | | |||||
| * | Remove "assign()" converter between irc::string and std::string | 2010-08-22 | 1 | -1/+1 | |
| | | |||||
| * | Clarify the configuration tag function names | 2010-08-22 | 1 | -2/+2 | |
| | | |||||
| * | Change config reading hook for better error reporting | 2010-08-21 | 1 | -3/+1 | |
| | | | | | | This eliminates the OnRehash hook, and replaces it with ReadConfig which is called on boot, module load, and rehash. | ||||
| * | Fix compile error | 2010-08-10 | 1 | -1/+1 | |
| | | |||||
| * | Clear bot aliases on rehash | 2010-08-08 | 1 | -0/+1 | |
| | | |||||
| * | Finish m_serverbots | 2010-08-07 | 1 | -23/+56 | |
| | | |||||
| * | Add m_serverbots | 2010-08-07 | 1 | -0/+294 | |
