about summary refs log tree commit diff
AgeCommit message (Expand)Author
2006-08-13fix gcc 4.1 -fstack-protector detection.Florian Westphal
2006-08-12s/Log(LOG_DEBUG/LogDebug(/ , translated comments, etc.Florian Westphal
2006-08-12-whitespace damageFlorian Westphal
2006-08-12simplify Resolve_Read().Florian Westphal
2006-08-07Updated platform list once more ...Alexander Barton
2006-08-07Updated platform list.Alexander Barton
2006-08-05if compiling without -DDEBUG, make LogDebug 'static inline' so gcc optimizes ...Florian Westphal
2006-08-05check if compiler supports inline keyword.Florian Westphal
2006-08-05Added support for Solaris 11.Alexander Barton
2006-08-03Synchronized documentation with branch-0-10-x ...Alexander Barton
2006-08-02Updated debian changelog.Alexander Barton
2006-07-24Don't assert() when a pre-defined channel has no topic.Alexander Barton
2006-07-23Flag the format parameter of LogDebug() as "unused" when not compiling withAlexander Barton
2006-07-23Removed unused variable "ret" when using the select() API.Alexander Barton
2006-07-23Removed (theoretically) division by zero; reformated some code.Alexander Barton
2006-07-23Validate "ServerName" variable.Alexander Barton
2006-07-23Updated documentation.Alexander Barton
2006-07-23Allow DIE to send a message to all locally connected clients. Closes bug #48.Alexander Barton
2006-07-23"Enhanced" debug message for Handle_Write(), only print when data in buffer.Alexander Barton
2006-07-23Output some debug messages only if DEBUG_ZIP is #define'd.Alexander Barton
2006-07-23Don't include conn.h, conn-func.h is enough.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-07-23Updated copyright notice ;-)Alexander Barton
2006-07-23Updated autoconf helper scripts.Alexander Barton
2006-07-23Added ngindent.Alexander Barton
2006-07-12remove fd from io_event structureFlorian Westphal
2006-07-01ALIGN_XXX( v ) macros now leave v alone if it was already aligned.Florian Westphal
2006-06-15Sorted channel modes alphabetically.Alexander Barton
2006-05-17Detect the Avahi "howl-compatibility" as well as Howl itself.Alexander Barton
2006-05-12The third parameter of bind() is of type "socklen_t", not "int".Alexander Barton
2006-05-10Use some more specific data types (e. g. pid_t vs. int), make "SPLint" happy :-)Alexander Barton
2006-05-10make splint complain less...Florian Westphal
2006-05-09disabled most (rather annoying) debug messages using DEBUG_ARRAY / DEBUG_IO d...Florian Westphal
2006-05-09Removed kqueue bug fix (never released), rephrased some internal changes,Alexander Barton
2006-05-09Handle time shifts backwards gracefully.Alexander Barton
2006-05-07kqueue now tested on NetBSD3.0, FreeBSD6 and Darwin7.9.0Florian Westphal
2006-05-07kqueue fix.Florian Westphal
2006-05-07kqueue support was completely broken; seemed to work on FreeBSD just because ...Florian Westphal
2006-05-07minor cleanup, removed unneeded check in safemult_sizetFlorian Westphal
2006-04-30Send invite and ban lists only once and not repeatedly for every channel.Alexander Barton
2006-04-29Fix Connection Pool resizing.Florian Westphal
2006-04-23Client_GetFromConn() removed and replaced with new function Conn_GetClient()Florian Westphal
2006-04-23changes some comments, minor cleanupFlorian Westphal
2006-04-09Fix up ngt_TrimStr() once more ... :-/Alexander Barton
2006-04-09Mostly whitespace fixes.Alexander Barton
2006-04-08Added maintainer-clean-local target to purge generated Makefiles.Alexander Barton
2006-03-24fix ngt_TrimStr(), fix format stringFlorian Westphal
2006-03-22ngt_TrimStr(): code cleanup.Alexander Barton
2006-03-18use strlcat return value; don't call time() repeatedly.Florian Westphal