aboutsummaryrefslogtreecommitdiff
path: root/docs/conf
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
|\|
| * Add support for per-DNSBL timeouts.•••This should fix the issue of some DNSBLs being slower than others. Gravatar Sadie Powell2021-03-311-0/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-03-301-1/+1
|\|
| * Add an <include> option to allow certain config files to not exist.•••This is useful when using modules that generate a config file such as the filter and permchannels modules. Gravatar Sadie Powell2021-03-191-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-03-173-2/+63
|\|
| * Convert the ISO 8859-2 nationalchars files to codepage configs.Gravatar Sadie Powell2021-03-142-0/+61
| * Rename the latin1 codepage to iso-8859-1.Gravatar Sadie Powell2021-03-142-2/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-03-103-7/+7
|\|
| * Rename `<bind:ssl>` to `<bind:sslprofile>`.Gravatar Sadie Powell2021-03-103-5/+5
| * Rename `<link:ssl>` to `<link:sslprofile>`.Gravatar Sadie Powell2021-03-101-2/+2
* | Implement support for other SHA2 hash types.Gravatar Sadie Powell2021-03-051-4/+4
* | Rename gecosban to realnameban.Gravatar Sadie Powell2021-03-052-8/+8
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-02-283-8/+20
|\|
| * Fix a grammar issue in the helpop config.Gravatar Sadie Powell2021-02-221-1/+1
| * Add a config option for exempting classes from connflood.Gravatar Sadie Powell2021-02-212-0/+5
| * Add a command to the cgiirc module for encoding/decoding hex idents.Gravatar Sadie Powell2021-02-211-8/+15
* | Rename <uline> to <service>.Gravatar Sadie Powell2021-01-302-6/+6
* | Rename <deaf:privdeafuline> to <deaf:privdeafservice>.Gravatar Sadie Powell2021-01-301-2/+2
* | Rename <deaf:bypasscharsuline> to <deaf:servicebypasschars>.Gravatar Sadie Powell2021-01-301-7/+7
* | Rename <silence:exemptuline> to <silence:exemptservice>.Gravatar Sadie Powell2021-01-301-2/+2
* | Rename <alias:uline> to <alias:service>.Gravatar Sadie Powell2021-01-304-42/+42
* | 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-293-1/+8
|\|
| * Exempt IRCCloud users from connectban and DNSBL lookups.Gravatar Sadie Powell2021-01-271-1/+3
| * Allow disabling connectban for specific connect classes.•••Ref: #1841. Gravatar Sadie Powell2021-01-271-0/+4
| * Added <module name="codepage"> to modules.conf.example.Gravatar R-V62021-01-181-0/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-01-182-3/+9
|\|
| * Implemented configurable kick message for the repeat module (#1835).••• Gravatar iwalkalone2021-01-181-1/+7
| * 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-131-7/+23
|\|
| * Add a shun option to only apply when users are fully connected.•••Closes #1825. Gravatar Sadie Powell2021-01-131-0/+4
| * Add a user mode which allows disabling receiving channel history.•••Closes #1830. Gravatar Sadie Powell2021-01-111-7/+19
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-01-076-23/+73
|\|
| * Push users towards using SSL profiles for SSL config.Gravatar Sadie Powell2020-12-242-13/+18
| * Remove example securelist exemptions for IRCDriven and IRCSource.•••Both of these are apparently dead. Gravatar Sadie Powell2020-12-231-2/+0
| * Add config files for popular DNSBL providers.Gravatar Sadie Powell2020-12-224-1/+44
| * Add support for multiple hostmasks in <cgiirc:mask>.Gravatar Sadie Powell2020-12-221-10/+11
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-12-212-2/+4
|\|