aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
...
| * Minor cleanup and documentation improvements.•••- Only show a generic failure message to the user upon oper failure due to not having a secure connection or matching cert. fingerprint. - Update the comment about oper:fingerprint as it can be a space separated list of fingerprints and not just one. - Improve a few code comments and formatting. Gravatar Matt Schatz2020-04-141-3/+3
| * Update user-facing text and comments of SSL to TLS.Gravatar Matt Schatz2020-04-145-46/+47
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-04-145-53/+57
|\ \
| * | Minor cleanup and documentation improvements.•••- Only show a generic failure message to the user upon oper failure due to not having a secure connection or matching cert. fingerprint. - Update the comment about oper:fingerprint as it can be a space separated list of fingerprints and not just one. - Improve a few code comments and formatting. Gravatar Matt Schatz2020-04-141-3/+3
| * | Update user-facing text and comments of SSL to TLS.Gravatar Matt Schatz2020-04-145-46/+47
| |/
| * Add support for limiting what opers can subscribe to snomasks.Gravatar Sadie Powell2020-04-111-4/+7
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-04-111-0/+3
|\|
| * Note that bind:permissions does not change on rehash.Gravatar Matt Schatz2020-04-101-0/+3
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-04-094-10/+9
|\|
| * Make showing the channel modes in /LIST configurable.Gravatar Sadie Powell2020-03-301-0/+4
| * Add support for the servers/ignore-shun privilege.Gravatar Sadie Powell2020-03-291-0/+1
| * Include ADMIN and OPER in the default for <shun:enabledcmds>.Gravatar Sadie Powell2020-03-291-1/+1
| * Correct a typo in the example config.Gravatar Matt Schatz2020-03-281-2/+2
| * Correct a module name typo.Gravatar Matt Schatz2020-03-241-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-03-182-11/+20
|\|
| * Use "yes" instead of "true" in the example configs.Gravatar Sadie Powell2020-02-212-4/+4
| * 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
* | Revert "Remove the now obsolete regex_posix module".•••The C++ SG16 has decided to obsolete std::regex because they think its broken and don't want to fix it so this module will probably outlive the regex_stdlib one. 🙄 This reverts commit e1dda3396c64f66b5889f72b65759251fab549ac. Gravatar Sadie Powell2020-02-191-0/+11
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-02-191-6/+6
|\|
| * Update modules.conf.example to use the new --enable-extras syntax.Gravatar Sadie Powell2020-02-131-6/+6
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-02-043-45/+45
|\|
| * 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
| * Tweak the default motd/opermotd slightly.•••Also, remove the - at the start of the MOTD field. This is cargo culted from irc2 and theres no real reason to actually do this. Gravatar Sadie Powell2020-01-222-44/+38
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-01-176-346/+520
|\|
| * Add support for setting the help topic in helpop.Gravatar Sadie Powell2020-01-151-343/+339
| * Various improvements for the helpop module.•••- Ensure that the config is actually valid. This found an invalid entry in the default helpop configs. - Columize the index page and build it whilst reading the config instead of at request time. Gravatar Sadie Powell2020-01-131-1/+1
| * Add a replacement for the nationalchars module.Gravatar Sadie Powell2020-01-075-0/+177
| * Rename <chanhistory:notice> to <chanhistory:prefixmsg>.•••This name is a lot lessambiguous. Gravatar Sadie Powell2020-01-031-3/+4
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-12-081-6/+13
|\|
| * 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
* | Move the nationalchars locale files to the docs directory.Gravatar Sadie Powell2019-11-1368-0/+383
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-11-134-5/+20
|\|
| * Exempt the KiwiIRC.com servers from X-lines.Gravatar Peter Powell2019-10-241-0/+4
| * Fix a typo in the KiwiIRC.com server IPs.Gravatar Peter Powell2019-10-241-2/+2
| * Raise <connflood:bootwait> from 10 seconds to 2 minutes.•••Many clients don't reconnect automatically and it can take a while for them to reconnect. Gravatar Peter Powell2019-10-241-1/+1
| * Disable DNS/DNSBL/ident lookups for unregistered KiwiIRC.com users.Gravatar Peter Powell2019-10-242-2/+12
| * Add repeat to the list of possible restriction types to exempt in helpop.conf...•••Fixes #1714. Gravatar Robby2019-10-071-0/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-09-232-5/+22
|\|
| * Fix the example tag for changing the voice ranks.Gravatar Peter Powell2019-09-161-1/+1
| * Fix cloaking not ignoring the case of a user's hostname.•••This new mode is recommended but disabled by default for compat reasons. Closes #480. Closes #1419. Co-Authored-By: B00mX0r <b00mx0r@aureus.pw> Gravatar Peter Powell2019-09-161-2/+4
| * Document <alias:stripcolor>Gravatar linuxdaemon2019-09-141-0/+4
| * Upgrade the Doxygen config file with "doxygen -u".Gravatar Peter Powell2019-08-231-2/+13
* | Remove code relating to v3 API changes and v2 module compatibility.Gravatar Sadie Powell2019-07-181-4/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-07-166-19/+94
|\|
| * Switch permchannels and xline_db from OnBackgroundTimer to a Timer.Gravatar Peter Powell2019-06-251-3/+9