aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Allow customising who can receive the joinflood close notification.•••Closes #1747. Gravatar Sadie Powell2023-05-071-9/+16
* Remove the now-obsolete hostchange module.•••Closes #2025. Gravatar Sadie Powell2023-05-021-13/+0
* Add the cloak_static module to cloak using a fixed value.Gravatar Sadie Powell2023-05-021-0/+23
* Add the cloak_nick module to cloak based on a nickname.Gravatar Sadie Powell2023-05-021-0/+34
* Add the cloak_account module to cloak based on an account name/id.Gravatar Sadie Powell2023-05-021-3/+44
* Redocument the cloak_md5 module.Gravatar Sadie Powell2023-05-021-19/+23
* Add <cloak:class> to limit cloaks to a specific connect class.Gravatar Sadie Powell2023-05-021-0/+8
* Merge branch 'insp3' into master.Gravatar Sadie Powell2023-04-271-5/+7
|\
| * Warn users when their client certificate is about to expire.•••Closes #1938. Gravatar Sadie Powell2023-03-011-2/+4
* | Replace <sqlauth:allowpattern> with <sqlexemption>.•••Partially implements #2030. Gravatar Sadie Powell2023-04-201-5/+0
* | Merge <ldapauth:allowpattern> and <ldapwhitelist>.•••Closes #1478. Gravatar Sadie Powell2023-04-201-2/+2
* | Allow customising the message shown when hiding an X-line ban.Gravatar Sadie Powell2023-04-181-4/+4
* | 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-272-129/+128
* | 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-192-6/+1
* | 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
* | Include more stuff in the Doxygen documentation.Gravatar Sadie Powell2023-01-241-5/+5
* | Document how users should enable extra modules better.Gravatar Sadie Powell2023-01-241-26/+78
* | Replace VAFORMAT/InspIRCd::Format/... with fmt::sprintf.Gravatar Sadie Powell2023-01-231-1/+0
* | 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-133-16/+18
* | Add the core of the new cloak implementation.Gravatar Sadie Powell2023-01-131-0/+9
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-12-252-1/+2
|\|
| * Add an oper priv for exempting opers from blockamsg.•••Closes #2007. Gravatar Sadie Powell2022-12-191-0/+1
| * Add SSL support to the mysql module.Gravatar Sadie Powell2022-12-181-1/+1
* | Move <oper:autologin> from m_sslinfo to core_oper and rework.•••- Promote autologin to a core concept with visibility in events. - Replace the binary yes/no value with strict/relaxed/never. This intentionally breaks v3 oper block autologin as admins will need to review them for the security implications of the new behaviour. Gravatar Sadie Powell2022-12-111-4/+12
* | Update some references to services_account that were missed.Gravatar Sadie Powell2022-12-113-11/+11
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-12-101-6/+6
|\|
| * Allow specifying multiple masks when adding an X-line.•••The only exemptions for this are RLINE (a real name might contains commas) and SVSHOLD (sent by services only). Closes #1972. Gravatar Sadie Powell2022-12-101-6/+6
* | Allow restricting an oper account based on services account.Gravatar Sadie Powell2022-12-101-1/+5
* | Add support for per-oper/opertype operator MOTDs.Gravatar Sadie Powell2022-12-092-9/+11
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-12-091-10/+11
|\|
| * Update author list.Gravatar InspIRCd Robot2022-12-081-10/+11
| * 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
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-12-041-5/+9
|\|