Commits


sample-ngircd.conf & ngircd.conf(5): document "ServiceMask" option.


TLS/SSL support: documentation.


make Listen parameter a comma-seperated list of addresses. 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.


Merge commit 'aad49bd260494878aed6795c7a897ad1d28c3082'


Update ngIRCd manual pages - Update timestamp, - enhance some phrasing, - and fix "Passive" ([Server]) formatting.


Merge branch 'master' of git://git.breakpoint.cc/fw/ngircd-fw


IPv6: Add config options to disabe ipv4/ipv6 support. This also enables ipv6-only setups.


bind ListenAddress for outgoing connections ngircd would always use INADDR_ANY for outgoing connections; which might not be desirable. Added new [Server] option "Bind" to set source ip.


Introduce option to configure the maximum nick name lenth in ngircd.conf - 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.


New config option NoDNS: disables all DNS queries.


fix doc and manpage wrt. MaxConnections, MaxConnectionsIP and MaxJoins values


Add new server config option to disable automatic connect. (Tassilo Schweyer)


add support for predefined-channel configuration of k and l modes


Customize manual pages to reflect the actual installation location of files.