Age | Commit message (Expand) | Author |
2019-04-28 | Textual improvements and fixes such as typos, casing, etc. (#1612) | Robby |
2019-04-28 | m_spanningtree: Parse and copy message tags for all cmds | linuxdaemon |
2019-04-28 | m_spanningtree: Ensure tags are sent in forwarded cmds | linuxdaemon |
2019-04-25 | Fix broken linking over IPv4 on IPv6 capable systems. | Peter Powell |
2019-04-18 | Remove m_silence pending a complete rewrite. | Peter Powell |
2019-04-15 | Fix linking servers with UNIX sockets. | Peter Powell |
2019-03-20 | Strip message tags correctly in the 1202 spanningtree compat layer. | Peter Powell |
2019-03-14 | Generate the ssl_cert metadata before bursting a connecting user. | Peter Powell |
2019-02-19 | Implement support for IRCv3 client-to-client tags. | Peter Powell |
2019-02-18 | Improve support for wildcards in <link:name>. | Peter Powell |
2019-02-18 | Start using DurationString() in X-line additions and | Matt Schatz |
2019-02-18 | Various text improvements: consistency, syntax, help and doc updates/fixes. | Robby |
2019-01-24 | Remove trailing whitespace from various source files. | Peter Powell |
2019-01-24 | Add the reason to xline removal notices. (#1545) | Matt Schatz |
2019-01-24 | Add translation for casemapping between 2.0/3.0 (#1544) | linuxdaemon |
2019-01-23 | Fix away broadcast logic (#1561) | linuxdaemon |
2019-01-22 | Rename OnClientProtocolProcessTag to OnProcessTag. | Peter Powell |
2019-01-19 | Fix sending the entire VERSION output as a single parameter. | Peter Powell |
2019-01-09 | Improve X-line text consistency. | Matt Schatz |
2019-01-03 | Improve the spanningtree "unknown command" error message. | Peter Powell |
2019-01-02 | Fix a crash when trying to use ROUTE_TYPE_MESSAGE with no message. | Peter Powell |
2019-01-02 | Fix message tags not being broadcast across the network. | 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-17 | Fix not propagating rehashes properly across the network. | Peter Powell |
2018-12-13 | Store durations as unsigned long not long in XLine and m_filter. | Peter Powell |
2018-12-12 | Fix conversion issues by replacing ConvToInt with ConvToNum<T>. | Peter Powell |
2018-12-12 | Fix a crash when the core_oper module is not loaded. | Peter Powell |
2018-10-28 | Also synchronise the prefix rank between servers. | Peter Powell |
2018-10-27 | Fix a shadowing warning in the spanningtree module. | Peter Powell |
2018-10-27 | Improve CAPAB negotiation in the spanningtree module. | Peter Powell |
2018-10-01 | Move <security:hidesplits> to the spanningtree module. | Peter Powell |
2018-10-01 | Fix the chanhistory module being inconsistent across servers. | Peter Powell |
2018-09-11 | Amend OnPostCommand to specify whether the command is loopcalled. | Peter Powell |
2018-08-13 | Implement IRCv3 message tag support. | Peter Powell |
2018-08-12 | Convert AWAY to use cross-module events and clean up slightly. | Peter Powell |
2018-08-10 | Split irc::tokenparser::GetToken into GetMiddle and GetTrailing. | Peter Powell |
2018-08-10 | Parse CAPAB CAPABILITIES and FJOIN messages with spacesepstream. | Peter Powell |
2018-08-10 | Remove the original line parameter of On{Pre,Post}Command. | Peter Powell |
2018-08-07 | Remove the 'debug' snotice character. | Peter Powell |
2018-08-05 | Make the FJOIN timestamp message easier for users to understand. | Peter Powell |
2018-07-30 | Rename User::fullname to realname and make it private. | Peter Powell |
2018-07-30 | Replace most usages of "name" with "real" or "real name". | Peter Powell |
2018-07-30 | Replace most usages of "GECOS" with "real" or "real name". | Peter Powell |
2018-07-26 | Replace irc::stringjoiner with a generic stdalgo::string::join. | Peter Powell |
2018-07-26 | Use CommandBase::Params instead of std::vector<std::string>. | Peter Powell |
2018-07-24 | Make more config stuff case insensitive. | Peter Powell |
2018-07-24 | Fix building on Windows. | Peter Powell |
2018-07-18 | Initial support for listening on UNIX socket endpoints. | Peter Powell |