aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Release v3.10.0. v3.10.0Gravatar Sadie Powell2021-05-141-1/+1
* Update copyright headers.Gravatar InspIRCd Robot2021-05-1449-55/+55
* Fix an off by one error in various bitsets.Gravatar Sadie Powell2021-05-146-8/+8
* Fix sending malformed pong messages in some cases.Gravatar Sadie Powell2021-05-141-1/+1
* Send ERR_BADCHANMASK when trying to OJOIN/SAJOIN an invalid channel.Gravatar Sadie Powell2021-05-082-2/+2
* Fix the Ubuntu package name for ssl_gnutls.Gravatar Sadie Powell2021-05-071-1/+1
* Switch from the Ubuntu 16.04 image to the 18.04 Ubuntu image.•••The Argon2 PPA is broken again and I don't want to deal with the stress of working out why. The 16.04 image is EOL soon (see actions/virtual-environments/#1084) so switching off it is just easier. Gravatar Sadie Powell2021-05-071-1/+1
* Send 400 Bad Request if a WebSocket client doesn't send an origin.Gravatar Sadie Powell2021-05-071-0/+5
* Only vendor the bits of utfcpp that we actually use.Gravatar Sadie Powell2021-05-051-2/+3
* core_dns: skip unknown resource record typesGravatar Adam2021-05-041-0/+6
* Skip clients on ulined servers in SSLINFO <#chan>.Gravatar Sadie Powell2021-05-031-1/+4
* Fix a bunch of weird indentation and spacing issues.Gravatar Sadie Powell2021-04-2739-70/+69
* Send the max line length to remote servers on link.Gravatar Sadie Powell2021-04-251-0/+1
* Update the module descriptions.Gravatar Sadie Powell2021-04-2115-15/+15
* Improve the messages sent when loading/unloading/reloading modules.Gravatar Sadie Powell2021-04-194-14/+19
* Improve the message sent when a mode does not exist.Gravatar Sadie Powell2021-04-192-3/+6
* Update hideoper for the /STATS P change in the previous commit.Gravatar Sadie Powell2021-04-191-2/+3
* Use a duration string for the idle time in `/STATS P`.Gravatar Sadie Powell2021-04-181-2/+3
* Rename censor_t to CensorMap as the _t suffix is reserved by POSIX.Gravatar Sadie Powell2021-04-171-5/+4
* Improve the debug logging for httpd_acl auth attempts.Gravatar Sadie Powell2021-04-171-0/+10
* Fix the 'w' extban not being added to the EXTBAN 005 numeric.Gravatar Sadie Powell2021-04-171-0/+5
* Fix using a different field name in ldapauth than is documented.•••Closes #1864. Gravatar Sadie Powell2021-04-161-1/+1
* Update references to config fields which were renamed.Gravatar Sadie Powell2021-04-143-3/+3
* Only show the WebIRC gateway name to unprivileged users.Gravatar Sadie Powell2021-04-111-2/+7
* Allow banning WebIRC users by their gateway name.•••Closes #1857. Gravatar Sadie Powell2021-04-111-3/+15
* Fix not parsing connect class hosts for inherited classes.•••This bug was introduced since the last release and only ever affected git versions built since commit 8c3c4f8e82. Gravatar Sadie Powell2021-04-081-0/+4
* Show all prefix modes in the CHECK onchans output.Gravatar Sadie Powell2021-04-071-8/+1
* Use IsCTCP in blockcolor for ignoring CTCPs.Gravatar Sadie Powell2021-04-061-3/+8
* Automatically prune the history lists in chanhistory.Gravatar Sadie Powell2021-04-031-18/+24
* Add support for per-DNSBL timeouts.•••This should fix the issue of some DNSBLs being slower than others. Gravatar Sadie Powell2021-03-311-1/+4
* Fix various documentation comments.Gravatar Sadie Powell2021-03-312-12/+1
* Add support for matching multiple hosts in <connect:{allow,deny}>.Gravatar Sadie Powell2021-03-302-5/+16
* Add support for blocking tag messages with the deaf mode.Gravatar Sadie Powell2021-03-301-37/+74
* Improve the header messages of the filter and permchannels modules.Gravatar Sadie Powell2021-03-212-2/+7
* Add an <include> option to allow certain config files to not exist.•••This is useful when using modules that generate a config file such as the filter and permchannels modules. Gravatar Sadie Powell2021-03-191-1/+16
* Default <permchannelsdb:listmodes> to on.Gravatar Sadie Powell2021-03-141-1/+1
* Implement support for saving filters.Gravatar Sadie Powell2021-03-141-2/+83
* Treat an empty bool/duration/int/uint config field as undefined.Gravatar Sadie Powell2021-03-141-4/+4
* Rename `<bind:ssl>` to `<bind:sslprofile>`.Gravatar Sadie Powell2021-03-105-6/+7
* Rename `<link:ssl>` to `<link:sslprofile>`.Gravatar Sadie Powell2021-03-101-1/+1
* Fix the cloaking module on C++98 compilers.Gravatar Sadie Powell2021-03-101-1/+1
* Add a human-readable version of the cloak list.Gravatar Sadie Powell2021-03-091-4/+16
* Space-delimit the human readable callerid extensible data.Gravatar Sadie Powell2021-03-091-2/+4
* Add a subclass of IOHookProvider for SSL modules.Gravatar Sadie Powell2021-03-093-6/+6
* Fix the `STATS p` output being ambiguous.•••- Add the middle I/O hook to the stats output. - Make it obvious what the various fields actually are. Gravatar Sadie Powell2021-03-081-2/+13
* Fix not always incrementing the DNSBL stats.Gravatar Sadie Powell2021-03-061-5/+18
* Fix a bunch of really obvious unnecessary includes.Gravatar Sadie Powell2021-03-053-4/+2
* Remove some todo comments which are outdated or misleading.Gravatar Sadie Powell2021-03-051-1/+0
* Fix weird typemask logic in the connect class reader.Gravatar Sadie Powell2021-03-051-24/+12
* Update copyright headers.Gravatar InspIRCd Robot2021-03-05100-113/+128