summaryrefslogtreecommitdiff
path: root/src/modules/m_testnet.cpp
AgeCommit message (Expand)Author
2013-06-02Route WALLOPS like a regular command, remove OnWallops hookattilamolnar
2013-05-20Remove OnUserPreNotice and OnUserNotice hooks, add MessageType argument to On...attilamolnar
2013-05-15Tidy up keywords on module methods.Peter Powell
2013-04-08Remove OnAddBan and OnDelBan hooksattilamolnar
2013-04-01Whitespace and empty destructor removal, minor coding style changesattilamolnar
2012-12-02Register all commands, modes and extensions using AddService()attilamolnar
2012-12-02Attach to events and register services in init()attilamolnar
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2010-02-28Fix misspellingdanieldg
2010-02-20Restore <options:exemptchanops> with long namesdanieldg
2010-02-19Kill m_spy, which was replaced by channels/auspex in 1.2 but kept alive for n...danieldg
2010-02-12Remove possible references to deleted User objects due to DNS lookupsdanieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-11-11Add fine-grained command flood controlsdanieldg
2009-10-25Add vtable cross-check code (known to work with GCC 4.4 x86_64)danieldg
2009-10-25Fixes found by removing User inheritance from StreamSocketdanieldg
2009-10-21Move all local-only fields to LocalUserdanieldg
2009-10-03Get rid of a bunch of memory-wasting C-style stringsdanieldg
2009-09-27SendQ bugfixesdanieldg