about summary refs log tree commit diff
path: root/doc
AgeCommit message (Collapse)Author
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
2005-03-15New configuration option "OperServerMode".Alexander Barton
2005-03-02New configuration option "Mask" for [Operator] sections to limit OPER command.Alexander Barton
2005-02-04New configuration variable "PidFile", section "[Global]": if defined,Alexander Barton
the server writes its process ID (PID) to this file. Default: off. Idea by Florian Westphal, <westphal@foo.fh-furtwangen.de>.
2005-01-17Fixed typo: ports are separated by ",". Thanks to Florian Westphal.Alexander Barton
2004-12-27Added URLs for stunnel.Alexander Barton
2004-12-27Added documentation for SSL support.Alexander Barton
2004-12-27Make more clear that there can be more than one [Operator], [Server] andAlexander Barton
[Channel] section in the configuration file.
2004-12-27Fixed wrong port number in example.Alexander Barton
2004-11-09Updated list of supported/tested platforms.Alexander Barton
2004-05-25Added "hppa/unknown/openbsd3.5".Alexander Barton