aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * 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
* | Drop support for the legacy PROTOCTL extension.•••People who wish to keep this behavious should install the protoctl module from inspircd-contrib. Gravatar Sadie Powell2021-07-161-4/+3
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-07-042-17/+9
|\|
| * 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
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-07-015-9/+17
|\|
| * 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
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-06-191-14/+14
|\|
| * Reorder <limits> alphabetically in the example config.Gravatar Sadie Powell2021-06-191-14/+14
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-06-182-9/+30
|\|
| * Add the bootwait and splitwait options to connectban.Gravatar Sadie Powell2021-06-181-9/+27
| * Add a link to the list of predefined config variables.Gravatar Sadie Powell2021-06-141-0/+3
* | Import a greatly refactored version of the opmoderated module.•••Co-authored-by: Daniel De Graaf <danieldg@inspircd.org>. Gravatar Sadie Powell2021-06-172-0/+7
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-06-073-3/+3
|\|
| * Send the CHARSET token if using a non-ascii casemapping.Gravatar Sadie Powell2021-06-022-2/+2
| * Fix the name of the strict-rfc1469 codepage file.Gravatar Sadie Powell2021-06-021-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-06-011-2/+2
|\|
| * Fix the name of the regex_stdlib regex engine.Gravatar Sadie Powell2021-06-011-2/+2
* | Demote the lockserv module to inspircd-contrib.Gravatar Sadie Powell2021-06-013-28/+7
* | Demote the clones module to inspircd-contrib.Gravatar Sadie Powell2021-06-013-24/+11
* | Demote the censor module to inspircd-contrib.Gravatar Sadie Powell2021-06-013-27/+3
* | Demote the regex_tre module to inspircd-contrib.Gravatar Sadie Powell2021-06-011-9/+0
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-05-221-5/+14
|\|
| * Update the Doxygen config for the new version.Gravatar Sadie Powell2021-05-161-3/+12
| * Enable Doxygen XML generation.Gravatar Sadie Powell2021-05-161-1/+1
* | Rename the cgiirc module to gateway.Gravatar Sadie Powell2021-04-112-9/+9
* | Remove <cgiirc:opernotice>.•••This is no longer necessary now we have snomask privs. Gravatar Sadie Powell2021-04-111-4/+0
* | Refer to encryption as TLS instead of SSL in all messages.Gravatar Sadie Powell2021-04-085-47/+47
* | Implement support for random spamtrap channels in the LIST output.Gravatar Sadie Powell2021-04-011-0/+12
* | Refactor the securelist module.•••- General clean up of the module source to comply with our coding style. - Allow <securehost> tags to contain a user@ip mask as well as a user@host mask. - Default <securelist:exemptregistered> to on. Gravatar Sadie Powell2021-04-011-0/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-03-311-0/+1
|\|