]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/conn.c
Fix server reconnection
[ngircd-alex.git] / src / ngircd / conn.c
2010-07-11 Alexander BartonCode cleanup: don't reset penalty time on DNS resolver...
2010-06-29 Alexander BartonNew function Conn_GetFromProc() to get CONN_ID of a...
2010-06-29 Alexander BartonDon't set a penalty time when doing DNS lookups
2010-06-29 Alexander BartonUpdate comments: subprocesses not only can be resolver...
2010-06-29 Alexander BartonRefactoring: Rename CONNECTION.res_stat to .proc_stat
2010-06-29 Alexander BartonNew "module" proc.c/proc.h for generic process handling
2010-06-25 Alexander Bartonconst'ify Conn_WriteStr() function
2010-05-07 Florian WestphalSSL/TLS: fix bogus 'socket closed' error message
2010-04-25 Alexander BartonDon't reset counters on RESTART numeric-250
2010-04-23 Alexander BartonEnhace connection statistics counters
2010-04-23 Alexander BartonConn_Init: code cleanup
2010-04-23 Alexander BartonOnly include <netinet/in_systm.h> if it exists
2010-04-11 Alexander BartonInclude netinet/in_systm.h alongside netinet/ip.h
2010-04-09 Alexander BartonFix gcc warning "ignoring return value of ..."
2010-02-10 Alexander BartonImplement WEBIRC command
2009-12-30 Alexander Bartonsetsockopt(): use IPPROTO_IP instead of SOL_IP to set...
2009-12-30 Alexander BartonMove NewConnection handling from callbacks to New_Conne...
2009-12-30 Alexander BartonConnection functions: add some more documentation comments
2009-12-30 Alexander BartonClean up conn.{c|h} a little bit
2009-09-11 Alexander BartonFix cb_connserver() to handle aborted outgoing connections
2009-09-11 Florian Westphalconn.c: fix more sizeof(..dst_addr) misuse
2009-09-11 Florian Westphalconn.c: fix resolver server address backlog
2009-09-11 Alexander BartonFix "implicit conversion shortens 64-bit value" warning
2009-09-10 Alexander BartonConn_Close(): remove unused variable "txt"
2009-06-04 Florian Westphaladd section and rfc number to comment about QUIT error
2009-05-25 Florian Westphalenforce upper limit on maximum number of handled commands
2009-05-17 Florian Westphalconn.c: fix NumConnections imbalance
2009-05-17 Florian WestphalSSL/TLS: fix error handling when ssl ctx init for outgo...
2009-05-05 Florian Westphalsecurity: fix remotely triggerable crash in SSL/TLS...
2009-04-23 David Kingstonallow ping timeout quit messages to show the timeout...
2009-04-21 Florian Westphalremove or translate old comments
2009-04-21 Florian Westphaladd const qualifier to pointers where possible
2009-04-10 Alexander BartonDisplay IPv6 addresses as "[<addr>]" when accepting...
2008-11-20 Alexander BartonChange formatting of some log messages
2008-11-19 Alexander BartonNew configuration option "NoIdent" to disable IDENT...
2008-11-12 Alexander BartonConnection counter: count outgoing connections as well.
2008-09-13 Florian WestphalTLS/SSL support: code changes.
2008-08-30 Florian WestphalFix handling of MaxConnections option
2008-06-11 Alexander BartonAllow mixed line terminations (CR+LF/CR/LF) in non...
2008-05-26 Alexander BartonHandle_Buffer(): code cleanup.
2008-05-26 Alexander BartonConn_Handler(): cleanup code, add/translate comments.
2008-05-19 Florian Westphalmake Listen parameter a comma-seperated list of addresses.
2008-05-13 Alexander BartonMerge commit 'aad49bd260494878aed6795c7a897ad1d28c3082'
2008-05-12 Florian WestphalIf bind() fails, also print ip address and not just...
2008-05-02 Alexander BartonHandle 1-character messages terminated with CR or LF...
2008-04-29 Alexander BartonMerge branch 'master' of git://git.breakpoint.cc/fw...
2008-04-20 Florian WestphalIPv6: Add config options to disabe ipv4/ipv6 support.
2008-02-26 Florian WestphalIPv6 support.
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.
next