1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-10-27 20:36:18 +00:00
ngircd/doc
Florian Westphal 1dca082fc6 config: deprecate NoXX-Options
ngircd unfortunately uses several options using double-negation, e.g.

NoIdent = No, NoPam = No, etc.

This renames all options by dropping the "No" prefix, e.g.
"NoIdent = no" becomes "Ident = yes".

The old options will continue to work, but will cause a warning
message.

Also update man pages and default config.

To prevent silly
'Ident = yes' from appearing in  --configtest output in the
'ident support not compiled in and Ident Option not used' case,
make default value depend on feature availability.
If feature is available, enable by default, otherwise disable.

We might consider moving these options to a new
[Feature]

section, or something like that, because none of these options are
essential.

Another possible improvement:

'Ident = yes' option in ngircd.conf causes a warning if ngircd was
built without ident support.

This does not happen with e.g. zeroconf....
2011-01-09 13:59:33 +01:00
..
src Doxygen: update source code repository link to GIT 2009-04-25 00:53:47 +02:00
.gitignore Fix up generation and distribution of sample-ngircd.conf 2010-11-03 23:47:21 +01:00
Bopm.txt Add some documentation for using BOPM with ngIRCd 2010-06-25 15:19:39 +02:00
FAQ.txt Reformat and update FAQ.txt a little bit 2010-08-13 15:53:24 +02:00
GIT.txt Convert CVS commands to their git equivalents. 2008-04-12 21:51:15 +02:00
HowToRelease.txt New doc/HowToRelease.txt file describing the release process 2010-10-25 14:46:58 +02:00
Makefile.am add doc/README-Interix.txt and doc/Bopm.txt to distribution tarball 2010-11-15 20:11:16 +01:00
PAM.txt Initial documentation for using PAM with ngIRCd 2010-07-12 13:07:07 +02:00
Platforms.txt Updated doc/Platforms.txt for upcoming release 17 2010-11-07 17:20:28 +01:00
Protocol.txt Document the server flag "S": SERVICE command is supported. 2008-09-23 11:53:16 +02:00
README-AUX.txt Fix spelling in some documents. 2009-01-01 17:56:42 +01:00
README-BeOS.txt Fix spelling in some documents. 2009-01-01 17:56:42 +01:00
README-Interix.txt New README-Interix.txt for running ngIRCd on MS SFU and MS SUA 2010-02-05 00:24:33 +01:00
RFC.txt Translated & updated documentation. 2003-03-07 20:42:20 +00:00
sample-ngircd.conf.tmpl config: deprecate NoXX-Options 2011-01-09 13:59:33 +01:00
Services.txt doc/Services.txt: explain which IRC Services versions are compatible 2008-12-04 11:14:26 +01:00
SSL.txt doc/SSL: remove line continuation marker 2010-05-01 20:29:18 +02:00
Zeroconf.txt Fix spelling in some documents. 2009-01-01 17:56:42 +01:00