about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)Author
2008-01-13[Parser]: Fix minor sparse warningsFlorian Westphal
2008-01-07IRC_PART could reference invalid memory.Florian Westphal
2008-01-02[Resolver]: Use dotted-decimal IP address if hostname is >= 64Florian Westphal
2008-01-02io_event_disable: return if event-to-disable is already offFlorian Westphal
2007-12-27kqueue: check for EV_ERROR in .flagsFlorian Westphal
2007-12-13Fix format arg: ListenAddress was printed instead of Bind address.Florian Westphal
2007-12-13Fix format string in error path: didn't print strerror(errno)Florian Westphal
2007-12-11implement '/STAT u' (uptime)Florian Westphal
2007-12-07Fix fmt string: int, not longFlorian Westphal
2007-11-25include <arpa/inet.h> inside tool.hFlorian Westphal
2007-11-23remove ip-string from Conf_Server structFlorian Westphal
2007-11-23bind ListenAddress for outgoing connectionsFlorian Westphal
2007-11-21Funktions to handle numerics sent to the server.Alexander Barton
2007-11-21Introduce option to configure the maximum nick name lenth in ngircd.confAlexander Barton
2007-11-20Fixes the wrong logging output when nested servers are introducedAlexander Barton
2007-11-18Adjust test suite to be usable on HP/UX 11.11 :-)Alexander Barton
2007-11-18Fix code to compile using K&R C compiler and ansi2kr again.Alexander Barton
2007-11-15if ngircd doesn't run chrooted, it tries to chdirFlorian Westphal
2007-10-25New config option NoDNS: disables all DNS queries.Florian Westphal
2007-10-24configtest would still print "-1" for MaxConnections, MaxConnectionsIP and Ma...Florian Westphal
2007-10-14Fixed propagation of channel mode 'P' on server links.Alexander Barton
2007-10-13accoring to comments in the code, MaxConnections, MaxConnectionsIP and MaxJoinsFlorian Westphal
2007-10-04Numeric 317: implemented "signon time" (displayed in WHOIS result).Alexander Barton
2007-08-02implement /WALLOPS as described in RFC 2812, section 4.7.Florian Westphal
2007-07-31SECURITY: Fixed a severe bug in handling JOIN commands, which couldAlexander Barton
2007-07-21last fix accidentially broke reconnect timer.Florian Westphal
2007-06-28Don't connect to a server if a connection to another server within the same g...Florian Westphal
2007-06-28Add new server config option to disable automatic connect. (Tassilo Schweyer)Florian Westphal
2007-06-11fix compile /w gcc 2.95 (reported by Tassilo Schweyer)Florian Westphal
2007-05-17Reworked read and write buffer handling, introduced WRITEBUFFER_SLINK_LEN.Alexander Barton
2007-05-17Zip_Flush(): close the connection in all error cases.Alexander Barton
2007-05-17array_start() cannot legally return NULL if array_length() > 0 --> use assert().Florian Westphal
2007-05-17Make Zip_Flush() more graceful.Alexander Barton
2007-05-17there is no need to treat servers differently than clients on the read side.Florian Westphal
2007-05-09make needlesly global function Conn_Write static.Florian Westphal
2007-05-09remove ZBUFFER constants and increase max buffer size of server linksFlorian Westphal
2007-05-02fix compressed server linksFlorian Westphal
2007-04-092007 :-)Alexander Barton
2007-04-04- change return type of Conn_InitListeners to unsignedFlorian Westphal
2007-04-03put parentheses around argumentFlorian Westphal
2007-02-21if we can't bind a socket we now Log the port number, too.Florian Westphal
2007-01-29return false instead of NULL in error pathFlorian Westphal
2007-01-23Remove Client_DestroyNow() to keep semantik "every CONNECTON has a CLIENT".Alexander Barton
2007-01-19fix broken IO_DEBUG buildFlorian Westphal
2007-01-18io_event_add: return if eventtype is already registered.Florian Westphal
2006-12-29add support for predefined-channel configuration of k and l modesFlorian Westphal
2006-12-28added "portabtest" binary to list of files to ignore.Alexander Barton
2006-12-28Added .cvsignore files to hide generated files from CVS.Alexander Barton
2006-12-28array_free(): enable debug code only when DEBUG_ARRAY is #define'd.Alexander Barton
2006-12-26New configure option "--without-select"; when usin epoll() IO API includeAlexander Barton