summaryrefslogtreecommitdiff
path: root/docs/conf/links.conf.example
AgeCommit message (Collapse)Author
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