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