about summary refs log tree commit diff
AgeCommit message (Expand)Author
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
2006-12-11add PredefChannelsOnly option to man pageFlorian Westphal
2006-12-07minor cleanupFlorian Westphal
2006-12-07remove unused function Channel_PCountFlorian Westphal
2006-12-07moved invite/ban lists to channel structureFlorian Westphal
2006-12-02fix RPL_LOCALUSERS_MSG (%ld -> %lu)Florian Westphal
2006-12-02Log(LOG_DEBUG, .. -> LogDebug()Florian Westphal
2006-11-20predefined channels MUST start with '#', but this is not very intuitive,Florian Westphal
2006-11-10Fixed validation of server names containing digits.Alexander Barton
2006-11-05New configuration option "PredefChannelsOnly": if set, makeFlorian Westphal
2006-10-08Added OpenBSD/ppc to list of tested platforms.Alexander Barton
2006-10-07-Whitespace Damage; Client_OperCount(), Client_UnknownCount(), Client_MyServe...Florian Westphal