]> arthur.barton.de Git - ngircd-alex.git/history - src
array_get: no need to multiply again. remove unneeded checks. remove array_free_wipe().
[ngircd-alex.git] / src /
2006-09-30 Florian Westphalarray_get: no need to multiply again. remove unneeded...
2006-09-19 Florian Westphalio_close_poll()s closing brace mysteriously disappeared...
2006-09-17 Florian WestphalAdded support for the /dev/poll i/o interface.
2006-09-16 Florian Westphalsimplify io_library_init*
2006-09-16 Florian Westphaladd support for the poll() interface
2006-09-16 Florian Westphalcleanup
2006-09-16 Florian Westphalfix embarassing fileptr leak
2006-08-12 Florian Westphals/Log(LOG_DEBUG/LogDebug(/ , translated comments, etc.
2006-08-12 Florian Westphal-whitespace damage
2006-08-12 Florian Westphalsimplify Resolve_Read().
2006-08-05 Florian Westphalif compiling without -DDEBUG, make LogDebug 'static...
2006-08-05 Alexander BartonAdded support for Solaris 11.
2006-07-24 Alexander BartonDon't assert() when a pre-defined channel has no topic.
2006-07-23 Alexander BartonFlag the format parameter of LogDebug() as "unused...
2006-07-23 Alexander BartonRemoved unused variable "ret" when using the select...
2006-07-23 Alexander BartonRemoved (theoretically) division by zero; reformated...
2006-07-23 Alexander BartonValidate "ServerName" variable.
2006-07-23 Alexander BartonAllow DIE to send a message to all locally connected...
2006-07-23 Alexander Barton"Enhanced" debug message for Handle_Write(), only print...
2006-07-23 Alexander BartonOutput some debug messages only if DEBUG_ZIP is #define'd.
2006-07-23 Alexander BartonDon't include conn.h, conn-func.h is enough.
2006-07-23 Alexander BartonUpdated copyright notice ;-)
2006-07-12 Florian Westphalremove fd from io_event structure
2006-07-01 Florian WestphalALIGN_XXX( v ) macros now leave v alone if it was alrea...
2006-06-15 Alexander BartonSorted channel modes alphabetically.
2006-05-12 Alexander BartonThe third parameter of bind() is of type "socklen_t...
2006-05-10 Alexander BartonUse some more specific data types (e. g. pid_t vs....
2006-05-10 Florian Westphalmake splint complain less...
2006-05-09 Florian Westphaldisabled most (rather annoying) debug messages using...
2006-05-09 Alexander BartonHandle time shifts backwards gracefully.
2006-05-07 Florian Westphalkqueue support was completely broken; seemed to work...
2006-05-07 Florian Westphalminor cleanup, removed unneeded check in safemult_sizet
2006-04-30 Alexander BartonSend invite and ban lists only once and not repeatedly...
2006-04-29 Florian WestphalFix Connection Pool resizing.
2006-04-23 Florian WestphalClient_GetFromConn() removed and replaced with new...
2006-04-23 Florian Westphalchanges some comments, minor cleanup
2006-04-09 Alexander BartonFix up ngt_TrimStr() once more ... :-/
2006-03-24 Florian Westphalfix ngt_TrimStr(), fix format string
2006-03-22 Alexander Bartonngt_TrimStr(): code cleanup.
2006-03-18 Florian Westphaluse strlcat return value; don't call time() repeatedly.
2006-03-16 Florian Westphalcorrected return value
2006-03-16 Florian Westphalremoved silly if (foo) { if (foo){ }} statement
2006-03-11 Florian Westphals/gehoert//
2006-03-11 Florian WestphalClient_RegisterWhowas(): call time() only once
2006-03-11 Alexander BartonDon't use "awk" directly, instead use $(AWK) variable.
2006-03-11 Alexander BartonMoved now local prototype of Client_New() to C file...
2006-03-10 Florian WestphalClient_New() not used outside client.c -> static
2006-02-16 Florian Westphalchanged connection structure to array-api
2006-02-08 Florian Westphalnew Function: LogDebug()
2006-02-08 Florian Westphalremoved Resolve_SUCCESS() Macro and Res_Stat->sucess...
2006-02-08 Florian WestphalMake connid same as connection fd.
2006-02-02 Florian Westphalremoved obsolete "int Conn_MaxFD"
2006-01-27 Florian Westphalsimplify IRC_Show_MOTD()
2005-12-30 Alexander BartonAdded test if the stress-test expect script itself...
2005-12-30 Alexander BartonModified expect script to work with servers having...
2005-12-09 Florian WestphalFix Bugzilla #64 -- ngicrd did not reconnect to other...
2005-11-21 Alexander BartonMinor whitespace fixes.
2005-11-21 Alexander BartonRemove direct call of Conf_UnsetServer(): it's already...
2005-10-11 Alexander BartonChanged Handle_Write() to not close sockets itself...
2005-09-24 Alexander Bartongcc 4: "warning: declaration of 'dup' shadows a global...
2005-09-24 Florian Westphalavoid 2nd time() call in Check_Servers(), improve comments
2005-09-24 Florian Westphaluse io_close instead of plain close in Conn_ExitListeners()
2005-09-12 Florian Westphalmerge new resolver code
2005-09-11 Florian WestphalMinimal changes (needed for merging resolver changes)
2005-09-10 Florian WestphalMostly formatting; changes needed for SSL merge
2005-09-05 Florian WestphalHandle_Write(): Report write attempts on closed sockets...
2005-09-05 Alexander BartonRemoved obsolete debug message.
2005-09-04 Alexander BartonSet one second penalty on unknown commands.
2005-09-04 Alexander BartonAdd debug code to Conn_SetPenalty().
2005-09-04 Florian Westphalio_close(): explicitly remove fd from epoll set
2005-09-03 Florian WestphalWait for DNS reverse lookup (and ident request) before...
2005-09-02 Florian Westphalfix fd leak (happens on failure of fork() ).
2005-09-02 Alexander BartonUpdated copyright notice.
2005-09-02 Florian Westphalsmall formatting change
2005-09-02 Alexander BartonJOIN now supports more than one channel key at a time.
2005-09-02 Florian WestphalComplain if MyPassword starts with ':'. (Reported by...
2005-09-02 Florian Westphalreformatted Handle_SERVER()
2005-09-02 Alexander BartonCleaned up some code, comments and log/debug messages.
2005-09-02 Alexander BartonImplementec numeric "333": Time and user name who set...
2005-09-01 Alexander BartonMake PONG handler compatible with ngIRCd <= 0.9 ("make...
2005-08-30 Florian Westphalreformatted a few lines.
2005-08-30 Florian Westphaluse size_t for array length variables
2005-08-30 Florian Westphaluse size_t instead of unsigned int.
2005-08-29 Florian Westphallast cleanup accidentally broke kqueue backend.
2005-08-29 Alexander BartonAdded prefix to connection statistic NOTICE.
2005-08-29 Alexander BartonFixed server NOTICEs to users with "s" mode ("server...
2005-08-28 Florian Westphalremove unneeded variable "bool action"
2005-08-28 Florian Westphalfix embarassing cut&paste error
2005-08-28 Florian Westphalarray_cat0_temporary(): removed confusing DEBUG messages
2005-08-28 Alexander BartonEnhanced the handler for PING and PONG commands: fix...
2005-08-28 Florian Westphalif the request is empty, remove \r\n (or single \n...
2005-08-27 Florian Westphalfix handling of empty requests
2005-08-27 Alexander BartonChanged handling of timeouts for unregistered connectio...
2005-08-27 Florian Westphalremoved misleading const qualifier
2005-08-27 Florian Westphalfix kevent() warning on powerpc-apple-darwin8-gcc-4.0.0
2005-08-27 Florian Westphalremove unneeded call io_event_kqueue_commit_cache()
2005-08-27 Florian Westphalreturn PING argument in PONG reply if STRICT_RFC is...
2005-08-25 Alexander BartonChanged log level of "Initialization failed" message...
2005-08-25 Alexander BartonFixed line lengths ...
2005-08-15 Alexander BartonFixed format string bug in "connection statistics"...
next