]> arthur.barton.de Git - ngircd-alex.git/shortlog
ngircd-alex.git
2008-02-26 Florian WestphalIRC_JOIN cleanups.
2008-02-26 Florian WestphalMake IRC_WHO also search username/servername/hostname.
2008-02-26 Dana DahlstromRemove duplicate Channel_FirstChannelOf().
2008-02-26 Florian WestphalMake Channel_Part name and reason parameters 'const'.
2008-02-26 Florian WestphalUpdated NEWS to reflect ChangeLog.
2008-02-26 Dana DahlstromImplement RFC 2812 handling of "0" argument to JOIN
2008-02-26 Florian WestphalDon't use Client_Type after command has been processed.
2008-02-26 Alexander BartonUpdated NEWS to reflect ChangeLog.
2008-02-26 Florian WestphalFix wrong strncpy usage if CVSDATE defined
2008-02-26 Florian WestphalThis adds support for sending NOTICEs to a channel.
2008-01-13 Florian Westphal[Parser]: Fix minor sparse warnings
2008-01-07 Alexander BartonUpdated ChangeLog to reflect changes in 0.10.x and...
2008-01-07 Alexander BartonUpdated Debian changelog [from 0.10.x; 0.11.x]
2008-01-07 Alexander BartonDocument NoDNS configuration option.
2008-01-07 Florian WestphalIRC_PART could reference invalid memory.
2008-01-02 Alexander BartonRemove entry about ngircd failing on Linux 2.4:
2008-01-02 Alexander BartonUpdated NEWS and ChangeLog files.
2008-01-02 Florian Westphal[Resolver]: Use dotted-decimal IP address if hostname...
2008-01-02 Florian Westphalio_event_disable: return if event-to-disable is already off
2007-12-27 Florian Westphalkqueue: check for EV_ERROR in .flags
2007-12-13 Florian WestphalFix format arg: ListenAddress was printed instead of...
2007-12-13 Florian WestphalFix format string in error path: didn't print strerror...
2007-12-11 Florian Westphalimplement '/STAT u' (uptime)
2007-12-07 Florian WestphalFix fmt string: int, not long
2007-11-25 Florian Westphalinclude <arpa/inet.h> inside tool.h
2007-11-23 Florian Westphalremove ip-string from Conf_Server struct
2007-11-23 Florian Westphaldocument new "Bind" server config option in changelog.
2007-11-23 Florian Westphalbind ListenAddress for outgoing connections
2007-11-21 Alexander BartonFunktions to handle numerics sent to the server.
2007-11-21 Alexander BartonIntroduce option to configure the maximum nick name...
2007-11-20 Alexander BartonRe-added doc/SSL.txt to distribution -- got lost somewh...
2007-11-20 Alexander BartonFixes the wrong logging output when nested servers...
2007-11-19 Alexander BartonRemove some bogus files from project ...
2007-11-19 Alexander BartonUpdate Mac OS X Xcode project file for Xcode 3.
2007-11-18 Alexander BartonAdjust test suite to be usable on HP/UX 11.11 :-)
2007-11-18 Alexander BartonFix code to compile using K&R C compiler and ansi2kr...
2007-11-15 Florian Westphaladd tiny note about ngircd using syslog(3) by default.
2007-11-15 Florian Westphalif ngircd doesn't run chrooted, it tries to chdir
2007-10-25 Florian WestphalDocument NoDNS Option in changelog
2007-10-25 Florian WestphalNew config option NoDNS: disables all DNS queries.
2007-10-24 Florian Westphalconfigtest would still print "-1" for MaxConnections...
2007-10-14 Alexander BartonUpdates NEWS to reflect changes in CVS HEAD
2007-10-14 Alexander BartonFixed propagation of channel mode 'P' on server links.
2007-10-14 Alexander BartonXcode project: include manual page template files,...
2007-10-14 Alexander BartonUpdated Mac OS X project file for Xcode.
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
next