Age | Commit message (Expand) | Author |
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 |
2010-01-19 | Extbans can be VF_OPTCOMMON as they do not desync on module add/remove | danieldg |
2010-01-17 | Change more modules to VF_OPTCOMMON and assert identical charsets in m_nation... | danieldg |
2010-01-15 | Route SVSSILENCE/SVSWATCH using OPT_UCAST, marking them OPTCOMMON | danieldg |
2010-01-15 | Remove VF_COMMON from mode-provider modules (no longer needed due to better C... | danieldg |
2010-01-14 | Specify regex engine in m_filter/m_rline CAPAB line instead of marking m_rege... | danieldg |
2010-01-14 | Verify cloak keys match during CAPAB negotiation | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-11-16 | Use ServiceProvider for inter-module dependencies | danieldg |
2009-11-03 | Remove m_halfop from list in compat linking mode | danieldg |
2009-10-01 | Add ROUTE_TYPE_MESSAGE and use for PRIVMSG/NOTICE routing | danieldg |
2009-10-01 | Change SWHOIS to OPTCOMMON, remove m_operinvex | danieldg |