about summary refs log tree commit diff
path: root/doc
AgeCommit message (Collapse)Author
2008-09-23sample-ngircd.conf & ngircd.conf(5): document "ServiceMask" option.Alexander Barton
2008-09-13TLS/SSL support: documentation.Florian Westphal
2008-08-10doc/Platforms.txt: added Debian GNU/Hurd, "i686/unknown/gnu0.3"Alexander Barton
2008-07-31FAQ: add entry about /OPER and OperCanUseModeFlorian Westphal
2008-07-21Added more supported and tested platforms to doc/Platforms.txt.Alexander Barton
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-15Add FAQ entry for 'Where is the log file'?Florian Westphal
2008-04-21IPv6: Add config options to disabe ipv4/ipv6 support.Florian Westphal
This also enables ipv6-only setups.
2008-04-20Don't include doc/CVS.txt in distribution archive, use doc/GIT.txt now!Alexander Barton
(cherry picked from commit a8e0eb62e9dce81ca4a5c5911428561b90bf2c6e)
2008-04-12Convert CVS commands to their git equivalents.Florian Westphal
Also mention that patches should be sent to the mailing list.
2008-04-09Moved .cvsignore files to .gitignoreAlexander Barton
Since we are using GIT starting from now, I converted all the .cvsignore files to .gitignore files.
2008-01-07Document NoDNS configuration option.Alexander Barton
2008-01-02Remove entry about ngircd failing on Linux 2.4:Alexander Barton
ngircd can now fall back to select. [from 0.11.x]
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-11-20Re-added doc/SSL.txt to distribution -- got lost somewhere!?Alexander Barton
2007-10-13fix doc and manpage wrt. MaxConnections, MaxConnectionsIP and MaxJoins valuesFlorian Westphal
2007-10-04Updated documentation ("Passive" option, for example).Alexander Barton
2006-12-29add support for predefined-channel configuration of k and l modesFlorian Westphal
2006-12-28Added "html" directory to CVS ignore list (it is generated by doxygen).Alexander Barton
2006-12-28distclean: remove "html" folder.Alexander Barton
2006-12-28Added .cvsignore files to hide generated files from CVS.Alexander Barton
2006-11-05New configuration option "PredefChannelsOnly": if set, makeFlorian Westphal
all JOINs to-non existants channel return ERR_BANNEDFROMCHAN_MSG, restricting users to those channels defined in the config file.
2006-10-08Added OpenBSD/ppc to list of tested platforms.Alexander Barton
2006-08-29Updated documentation.Alexander Barton
2006-08-07Updated platform list once more ...Alexander Barton
2006-08-07Updated platform list.Alexander Barton
2006-08-03Synchronized documentation with branch-0-10-x ...Alexander Barton
2006-07-23Updated CVS URLs; enhanced documentation a little bit.Alexander Barton
2006-07-23Updated some patch names on Arthur.Alexander Barton
2006-05-07kqueue now tested on NetBSD3.0, FreeBSD6 and Darwin7.9.0Florian Westphal
2006-04-09Mostly whitespace fixes.Alexander Barton
2006-04-08Added maintainer-clean-local target to purge generated Makefiles.Alexander Barton
2006-01-09Enhanced documentation. Use "default" port 6667 in the example for server links.Alexander Barton
2005-12-09add FAQ entry about epoll(): Function not implemented errorFlorian Westphal
2005-11-29Don't remove doc/src on "make distclean".Alexander Barton
2005-09-02Mention ':' MyPassword restriction in man page.Florian Westphal
2005-09-01Add warning about leading : in passwords. (thx Ben Korvemaker for pointing ↵Florian Westphal
this out)
2005-08-27Fixed parameter description of CHANINFO.Alexander Barton
2005-07-23Added "STRIP_FROM_PATH" variable to generate relative path names.Alexander Barton
2005-07-22Added style definitions for source code listings.Alexander Barton
2005-07-22New subdirectory "src" for the source code documentation, and new makeAlexander Barton
target "srcdoc" to generate the documentation using Doxygen.
2005-07-22New files for the Doxygen source code documentation system.Alexander Barton
2005-07-09Updated some URLs in the documentation.Alexander Barton
2005-07-08Added "doc/Zeroconf.txt" to distribution.Alexander Barton
2005-07-08New section "runtime".Alexander Barton
2005-07-07document b0rken resolver on GNU/LinuxFlorian Westphal
2005-06-24Updated URLs.Alexander Barton
2005-04-27Remove "doc/src" directory on "make distclean".Alexander Barton
2005-03-15Fixed too long lines.Alexander Barton