Age | Commit message (Expand) | Author |
2013-04-12 | Add LOG_ prefix to the log level enum values. | Peter Powell |
2013-04-01 | Whitespace and empty destructor removal, minor coding style changes | attilamolnar |
2013-01-14 | m_spanningtree Fix rare desync when a KILL crosses a message that has the kil... | attilamolnar |
2012-12-15 | Add a flag to Command that controls whether an empty last parameter is allowe... | attilamolnar |
2012-11-09 | m_spanningtree Refuse bogus NICK messages | attilamolnar |
2012-10-12 | Remove superfluous std::string()s | attilamolnar |
2012-09-30 | Fix more undefined behavior caused by referencing the returned buffer by std:... | attilamolnar |
2012-08-10 | m_spanningtree: Resolve issue #250 | ChrisTX |
2012-07-01 | m_spanningtree Return when ecountering an invalid command coming from a remot... | attilamolnar |
2012-06-12 | m_spanningtree Burst to a new server before introducing it to the rest of the... | attilamolnar |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2012-04-18 | Fix typo. | Robin Burchell |
2012-04-18 | Match the logging in the rest of this module. | Robin Burchell |
2012-04-18 | Be more helpful when processing commands from a linked server. | Robin Burchell |
2010-05-08 | Correct source of initial BURST line from servers sending it without one (lik... | Daniel De Graaf |
2010-04-29 | Don't use an empty direction when receiving a sourceless server command | Daniel De Graaf |
2010-03-19 | Add RAWIO log level which is more verbose than DEBUG | danieldg |
2010-03-02 | What, I have to make this compile now? | danieldg |
2010-03-02 | Log invalid S2S commands a bit better | danieldg |
2010-02-28 | Fix snomask sending having the final-parameter colon stripped (noticed in glo... | danieldg |
2010-02-13 | Clean up treesocket naming confusion by adding a link block reference during ... | danieldg |
2010-02-07 | More cleanup of quit servers | 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-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-11-03 | Move MODENOTICE command to a command module | danieldg |
2009-10-24 | Fix incorrect netburst detection | danieldg |
2009-10-23 | Make User::uuid and User::server const | danieldg |
2009-10-23 | Fix recursive SENDSNO bounce | danieldg |
2009-10-21 | some WriteGlobalSno changes | 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-10-01 | Add ROUTE_TYPE_MESSAGE and use for PRIVMSG/NOTICE routing | danieldg |
2009-09-30 | Allow multiple autoconnects in a single <autoconnect> tag, fix infinite failover | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-21 | Create StreamSocket for IO hooking implementation | danieldg |
2009-09-17 | Add <autoconnect> blocks [jackmcbarn] | danieldg |
2009-09-03 | Change cmd_*.so to use the Module object API | danieldg |
2009-09-02 | Add away timestamp to the AWAY message sent server-server | danieldg |
2009-09-02 | Add SAVE s2s protocol command | danieldg |
2009-09-02 | Add s2s backward compatability for protocol changes | danieldg |
2009-09-02 | Add OnChangeIdent and FIDENT support | danieldg |
2009-09-02 | Remove useless vector copy | danieldg |
2009-09-02 | Replace std::deque with std::vector in spanningtree and related modules | danieldg |
2009-09-01 | Fix build of m_spanningtree and display of dependency regeneration | danieldg |