aboutsummaryrefslogtreecommitdiff
path: root/docs/conf
Commit message (Collapse)AuthorAgeFilesLines
* 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-042-2/+2
|\
| * WebSockets are a HTTP feature not a HTML5 feature.Gravatar Sadie Powell2022-08-042-2/+2
| |
* | Replace <showwhois:showfromopers> with an operator privilege.Gravatar Sadie Powell2022-07-212-7/+3
| |
* | Move the userip module to contrib.Gravatar Sadie Powell2022-06-282-11/+1
| | | | | | | | | | This module only exists for UnrealIRCd compatibility and provides the same functionality as the check module but less useful.
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-06-222-1/+2
|\|
| * Add support for escaping hex colour codesGravatar Sadie Powell2022-06-191-0/+1
| | | | | | | | This is not widely supported but we should have an escape regardless.
| * 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.Gravatar Sadie Powell2022-05-183-21/+21
| | | | | | | | | | | | | | [skip alpine ci] [skip macos ci] [skip windows ci] [skip ubuntu ci]
* | Implement support for JSON logging.Gravatar Sadie Powell2022-05-021-0/+11
| |
* | Rewrite the entire logging system.Gravatar Sadie Powell2022-05-012-49/+58
| | | | | | | | | | | | - 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.
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-04-291-0/+2
|\|
| * Document the 'G' WHO flag.Gravatar Sadie Powell2022-04-281-0/+2
| |
* | 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
| |
* | Allow normalising extbans to a specific format.Gravatar Sadie Powell2022-04-171-0/+9
| | | | | | | | Also, fix canonicalisation of acting extban values.
* | Remove FPART, force REMOVE to always use the new syntax.Gravatar Sadie Powell2022-04-162-15/+9
| | | | | | | | | | | | | | | | 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.
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-04-051-1/+1
|\|
| * Increase the default connectban ban duration from 10m to 6h.Gravatar Sadie Powell2022-04-051-1/+1
| | | | | | | | 10m is borderline useless for preventing bot floods.
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-04-011-0/+1
|\|
| * Add the channels/ignore-chanfilter priv to the chanfilter module.Gravatar Sadie Powell2022-03-281-0/+1
| | | | | | | | Closes #1971.
* | 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
| |
| * Rename <connectban:duration> to <connectban:banduration>.Gravatar Sadie Powell2022-03-221-3/+3
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-03-191-1/+3
|\|
| * Add support for the <count> param of WHOWAS (#1968)Gravatar Val Lorentz2022-03-191-1/+3
| | | | | | | | | | | | | | Not very useful IMO, but every server but InspIRCd seems to implement it, and it's part of the RFCs: * https://datatracker.ietf.org/doc/html/rfc1459#section-4.5.3 * https://datatracker.ietf.org/doc/html/rfc2812#section-3.6.3
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-03-113-1/+9
|\|
| * Change delaymsg to use exemptchanops and have an oper priv (#1959).Gravatar iwalkalone2022-02-132-0/+3
| |
| * Add an option to allow channel ops to enable the permchannels mode.Gravatar Sadie Powell2022-02-051-1/+6
| | | | | | | | Closes #1964.
* | Remove the nationalchars module.Gravatar Sadie Powell2022-01-311-18/+0
| | | | | | | | | | | | This is mostly undocumented, partially broken, and is replaced by the codepage module which will soon be extended to support UTF-8 ranges to entirely replace it.
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-01-032-16/+19
|\|
| * Update IRCCloud IP rangesGravatar James Wheare2021-12-311-2/+2
| |
| * Add support for forwarding a password from the second nick param.Gravatar Sadie Powell2021-12-281-14/+17
| |
* | Replace some references to ssl with tls.Gravatar Sadie Powell2021-12-081-3/+3
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-11-242-4/+8
|\|
| * Add the <connect:uniqueusername> option.Gravatar Sadie Powell2021-11-231-1/+2
| |
| * Fix the SSLINFO helpop not describing SSLINFO on channels.Gravatar Sadie Powell2021-11-161-3/+6
| |
* | Rename regex_pcre2 to regex_pcre.Gravatar Sadie Powell2021-11-141-2/+2
| |
* | Revert "Add regex_pcre compatibility to regex_pcre2".Gravatar Sadie Powell2021-11-141-4/+0
| | | | | | | | This reverts commit 3fa012b75b14abd69c7bc67c27ae50cb9ba4c343.
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-11-101-2/+5
|\|
| * Implement support for WebIRC gateways sending client fingerprints.Gravatar Sadie Powell2021-11-101-2/+5
| |
* | Yeet regex_pcre into contrib.Gravatar Sadie Powell2021-10-011-9/+2
| |
* | Add regex_pcre compatibility to regex_pcre2.Gravatar Sadie Powell2021-10-011-0/+4
| |
* | Use regex_stdlib as the default regular expression engine.Gravatar Sadie Powell2021-09-261-2/+2
| |
* | Add the regex_pcre2 module.Gravatar Sadie Powell2021-09-261-0/+7
| |
* | Change operlog to log to snomask o (oper).Gravatar Sadie Powell2021-09-232-3/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-09-232-8/+9
|\|