Age | Commit message (Expand) | Author |
2020-08-29 | Warn about non-local plaintext server connections. | Sadie Powell |
2020-01-11 | Update copyright headers. | InspIRCd Robot |
2019-09-23 | Add the server id to the Server class. | Peter Powell |
2019-07-19 | spanningtree: Never send a message to a raw UUID in CmdBuilder. | Peter Powell |
2019-05-14 | If a parent server is hidden then also hide its child servers. | Peter Powell |
2019-04-28 | Textual improvements and fixes such as typos, casing, etc. (#1612) | Robby |
2019-02-18 | Improve support for wildcards in <link:name>. | Peter Powell |
2018-07-26 | Use CommandBase::Params instead of std::vector<std::string>. | Peter Powell |
2017-11-17 | Fix a ton of -Wsign-conversion warnings. | Peter Powell |
2016-08-22 | m_spanningtree Change type of Link::Name to std::string | Attila Molnar |
2016-04-28 | m_spanningtree Send snotice with the negotiated ciphersuite when connected us... | Attila Molnar |
2015-05-13 | m_spanningtree Use uint64_t for the burst start time to avoid overflows | Attila Molnar |
2015-05-13 | m_spanningtree Clean up comments | Attila Molnar |
2015-01-10 | Reduce std::string::substr() usage | Attila Molnar |
2014-07-27 | m_spanningtree Sync bursting state of servers in SERVER | Attila Molnar |
2014-07-27 | m_spanningtree Parse additional information present in SERVER messages | Attila Molnar |
2014-07-27 | m_spanningtree Add TreeServer::BeginBurst() that marks a server as bursting | 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 Don't pointlessly copy strings in SERVER handlers | 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-27 | m_spanningtree Remove duplicated code from TreeSocket::Outbound_Reply_Server() | Attila Molnar |
2014-07-25 | Merge insp20 | Attila Molnar |
2014-05-21 | Update server.cpp | Dan Parsons |
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-22 | m_spanningtree Implement DoOneToMany() using DoOneToAllButSender() | attilamolnar |
2013-08-22 | m_spanningtree Change TreeServer::GetSocket() to always return the socket tha... | 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-15 | Remove $ModDep comments | attilamolnar |
2013-08-04 | Change modules to use the MODNAME constant when logging. | Peter Powell |
2013-04-28 | Merge insp20 | attilamolnar |
2013-04-23 | m_spanningtree Fix crash when connecting to a remote server that has the same... | attilamolnar |
2013-04-13 | m_spanningtree Ignore hopcount in incoming SERVER command, always send 0 at b... | 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 | Convert IsSID() to a static member function, modules shouldn't override it | attilamolnar |
2012-10-12 | Remove superfluous std::string()s | 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- |
2010-12-02 | Restore prefix | Jackmcbarn |
2010-12-02 | Fix possible crash | Jackmcbarn |
2010-04-16 | Fix crash when a remote server has the same name as we do | Daniel De Graaf |
2010-02-13 | Clean up treesocket naming confusion by adding a link block reference during ... | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-10-08 | Update Event and Request APIs | danieldg |