about summary refs log tree commit diff
AgeCommit message (Expand)Author
2007-10-04Made pointer to the mailing list more prominent.Alexander Barton
2007-10-04Numeric 317: implemented "signon time" (displayed in WHOIS result).Alexander Barton
2007-10-04Updated documentation ("Passive" option, for example).Alexander Barton
2007-08-02we now support /WALLOPSFlorian Westphal
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-13Updated documentation to include changes of ngIRCd 0.10.2.Alexander Barton
2007-06-11fix compile /w gcc 2.95 (reported by Tassilo Schweyer)Florian Westphal
2007-05-26Updated config.guess and config.sub.Alexander Barton
2007-05-20Add note to INSTALL document.Alexander Barton
2007-05-17Updated ChangeLog.Alexander Barton
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-08Updated documentation.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 "html" directory to CVS ignore list (it is generated by doxygen).Alexander Barton
2006-12-28distclean: remove "html" folder.Alexander Barton
2006-12-28Updated documentation, refer to all the supported IO APIs.Alexander Barton
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
2006-12-26Only "fiddle" with /etc/ngircd in "configure" stage.Alexander Barton
2006-12-26Added LSB compliant header.Alexander Barton
2006-12-25Fixed typo in #ifdef which tests if this header is already included or not.Alexander Barton
2006-12-25Customize manual pages to reflect the actual installation location of files.Alexander Barton
2006-12-25register io handler before creating new local client structureFlorian Westphal
2006-12-17revert to last good revision again 8-/Florian Westphal
2006-12-17do not call Conn_Close when io_event_create failsFlorian Westphal
2006-12-17fix possibe buffer-off-by oneFlorian Westphal
2006-12-17don't call Resolve_Shutdown() when io_event_create failsFlorian Westphal
2006-12-17Updated ChangeLog/NEWS to reflect release of ngIRCd 0.10.1.Alexander Barton
2006-12-16removed errouneous FD_SETSIZE limit when not using select()Florian Westphal