Age | Commit message (Expand) | Author |
2016-03-01 | m_spanningtree Remove ModuleSpanningTree::RemoteMessage() | Attila Molnar |
2016-02-25 | Introduce Stats::Context, pass it to the OnStats hook and switch all code to it | Attila Molnar |
2015-12-06 | m_spanningtree Change allocation of ModuleSpanningTree::commands to be physic... | Attila Molnar |
2015-12-06 | Add minimum channel rank and exception list parameters to the OnUserInvite hook | Attila Molnar |
2015-02-11 | Convert the spanningtree events to use the new cross-module event system | Attila Molnar |
2015-01-25 | m_spanningtree Rewrite PING logic to use Timers | Attila Molnar |
2014-09-03 | m_spanningtree Send MODE/FMODE from the OnMode hook | Attila Molnar |
2014-07-28 | m_spanningtree Remove the now needless SplitInProgress workaround | Attila Molnar |
2014-07-20 | m_spanningtree Remove the MAP ISUPPORT token | Attila Molnar |
2014-06-14 | m_spanningtree Remove declaration for nonexistent function: OnLine() | Attila Molnar |
2014-06-13 | m_spanningtree Change allocation of the specialized ProtocolInterface to be p... | Attila Molnar |
2014-06-11 | m_spanningtree Assign an id to new Memberships | Attila Molnar |
2014-03-03 | m_spanningtree Remove remains of the KeepNickTS workaround | Attila Molnar |
2014-01-21 | Merge insp20 | Attila Molnar |
2014-01-05 | Move server description field from TreeServer into Server; remove OnGetServer... | Attila Molnar |
2014-01-05 | Improve UserManager::QuitUser() and related code | Attila Molnar |
2013-12-15 | m_spanningtree Fix nick TS desync on SVSNICK | Attila Molnar |
2013-09-13 | Pass an interface to the OnSync hooks | attilamolnar |
2013-09-12 | Send ListModeBase modes implicitly on channel sync | attilamolnar |
2013-09-10 | m_spanningtree Move c2s commands out of SpanningTreeCommands to auto register... | attilamolnar |
2013-08-30 | Replace OnRehash() with ReadConfig() that is called on boot, on module load a... | attilamolnar |
2013-08-19 | Remove cmd_map from the core | attilamolnar |
2013-08-19 | m_spanningtree Minor cleanup of functions | attilamolnar |
2013-08-18 | m_spanningtree Move all server-to-server command handlers into handler classes | attilamolnar |
2013-08-17 | m_spanningtree Remove SpanningTreeUtilities* fields and parameters | attilamolnar |
2013-06-13 | Introduce ModeProcessFlags, can be passed to ModeParser::Process() to indicat... | attilamolnar |
2013-06-12 | Get rid of the OnRemoteKill hook, make use of GetRouting() and TR_CUSTOM to r... | attilamolnar |
2013-06-12 | Change command name parameter of OnPostCommand to be a Command* | 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-26 | Modularize DNS | Adam |
2013-04-21 | m_spanningtree Move CacheTimer into utils | attilamolnar |
2013-04-13 | m_spanningtree Bump protocol version and remove unused CAPAB CAPABILITIES ent... | attilamolnar |
2013-04-12 | m_spanningtree Remove unneeded #includes | attilamolnar |
2013-04-12 | m_spanningtree Introduce new function to send channel messages | attilamolnar |
2013-04-12 | Tidy up source files: | Peter Powell |
2013-04-01 | Remove legacy code, mostly related to 1.2 compatibility | attilamolnar |
2012-10-03 | m_spanningtree Remove empty RedoConfig() | attilamolnar |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2012-04-14 | Fix some of the include guard names (requested by SaberUK) | Justin Crawford |
2012-04-14 | Fixes for bug #12 | Justin Crawford |
2010-01-19 | Remove overrides for ADMIN, STATS, TIME | danieldg |
2010-01-19 | Fix MOTD and RULES to work remotely (remove the old hacks for MOTD) | danieldg |
2010-01-18 | Move lots of spanningtree items to commands | danieldg |
2010-01-18 | PreCommand/PostCommand are local-only hooks | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2010-01-10 | Remove spanningtree override of /LUSERS | danieldg |
2010-01-02 | Remove special-case handling of SVSNICK, SVSJOIN, SVSPART; enables intelligen... | danieldg |
2009-10-21 | Kill ListenSocketBase, use OnAcceptConnection for all new connections | danieldg |