about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2004-05-15Updated documentation.Alexander Barton
2004-05-15Enhanced ./configure checks for required C header files.Alexander Barton
2004-05-11Fixed a warning message of the compiler when not using IDENT lookups.Alexander Barton
2004-05-11Updated documentation.Alexander Barton
2004-05-11"make maintainer-clean" removes Makefile.in now.Alexander Barton
2004-05-11"make clean" works better now.Alexander Barton
2004-05-11New Debian version.Alexander Barton
2004-05-11Fixed resolver when using IDENT lookups, cleaned up code.Alexander Barton
2004-05-10Added PID to all log messages on the console; enhanced logging ofAlexander Barton
resolver sub-processes in debug mode.
2004-05-09Enhanced output of "make lint".Alexander Barton
2004-05-07New "chroot" feature (from Benjamin Pineau), introducing new configurationAlexander Barton
variables "ChrootDir" and "MotdPhrase".
2004-04-28Overview of "contributed" files.Alexander Barton
2004-04-28Added "README" and "systrace.policy" files.Alexander Barton
2004-04-28systrace policy for OpenBSD/NetBSD, thanks to Benjamin Pineau <ben@zouh.org>Alexander Barton
2004-04-25New debian version including updates from CVS HEAD.Alexander Barton
2004-04-25Updated documentation.Alexander Barton
2004-04-25Add flag "L" to default IRC+ server flags: synchronize INVITE-Alexander Barton
and BAN-lists.
2004-04-25Document new server flag "L": synchronize INVITE- andAlexander Barton
BAN-lists when establishing new server links.
2004-04-25Synchronize INVITE- and BAN-lists if the peer requests it:Alexander Barton
server flag "L". And better debug logging.
2004-04-25Don't send MODE changes when origin is a server andAlexander Barton
mask is already known.
2004-04-25New functions: Lists_SendInvites(), Lists_IsInviteEntry(),Alexander Barton
2004-04-25Fixed a wrong assert() which could cause the daemon to exit spuriouslyAlexander Barton
when closing down connections.
2004-04-25Better logging of decompression errors returned by zlib.Alexander Barton
2004-04-11Special handling for HP/UX: define _XOPEN_SOURCE_EXTENDED ...Alexander Barton
2004-04-09New debian package.Alexander Barton
2004-04-09Fixed handling of already existent entries in invite and ban lists:Alexander Barton
the attempt to add an already existent entry is no error, it must be propagated across servers (but not added to the list!).
2004-04-09Updated XCode project for Mac OS X.Alexander Barton
2004-04-09Servers other than the destination server didn't clean up the inviteAlexander Barton
list of an "invite-only" channel properly when an INVITE'd user joined.
2004-04-05The command to test for the autoconf/automake tools is detected now as well.Alexander Barton
2004-04-05Added DG/UX (m88k/dg/dgux5.4R3.10) to the list.Alexander Barton
2004-04-05New debian package ;-)Alexander Barton
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