about summary refs log tree commit diff
AgeCommit message (Expand)Author
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
2006-03-16corrected return valueFlorian Westphal
2006-03-16removed silly if (foo) { if (foo){ }} statementFlorian Westphal
2006-03-11s/gehoert//Florian Westphal
2006-03-11Client_RegisterWhowas(): call time() only onceFlorian Westphal
2006-03-11Don't use "awk" directly, instead use $(AWK) variable.Alexander Barton
2006-03-11Moved now local prototype of Client_New() to C file, renamed it toAlexander Barton
2006-03-10Client_New() not used outside client.c -> staticFlorian Westphal
2006-02-16changed connection structure to array-apiFlorian Westphal
2006-02-08new Function: LogDebug()Florian Westphal
2006-02-08removed Resolve_SUCCESS() Macro and Res_Stat->sucess boolean (no longer used/...Florian Westphal
2006-02-08Make connid same as connection fd.Florian Westphal
2006-02-02removed obsolete "int Conn_MaxFD"Florian Westphal
2006-01-27simplify IRC_Show_MOTD()Florian Westphal
2006-01-09Enhanced documentation. Use "default" port 6667 in the example for server links.Alexander Barton
2005-12-30Added some documentation for --with-XXX options of the configure script.Alexander Barton
2005-12-30Added test if the stress-test expect script itself completes without errors.Alexander Barton
2005-12-30Modified expect script to work with servers having IDENT support.Alexander Barton
2005-12-09add FAQ entry about epoll(): Function not implemented errorFlorian Westphal