aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release v3.10.0. v3.10.0Gravatar Sadie Powell2021-05-142-2/+2
* Update copyright headers.Gravatar InspIRCd Robot2021-05-1466-72/+69
* Fix an off by one error in various bitsets.Gravatar Sadie Powell2021-05-147-10/+12
* Fix sending malformed pong messages in some cases.Gravatar Sadie Powell2021-05-142-4/+5
* 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-072-3/+3
* 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-058-475/+6
* Remove the v2 doc links from the issue templates.Gravatar Sadie Powell2021-05-042-8/+2
* 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-2756-112/+111
* Fix SendNoticeInternal not having a NULL command variant.Gravatar Sadie Powell2021-04-271-1/+4
* 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-144-10/+10
* 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-313-3/+7
* Fix various documentation comments.Gravatar Sadie Powell2021-03-3112-36/+18
* Add support for matching multiple hosts in <connect:{allow,deny}>.Gravatar Sadie Powell2021-03-303-9/+23
* Add support for blocking tag messages with the deaf mode.Gravatar Sadie Powell2021-03-301-37/+74
* Make the system-wide runtime directory /var/run/inspircd.•••This avoids permission issues. Gravatar Sadie Powell2021-03-251-1/+1
* Remove the Kiwi links from the readme.•••If you're setting up an IRC server you should be able to use an IRC client to connect to the support channel. Gravatar Sadie Powell2021-03-251-3/+3
* 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-192-2/+17
* Default <permchannelsdb:listmodes> to on.Gravatar Sadie Powell2021-03-141-1/+1
* Implement support for saving filters.Gravatar Sadie Powell2021-03-141-2/+83
* Convert the ISO 8859-2 nationalchars files to codepage configs.Gravatar Sadie Powell2021-03-1411-44/+61
* Rename the latin1 codepage to iso-8859-1.Gravatar Sadie Powell2021-03-142-2/+2
* Treat an empty bool/duration/int/uint config field as undefined.Gravatar Sadie Powell2021-03-141-4/+4
* Allow passing --prefix with --system.Gravatar Sadie Powell2021-03-111-9/+9
* Add support for sending a standard reply with no command name.Gravatar Sadie Powell2021-03-111-5/+20
* Rename `<bind:ssl>` to `<bind:sslprofile>`.Gravatar Sadie Powell2021-03-108-11/+12
* Rename `<link:ssl>` to `<link:sslprofile>`.Gravatar Sadie Powell2021-03-102-3/+3
* 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