Age | Commit message (Expand) | Author |
2015-01-20 | m_spanningtree Get rid of some boilerplate | Attila Molnar |
2014-10-27 | Merge insp20 | Attila Molnar |
2014-10-26 | Remove some dead code found by Coverity | Attila Molnar |
2014-07-28 | m_spanningtree Move squit logic into TreeServer from TreeSocket | Attila Molnar |
2014-07-28 | m_spanningtree Remove now needless TreeSocket::ConnectionFailureShown | Attila Molnar |
2014-07-27 | m_spanningtree Keep track of whether we've sent our burst, to be used for tra... | Attila Molnar |
2014-07-27 | m_spanningtree Add TreeSocket::WriteLineNoCompat() to send a line without doi... | Attila Molnar |
2014-07-27 | m_spanningtree Deduplicate server auth code | Attila Molnar |
2014-07-27 | m_spanningtree Deduplicate auth finish code | Attila Molnar |
2014-07-19 | Say "SSL certificate fingerprint" instead of "SSL fingerprint" everywhere | Attila Molnar |
2014-07-05 | m_spanningtree Extract logic that finds the source user for an incoming comma... | Attila Molnar |
2014-06-17 | m_spanningtree Add TreeSocket::SendServerInfo() that sends all additional dat... | Attila Molnar |
2013-12-18 | m_spanningtree Fix clang warning and wrong operator in if | 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-08-27 | m_spanningtree Changes to TreeSocket::WriteLine() to avoid string copies | attilamolnar |
2013-08-18 | m_spanningtree Move all server-to-server command handlers into handler classes | attilamolnar |
2013-08-18 | m_spanningtree Propagate oper-only quit reason using METADATA, remove OPERQUIT | attilamolnar |
2013-08-17 | m_spanningtree Remove SpanningTreeUtilities* fields and parameters | attilamolnar |
2013-07-24 | m_spanningtree Cleanup TreeServer and TreeSocket construction/destruction | attilamolnar |
2013-05-15 | Tidy up keywords on module methods. | Peter Powell |
2013-04-28 | Merge insp20 | attilamolnar |
2013-04-13 | m_spanningtree Ignore hopcount in incoming SERVER command, always send 0 at b... | attilamolnar |
2013-04-13 | m_spanningtree Add channel timestamp to channel METADATA | attilamolnar |
2013-04-12 | m_spanningtree Remove unneeded #includes | attilamolnar |
2013-04-12 | m_spanningtree Netburst: Refactor SendChannelModes() | attilamolnar |
2013-04-12 | Tidy up source files: | Peter Powell |
2013-04-10 | m_spanningtree Create new TreeServers for incoming connections only when they... | attilamolnar |
2013-04-01 | Fix linker error when linking spanningtree caused by 56cae0f3a484cbcb20569b68... | Adam |
2012-10-03 | m_spanningtree Netburst: Remove unused parameters and variables | attilamolnar |
2012-08-10 | m_spanningtree: Resolve issue #250 | ChrisTX |
2012-07-08 | m_spanningtree Add function to easily determine whether a server was introduc... | 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-02-13 | Clean up treesocket naming confusion by adding a link block reference during ... | danieldg |
2010-02-11 | Fix routing of KILL command when sourced from a server | danieldg |
2010-02-09 | Add random number generation functions to InspIRCd class. | danieldg |
2010-02-04 | Add DYING link state, push error messages on link, and only limit recvq on un... | danieldg |
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-16 | Make CHANMODES/USERMODES split by spaces | danieldg |
2010-01-15 | Add CAPAB CHANMODES, CAPAB USERMODES to verify matching of modes by name, not... | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2010-01-02 | Remove special-case handling of SVSNICK, SVSJOIN, SVSPART; enables intelligen... | danieldg |
2009-11-03 | Clean up duplicated link snomask messages on errors | danieldg |
2009-10-23 | Make User::uuid and User::server const | danieldg |
2009-10-21 | Kill ListenSocketBase, use OnAcceptConnection for all new connections | danieldg |
2009-10-17 | Make classbase and refcountbase uncopyable; expand comments on their indended... | danieldg |