aboutsummaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2021-05-1440-46/+46
* Fix an off by one error in various bitsets.Gravatar Sadie Powell2021-05-145-7/+7
* 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
* 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-2728-52/+51
* 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-191-1/+1
* Improve the message sent when a mode does not exist.Gravatar Sadie Powell2021-04-191-2/+3
* Update hideoper for the /STATS P change in the previous commit.Gravatar Sadie Powell2021-04-191-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
* 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-311-11/+0
* 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
* Default <permchannelsdb:listmodes> to on.Gravatar Sadie Powell2021-03-141-1/+1
* Implement support for saving filters.Gravatar Sadie Powell2021-03-141-2/+83
* Rename `<bind:ssl>` to `<bind:sslprofile>`.Gravatar Sadie Powell2021-03-102-2/+2
* 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 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-051-1/+1
* Update copyright headers.Gravatar InspIRCd Robot2021-03-0569-73/+86
* Update copyright headers.Gravatar InspIRCd Robot2021-02-2632-32/+35
* Implement support for multi-prefix on WHOIS.Gravatar Sadie Powell2021-02-251-0/+47
* Allow a statusmsg to have multiple statuses and pick the lowest.•••This is pretty much useless but other implementations support it so we have to also support it for compatibility. Gravatar Sadie Powell2021-02-251-5/+16
* Refactor OnUserPostMessage in the chanhistory module.Gravatar Sadie Powell2021-02-241-11/+13
* Add snomask permissions to the oper check output.Gravatar Sadie Powell2021-02-221-0/+10
* Add a human-readable serialiser to the geolocation extensible.Gravatar Sadie Powell2021-02-221-0/+6
* Add a config option for exempting classes from connflood.Gravatar Sadie Powell2021-02-211-1/+12
* Add a command to the cgiirc module for encoding/decoding hex idents.Gravatar Sadie Powell2021-02-211-37/+81
* Rename the cmd variable to cmdwebirc in the cgiirc module.Gravatar Sadie Powell2021-02-211-12/+12
* Fix the numeric sent when a U-lined alias target is not online.Gravatar Sadie Powell2021-02-181-2/+3
* Fix the message sent when SSL profiles are rehashed.Gravatar Sadie Powell2021-02-183-3/+3