aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Show the name of the WebIRC gateway in the IP changing notice.Gravatar Sadie Powell2021-02-051-2/+3
* Move SSLINFO code for users to its own function and refactor.Gravatar Sadie Powell2021-02-011-16/+21
* Allow using SSLINFO on channels.Gravatar Sadie Powell2021-02-011-18/+69
* Convert SSLINFO to SplitCommand.Gravatar Sadie Powell2021-02-011-4/+4
* Read <sslinfo:operonly> once at load time.Gravatar Sadie Powell2021-02-011-3/+8
* Allow disabling connectban for specific connect classes.•••Ref: #1841. Gravatar Sadie Powell2021-01-271-2/+12
* Send ERR_CANTUNLOADMODULE when unloading a module on reload fails.Gravatar Sadie Powell2021-01-191-1/+1
* Refactor the globalload module.•••- Require that a non-empty last parameter is given to the commands. - Use WriteRemoteNumeric instead of WriteNumeric so opers actually see the response. - Store <security:allowcoreunload> instead of looking it up every time. Gravatar Sadie Powell2021-01-191-23/+33
* Add a separate stats class for DNSBL errors.Gravatar Sadie Powell2021-01-181-10/+21
* Improve the robustness of the DNSBL module.•••- Handle DNSBLs that return invalid lookup results. - Fix DNSBLs that return non-local addresses blocking connections. - Fix silently failing when a DNSBL returns no IPv4 results. - General code cleanup. Gravatar Sadie Powell2021-01-181-21/+35
* Implemented configurable kick message for the repeat module (#1835).••• Gravatar iwalkalone2021-01-181-1/+9
* Add default empty openssl compiler flags.•••This makes things easier for users who are using InspIRCd on OSes where OpenSSL is part of the base system. Gravatar Sadie Powell2021-01-181-1/+1
* Add a shun option to only apply when users are fully connected.•••Closes #1825. Gravatar Sadie Powell2021-01-131-0/+6
* Add a user mode which allows disabling receiving channel history.•••Closes #1830. Gravatar Sadie Powell2021-01-111-6/+22
* Disallow an empty last parameter in MAP.Gravatar Matt Schatz2020-12-301-0/+1
* Avoid doing more work than necessary when checking the O: extban.Gravatar Sadie Powell2020-12-251-7/+2
* Replace spaces with underscores when checking for class bans.Gravatar Sadie Powell2020-12-251-1/+15