about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)Author
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
2006-12-25Fixed typo in #ifdef which tests if this header is already included or not.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-16removed errouneous FD_SETSIZE limit when not using select()Florian 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-07-Whitespace Damage; Client_OperCount(), Client_UnknownCount(), Client_MyServe...Florian Westphal
2006-10-06channel maxusers now unsigned longFlorian Westphal
2006-10-06add const qualifier to Hash() and Matche() ArgumentsFlorian Westphal
2006-10-06Client_IsValidNick: no need to strcpy.Florian Westphal
2006-10-05Channel_Join was severely broken.Florian Westphal
2006-10-03Update info text of local server after re-reading configuration.Alexander Barton