aboutsummaryrefslogtreecommitdiff
path: root/docs/conf/inspircd.conf.example
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'insp3' into master.Gravatar Sadie Powell2022-10-291-2/+2
|\
| * Fix the documentation of <options:defaultmodes>.Gravatar Sadie Powell2022-10-291-2/+2
* | Rename session registration to connection to avoid a semantic conflict.•••We previously referred to both session registration and user registration as "registration" which is confusing for users who aren't familiar with how IRC works. Gravatar Sadie Powell2022-10-291-3/+3
* | Allow requiring users to be logged into their nick for requireaccount.Gravatar Sadie Powell2022-10-181-0/+2
* | Rename the services_account module to account.Gravatar Sadie Powell2022-10-181-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-08-041-1/+1
|\|
| * WebSockets are a HTTP feature not a HTML5 feature.Gravatar Sadie Powell2022-08-041-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-06-221-0/+1
|\|
| * 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
* | Update links to point to the upcoming v4 docs.•••[skip alpine ci] [skip macos ci] [skip windows ci] [skip ubuntu ci] Gravatar Sadie Powell2022-05-181-4/+4
* | Rewrite the entire logging system.•••- 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. Gravatar Sadie Powell2022-05-011-49/+32
* | Allow normalising extbans to a specific format.•••Also, fix canonicalisation of acting extban values. Gravatar Sadie Powell2022-04-171-0/+9
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-03-111-0/+2
|\|
| * Change delaymsg to use exemptchanops and have an oper priv (#1959).Gravatar iwalkalone2022-02-131-0/+2
* | 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
* | 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
* | 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-181-0/+3
|\|
| * Add a link to the list of predefined config variables.Gravatar Sadie Powell2021-06-141-0/+3
* | Demote the censor module to inspircd-contrib.Gravatar Sadie Powell2021-06-011-3/+1
* | Rename the cgiirc module to gateway.Gravatar Sadie Powell2021-04-111-1/+1
* | Refer to encryption as TLS instead of SSL in all messages.Gravatar Sadie Powell2021-04-081-11/+11
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-03-101-2/+2
|\|
| * Rename `<bind:ssl>` to `<bind:sslprofile>`.Gravatar Sadie Powell2021-03-101-2/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-02-281-0/+4
|\|
| * Add a config option for exempting classes from connflood.Gravatar Sadie Powell2021-02-211-0/+4
* | Rename <uline> to <service>.Gravatar Sadie Powell2021-01-301-1/+1
* | Rename <security:hideulines> to <security:hideservices>.Gravatar Sadie Powell2021-01-301-2/+2
* | Rename <security:hideulinekills> to <security:hideservicekills>.Gravatar Sadie Powell2021-01-301-2/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-01-291-0/+4
|\|
| * Allow disabling connectban for specific connect classes.•••Ref: #1841. Gravatar Sadie Powell2021-01-271-0/+4
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-01-181-2/+2
|\|
| * Add a new runtime directory and move the pid file to it.•••The data directory is intended for persistent files whereas the pid file is ephemeral. This distinction doesn't matter by default but on system-wide installs ephemeral runtime files go in /var/run or /run instead. Gravatar Sadie Powell2021-01-181-2/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-01-071-4/+8
|\|
| * Push users towards using SSL profiles for SSL config.Gravatar Sadie Powell2020-12-241-5/+8
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-12-041-26/+16
|\|
| * Document that exemptions configured in <options:exemptchanops> can be negated.•••Change the <badnick> example in inspircd.conf.example to another nick, since ChanServ is already covered by examples/services/generic.conf.example. Gravatar Robby2020-11-291-4/+5
| * Move the example TCP/IP listeners for servers to links.conf.example.Gravatar Robby2020-11-281-16/+3
| * Move the example TCP listener for clients so they're grouped together.•••Change the wording slightly on the <sslprofile> comment to be plural, as this is not specific to a particular listener. Gravatar Robby2020-11-281-2/+5
| * Change the remaining instances of "true", "on", "false" and "off" to "yes" an...Gravatar Robby2020-11-281-5/+5
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-10-271-7/+2
|\|
| * Remove a long obsolete comment from the example conf.Gravatar Sadie Powell2020-09-301-7/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-09-271-3/+2
|\|
| * Fix the example configs lying about where paths are relative to.Gravatar Sadie Powell2020-09-211-2/+1
| * Only bind on 6667 instead of 6660-6669 in the example configs.Gravatar Sadie Powell2020-09-211-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-08-251-3/+0
|\|