]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/conn.c
Fix format arg: ListenAddress was printed instead of Bind address.
[ngircd-alex.git] / src / ngircd / conn.c
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-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 Westphalbind ListenAddress for outgoing connections
2007-11-18 Alexander BartonFix code to compile using K&R C compiler and ansi2kr...
2007-10-25 Florian WestphalNew config option NoDNS: disables all DNS queries.
2007-10-04 Alexander BartonNumeric 317: implemented "signon time" (displayed in...
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-05-17 Alexander BartonReworked read and write buffer handling, introduced...
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-04 Florian Westphal- change return type of Conn_InitListeners to unsigned
2007-02-21 Florian Westphalif we can't bind a socket we now Log the port number...
2007-01-23 Alexander BartonRemove Client_DestroyNow() to keep semantik "every...
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-07-23 Alexander BartonRemoved (theoretically) division by zero; reformated...
2006-07-23 Alexander Barton"Enhanced" debug message for Handle_Write(), only print...
2006-05-12 Alexander BartonThe third parameter of bind() is of type "socklen_t...
2006-05-10 Alexander BartonUse some more specific data types (e. g. pid_t vs....
2006-05-09 Alexander BartonHandle time shifts backwards gracefully.
2006-04-29 Florian WestphalFix Connection Pool resizing.
2006-04-23 Florian WestphalClient_GetFromConn() removed and replaced with new...
2006-03-18 Florian Westphaluse strlcat return value; don't call time() repeatedly.
2006-02-16 Florian Westphalchanged connection structure to array-api
2006-02-08 Florian Westphalnew Function: LogDebug()
2006-02-08 Florian WestphalMake connid same as connection fd.
2006-02-02 Florian Westphalremoved obsolete "int Conn_MaxFD"
2005-12-09 Florian WestphalFix Bugzilla #64 -- ngicrd did not reconnect to other...
2005-11-21 Alexander BartonRemove direct call of Conf_UnsetServer(): it's already...
2005-10-11 Alexander BartonChanged Handle_Write() to not close sockets itself...
2005-09-24 Florian Westphalavoid 2nd time() call in Check_Servers(), improve comments
2005-09-24 Florian Westphaluse io_close instead of plain close in Conn_ExitListeners()
2005-09-12 Florian Westphalmerge new resolver code
2005-09-11 Florian WestphalMinimal changes (needed for merging resolver changes)
2005-09-05 Florian WestphalHandle_Write(): Report write attempts on closed sockets...
2005-09-02 Florian Westphalsmall formatting change
2005-09-02 Alexander BartonCleaned up some code, comments and log/debug messages.
2005-08-30 Florian Westphalreformatted a few lines.
2005-08-29 Alexander BartonAdded prefix to connection statistic NOTICE.
2005-08-28 Florian Westphalremove unneeded variable "bool action"
2005-08-28 Florian Westphalif the request is empty, remove \r\n (or single \n...
2005-08-27 Florian Westphalfix handling of empty requests
2005-08-27 Alexander BartonChanged handling of timeouts for unregistered connectio...
2005-08-15 Alexander BartonFixed format string bug in "connection statistics"...
2005-08-02 Alexander BartonRemoved some line feeds in debug statements.
2005-07-31 Alexander BartonRemoved unnecessary #define of "LOCAL", now use plain...
2005-07-29 Florian Westphalinternal changes needed for future ssl support
2005-07-28 Florian Westphalchanged RES_STAT buffer to array
2005-07-22 Alexander BartonEliminate some compiler warnings ("unused parameter").
2005-07-13 Florian Westphalremoved unneeded variable "bsize"
2005-07-12 Florian Westphaladd better error checks for io_ routines
2005-07-11 Florian Westphalfix embarassing buffer-off-by one
2005-07-11 Florian Westphalmake Conn_NewListener local to conn.c
2005-07-11 Florian Westphalmade a few config options unsigned.
2005-07-09 Florian Westphalminor cosmetic changes
2005-07-08 Alexander BartonRenamed "Rendezvous" to "Zeroconf".
2005-07-07 Florian Westphaluse new io event API.
2005-07-02 Alexander BartonHandle oversized messages which should be sent to the...
2005-06-26 Alexander BartonFix compiler warning "comparision between signed and...
2005-06-12 Florian WestphalMake sure SimpleMessage() sends <= 512 chars
2005-06-12 Alexander BartonRemoved CONNECTION[].starttime, now saved in CLIENT...
2005-06-04 Florian Westphalremove Try_Write(), Call Handle_Write() directly instead.
2005-06-01 Florian Westphaladd FreeRes_stat(), wait for resolver timeout.
2005-05-22 Alexander BartonDon't exit server if closing of a socket fails; instead...
2005-04-23 Florian Westphalremoved "my_connects" fd_set.
2005-04-16 Florian Westphalfix spelling
2005-04-16 Florian Westphals/malloc(x*y)/calloc(x,y)/
2005-03-20 Florian Westphalchanged type of Conf_ListenPorts[] from "unsigned int...
2005-03-20 Florian WestphalInit_Conn_Struct(): Zero structure using memset().
2005-03-19 Florian WestphalRemove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes.
2005-01-19 Alexander BartonFixed detection of IRC lines which are too long to...
2005-01-17 Alexander BartonFixed a memory leak when resizing the connection pool...
2004-12-22 Alexander BartonFixed indentation and added some more debug code.
2004-10-20 Alexander BartonMade ngIRCd compile on HP/UX 10.20 with native HP pre...
2004-10-04 Alexander BartonChanged "read buffer" to "receive buffer" as suggested...
2004-10-04 Alexander BartonAdded some missing words: "address" :-)
2004-05-30 Alexander BartonFixed wrong buffer size calculation for resolver results.
2004-05-11 Alexander BartonFixed a warning message of the compiler when not using...
2004-05-11 Alexander BartonFixed resolver when using IDENT lookups, cleaned up...
2004-04-25 Alexander BartonFixed a wrong assert() which could cause the daemon...
2004-03-11 Alexander BartonFixed some warnings of non-gcc-compilers (e. g. origina...
2004-02-28 Alexander BartonBetter logging while establishing and shutting down...
2004-02-03 Alexander BartonFixed (optional) TCP Wrapper test which was broken...
2004-01-25 Alexander BartonThe type of service (TOS) of all sockets is set to...
2003-12-27 Alexander BartonAdded optional support for IDENT lookups (configure...
2003-12-26 Alexander BartonRemoved "USE_" prefixes of configuration #defines.
2003-11-05 Alexander BartonFixed and enhanced penalty handling; changed internal...
2003-11-05 Alexander BartonNew configuration option "MaxConnectionsIP".
2003-09-11 Alexander BartonNew configuration option "Listen" to bind the server...
2003-08-30 Alexander BartonFixed typo in debug output.
2003-04-25 Alexander BartonThe server tried to connect to other servers only once...
2003-04-21 Alexander BartonFixed up some castings.
2003-03-31 Alexander BartonChanged all PACKAGE's to PACKAGE_NAME and all VERSION...
next