]> arthur.barton.de Git - ngircd.git/shortlog
ngircd.git
2008-02-05 Florian Westphal[Parser]: Don't use Client_Type after command has been... branch-0-10-x
2008-01-07 Alexander BartonUpdated Debian changelog for 0.10.4. rel-0-10-4
2008-01-07 Alexander BartonngIRCd 0.10.4
2008-01-07 Florian WestphalIRC_PART could reference invalid memory.
2007-07-31 Alexander BartonFixed a compile problem with elder gcc (detected with...
2007-07-31 Alexander BartonOoops, wrong date ... "great". Next try ... rel-0-10-3
2007-07-31 Alexander BartonNew release, fixing a security bug: 0.10.3
2007-07-31 Alexander BartonSECURITY: Fixed a severe bug in handling JOIN commands...
2007-06-08 Alexander BartonRelease 0.10.2. rel-0-10-2
2007-05-26 Alexander BartonUpdated config.sub and config.guess [from HEAD].
2007-05-19 Alexander BartonngIRCd 0.10.2-rc2 rel-0-10-2-pre2
2007-05-18 Alexander BartonServer links are allowed to use larger write buffers...
2007-05-09 Florian Westphalmake needlesly global function Conn_Write static. ...
2007-05-05 Alexander BartonVersion 0.10.2-pre1 rel-0-10-2-pre1
2007-05-05 Alexander BartonUpdated year of copyright notice.
2007-05-05 Alexander BartonUpdated documentation.
2007-05-02 Florian Westphalfix compressed server links (broken since 0.10.0)
2007-04-03 Florian Westphalsync with HEAD.
2007-04-03 Florian Westphalre-arranged invite and ban list-handling (from HEAD)
2006-12-17 Florian Westphalrevert to last good revision
2006-12-17 Florian Westphaldo not call Conn_Close when io_event_create fails ...
2006-12-17 Florian Westphalfix possibe buffer-off-by one [from HEAD]
2006-12-17 Florian Westphaldon't call Resolve_Shutdown() when io_event_create...
2006-12-17 Alexander BartonngIRCd 0.10.1. rel-0-10-1
2006-12-17 Alexander BartonUpdated documentation for release 0.10.1.
2006-12-17 Alexander BartonAdded support for Solaris 11. [from HEAD]
2006-12-11 Florian Westphaladd PredefChannelsOnly to manpage [from HEAD]
2006-12-02 Florian WestphalChanged Numerics 265 and 266 to follow ircd 2.11.x...
2006-12-02 Florian Westphalcleanups [from HEAD]
2006-12-02 Florian Westphalmake several counters unsigned, char *s -> const char...
2006-12-02 Florian Westphalcleanups [from HEAD]
2006-12-02 Florian Westphalmerge Conf_PredefChannelsOnly [from HEAD]
2006-12-02 Florian Westphalchar* -> const char* [from HEAD]
2006-12-02 Florian Westphalbackport checks for inline keyword and strcspn() [from...
2006-12-02 Florian Westphalmerge Conf_PredefChannelsOnly Config Option [from HEAD]
2006-12-02 Florian Westphalmake several counters unsigned [from HEAD]
2006-12-02 Florian Westphal- whitespace damage [from HEAD]
2006-12-02 Florian Westphal#define MASK_LEN should use parentheses [from HEAD]
2006-12-02 Florian Westphalmake LogDebug() 'static inline' if DEBUG is not defined...
2006-12-02 Florian Westphalchar *foo -> const char *foo [from HEAD]
2006-12-02 Florian Westphalcleanups [from HEAD]
2006-11-10 Alexander BartonFixed validation of server names containing digits...
2006-10-05 Florian Westphalfix Channel_Join() [from HEAD]
2006-10-03 Alexander BartonUpdate info text of local server after re-reading confi...
2006-10-01 Alexander BartonngIRCd 0.10.0 rel-0-10-0
2006-10-01 Alexander BartonRemoved "~sid" postfix; ooopsa.
2006-10-01 Alexander BartonAdded "Provides: ircd" and bumped standards version.
2006-09-16 Alexander BartonUpdated ChangeLog.
2006-09-16 Alexander BartonFix file handle leak [from HEAD].
2006-09-09 Alexander BartonngIRCd 0.10.0-pre2 rel-0-10-0-pre2
2006-09-09 Alexander Bartonngircd 0.10.0-pre2 release.
2006-09-09 Alexander Bartononly test for stack smashing protector if we are using...
2006-09-09 Alexander BartonUpdated list of supported/tested platforms. [from HEAD]
2006-08-13 Alexander Bartonfix gcc 4.1 -fstack-protector detection. [from HEAD]
2006-08-02 Alexander BartonNew release: 0.10.0-pre1 rel-0-10-0-pre1
2006-08-02 Alexander BartonUpdated debian changelog (from HEAD).
2006-08-02 Alexander BartonUpdated documentation.
2006-08-02 Alexander BartonUpdated documentation.
2006-07-31 Alexander BartonIncreased version number to 0.10.x :-)
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
next