aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* Update Doxygen config for the latest version.Gravatar Sadie Powell2022-12-031-5/+9
* Fix the documentation of <options:defaultmodes>.Gravatar Sadie Powell2022-10-291-2/+2
* WebSockets are a HTTP feature not a HTML5 feature.Gravatar Sadie Powell2022-08-042-2/+2
* Update author list.Gravatar InspIRCd Robot2022-07-201-5/+5
* Add support for escaping hex colour codes•••This is not widely supported but we should have an escape regardless. Gravatar Sadie Powell2022-06-191-0/+1
* Fix the parameter documentation for the repeat mode.Gravatar Sadie Powell2022-06-151-1/+1
* Update author list.Gravatar InspIRCd Robot2022-04-281-3/+4
* Document the 'G' WHO flag.Gravatar Sadie Powell2022-04-281-0/+2
* Update Doxygen config for the latest version.Gravatar Sadie Powell2022-04-211-9/+7
* Add support for automatically expiring the override user mode.Gravatar Sadie Powell2022-04-211-1/+8
* Fix doxygen to include the public module header files.Gravatar Sadie Powell2022-04-171-2/+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
* Add the channels/ignore-chanfilter priv to the chanfilter module.•••Closes #1971. Gravatar Sadie Powell2022-03-281-0/+1
* 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
* 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
* 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
* 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-101-0/+106
* Add a script for updating the author list.Gravatar Sadie Powell2021-12-101-0/+0
* 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
* Implement support for WebIRC gateways sending client fingerprints.Gravatar Sadie Powell2021-11-101-2/+5
* 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
* 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
* 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
* 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
* Also increase maxquit from 255 to 300.Gravatar Sadie Powell2021-07-241-1/+1
* Update the default limits in the example config.•••- Change maxchan from 64 to 60 (base 10 is more human friendly) - Change maxreal from 128 to 130 (base 10 is more human friendly) - Recalculate the maximum lengths of maxkick and maxtopic. For maxkick: ':' <nick> '!' <user> '@' <host> ' KICK ' <channel> ' ' <nick> ' :' <REASON> "\r\n" 1 [30] 1 [10] 1 [64] 6 [60] 1 [30] 2 2 1 + 30 + 1 + 10 + 1 + 64 + 6 + 60 + 1 + 30 + 2 + 2 = 208 512 - 208 = 304 (rounded down to 300) For maxtopic: ':' <nick> '!' <user> '@' <host> ' TOPIC ' <channel> ' :' <TOPIC> "\r\n" 1 [30] 1 [10] 1 [64] 7 [60] 2 2 1 + 30 + 1 + 10 + 1 + 64 + 7 + 60 + 2 + 2 = 178 512 - 178 = 334 (rounded down to 330) Gravatar Sadie Powell2021-07-241-4/+4
* Allow hostchange to select users based on connect class.Gravatar Sadie Powell2021-07-031-1/+1
* Update the IRCCloud example config for the latest host changes.•••Also switch it to use multiple hosts per connect class now we have the ability to do that. Gravatar Sadie Powell2021-07-021-16/+8
* Fix various spelling issues (#1883).•••Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> Gravatar Josh Soref2021-06-211-1/+1
* Update example configuration for 'if-host-match' oper autologin option.Gravatar Molly Miller2021-06-211-3/+5
* Allow making the MKPASSWD command only usable by opers.Gravatar Sadie Powell2021-06-211-0/+3
* Add the new chanhistory umode to the example helpop.Gravatar Matt Schatz2021-06-201-0/+2
* Fix a typo in the previous commit.Gravatar Matt Schatz2021-06-201-1/+1
* Synchronize servlist syntax and helpop with the docs page.Gravatar Matt Schatz2021-06-201-4/+5
* Reorder <limits> alphabetically in the example config.Gravatar Sadie Powell2021-06-191-14/+14
* Add the bootwait and splitwait options to connectban.Gravatar Sadie Powell2021-06-181-9/+27