]> arthur.barton.de Git - ngircd-alex.git/shortlog
ngircd-alex.git
2006-12-25 Alexander BartonFixed typo in #ifdef which tests if this header is...
2006-12-25 Alexander BartonCustomize manual pages to reflect the actual installati...
2006-12-25 Florian Westphalregister io handler before creating new local client...
2006-12-17 Florian Westphalrevert to last good revision again 8-/
2006-12-17 Florian Westphaldo not call Conn_Close when io_event_create fails
2006-12-17 Florian Westphalfix possibe buffer-off-by one
2006-12-17 Florian Westphaldon't call Resolve_Shutdown() when io_event_create...
2006-12-17 Alexander BartonUpdated ChangeLog/NEWS to reflect release of ngIRCd...
2006-12-16 Florian Westphalremoved errouneous FD_SETSIZE limit when not using...
2006-12-11 Florian Westphaladd PredefChannelsOnly option to man page
2006-12-07 Florian Westphalminor cleanup
2006-12-07 Florian Westphalremove unused function Channel_PCount
2006-12-07 Florian Westphalmoved invite/ban lists to channel structure
2006-12-02 Florian Westphalfix RPL_LOCALUSERS_MSG (%ld -> %lu)
2006-12-02 Florian WestphalLog(LOG_DEBUG, .. -> LogDebug()
2006-11-20 Florian Westphalpredefined channels MUST start with '#', but this is...
2006-11-10 Alexander BartonFixed validation of server names containing digits.
2006-11-05 Florian WestphalNew configuration option "PredefChannelsOnly": if set...
2006-10-08 Alexander BartonAdded OpenBSD/ppc to list of tested platforms.
2006-10-07 Florian Westphal-Whitespace Damage; Client_OperCount(), Client_UnknownC...
2006-10-06 Florian Westphalchannel maxusers now unsigned long
2006-10-06 Florian Westphaladd const qualifier to Hash() and Matche() Arguments
2006-10-06 Florian WestphalClient_IsValidNick: no need to strcpy.
2006-10-05 Florian WestphalChannel_Join was severely broken.
2006-10-03 Alexander BartonUpdate info text of local server after re-reading confi...
2006-10-03 Alexander BartonRemoved an unused variable -- but where did it come...
2006-10-02 Florian Westphaladd test for strcspn.
2006-10-02 Florian Westphalcleaned up Channel_IsValidName (now uses strcspn())
2006-10-01 Alexander BartonChanged Numerics 265 and 266 to follow ircd 2.11.x...
2006-10-01 Alexander BartonAllow PASS syntax defined in RFC 1459 for server links...
2006-10-01 Alexander BartonEnhanced ISUPPORT message (numeric 005).
2006-10-01 Alexander BartonUpdated files from ngIRCd 0.10.0.
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-09-11 Alexander BartonUpdated autoconf helper scripts to version as of 2006...
2006-09-09 Florian Westphalonly test for stack smashing protector if we are using...
2006-08-29 Alexander BartonUpdated documentation.
2006-08-13 Florian Westphalfix gcc 4.1 -fstack-protector detection.
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-07 Alexander BartonUpdated platform list once more ...
2006-08-07 Alexander BartonUpdated platform list.
2006-08-05 Florian Westphalif compiling without -DDEBUG, make LogDebug 'static...
2006-08-05 Florian Westphalcheck if compiler supports inline keyword.
2006-08-05 Alexander BartonAdded support for Solaris 11.
2006-08-03 Alexander BartonSynchronized documentation with branch-0-10-x ...
2006-08-02 Alexander BartonUpdated debian changelog.
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 BartonUpdated documentation.
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 CVS URLs; enhanced documentation a little bit.
2006-07-23 Alexander BartonUpdated some patch names on Arthur.
2006-07-23 Alexander BartonUpdated copyright notice ;-)
2006-07-23 Alexander BartonUpdated autoconf helper scripts.
2006-07-23 Alexander BartonAdded ngindent.
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-17 Alexander BartonDetect the Avahi "howl-compatibility" as well as Howl...
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 BartonRemoved kqueue bug fix (never released), rephrased...
2006-05-09 Alexander BartonHandle time shifts backwards gracefully.
2006-05-07 Florian Westphalkqueue now tested on NetBSD3.0, FreeBSD6 and Darwin7.9.0
2006-05-07 Florian Westphalkqueue fix.
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-04-09 Alexander BartonMostly whitespace fixes.
2006-04-08 Alexander BartonAdded maintainer-clean-local target to purge generated...
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
next