aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'insp3' into master.Gravatar Sadie Powell2022-04-011-0/+1
|\
| * Add the channels/ignore-chanfilter priv to the chanfilter module.•••Closes #1971. Gravatar Sadie Powell2022-03-281-0/+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
| * 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)•••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.3Gravatar Val Lorentz2022-03-191-1/+3
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-03-114-2/+10
|\|
| * 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.•••Closes #1964. Gravatar Sadie Powell2022-02-051-1/+6
| * Fix various minor Doxygen warnings.Gravatar Sadie Powell2022-02-021-1/+2
* | Remove the nationalchars module.•••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. Gravatar Sadie Powell2022-01-3137-243/+0
* | 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
* | Update author list.Gravatar InspIRCd Robot2021-12-151-3/+5
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-12-111-0/+106
|\|
| * Update author list.Gravatar InspIRCd Robot2021-12-101-0/+106
| * Add a script for updating the author list.Gravatar Sadie Powell2021-12-101-0/+0
* | 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".•••This reverts commit 3fa012b75b14abd69c7bc67c27ae50cb9ba4c343. Gravatar Sadie Powell2021-11-141-4/+0
* | 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
|\|
| * Replace <websocket:sendastext> with <websocket:defaultmode>.Gravatar Sadie Powell2021-09-221-8/+8
| * Add the channels/ignore-repeat priv to exempt opers from +E.Gravatar David Schultz2021-09-211-0/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-09-011-1/+1
|\|
| * Replace certfp with sslfp in sqlauth and helpop.•••Once we implement SPKI fingerprints the old name will be inaccurate. Gravatar Sadie Powell2021-08-281-1/+1
* | Fix some places where U-line -> service was missed.Gravatar Sadie Powell2021-08-291-2/+2
* | Require TLS by default when connecting to Postgres servers.Gravatar Sadie Powell2021-08-281-1/+1
* | Make the ADMIN output more like other IRC servers.•••- Remove our weird numeric prefixes. - Merge the nick and name fields. - Add a description field for ADMINLOC2. Gravatar Sadie Powell2021-08-261-9/+8
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-08-262-1/+3
|\|
| * Tell users to read the docs for more info on WebSocket subprotos.Gravatar Sadie Powell2021-08-221-1/+1
| * Document the w extban.Gravatar Sadie Powell2021-08-201-0/+2
* | Always respect the host field when automatically logging in opers.Gravatar Sadie Powell2021-08-261-5/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-08-191-1/+2
|\|
| * Implement support for websocket subprotocols.•••This is based on the current IRCv3 draft but using a vendored protocol. Gravatar Sadie Powell2021-08-171-1/+2
* | Make the channel key length configurable in the <limits> tag.Gravatar Sadie Powell2021-08-171-0/+3
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-07-241-5/+5
|\|