aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf/modules.conf.example
Commit message (Collapse)AuthorAgeFilesLines
* Rename regex_pcre2 to regex_pcre.Gravatar Sadie Powell2021-11-141-2/+2
|
* Revert "Add regex_pcre compatibility to regex_pcre2".Gravatar Sadie Powell2021-11-141-4/+0
| | | | This reverts commit 3fa012b75b14abd69c7bc67c27ae50cb9ba4c343.
* 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-231-1/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-09-231-8/+8
|\|
| * Replace <websocket:sendastext> with <websocket:defaultmode>.Gravatar Sadie Powell2021-09-221-8/+8
| |
* | Require TLS by default when connecting to Postgres servers.Gravatar Sadie Powell2021-08-281-1/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-08-261-1/+1
|\|
| * Tell users to read the docs for more info on WebSocket subprotos.Gravatar Sadie Powell2021-08-221-1/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-08-191-1/+2
|\|
| * Implement support for websocket subprotocols.Gravatar Sadie Powell2021-08-171-1/+2
| | | | | | | | This is based on the current IRCv3 draft but using a vendored protocol.
* | Drop support for the legacy PROTOCTL extension.Gravatar Sadie Powell2021-07-161-4/+3
| | | | | | | | | | People who wish to keep this behavious should install the protoctl module from inspircd-contrib.
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-07-041-1/+1
|\|
| * Allow hostchange to select users based on connect class.Gravatar Sadie Powell2021-07-031-1/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-07-011-0/+3
|\|
| * Allow making the MKPASSWD command only usable by opers.Gravatar Sadie Powell2021-06-211-0/+3
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-06-181-9/+27
|\|
| * Add the bootwait and splitwait options to connectban.Gravatar Sadie Powell2021-06-181-9/+27
| |
* | Import a greatly refactored version of the opmoderated module.Gravatar Sadie Powell2021-06-171-0/+6
| | | | | | | | Co-authored-by: Daniel De Graaf <danieldg@inspircd.org>.
* | 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-011-11/+0
| |
* | Demote the clones module to inspircd-contrib.Gravatar Sadie Powell2021-06-011-8/+0
| |
* | Demote the censor module to inspircd-contrib.Gravatar Sadie Powell2021-06-011-19/+2
| |
* | 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-111-8/+8
| |
* | Remove <cgiirc:opernotice>.Gravatar Sadie Powell2021-04-111-4/+0
| | | | | | | | This is no longer necessary now we have snomask privs.
* | Refer to encryption as TLS instead of SSL in all messages.Gravatar Sadie Powell2021-04-081-21/+21
| |
* | Implement support for random spamtrap channels in the LIST output.Gravatar Sadie Powell2021-04-011-0/+12
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-03-301-1/+1
|\|
| * Add an <include> option to allow certain config files to not exist.Gravatar Sadie Powell2021-03-191-1/+1
| | | | | | | | | | This is useful when using modules that generate a config file such as the filter and permchannels modules.
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-03-171-1/+2
|\|
| * Convert the ISO 8859-2 nationalchars files to codepage configs.Gravatar Sadie Powell2021-03-141-0/+1
| |
| * Rename the latin1 codepage to iso-8859-1.Gravatar Sadie Powell2021-03-141-1/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-03-101-1/+1
|\|
| * Rename `<bind:ssl>` to `<bind:sslprofile>`.Gravatar Sadie Powell2021-03-101-1/+1
| |
* | Implement support for other SHA2 hash types.Gravatar Sadie Powell2021-03-051-4/+4
| |
* | Rename gecosban to realnameban.Gravatar Sadie Powell2021-03-051-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-301-7/+7
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-01-291-0/+1
|\|
| * Added <module name="codepage"> to modules.conf.example.Gravatar R-V62021-01-181-0/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-01-181-1/+7
|\|