aboutsummaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2026-06-05240-240/+241
|
* Fix escaping LDAP search filters in ldapauth and ldapoper.Gravatar Sadie Powell2026-06-052-11/+16
|
* Port over some recent changes to the Anope LDAP API.Gravatar Sadie Powell2026-06-051-0/+74
|
* Add support for HAProxy certificate fingerprint in PROXY protocol.Gravatar Atlas2026-06-041-13/+86
|
* Warn about some potentially problematic <wsorigin> values.Gravatar Sadie Powell2026-06-031-0/+6
|
* Fix FJOINs wrapped by the compat layer not being prefixed properly.Gravatar Sadie Powell2026-05-311-1/+1
|
* Allow <database:tls> to work on MySQL forks that use the old API.Gravatar Sadie Powell2026-05-301-3/+6
| | | | Closes #2212.
* Fix <database:ssl> not being called <database:tls> as documented.Gravatar Sadie Powell2026-05-291-1/+2
|
* Fix sslmodes inheriting operonly from sslinfo.Gravatar Sadie Powell2026-05-251-1/+1
|
* Add <nickflood:notifyrank> to mimic the equivalent in joinflood.Gravatar Sadie Powell2026-05-241-1/+4
|
* Prevent an unnecessary lookup in joinflood.Gravatar Sadie Powell2026-05-241-1/+1
|
* Add percentages to the sslinfo statistics.Gravatar Sadie Powell2026-05-201-3/+6
|
* Fix labelling quit messages.Gravatar Sadie Powell2026-05-201-40/+53
|
* Add the bot extended ban.Gravatar Sadie Powell2026-05-111-0/+24
|
* Fix some rare null pointer dereferences.Gravatar Sadie Powell2026-05-062-2/+2
| | | | | This code is only ever called for internal serialisation which I don't think actually happens to these modules.
* Fix error handling in the log_json module.Gravatar Sadie Powell2026-04-271-5/+5
| | | | Closes #2206.
* Fix an error message in ircv3_ctctags mentioning the wrong mode.Gravatar Sadie Powell2026-04-161-1/+1
|
* Whitelist the recently ratified +channel-context tag.Gravatar Sadie Powell2026-04-091-0/+1
|
* Update module descriptions.Gravatar InspIRCd Robot2026-04-041-1/+1
|
* Update copyright headers.Gravatar InspIRCd Robot2026-03-3128-31/+31
|
* Add support for the IRCv3 UTF8ONLY specification.Gravatar Sadie Powell2026-03-191-0/+306
|
* Allow overriding the oper restrictions on the fingerprint extban.Gravatar Sadie Powell2026-03-191-2/+3
|
* Expose the maximum channel key length to services.Gravatar Sadie Powell2026-03-191-0/+1
|
* Improve config compatibility with previous releases.Gravatar Sadie Powell2026-03-191-13/+7
|
* Implement the IRCv3 no-implicit-names specification.Gravatar Sadie Powell2026-03-181-0/+25
|
* Implement support for the IRCv3 ACCOUNTEXTBAN isupport token.Gravatar Sadie Powell2026-03-181-1/+11
|
* Fix cap notifications to comply with ircv3/ircv3-specifications#480.Gravatar Sadie Powell2026-03-141-2/+2
|
* Fix clearing the help channel modes before re-reading the config.Gravatar Sadie Powell2026-03-121-1/+1
|
* Add a redirect extended ban to the redirect module.Gravatar Sadie Powell2026-03-092-26/+109
| | | | | | | | Also, deprecate the banredirect module now its behaviour has been entirely replaced. Closes #730 Closes #2043
* Fix not being able to ban real names that contain spaces.Gravatar Sadie Powell2026-03-091-2/+12
|
* Expand what modes the redirect module can redirect when set.Gravatar Sadie Powell2026-03-091-49/+102
| | | | Closes #906
* Add the VF_DEPRECATED flag and warn on load about deprecation.Gravatar Sadie Powell2026-03-093-3/+3
|
* Fix various inconsistencies in the banredirect and redirect modules.Gravatar Sadie Powell2026-03-092-15/+29
|
* Respect <security:restrictbannedusers> in setname.Gravatar Sadie Powell2026-03-081-0/+18
|
* Remove the inverted parameter from the extban validation method.Gravatar Sadie Powell2026-03-064-4/+4
|
* Add the sharebans module.Gravatar Sadie Powell2026-03-061-0/+116
|
* Backport the abbreviation module checking IsUsableBy from master.Gravatar Sadie Powell2026-03-061-2/+2
|
* Add oper-only options to the class and server extbans.Gravatar Sadie Powell2026-03-042-1/+39
|
* Prevent non-opers from using extban z when <sslinfo:operonly> is set.Gravatar Sadie Powell2026-03-041-0/+19
|
* Add a validation hook for extbans.Gravatar Sadie Powell2026-03-042-4/+14
|
* Tweak the reaction filter slightly.Gravatar Sadie Powell2026-03-031-2/+8
|
* Fix erroneously networking metadata for partially connected users.Gravatar Sadie Powell2026-03-031-0/+3
|
* Store users by uuid in the messageflood counter map.Gravatar Sadie Powell2026-03-011-5/+4
| | | | | | This prevents weird behaviour caused by address reuse. Reported by @progval.
* Fix the cloak module sending NOTEs when it should send a FAIL.Gravatar Sadie Powell2026-02-281-1/+1
|
* Make ServerCommandMap case insensitive.Gravatar Sadie Powell2026-02-191-1/+1
|
* Add support for filtering message tags to the known keys.Gravatar Sadie Powell2026-02-161-8/+95
|
* Fix checking whether the +z channel mode is already set.Gravatar Sadie Powell2026-02-091-1/+1
| | | | The dest parameter will be null here as this is a channel mode.
* Clean up and refactor some logic in the sslmodes module.Gravatar Sadie Powell2026-01-041-41/+35
|
* Allow specifying a module name in SetPriority.Gravatar Sadie Powell2025-12-319-21/+10
|
* Avoid excessively long FJOINs when using the 1205 protocol.Gravatar Sadie Powell2025-12-281-0/+24
|