summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-08Replace our Windows getopt_long wrapper with ya_getopt.Peter Powell
2019-12-08Use meaningful variable names in consolecolors.Peter Powell
2019-12-08Extract rng initialisation code to a function.Peter Powell
2019-12-08Move various static functions into an anonymous namespace.Peter Powell
2019-12-08Clean up the initialisation of the InspIRCd class.Peter Powell
2019-12-06Get rid of the platform tests in the Travis build script.Peter Powell
2019-12-06Fixing MatchCIDR call when checking proxy rangeiwalkalone
2019-12-03Bump the InspIRCd ABI version.Peter Powell
2019-12-03Add a note to the issue template about the security policy.Peter Powell
2019-12-03Send * for empty targets in the no such nick/channel message.Peter Powell
2019-11-30Use network-online instead of network in the systemd service.Peter Powell
2019-11-29Change the default for <waitpong:sendsnotice> to false.Peter Powell
2019-11-29Minor cleanup of the conn_umodes module.Peter Powell
2019-11-29WebSocket: move the OriginList typedef inside WebSocketConfig.Peter Powell
2019-11-29WebSocket: replace the behindproxy switch with a proxy IP list.Peter Powell
2019-11-28Implement support for websocket connections via a proxy like nginx.Peter Powell
2019-11-28Move WebSocket config to its own class.Peter Powell
2019-11-25Add some overloads of IRCv3::Replies::Reply#Send.Peter Powell
2019-11-22Rename ldapoper class to LDAPOper.Peter Powell
2019-11-18Split the channel mode and extban replies.Matt Schatz
2019-11-18Change Config->CaseMapping back when unloading.Matt Schatz
2019-11-18Allow options:casemapping to remain defined when using m_nationalchars.Matt Schatz
2019-11-17Deprecate Send{Channel,User}Notice; use SendMessage instead.Peter Powell
2019-11-17Make rehashing messages more consistent.Peter Powell
2019-11-17Allow Channel::WriteNotice send to other servers and status ranks.Peter Powell
2019-11-16Close connections when an I/O hook is configured but not loaded.Peter Powell
2019-11-16Only show classbase ctor/dtor/cull messages in debug builds.Peter Powell
2019-11-16Improve reading xlines from the server configuration.Peter Powell
2019-11-16Refactor the MySQL code slightly.Peter Powell
2019-11-15SSL modules: send SNOTICE upon successful rehash.Matt Schatz
2019-11-13Refactor the MySQL query and result queue classes.Peter Powell
2019-11-13Get rid of some dead code in the MySQL module.Peter Powell
2019-11-13Improve the logic around connecting to a MySQL server.Peter Powell
2019-11-13Add GetId() to the SQL::Provider class.Peter Powell
2019-11-03Use case insensitive comparisons when checking for SSL rehashes.Peter Powell
2019-10-25Release v3.4.0.Peter Powell
2019-10-25Add a workaround for connectban hitting gateway IP addresses.Peter Powell
2019-10-25Extract connectban's range checking code to a function.Peter Powell
2019-10-24m_noctcp: Fix noctcp user mode not applying to exempted channel ops.Robby
2019-10-24Exempt the KiwiIRC.com servers from X-lines.Peter Powell
2019-10-24Fix a typo in the KiwiIRC.com server IPs.Peter Powell
2019-10-24Raise <connflood:bootwait> from 10 seconds to 2 minutes.Peter Powell
2019-10-24Disable DNS/DNSBL/ident lookups for unregistered KiwiIRC.com users.Peter Powell
2019-10-24Ignore DNSBL responses if the user's IP address has changed.Peter Powell
2019-10-24Fix respecting the deprecated <channels:users> tag.Peter Powell
2019-10-24Improve the timed ban notices (#1722).Matt Schatz
2019-10-22Fix some compiler errors in core_hostname_lookup.Peter Powell
2019-10-22Handle more error cases in core_hostname_lookup.Peter Powell
2019-10-22On DNS fail reset connecting users hostname to their IP.Peter Powell
2019-10-21Improve the core_hostname_lookup result log message.Peter Powell