Age | Commit message (Expand) | Author |
2018-08-13 | Implement IRCv3 message tag support. | Peter Powell |
2018-08-10 | Split irc::tokenparser::GetToken into GetMiddle and GetTrailing. | Peter Powell |
2018-07-26 | Use CommandBase::Params instead of std::vector<std::string>. | Peter Powell |
2016-04-13 | m_spanningtree Ignore incoming BURST command in CONNECTED state | Attila Molnar |
2015-12-07 | m_spanningtree Try FindServerID() first if the prefix looks like a sid in Tre... | Attila Molnar |
2015-01-10 | Reduce std::string::substr() usage | Attila Molnar |
2014-10-27 | Merge insp20 | Attila Molnar |
2014-10-13 | Fix various warnings when building with LLVM 3.5. | Peter Powell |
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-28 | m_spanningtree Ensure that TreeSocket::Close() only runs once | Attila Molnar |
2014-07-27 | m_spanningtree Add TreeServer::BeginBurst() that marks a server as bursting | Attila Molnar |
2014-07-27 | m_spanningtree Don't send needless BURST after introducing a server | Attila Molnar |
2014-07-27 | m_spanningtree Remove unused parameters from the server introduction message | Attila Molnar |
2014-07-27 | m_spanningtree Add newly created TreeServers to the parent's list in the cons... | Attila Molnar |
2014-07-27 | m_spanningtree Deduplicate auth finish code | Attila Molnar |
2014-07-24 | m_spanningtree Always treat the remote client as the winner on nick collision... | Attila Molnar |
2014-07-05 | m_spanningtree Extract logic that finds the source user for an incoming comma... | Attila Molnar |
2014-07-05 | m_spanningtree Fix fake direction detection for commands | Attila Molnar |
2014-06-13 | Change allocation of InspIRCd::Parser to be physically part of the object con... | Attila Molnar |
2014-06-06 | m_spanningtree Forward NICK messages when they cause a collision with the new... | Attila Molnar |
2014-04-16 | m_spanningtree Throw an exception on protocol violations instead of returning... | Attila Molnar |
2014-02-06 | Convert irc::stringjoiner to be a method instead of a class. | Peter Powell |
2014-01-05 | Introduce Server class | Attila Molnar |
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 |