index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
m_spanningtree
/
compat.cpp
Age
Commit message (
Expand
)
Author
2019-04-18
Remove m_silence pending a complete rewrite.
Peter Powell
2019-03-20
Strip message tags correctly in the 1202 spanningtree compat layer.
Peter Powell
2019-02-19
Implement support for IRCv3 client-to-client tags.
Peter Powell
2019-01-02
Strip message tags when talking with 1202 protocol servers.
Peter Powell
2019-01-02
Remove spanningtree check for lines sent without a source.
Peter Powell
2018-12-20
Fix thinking that 1202 protocol servers have not finished bursting.
Peter Powell
2018-12-12
Fix conversion issues by replacing ConvToInt with ConvToNum<T>.
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
2018-04-11
Change ServerInfo::gecos to description
genius3000
2016-09-02
Bump version to 3.0 in comments and messages
Attila Molnar
2016-03-29
m_spanningtree Translate NUM to PUSH and PUSH to NUM, NOTICE or PRIVMSG for 1...
Attila Molnar
2016-01-06
m_spanningtree Ignore SVSWATCH from 2.0 servers
Attila Molnar
2015-05-13
m_spanningtree Use uint64_t for the burst start time to avoid overflows
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 Don't send needless BURST after introducing a server
Attila Molnar
2014-07-27
m_spanningtree Add TreeSocket::WriteLineNoCompat() to send a line without doi...
Attila Molnar
2014-07-27
m_spanningtree Translate the new SERVER message for 1202 protocol servers
Attila Molnar
2014-06-30
m_spanningtree Translate user mode changes done via FMODE by 1202-protocol se...
Attila Molnar
2014-06-30
m_spanningtree Accept legacy JOINs from 1202-protocol servers
Attila Molnar
2014-06-17
m_spanningtree Translate SINFO version to VERSION and vice versa for 1202 pro...
Attila Molnar
2014-06-17
m_spanningtree Add server-to-server SINFO command handler and builder
Attila Molnar
2014-06-11
m_spanningtree Strip membership id from KICKs sent to 1202 protocol servers
Attila Molnar
2014-06-11
m_spanningtree Strip membership ids from FJOINs sent to 1202 protocol servers
Attila Molnar
2014-06-11
m_spanningtree Send, parse and translate IJOINs with membership ids
Attila Molnar
2014-06-10
Add channel TS to server-to-server INVITE to detect and drop unauthorized inv...
Attila Molnar
2014-06-10
m_spanningtree Allow callers of InsertCurrentChannelTS() to customize positions
Attila Molnar
2014-05-26
Switch to std::string::compare() from substr() in a couple of places
Attila Molnar
2013-12-18
Add m_showfile, remove cmd_rules
Attila Molnar
2013-09-11
Convert cmd_modenotice into an optional module
attilamolnar
2013-08-28
m_spanningtree Propagate topic changes via FTOPIC in order to prevent desync ...
attilamolnar
2013-08-27
m_spanningtree Changes to TreeSocket::WriteLine() to avoid string copies
attilamolnar
2013-08-18
m_spanningtree Propagate oper-only quit reason using METADATA, remove OPERQUIT
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
m_spanningtree Rewrite incoming (E|G|K|Q|Z)LINE commands from 2.0 servers int...
attilamolnar
2013-05-16
Allow spaces (and more) in oper types
attilamolnar
2013-04-13
m_spanningtree Remove redundant first parameter of PING/PONG
attilamolnar
2013-04-13
m_spanningtree Add channel timestamp to FTOPIC
attilamolnar
2013-04-13
m_spanningtree Add channel timestamp to channel METADATA
attilamolnar
2013-04-13
m_spanningtree Introduce IJOIN and RESYNC
attilamolnar
2013-04-12
Add LOG_ prefix to the log level enum values.
Peter Powell
2013-04-01
Remove legacy code, mostly related to 1.2 compatibility
attilamolnar
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2010-03-19
Add RAWIO log level which is more verbose than DEBUG
danieldg
2010-02-25
Don't strip ENCAP from WHOISNOTICE, it will delink 1.2 servers
danieldg
2010-02-04
Fix FIDENT response forging to run prior to the ENCAP strip
danieldg
2010-02-03
Forge FIDENT reply to CHGIDENT to prevent ident desync with 1.2 and 2.0 servers
danieldg
2010-01-24
Fix ENCAP stripping, was incorrectly checking for " CHGHOST" and similar comm...
danieldg
[next]