]> arthur.barton.de Git - ngircd-alex.git/shortlog
ngircd-alex.git
2007-10-13 Florian Westphalfix doc and manpage wrt. MaxConnections, MaxConnections...
2007-10-13 Florian Westphalaccoring to comments in the code, MaxConnections, MaxCo...
2007-10-07 Alexander BartonUpdated preferred automake version to 1.9. Only set...
2007-10-04 Alexander BartonMade pointer to the mailing list more prominent.
2007-10-04 Alexander BartonNumeric 317: implemented "signon time" (displayed in...
2007-10-04 Alexander BartonUpdated documentation ("Passive" option, for example).
2007-08-02 Florian Westphalwe now support /WALLOPS
2007-08-02 Florian Westphalimplement /WALLOPS as described in RFC 2812, section...
2007-07-31 Alexander BartonSECURITY: Fixed a severe bug in handling JOIN commands...
2007-07-21 Florian Westphallast fix accidentially broke reconnect timer.
2007-06-28 Florian WestphalDon't connect to a server if a connection to another...
2007-06-28 Florian WestphalAdd new server config option to disable automatic conne...
2007-06-13 Alexander BartonUpdated documentation to include changes of ngIRCd...
2007-06-11 Florian Westphalfix compile /w gcc 2.95 (reported by Tassilo Schweyer)
2007-05-26 Alexander BartonUpdated config.guess and config.sub.
2007-05-20 Alexander BartonAdd note to INSTALL document.
2007-05-17 Alexander BartonUpdated ChangeLog.
2007-05-17 Alexander BartonReworked read and write buffer handling, introduced...
2007-05-17 Alexander BartonZip_Flush(): close the connection in all error cases.
2007-05-17 Florian Westphalarray_start() cannot legally return NULL if array_lengt...
2007-05-17 Alexander BartonMake Zip_Flush() more graceful.
2007-05-17 Florian Westphalthere is no need to treat servers differently than...
2007-05-09 Florian Westphalmake needlesly global function Conn_Write static.
2007-05-09 Florian Westphalremove ZBUFFER constants and increase max buffer size...
2007-05-02 Florian Westphalfix compressed server links
2007-04-09 Alexander Barton2007 :-)
2007-04-08 Alexander BartonUpdated documentation.
2007-04-04 Florian Westphal- change return type of Conn_InitListeners to unsigned
2007-04-03 Florian Westphalput parentheses around argument
2007-02-21 Florian Westphalif we can't bind a socket we now Log the port number...
2007-01-29 Florian Westphalreturn false instead of NULL in error path
2007-01-23 Alexander BartonRemove Client_DestroyNow() to keep semantik "every...
2007-01-19 Florian Westphalfix broken IO_DEBUG build
2007-01-18 Florian Westphalio_event_add: return if eventtype is already registered.
2006-12-29 Florian Westphaladd support for predefined-channel configuration of...
2006-12-28 Alexander BartonAdded "html" directory to CVS ignore list (it is genera...
2006-12-28 Alexander Bartondistclean: remove "html" folder.
2006-12-28 Alexander BartonUpdated documentation, refer to all the supported IO...
2006-12-28 Alexander Bartonadded "portabtest" binary to list of files to ignore.
2006-12-28 Alexander BartonAdded .cvsignore files to hide generated files from...
2006-12-28 Alexander Bartonarray_free(): enable debug code only when DEBUG_ARRAY...
2006-12-26 Alexander BartonNew configure option "--without-select"; when usin...
2006-12-26 Alexander BartonOnly "fiddle" with /etc/ngircd in "configure" stage.
2006-12-26 Alexander BartonAdded LSB compliant header.
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...
next