Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-10 | Rename `<bind:ssl>` to `<bind:sslprofile>`. | Sadie Powell | |
2021-03-10 | Rename `<link:ssl>` to `<link:sslprofile>`. | Sadie Powell | |
2020-12-24 | Push users towards using SSL profiles for SSL config. | Sadie Powell | |
2020-11-28 | Move the example TCP/IP listeners for servers to links.conf.example. | Robby | |
2020-04-14 | Update user-facing text and comments of SSL to TLS. | Matt Schatz | |
2019-05-02 | Merge branch 'insp20' into insp3. | Peter Powell | |
2019-04-26 | Update documentation links. | Peter Powell | |
2019-02-18 | Various text improvements: consistency, syntax, help and doc updates/fixes. | Robby | |
2018-10-27 | Remove deprecated config checker and make <die> actually useful. | Peter Powell | |
- 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. | |||
2017-11-12 | Merge tag 'v2.0.25' into master. | Peter Powell | |
2017-10-15 | Update wiki links to use HTTPS and point to the correct pages. | Peter Powell | |
When we release 3.0 these links will break as they will point to the pages for 3.0 rather than 2.0. | |||
2017-09-03 | Convert a bunch of time-related config options to getDuration. | Peter Powell | |
2016-11-15 | Update SSL config documentation for SSL profiles and m_ssl_mbedtls. | Peter Powell | |
2015-05-20 | Update example configuration to say the new style module names everywhere | Attila Molnar | |
2015-04-20 | Merge insp20 | Attila Molnar | |
2014-11-09 | Make some config strings a bit more professional and use RFC reserved TLD's ↵ | JD Horelick | |
everywhere | |||
2014-07-25 | Merge insp20 | Attila Molnar | |
2014-07-24 | Update example configuration files, fix typos and case | Attila Molnar | |
Mention m_regex_stdlib in the list of regex providers after m_filter | |||
2014-07-19 | Say "SSL certificate fingerprint" instead of "SSL fingerprint" everywhere | Attila Molnar | |
2014-04-07 | Merge insp20 | Attila Molnar | |
2014-04-04 | Major example configuration and helpop update | Attila Molnar | |
Big thanks to @m4z (#621) and @Robby- (#630) who contributed a lot to this | |||
2014-01-21 | Merge insp20 | Attila Molnar | |
2014-01-20 | Use standard example addresses in configs | Mantas Mikulėnas | |
`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 | |||
2013-11-21 | Allow multiple allowmasks in link blocks, #679 | Adam | |
2013-08-30 | Merge insp20 | attilamolnar | |
2013-08-27 | Update example configs, README.md and more | attilamolnar | |
- 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 | |||
2013-08-12 | Add ConfigTag::getDuration() with optional bounds checking | attilamolnar | |
2012-06-12 | Move all example configuration files to their own directory. | Peter Powell | |