aboutsummaryrefslogtreecommitdiff
path: root/docs/conf/modules.conf.example
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo in the example module config.Gravatar Sadie Powell2023-02-281-1/+1
* Allow differentiating non-oper helpers from opers.Gravatar Sadie Powell2023-02-271-2/+4
* Allow user mode +h (helpop) to override +H (hideoper) in /STATS P.•••Now we include +h users in the output inclusion doesn't inherently mean the user is an oper. Closes #1212. Gravatar Sadie Powell2023-02-271-0/+4
* Rename the helpop module to help.Gravatar Sadie Powell2023-02-271-6/+6
* Split the help mode out from the helpop module.Gravatar Sadie Powell2023-02-271-0/+5
* Merge the servprotect module into the services module.Gravatar Sadie Powell2023-02-191-5/+0
* Refactor the chanhistory mode handler and allow limiting the duration.Gravatar Sadie Powell2023-02-141-0/+4
* Merge branch 'insp3' into master.Gravatar Sadie Powell2023-02-141-1/+4
|\
| * Switch to the IRCv3 standard-replies cap.•••Nothing is using this so far so I'm not counting it as a breaking change. Gravatar Sadie Powell2023-02-131-1/+4
* | Add an option so local non-SSL users can be seen as securely connected.Gravatar Sadie Powell2023-02-111-2/+5
* | Add more action types to the repeat module.Gravatar Sadie Powell2023-02-051-1/+2
* | Refactor the messageflood module and add more action types.•••This doesn't touch help yet because I want to rewrite it soon. Closes #311. Closes #471. Closes #1032. Gravatar Sadie Powell2023-02-031-1/+5
* | Document how users should enable extra modules better.Gravatar Sadie Powell2023-01-241-26/+78
* | Use the underlying transport method for pinging idle clients.•••Closes #1998. Gravatar Sadie Powell2023-01-211-1/+4
* | Fix some typos in the cloak_sha256 example config.Gravatar Sadie Powell2023-01-181-2/+2
* | Allow setting a different hostparts option for UNIX sockets.•••This defaults to 1 as it doesn't really make sense to expose more than just this. Gravatar Sadie Powell2023-01-181-4/+7
* | Allow cloak_sha256 to only cloak IP addresses and not hostnames.Gravatar Sadie Powell2023-01-151-4/+13
* | Allow setting <cloak:psl> to "system" to use the system database.Gravatar Sadie Powell2023-01-141-2/+3
* | Add support for using the Public Suffix List in cloak_sha256.•••Closes #1658. Gravatar Sadie Powell2023-01-141-1/+7
* | Document the cloak_sha256 <cloak:case> option.Gravatar Sadie Powell2023-01-131-2/+7
* | Add a new cloak system that cloaks using HMAC-SHA256.•••Closes #1107. The core of the cloaking algorithm this uses is heavily inspired by the Plexus4 cloak_hmac_sha256 module written by Adam. I've made a few changes to the rest of it to work more like the old InspIRCd cloaking system as well as adding the option for configuring the case of the character table used for cloaking. Co-authored-by: Adam <Adam@anope.org> Co-authored-year: 2017 Gravatar Sadie Powell2023-01-131-0/+35
* | Convert the cloak_md5 module to the new cloak system.Gravatar Sadie Powell2023-01-131-14/+16
* | Add the core of the new cloak implementation.Gravatar Sadie Powell2023-01-131-0/+9
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-12-251-1/+1
|\|
| * Add SSL support to the mysql module.Gravatar Sadie Powell2022-12-181-1/+1
| * Import regex_pcre2 from inspircd-contrib.•••The original plan was to make the PCRE2 switch happen in v3 but it seems that distributions are beginning to unpackage the old pcre library already. Gravatar Sadie Powell2022-12-051-0/+7
* | Update some references to services_account that were missed.Gravatar Sadie Powell2022-12-111-2/+2
* | Add support for per-oper/opertype operator MOTDs.Gravatar Sadie Powell2022-12-091-9/+0
* | Rename the services_account module to account.Gravatar Sadie Powell2022-10-181-11/+5
* | Split out channel and user mode +r into a separate module.Gravatar Sadie Powell2022-10-181-4/+11
* | Add support for logging JSON to stdout and stderr.Gravatar Sadie Powell2022-08-241-1/+9
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-08-041-1/+1
|\|
| * WebSockets are a HTTP feature not a HTML5 feature.Gravatar Sadie Powell2022-08-041-1/+1
* | Replace <showwhois:showfromopers> with an operator privilege.Gravatar Sadie Powell2022-07-211-7/+2
* | Move the userip module to contrib.•••This module only exists for UnrealIRCd compatibility and provides the same functionality as the check module but less useful. Gravatar Sadie Powell2022-06-281-6/+0
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-06-221-1/+1
|\|
| * Fix the parameter documentation for the repeat mode.Gravatar Sadie Powell2022-06-151-1/+1
* | Convert passforward to use the new template system.Gravatar Sadie Powell2022-06-151-6/+6
* | Update links to point to the upcoming v4 docs.•••[skip alpine ci] [skip macos ci] [skip windows ci] [skip ubuntu ci] Gravatar Sadie Powell2022-05-181-13/+13
* | Implement support for JSON logging.Gravatar Sadie Powell2022-05-021-0/+11
* | Rewrite the entire logging system.•••- Much cleaner API for writing to the log. - Adds support for stderr and stdout logging to the core. - Adds support for sql and syslog logging in modules. Gravatar Sadie Powell2022-05-011-0/+26
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-04-211-1/+7
|\|
| * Add support for automatically expiring the override user mode.Gravatar Sadie Powell2022-04-211-1/+8
* | Remove FPART, force REMOVE to always use the new syntax.•••FPART was deprecated in v3 when the parameters for REMOVE were switched. This does not need any compat layer changes as v3 always forwarded FPART as REMOVE. Gravatar Sadie Powell2022-04-161-2/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-04-051-1/+1
|\|
| * Increase the default connectban ban duration from 10m to 6h.•••10m is borderline useless for preventing bot floods. Gravatar Sadie Powell2022-04-051-1/+1
* | Undocument removed config option.Gravatar Sadie Powell2022-03-271-6/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-03-271-4/+8
|\|
| * Add support for blocking invites to the commonchans module.Gravatar Sadie Powell2022-03-231-0/+4
| * Fix a typo in the connectban example config docs.Gravatar Sadie Powell2022-03-221-1/+1