Age | Commit message (Expand) | Author |
2013-09-10 | m_spanningtree Handle ERROR when fully connected | attilamolnar |
2013-09-08 | Fix compile warnings as seen on g++ 4.4.7 | Adam |
2013-08-27 | m_spanningtree Introduce command builders | attilamolnar |
2013-08-22 | m_spanningtree Implement DoOneToMany() using DoOneToAllButSender() | 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-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-08-04 | Change modules to use the MODNAME constant when logging. | Peter Powell |
2013-06-12 | m_spanningtree Move SVSMODE -> MODE translation into the appropiate place, ig... | attilamolnar |
2013-06-12 | Change command name parameter of OnPostCommand to be a Command* | attilamolnar |
2013-06-12 | Simplify stringjoiner: take 1 parameter, join from begin() to end() and use s... | attilamolnar |
2013-05-19 | Fix spacing in calls to LogManager::Log. | Peter Powell |
2013-05-18 | Change the signature of User::ForceNickChange() to accept const std::string& ... | attilamolnar |
2013-04-28 | Merge insp20 | attilamolnar |
2013-04-14 | Use std::string internally in UIDGenerator, move UUID_LENGTH into the class a... | 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 atoi() to ConvToInt() conversion, add const where possible | attilamolnar |
2013-04-12 | Add LOG_ prefix to the log level enum values. | Peter Powell |
2013-04-10 | m_spanningtree Create new TreeServers for incoming connections only when they... | attilamolnar |
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 |