Age | Commit message (Expand) | Author |
2013-09-08 | Automatically register ServiceProviders created by modules | attilamolnar |
2013-08-04 | Automatically attach modules to events | attilamolnar |
2013-07-04 | Remove $Core and $Mod* comments apart from $ModDep. | Peter Powell |
2013-06-12 | Get rid of the OnRemoteKill hook, make use of GetRouting() and TR_CUSTOM to r... | attilamolnar |
2013-06-02 | Route WALLOPS like a regular command, remove OnWallops hook | attilamolnar |
2013-05-20 | Remove OnUserPreNotice and OnUserNotice hooks, add MessageType argument to On... | attilamolnar |
2013-05-15 | Tidy up keywords on module methods. | Peter Powell |
2013-04-08 | Remove OnAddBan and OnDelBan hooks | attilamolnar |
2013-04-01 | Whitespace and empty destructor removal, minor coding style changes | attilamolnar |
2012-12-02 | Register all commands, modes and extensions using AddService() | attilamolnar |
2012-12-02 | Attach to events and register services in init() | attilamolnar |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-02-28 | Fix misspelling | danieldg |
2010-02-20 | Restore <options:exemptchanops> with long names | danieldg |
2010-02-19 | Kill m_spy, which was replaced by channels/auspex in 1.2 but kept alive for n... | danieldg |
2010-02-12 | Remove possible references to deleted User objects due to DNS lookups | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-11-11 | Add fine-grained command flood controls | danieldg |
2009-10-25 | Add vtable cross-check code (known to work with GCC 4.4 x86_64) | danieldg |
2009-10-25 | Fixes found by removing User inheritance from StreamSocket | danieldg |
2009-10-21 | Move all local-only fields to LocalUser | danieldg |
2009-10-03 | Get rid of a bunch of memory-wasting C-style strings | danieldg |
2009-09-27 | SendQ bugfixes | danieldg |