about summary refs log tree commit diff
AgeCommit message (Expand)Author
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
2005-12-09Fix Bugzilla #64 -- ngicrd did not reconnect to other servers after failed fo...Florian Westphal
2005-12-06Make clear that "IO backend: select" is not a request but a C API function.Alexander Barton
2005-11-29Don't remove doc/src on "make distclean".Alexander Barton
2005-11-21Minor whitespace fixes.Alexander Barton
2005-11-21Remove direct call of Conf_UnsetServer(): it's already indirectly calledAlexander Barton
2005-10-31Adjusted ChangeLog for ngIRCd release 0.9.2.Alexander Barton
2005-10-15Updated autoconf helper scripts.Alexander Barton
2005-10-11Changed Handle_Write() to not close sockets itself but to call Conn_Close.Alexander Barton
2005-09-24gcc 4: "warning: declaration of 'dup' shadows a global declaration".Alexander Barton
2005-09-24avoid 2nd time() call in Check_Servers(), improve commentsFlorian Westphal
2005-09-24use io_close instead of plain close in Conn_ExitListeners()Florian Westphal