about summary refs log tree commit diff
AgeCommit message (Expand)Author
2009-01-10remove unneeded LOG_DEBUG when not compiling with DEBUG supportFlorian Westphal
2009-01-09documentation: gnutls does not support password-protected privkeysFlorian Westphal
2009-01-06Mac OS X: update texts for Mac OS X Installer.appAlexander Barton
2009-01-06Xcode: build ngIRCd with IPv6 support on Mac OS XAlexander Barton
2009-01-06Xcode: get release number dynamically; new make target "xcode-clean".Alexander Barton
2009-01-06Xcode: define TARGET_VENDOR and TARGET_OSAlexander Barton
2009-01-06Add new and missing files to Mac OS X Xcode projectAlexander Barton
2009-01-05Rename Channel_Free() to Free_Channel(), it is a local functionAlexander Barton
2009-01-05Clean up channel allocation table on shutdown/restart.Alexander Barton
2009-01-05Add Channel_Free().Florian Westphal
2009-01-04Clean up (reformat and comment) Delete_Channel() function.Alexander Barton
2009-01-04Free topic array on channel deletion.Alexander Barton
2009-01-01Fix spelling in some documents.Alexander Barton
2008-12-30Allow pre-defined server local channels ("&").Alexander Barton
2008-12-30Spell check and enhance ngIRCd manual pages.Alexander Barton
2008-12-29man ngircd.conf: line break missing before the SSLConnect descriptionFlorian Westphal
2008-12-27defines.h: remove MAX_LISTEN_PORTS, MAX_SERVICESFlorian Westphal
2008-12-26Remove limit on max number of predefined channels.Florian Westphal
2008-12-26channel.c: constify a few function arguments.Florian Westphal
2008-12-26use %ld as format specifier for posix data typesFlorian Westphal
2008-12-25ngIRCd release 13 rel-13Alexander Barton
2008-12-17don't print pid_t type with %ld format specifierFlorian Westphal
2008-12-06Update the date ("Dec 2008") of the manual pages.Alexander Barton
2008-12-05doc/Platforms.txt: added x86_64/unknown/linux-gnuAlexander Barton
2008-12-05doc/Platforms.txt: update list of tested platforms.Alexander Barton
2008-12-04doc/SSL.txt: enhance documentation.Alexander Barton
2008-12-04doc/Services.txt: explain which IRC Services versions are compatibleAlexander Barton
2008-12-03Testsuite start-server.sh: return correct exit code.Alexander Barton
2008-12-03Make testsuite (getpid.sh) work on OpenSolaris (i386/pc/solaris2.11).Alexander Barton
2008-12-02doc/Services.txt: document using ngIRCd with IRC Services.Alexander Barton
2008-11-22sample-ngircd.conf: remove now unused CVS "$Id$"Alexander Barton
2008-11-21ngIRCd release 13~rc1 rel-13-rc1Alexander Barton
2008-11-21Fix double minus signs in manual pagesAlexander Barton
2008-11-21Debian package ("make deb"): fix some lintian(1) warningsAlexander Barton
2008-11-20Change formatting of some log messagesAlexander Barton
2008-11-20Fix pem_passwd_cb(): unused variable "rwflag" (OpenSSL)Alexander Barton
2008-11-19New configuration option "NoIdent" to disable IDENT lookupsAlexander Barton
2008-11-19Implement the IRC command "SERVLIST"Alexander Barton
2008-11-19Updated NEWS and ChangeLog, using NEWS for news only :-)Alexander Barton
2008-11-17Create local &SERVER channel and log server messages to itAlexander Barton
2008-11-17Implement local channels (prefix "&")Alexander Barton
2008-11-13Added some missing files of GIT tree to distribution archivesAlexander Barton
2008-11-13Test suite: start two servers and test server-server linksAlexander Barton
2008-11-13Add conf-ssl.h to "noinst_HEADERS"Alexander Barton
2008-11-13Re-add CVE identifiers to ChangeLog.Alexander Barton
2008-11-12Updated NEWS and ChangeLog to include 0.12.1 and the development versionAlexander Barton
2008-11-12Connection counter: count outgoing connections as well.Alexander Barton
2008-11-11Ignore numeric 020 ("please wait while we process your coinnection")Alexander Barton
2008-11-11GNUTLS: define new API types when installed library is too oldAlexander Barton
2008-11-11Console log: output timestamp (seconds since start) for resolver, tooAlexander Barton