about summary refs log tree commit diff
path: root/man/ngircd.conf.5.tmpl
AgeCommit message (Collapse)Author
2008-12-06Update the date ("Dec 2008") of the manual pages.Alexander Barton
2008-11-21Fix double minus signs in manual pagesAlexander Barton
This patch fixes the following lintian(1) warning: "Manual page seems to contain a hyphen where a minus sign was intended. '-' chars are interpreted as hyphens (U+2010) by groff, not as minus signs (U+002D). Since options to programs use minus signs (U+002D), this means for example in UTF-8 locales that you cannot cut&paste options, nor search for them easily. '-' must be escaped ('\-') to be interpreted as minus."
2008-11-19New configuration option "NoIdent" to disable IDENT lookupsAlexander Barton
The new configuration option "NoIdent" in ngircd.conf can be used to disable IDENT lookups even when the ngIRCd daemon is compiled with IDENT lookups enabled.
2008-11-12Connection counter: count outgoing connections as well.Alexander Barton
This patch lets ngIRCd count outgoing connections as well as incoming connections (up to now only outgoing connections have been counted). This change is required because the Conn_Close() function doesn't know whether it closes an outgoing connection or not and therefore would decrement the counter below zero when an outgoing connection existed -- which would trigger an assert() call ... Please note that this patch changes the (so far undocumented but now fixed) behaviour of the "MaxConnections" configuration option to account the sum of the in- and outbound connections!
2008-09-23sample-ngircd.conf & ngircd.conf(5): document "ServiceMask" option.Alexander Barton
2008-09-13TLS/SSL support: documentation.Florian Westphal
2008-05-19make Listen parameter a comma-seperated list of addresses.Florian Westphal
this also obsoletes ListenIPv4 and ListenIPv6 options. If Listen is unset, it is treated as Listen="::,0.0.0.0". Note: ListenIPv4 and ListenIPv6 options are still recognized, but ngircd will print a warning if they are used in the config file. Also, some plattforms require that ai_socktype is set in the getaddrinfo() hints structure.
2008-05-11Update ngIRCd manual pagesAlexander Barton
- Update timestamp, - enhance some phrasing, - and fix "Passive" ([Server]) formatting.
2008-04-21IPv6: Add config options to disabe ipv4/ipv6 support.Florian Westphal
This also enables ipv6-only setups.
2007-11-23bind ListenAddress for outgoing connectionsFlorian Westphal
ngircd would always use INADDR_ANY for outgoing connections; which might not be desirable. Added new [Server] option "Bind" to set source ip.
2007-11-21Introduce option to configure the maximum nick name lenth in ngircd.confAlexander Barton
- New configuration option "MaxNickLength" to specify the allowed maximum length of user nick names. Note: must be unique in an IRC network! - Enhanced the IRC+ protocol to support an enhanced "server handshake" and enable server to recognice numeric 005 (ISUPPORT) and 376 (ENDOFMOTD). See doc/Protocol.txt for details.
2007-10-25New config option NoDNS: disables all DNS queries.Florian Westphal
2007-10-13fix doc and manpage wrt. MaxConnections, MaxConnectionsIP and MaxJoins valuesFlorian Westphal
2007-06-28Add new server config option to disable automatic connect. (Tassilo Schweyer)Florian Westphal
2006-12-29add support for predefined-channel configuration of k and l modesFlorian Westphal
2006-12-25Customize manual pages to reflect the actual installation location of files.Alexander Barton