aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf/modules.conf.example
Commit message (Collapse)AuthorAgeFilesLines
* Allow using $address for the user IP address in alias templates.Gravatar Sadie Powell2023-11-121-4/+4
| | | | Closes #2068.
* Update the description of the ircv3 module.Gravatar Sadie Powell2023-07-101-2/+2
|
* The announceinvites setting is in <security> not <options>.Gravatar Sadie Powell2023-07-101-1/+1
|
* Warn users when their client certificate is about to expire.Gravatar Sadie Powell2023-03-011-2/+4
| | | | Closes #1938.
* Switch to the IRCv3 standard-replies cap.Gravatar Sadie Powell2023-02-131-1/+4
| | | | | Nothing is using this so far so I'm not counting it as a breaking change.
* Add SSL support to the mysql module.Gravatar Sadie Powell2022-12-181-1/+1
|
* Import regex_pcre2 from inspircd-contrib.Gravatar Sadie Powell2022-12-051-0/+7
| | | | | | 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.
* WebSockets are a HTTP feature not a HTML5 feature.Gravatar Sadie Powell2022-08-041-1/+1
|
* Fix the parameter documentation for the repeat mode.Gravatar Sadie Powell2022-06-151-1/+1
|
* Add support for automatically expiring the override user mode.Gravatar Sadie Powell2022-04-211-1/+8
|
* Increase the default connectban ban duration from 10m to 6h.Gravatar Sadie Powell2022-04-051-1/+1
| | | | 10m is borderline useless for preventing bot floods.
* 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 an option to allow channel ops to enable the permchannels mode.Gravatar Sadie Powell2022-02-051-1/+6
| | | | Closes #1964.
* Add support for forwarding a password from the second nick param.Gravatar Sadie Powell2021-12-281-14/+17
|
* 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
|
* Tell users to read the docs for more info on WebSocket subprotos.Gravatar Sadie Powell2021-08-221-1/+1
|
* 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.
* Allow hostchange to select users based on connect class.Gravatar Sadie Powell2021-07-031-1/+1
|
* Allow making the MKPASSWD command only usable by opers.Gravatar Sadie Powell2021-06-211-0/+3
|
* Add the bootwait and splitwait options to connectban.Gravatar Sadie Powell2021-06-181-9/+27
|
* Fix the name of the regex_stdlib regex engine.Gravatar Sadie Powell2021-06-011-2/+2
|
* 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.
* 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
|
* Rename `<bind:ssl>` to `<bind:sslprofile>`.Gravatar Sadie Powell2021-03-101-1/+1
|
* Added <module name="codepage"> to modules.conf.example.Gravatar R-V62021-01-181-0/+1
|
* Implemented configurable kick message for the repeat module (#1835).Gravatar iwalkalone2021-01-181-1/+7
|
* Add a shun option to only apply when users are fully connected.Gravatar Sadie Powell2021-01-131-0/+4
| | | | Closes #1825.
* Add a user mode which allows disabling receiving channel history.Gravatar Sadie Powell2021-01-111-7/+19
| | | | Closes #1830.
* Remove example securelist exemptions for IRCDriven and IRCSource.Gravatar Sadie Powell2020-12-231-2/+0
| | | | Both of these are apparently dead.
* Add config files for popular DNSBL providers.Gravatar Sadie Powell2020-12-221-1/+11
|
* Add support for multiple hostmasks in <cgiirc:mask>.Gravatar Sadie Powell2020-12-221-10/+11
|
* Document that exemptions configured in <options:exemptchanops> can be negated.Gravatar Robby2020-11-291-0/+2
| | | | Change the <badnick> example in inspircd.conf.example to another nick, since ChanServ is already covered by examples/services/generic.conf.example.
* Change the remaining instances of "true", "on", "false" and "off" to "yes" ↵Gravatar Robby2020-11-281-22/+22
| | | | and "no" in the example configs.
* Fix the description of <nickflood:duration>.Gravatar Sadie Powell2020-11-261-1/+1
|
* Reword the uhnames and namesx docs.Gravatar Sadie Powell2020-11-261-8/+6
|
* Change glob matching to be configurableGravatar Michael2020-10-241-0/+3
|
* Fixes by misspell-fixerGravatar InspIRCd Robot2020-10-151-2/+2
|
* Add an option to allow disengaging joinflood on initial boot.Gravatar Sadie Powell2020-10-121-0/+5
|
* Add an option to allow disengaging joinflood after a netsplit.Gravatar Sadie Powell2020-10-121-2/+9
|
* Implement support for Argon2 password hashing.Gravatar ShutterQuick2020-10-101-0/+24
| | | Resolves #1540.
* FIx a typo in the shun docs.Gravatar Sadie Powell2020-10-031-3/+3
|
* Document the recent shun changes.Gravatar Sadie Powell2020-09-271-7/+22
|
* Allow disabling the timedbans set/unset notices (#1789).Gravatar iwalkalone2020-07-221-0/+3
|
* Fix watch example configGravatar linuxdaemon2020-05-251-1/+1
|
* Allow enabling the message-tags cap without client-only tags.Gravatar Sadie Powell2020-05-051-0/+5
|
* Fixes by misspell-fixerGravatar InspIRCd Robot2020-04-211-3/+3
|