about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2004-04-05Updated manual page to reflect changes in daemon.Alexander Barton
2004-03-19Use "which" when available; understand "GO=0"; made "VERBOSE=1" more verbose.Alexander Barton
2004-03-15Enhanced autogen.sh script; added "inline" documentation.Alexander Barton
2004-03-15Fixed detection of GNU C version and usability of __attribute__.Alexander Barton
2004-03-15Added missing "return 0" ... oops.Alexander Barton
2004-03-11Reworked configure system: it should be more compatible to most systemsAlexander Barton
now, and it should even be more flexible and faster :-)
2004-03-11New upstream version.Alexander Barton
2004-03-11Fixed some warnings of non-gcc-compilers (e. g. original Apple compiler onAlexander Barton
A/UX): "warning: illegal pointer combination, op =".
2004-03-10Updated tests to reflect last changes to MODE behaviour.Alexander Barton
2004-02-29Updated XCode project, added missing Makefile template for MacOXD directory.Alexander Barton
2004-02-29Added XCode project files (for Mac OS X) to "contrib" directory.Alexander Barton
2004-02-29Changed the reply of the MODE command to match the syntax of the originalAlexander Barton
ircd exactly: the unnecessary but missing ":" before the last parameter has been added.
2004-02-28New Debian version.Alexander Barton
2004-02-28Fixed TRACE: don't output "Serv" lines for ourself; display more info.Alexander Barton
2004-02-28Better logging while establishing and shutting down connections.Alexander Barton
Results of the resolver are now discarded after the client is registered.
2004-02-24Updated list of supported operating systems.Alexander Barton
2004-02-23Updated statistics :-)Alexander Barton
2004-02-22Updated documentation (-t switch).Alexander Barton
2004-02-05Included updates of ngIRCd 0.7.7Alexander Barton
2004-02-04The info text ("real name") of users is set to "-" if none has beenAlexander Barton
specified using the USER command (e. g. "USER user * * :"). Reason: the original ircd doesn't like empty ones and would KILL such users.
2004-02-03Fixed (optional) TCP Wrapper test which was broken and could result inAlexander Barton
false results. Thanks to Fuminori Tanizaki <tany@mcnet.ad.jp>!
2004-01-26New debian version.Alexander Barton
2004-01-26Updated some copyright notices to include the year 2004.Alexander Barton
2004-01-25The type of service (TOS) of all sockets is set to "interactive" now.Alexander Barton
2004-01-19Removed some debug code; translated some source code comments.Alexander Barton
2004-01-17Use "__attribute__" only if gcc is at least version 2.7Alexander Barton
2004-01-17Added #include for strings.h to fix compiler warnings.Alexander Barton
2004-01-17Added #include for strings.h and added some casts to remove compiler warnings.Alexander Barton
2004-01-17Fixed order of #include's: time.h moves up! ;-)Alexander Barton
2004-01-13Clean up files for "ngircd-full" package, too ...Alexander Barton
2004-01-02Adjusted copyright notice to include 2004.Alexander Barton
2004-01-01Restructured debian packaging system: now there are two packages, a "standard"Alexander Barton
version that includes all the default options and a "full" version that additionally includes support for TCP wrappers and IDENT lookups.
2003-12-31Changes for new source code layout: contrib/Debian/.Alexander Barton
2003-12-31Removed outdated Mac OS X ProjectBuilder project files (will be re-addedAlexander Barton
and updated for XCode soon); moved the debian/ directory to contrib/Debian/.
2003-12-31Added some files to the maintainer-clean-local target which havn't beedAlexander Barton
removed by "make maintainer-clean".
2003-12-29Added new short command line option "-t" as alternative to "--configtest".Alexander Barton
2003-12-27Added IDENT option to version string.Alexander Barton
2003-12-27Added optional support for IDENT lookups (configure switch "--with-ident").Alexander Barton
2003-12-26Removed "USE_" prefixes of configuration #defines.Alexander Barton
2003-12-19Fixed error messages related to server name configuration; updatedAlexander Barton
sample configuration file. (from 0.7.x)
2003-12-05Changes for version 0.7.6Alexander Barton
2003-12-05Added missing postinst file to distribution list. (from branch-0-7-x)Alexander Barton
2003-12-05Fixed abort() when inviting users to nonexistent channels.Alexander Barton
2003-12-04Extended version reporting of CVS builds.Alexander Barton
2003-11-30Updated, corrected and extended (examples!) protocol documentation.Alexander Barton
2003-11-29Updated RPM and Debian package description and configuration.Alexander Barton
2003-11-28Updated config.guess and config.sub to new upstream versions.Alexander Barton
2003-11-07Changes from branch-0-7-x for version 0.7.5.Alexander Barton
2003-11-06Fixed ban behavior: users which are banned from a channel can't no longerAlexander Barton
send PRIVMSG's to this channel (fixes Bug #47).
2003-11-05Fixed test suite: allow more connections ;-)Alexander Barton