about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)Author
2006-09-16simplify io_library_init*Florian Westphal
2006-09-16add support for the poll() interfaceFlorian Westphal
2006-09-16cleanupFlorian Westphal
2006-09-16fix embarassing fileptr leakFlorian 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-05if compiling without -DDEBUG, make LogDebug 'static inline' so gcc optimizes ...Florian Westphal
2006-08-05Added support for Solaris 11.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-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 copyright notice ;-)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-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