Age | Commit message (Expand) | Author |
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 |
2009-10-21 | Change module API to use LocalUser* where correct | danieldg |
2009-10-17 | Make classbase and refcountbase uncopyable; expand comments on their indended... | danieldg |
2009-10-14 | Fix module unmapping with culled Module objects | danieldg |
2009-10-09 | Move autoconnect next-server to TreeSocket::cull, and drop autoconnect refere... | danieldg |
2009-10-08 | Update Event and Request APIs | danieldg |
2009-10-01 | Merge remote/local MODULES output | danieldg |
2009-09-30 | Allow multiple autoconnects in a single <autoconnect> tag, fix infinite failover | danieldg |
2009-09-30 | Add explicit reference-counting base class | danieldg |
2009-09-30 | Move destruction logic for User and Spanningtree into cull() | danieldg |