| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make filenames a bit more friendly for Windows users. | 2024-06-17 | 1 | -145/+0 | |
| | | |||||
| * | Move ssl_mbedtls to inspircd-contrib. | 2024-04-15 | 1 | -4/+3 | |
| | | | | | Closes #2088. | ||||
| * | Rename <service> to <services>. | 2023-07-07 | 1 | -2/+2 | |
| | | | | | | This tag defines a services server not a service server so this is more grammatically correct. | ||||
| * | Update links to point to the upcoming v4 docs. | 2022-05-18 | 1 | -4/+4 | |
| | | | | | | | | [skip alpine ci] [skip macos ci] [skip windows ci] [skip ubuntu ci] | ||||
| * | Refer to encryption as TLS instead of SSL in all messages. | 2021-04-08 | 1 | -5/+5 | |
| | | |||||
| * | Merge branch 'insp3' into master. | 2021-03-10 | 1 | -4/+4 | |
| |\ | |||||
| | * | Rename `<bind:ssl>` to `<bind:sslprofile>`. | 2021-03-10 | 1 | -2/+2 | |
| | | | |||||
| | * | Rename `<link:ssl>` to `<link:sslprofile>`. | 2021-03-10 | 1 | -2/+2 | |
| | | | |||||
| * | | Rename <uline> to <service>. | 2021-01-30 | 1 | -5/+5 | |
| |/ | |||||
| * | Push users towards using SSL profiles for SSL config. | 2020-12-24 | 1 | -8/+10 | |
| | | |||||
| * | Move the example TCP/IP listeners for servers to links.conf.example. | 2020-11-28 | 1 | -2/+22 | |
| | | |||||
| * | Update user-facing text and comments of SSL to TLS. | 2020-04-14 | 1 | -4/+4 | |
| | | |||||
| * | Merge branch 'insp20' into insp3. | 2019-05-02 | 1 | -3/+3 | |
| |\ | |||||
| | * | Update documentation links. | 2019-04-26 | 1 | -1/+1 | |
| | | | |||||
| * | | Various text improvements: consistency, syntax, help and doc updates/fixes. | 2019-02-18 | 1 | -13/+13 | |
| | | | |||||
| * | | Remove deprecated config checker and make <die> actually useful. | 2018-10-27 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | - Remove the deprecated config tag checker. This checker is neither exhaustive nor is it particularly accurate. Instead the new docs site will contain a page detailing the breaking changes between releases. - Remove the insulting <die> tags in inspircd.conf.example and add some descriptive ones in files that it is critical for the user to edit correctly. - Show the message from the <die> tag so the user actually knows what they did wrong. | ||||
| * | | Merge tag 'v2.0.25' into master. | 2017-11-12 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update wiki links to use HTTPS and point to the correct pages. | 2017-10-15 | 1 | -1/+1 | |
| | | | | | | | | | | | When we release 3.0 these links will break as they will point to the pages for 3.0 rather than 2.0. | ||||
| * | | Convert a bunch of time-related config options to getDuration. | 2017-09-03 | 1 | -3/+3 | |
| | | | |||||
| * | | Update SSL config documentation for SSL profiles and m_ssl_mbedtls. | 2016-11-15 | 1 | -6/+8 | |
| | | | |||||
| * | | Update example configuration to say the new style module names everywhere | 2015-05-20 | 1 | -3/+3 | |
| | | | |||||
| * | | Merge insp20 | 2015-04-20 | 1 | -8/+8 | |
| |\| | |||||
| | * | Make some config strings a bit more professional and use RFC reserved TLD's ↵ | 2014-11-09 | 1 | -8/+8 | |
| | | | | | | | | | everywhere | ||||
| * | | Merge insp20 | 2014-07-25 | 1 | -2/+2 | |
| |\| | |||||
| | * | Update example configuration files, fix typos and case | 2014-07-24 | 1 | -2/+2 | |
| | | | | | | | | | Mention m_regex_stdlib in the list of regex providers after m_filter | ||||
| * | | Say "SSL certificate fingerprint" instead of "SSL fingerprint" everywhere | 2014-07-19 | 1 | -3/+3 | |
| | | | |||||
| * | | Merge insp20 | 2014-04-07 | 1 | -3/+3 | |
| |\| | |||||
| | * | Major example configuration and helpop update | 2014-04-04 | 1 | -3/+3 | |
| | | | | | | | | | Big thanks to @m4z (#621) and @Robby- (#630) who contributed a lot to this | ||||
| * | | Merge insp20 | 2014-01-21 | 1 | -2/+2 | |
| |\| | |||||
| | * | Use standard example addresses in configs | 2014-01-20 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | `2001:db8::/32` is the [standard][1] IPv6 example address range, using it also makes it clear when the user has just copy-pasted the example config and didn't actually whitelist 6BONE for some strange reason. Similarly, there are example addresses for [IPv4][2] and [DNS][3]. [1]: http://tools.ietf.org/html/rfc3849 [2]: http://tools.ietf.org/html/rfc5737 [3]: http://tools.ietf.org/html/rfc2606 | ||||
| * | | Allow multiple allowmasks in link blocks, #679 | 2013-11-21 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge insp20 | 2013-08-30 | 1 | -4/+3 | |
| |\| | |||||
| | * | Update example configs, README.md and more | 2013-08-27 | 1 | -4/+3 | |
| | | | | | | | | | | | | | | | - Fix typos, remove misleading information, rephrase a few sentences - Add info about hmac-<hash> hash types - Remove <performance:maxwho> (the code which used this was removed in 96e4434 - @SaberUK) - Change inspircd.github.org to inspircd.org | ||||
| * | | Add ConfigTag::getDuration() with optional bounds checking | 2013-08-12 | 1 | -1/+1 | |
| |/ | |||||
| * | Move all example configuration files to their own directory. | 2012-06-12 | 1 | -0/+119 | |
