Age | Commit message (Expand) | Author |
2019-01-24 | Remove trailing whitespace from various source files. | Peter Powell |
2018-07-30 | Rename User::fullname to realname and make it private. | Peter Powell |
2018-07-30 | Replace most usages of "name" with "real" or "real name". | Peter Powell |
2018-07-30 | Replace most usages of "GECOS" with "real" or "real name". | Peter Powell |
2018-07-26 | Use CommandBase::Params instead of std::vector<std::string>. | Peter Powell |
2017-10-28 | Hide User#host and User#dhost and use accessors to modify them. | Peter Powell |
2017-10-27 | Change SetClientIP to take a C++ string instead of a char array. | Peter Powell |
2016-12-30 | Clean up User::FormatModes(), rename to GetModeLetters() | Attila Molnar |
2016-12-30 | Deduplicate nickname overruling code | Attila Molnar |
2016-08-29 | Convert ModeHandler::GetNumParams() to NeedsParam() that returns a bool | Attila Molnar |
2016-03-29 | m_spanningtree Add class SpanningTree::RemoteUser | Attila Molnar |
2016-02-25 | Convert WriteNumeric() calls to pass the parameters of the numeric as method ... | Attila Molnar |
2015-05-23 | m_spanningtree Log nick collisions more verbosely and in all cases | Attila Molnar |
2015-05-13 | m_spanningtree Clean up comments | Attila Molnar |
2014-07-27 | m_spanningtree Keep track of whether servers are behind a bursting server, us... | Attila Molnar |
2014-07-27 | m_spanningtree Replace direct access of TreeServer::bursting with IsBursting() | Attila Molnar |
2014-07-26 | m_spanningtree Set the TS of the uuid nick to the same value on collision | Attila Molnar |
2014-07-26 | m_spanningtree Return a bool from DoCollision() | Attila Molnar |
2014-07-26 | m_spanningtree Update comments around collision handling | Attila Molnar |
2014-07-25 | m_spanningtree Update nick overrule on UID code to make sense on master | Attila Molnar |
2014-07-25 | Merge insp20 | Attila Molnar |
2014-07-24 | m_spanningtree Always treat the remote client as the winner on nick collision... | Attila Molnar |
2014-06-14 | m_spanningtree Use vector back() where it makes sense | Attila Molnar |
2014-05-26 | Switch to std::string::compare() from substr() in a couple of places | Attila Molnar |
2014-04-16 | m_spanningtree Add ServerCommand::ExtractTS() to convert string to raw TS | Attila Molnar |
2014-04-16 | m_spanningtree Throw an exception on protocol violations instead of returning... | Attila Molnar |
2014-03-17 | Rewrite clone counting to use one map instead of two | Attila Molnar |
2014-03-15 | Change allocation of UserManager::clientlist to be physically part of the obj... | Attila Molnar |
2014-03-15 | Add UserManager::GetUsers() | Attila Molnar |
2014-01-05 | Introduce Server class | Attila Molnar |
2013-08-27 | m_spanningtree Introduce command builders | attilamolnar |
2013-08-25 | m_spanningtree Allow server-to-server command handlers to specify whether the... | 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-08-09 | Accept std::string as parameter in User::ChangeHost(), ChangeIdent() and Chan... | attilamolnar |
2013-08-04 | Change the syntax of FOREACH macros to be less dumb. | Adam |
2013-08-04 | Change modules to use the MODNAME constant when logging. | Peter Powell |
2013-07-01 | Replace hardcoded mode letters passed to IsModeSet() and GetModeParameter() w... | attilamolnar |
2013-05-19 | Fix spacing in calls to LogManager::Log. | Peter Powell |
2013-05-14 | m_spanningtree UID handler: Fix parsing user modes | attilamolnar |
2013-04-12 | m_spanningtree Remove unneeded #includes | attilamolnar |
2013-04-12 | m_spanningtree Remove encapsulation on UserCount/OperCount | attilamolnar |
2013-04-12 | m_spanningtree UID handler: Log and drop the link when a server introduces a ... | attilamolnar |
2013-04-12 | m_spanningtree UID handler: Remove dead code | attilamolnar |
2013-04-12 | Add LOG_ prefix to the log level enum values. | Peter Powell |
2013-04-01 | Change User::GetIPString() to return const std::string& | attilamolnar |
2012-11-28 | m_spanningtree Remove redundant params.size() checks | attilamolnar |
2012-10-21 | Make better use of User::GetFullRealHost() | attilamolnar |
2012-07-01 | m_spanningtree Call the collision handler with the proper parameter (client i... | attilamolnar |
2012-06-12 | Be consistent with Robby's qQ snomask changes | Sir Poggles |