summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-21Only try to parse the WebIRC IP if the user matches a host.Peter Powell
2018-11-21m_filter: Add a warn action for notifying opers while still allowing the mess...Robby
2018-11-21m_blockcolor: Check for colors the same way InspIRCd::StripColor() does.Robby
2018-11-20Add missing special character for reversing color.Robby
2018-11-19Add support for multiple cloak configurations.Peter Powell
2018-11-19Exclude the vendor directory from Doxygen-generated documentation.Peter Powell
2018-11-18Fix single backslashes in the MOTD erroneously being removed.Peter Powell
2018-11-16Fix sending DNSBL error snotices when a user isn't DNSBLed.Peter Powell
2018-11-16Fix an inverted condition in the cgiirc module.Peter Powell
2018-11-15Fix the OnSendWhoLine event being completely broken with WHOX.Peter Powell
2018-11-12m_filter: add Z-Line supportMichael Hazell
2018-11-11Fix the syntax description for the WHO command.Peter Powell
2018-11-07Merge tag 'v2.0.27' into master.Peter Powell
2018-11-05Release v2.0.27Peter Powell
2018-11-04Implement support for WEBIRC attributes.Peter Powell
2018-11-04Fix exposing the ban reason when an xline is found in the bancache.Peter Powell
2018-11-03WebSocket: send messages as text by default.Peter Powell
2018-10-31WebSocket: use one WebSocket message per IRC message.Peter Powell
2018-10-31Fix the ordering of libraries in the vendor readme.Peter Powell
2018-10-28Also synchronise the prefix rank between servers.Peter Powell
2018-10-27Remove deprecated config checker and make <die> actually useful.Peter Powell
2018-10-27Fix a shadowing warning in the spanningtree module.Peter Powell
2018-10-27Improve CAPAB negotiation in the spanningtree module.Peter Powell
2018-10-27Enable as many extra modules as possible when running configure.Peter Powell
2018-10-26Fix ircv3_capnotify being defined twice in modules.conf.example.Peter Powell
2018-10-26Fix "smartmatch is experimental" warning from the helper script.Peter Powell
2018-10-26Tell the user to check out the latest tag rather than the branch.Peter Powell
2018-10-26Fix a bunch of harmless compiler warnings on recent GCC releases.Peter Powell
2018-10-25Change the branch version from InspIRCd-3.0 to InspIRCd-3.Peter Powell
2018-10-25Allow HAProxy to specify that a client is connecting with SSL.Peter Powell
2018-10-25Store the type of a StreamSocket within itself.Peter Powell
2018-10-25Fix the censor module sending the wrong numeric in some cases.Peter Powell
2018-10-21Fix warnings from Doxygen.Peter Powell
2018-10-18Fix unregistered user modes thinking they are enabled.Peter Powell
2018-10-14Show reasons in xline expiry messages.Robby
2018-10-13Implement support for IPv6 GeoIP lookups.Peter Powell
2018-10-10Require WebSocket origins to be whitelisted in order to connect.Peter Powell
2018-10-09Fix sending malformed ERR_BANLISTFULL numerics in some contexts.Peter Powell
2018-10-06Use nodejs/http_parser instead of a homebrew parser.edef
2018-10-04Convert m_sha256 to use a vendored library instead of bundling.Peter Powell
2018-10-04Add a directive for requiring a specific compiler.Peter Powell
2018-10-04Avoid using relative paths in make::configure.Peter Powell
2018-10-01Release v3.0.0 alpha 10.Peter Powell
2018-10-01Move <security:userstats> into core_stats.Peter Powell
2018-10-01Move <security:hidesplits> to the spanningtree module.Peter Powell
2018-10-01Move <security:genericoper> into core_whois.Peter Powell
2018-10-01Move <security:hideulinekills> into core_oper.Peter Powell
2018-10-01Move <security:hidekills> into core_oper.Peter Powell
2018-10-01Document ServerConfig::Conf{Tags,Value} better.Peter Powell
2018-10-01Get rid of DummyMessageDetails in the delayjoin module.Peter Powell