]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Remove deprecated config checker and make <die> actually useful.
authorPeter Powell <petpow@saberuk.com>
Sat, 27 Oct 2018 13:18:52 +0000 (14:18 +0100)
committerPeter Powell <petpow@saberuk.com>
Sat, 27 Oct 2018 17:31:32 +0000 (18:31 +0100)
commitea7eb543cbbc9d42def708f271ff00e524094a59
tree4bec19ef4e193fb6d525cccc3ed87675b441627c
parent72e28e60de5dcef99d077f51b7f5f4a32b6b92f1
Remove deprecated config checker and make <die> actually useful.

- 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.
docs/conf/inspircd.conf.example
docs/conf/links.conf.example
docs/conf/opers.conf.example
src/configreader.cpp