aboutsummaryrefslogtreecommitdiff
path: root/docs/conf/modules.conf.example
Commit message (Expand)AuthorAgeFilesLines
* 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.•••This is based on the current IRCv3 draft but using a vendored protocol. Gravatar Sadie Powell2021-08-171-1/+2
* 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.•••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
* 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.•••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
* 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-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.•••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-0/+2
* Change the remaining instances of "true", "on", "false" and "off" to "yes" an...Gravatar Robby2020-11-281-22/+22
* 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.•••Resolves #1540.Gravatar ShutterQuick2020-10-101-0/+24
* 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
* Update the <securelist> documentation.Gravatar Sadie Powell2020-04-171-3/+14
* Update user-facing text and comments of SSL to TLS.Gravatar Matt Schatz2020-04-141-22/+23
* Include ADMIN and OPER in the default for <shun:enabledcmds>.Gravatar Sadie Powell2020-03-291-1/+1
* Use "yes" instead of "true" in the example configs.Gravatar Sadie Powell2020-02-211-3/+3
* Add support for requiring users to use SSL in order to use SASL.Gravatar Sadie Powell2020-02-211-1/+4
* Improve the documentation of <sasl:server>.Gravatar Sadie Powell2020-02-211-5/+4
* Lower <sts:duration> to 5m to prevent misconfigs denying access.Gravatar Sadie Powell2020-02-191-2/+3
* Update modules.conf.example to use the new --enable-extras syntax.Gravatar Sadie Powell2020-02-131-6/+6
* Clean special chars from module conf exampleGravatar Wade Cline2020-02-031-2/+2
* Implement support for the IRCv3 labeled-response specification.Gravatar Sadie Powell2020-01-281-0/+6
* Add a replacement for the nationalchars module.Gravatar Sadie Powell2020-01-071-0/+17
* Rename <chanhistory:notice> to <chanhistory:prefixmsg>.•••This name is a lot lessambiguous. Gravatar Sadie Powell2020-01-031-3/+4
* Change the default for <waitpong:sendsnotice> to false.•••This message exists for an incredibly rare issue and just confuses the vast majority of people. Gravatar Peter Powell2019-11-291-1/+1
* WebSocket: replace the behindproxy switch with a proxy IP list.Gravatar Peter Powell2019-11-291-4/+4
* Implement support for websocket connections via a proxy like nginx.Gravatar Peter Powell2019-11-281-5/+12