about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)Author
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-09Handle time shifts backwards gracefully.Alexander Barton
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-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
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-09Fix Bugzilla #64 -- ngicrd did not reconnect to other servers after failed fo...Florian Westphal
2005-11-21Minor whitespace fixes.Alexander Barton
2005-11-21Remove direct call of Conf_UnsetServer(): it's already indirectly calledAlexander 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
2005-09-12merge new resolver codeFlorian Westphal
2005-09-11Minimal changes (needed for merging resolver changes)Florian Westphal
2005-09-10Mostly formatting; changes needed for SSL mergeFlorian Westphal
2005-09-05Handle_Write(): Report write attempts on closed sockets when in debug mode.Florian Westphal
2005-09-05Removed obsolete debug message.Alexander Barton
2005-09-04Set one second penalty on unknown commands.Alexander Barton
2005-09-04Add debug code to Conn_SetPenalty().Alexander Barton
2005-09-04io_close(): explicitly remove fd from epoll setFlorian Westphal
2005-09-03Wait for DNS reverse lookup (and ident request) before writing results to pipe.Florian Westphal
2005-09-02fix fd leak (happens on failure of fork() ).Florian Westphal
2005-09-02Updated copyright notice.Alexander Barton
2005-09-02small formatting changeFlorian Westphal
2005-09-02JOIN now supports more than one channel key at a time.Alexander Barton