summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/compat.cpp
AgeCommit message (Expand)Author
2020-01-11Update copyright headers.InspIRCd Robot
2019-09-23Add the server id to the Server class.Peter Powell
2019-07-19spanningtree: Never send a message to a raw UUID in CmdBuilder.Peter Powell
2019-05-14Add an enumeration for known protocol versions.Peter Powell
2019-05-09Delete some obsolete comments.Peter Powell
2019-04-18Remove m_silence pending a complete rewrite.Peter Powell
2019-03-20Strip message tags correctly in the 1202 spanningtree compat layer.Peter Powell
2019-02-19Implement support for IRCv3 client-to-client tags.Peter Powell
2019-01-02Strip message tags when talking with 1202 protocol servers.Peter Powell
2019-01-02Remove spanningtree check for lines sent without a source.Peter Powell
2018-12-20Fix thinking that 1202 protocol servers have not finished bursting.Peter Powell
2018-12-12Fix conversion issues by replacing ConvToInt with ConvToNum<T>.Peter Powell
2018-08-10Split irc::tokenparser::GetToken into GetMiddle and GetTrailing.Peter Powell
2018-07-26Use CommandBase::Params instead of std::vector<std::string>.Peter Powell
2018-04-11Change ServerInfo::gecos to descriptiongenius3000
2016-09-02Bump version to 3.0 in comments and messagesAttila Molnar
2016-03-29m_spanningtree Translate NUM to PUSH and PUSH to NUM, NOTICE or PRIVMSG for 1...Attila Molnar
2016-01-06m_spanningtree Ignore SVSWATCH from 2.0 serversAttila Molnar
2015-05-13m_spanningtree Use uint64_t for the burst start time to avoid overflowsAttila Molnar
2015-01-10Reduce std::string::substr() usageAttila Molnar
2014-07-27m_spanningtree Sync bursting state of servers in SERVERAttila Molnar
2014-07-27m_spanningtree Don't send needless BURST after introducing a serverAttila Molnar
2014-07-27m_spanningtree Add TreeSocket::WriteLineNoCompat() to send a line without doi...Attila Molnar
2014-07-27m_spanningtree Translate the new SERVER message for 1202 protocol serversAttila Molnar
2014-06-30m_spanningtree Translate user mode changes done via FMODE by 1202-protocol se...Attila Molnar
2014-06-30m_spanningtree Accept legacy JOINs from 1202-protocol serversAttila Molnar
2014-06-17m_spanningtree Translate SINFO version to VERSION and vice versa for 1202 pro...Attila Molnar
2014-06-17m_spanningtree Add server-to-server SINFO command handler and builderAttila Molnar
2014-06-11m_spanningtree Strip membership id from KICKs sent to 1202 protocol serversAttila Molnar
2014-06-11m_spanningtree Strip membership ids from FJOINs sent to 1202 protocol serversAttila Molnar
2014-06-11m_spanningtree Send, parse and translate IJOINs with membership idsAttila Molnar
2014-06-10Add channel TS to server-to-server INVITE to detect and drop unauthorized inv...Attila Molnar
2014-06-10m_spanningtree Allow callers of InsertCurrentChannelTS() to customize positionsAttila Molnar
2014-05-26Switch to std::string::compare() from substr() in a couple of placesAttila Molnar
2013-12-18Add m_showfile, remove cmd_rulesAttila Molnar
2013-09-11Convert cmd_modenotice into an optional moduleattilamolnar
2013-08-28m_spanningtree Propagate topic changes via FTOPIC in order to prevent desync ...attilamolnar
2013-08-27m_spanningtree Changes to TreeSocket::WriteLine() to avoid string copiesattilamolnar
2013-08-18m_spanningtree Propagate oper-only quit reason using METADATA, remove OPERQUITattilamolnar
2013-08-04Change modules to use the MODNAME constant when logging.Peter Powell
2013-06-12m_spanningtree Move SVSMODE -> MODE translation into the appropiate place, ig...attilamolnar
2013-06-12m_spanningtree Rewrite incoming (E|G|K|Q|Z)LINE commands from 2.0 servers int...attilamolnar
2013-05-16Allow spaces (and more) in oper typesattilamolnar
2013-04-13m_spanningtree Remove redundant first parameter of PING/PONGattilamolnar
2013-04-13m_spanningtree Add channel timestamp to FTOPICattilamolnar
2013-04-13m_spanningtree Add channel timestamp to channel METADATAattilamolnar
2013-04-13m_spanningtree Introduce IJOIN and RESYNCattilamolnar
2013-04-12Add LOG_ prefix to the log level enum values.Peter Powell
2013-04-01Remove legacy code, mostly related to 1.2 compatibilityattilamolnar
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-