]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/conn.c
IDENT reply: only allow alphanumeric characters in user name
[ngircd-alex.git] / src / ngircd / conn.c
2012-06-01 Alexander BartonIDENT reply: only allow alphanumeric characters in...
2012-03-12 Alexander BartonFix typo: recieved -> received
2012-01-25 Alexander BartonNew_Connection(): don't set the client hostname twice
2012-01-24 Alexander BartonEnhance server command limits
2012-01-24 Alexander BartonNew function Conn_UpdatePing() to update the "ping...
2012-01-22 Alexander BartonNew function Conn_GetIPAInfo(): get IP address of a...
2012-01-22 Alexander BartonCheck G/K-Lines before the client has been registered...
2012-01-06 Alexander BartonConn_Write(): Make sure there is a client when detectin...
2011-12-29 Alexander BartonFixed some spelling errors in documentation and code...
2011-12-29 Alexander BartonFixed typo in two error messages
2011-12-25 Alexander BartonNew functions Lists_Expire() and Class_Expire()
2011-09-07 Alexander BartonOnly close "unrelated" sockets in forked child processes
2011-08-23 Alexander BartonUse Proc_Close() to remove no longer unused pipes to...
2011-08-23 Alexander BartonIntroduce DEBUG_BUFFER, rework some debug messages
2011-06-05 Florian Westphalconn: fix error handling when connecting to server
2011-04-29 Florian Westphalconn: avoid needlesly scary 'buffer overflow' messages
2011-03-27 Alexander BartonMerge branch 'AuthPing'
2011-03-27 Alexander BartonMerge branch 'NoticeAuth'
2011-03-27 Alexander BartonNew configuration option "RequireAuthPing": PING-PONG...
2011-03-25 Alexander BartonNew configuration option "NoticeAuth": send NOTICE...
2011-03-21 Alexander BartonAllow servers to send more commands in the first 10...
2011-02-13 Alexander BartonDoxygen'ify conn.c
2011-02-13 Alexander BartonCode cleanup: mostly removing empty lines
2011-02-13 Alexander BartonAdd Doxygen @file documentation to each source and...
2011-02-12 Alexander BartonMake write buffers bigger, but flush early
2011-02-12 Alexander BartonEnhance logging on "write buffer overflow"
2011-01-29 Alexander BartonClean up Validate_Prefix(); don't send punctuation...
2011-01-23 Alexander BartonRead_Request(): don't access possibly free'd CLIENT...
2011-01-16 Alexander BartonAdd connection/socket information to some log messages
2011-01-09 Alexander BartonRemove support for ZeroConf/Bonjour/Rendezvous service...
2011-01-09 Florian Westphalconfig: deprecate NoXX-Options
2010-12-29 Alexander BartonCommand throttling: introduce MAX_COMMANDS_SERVICE
2010-12-29 Alexander BartonDon't throttle services and servers beeing registered
2010-12-02 Alexander BartonEnhance log messages when establishing server links...
2010-12-02 Alexander BartonReset ID of outgoing server link on DNS error correctly
2010-10-27 Alexander BartonFix connect attempts to further IP addresses of outgoin...
2010-10-24 Alexander BartonMake sourcecode compatible with ansi2knr again
2010-09-13 Alexander BartonOutput connection status when dumping the internal...
2010-09-11 Florian Westphalremove NGIRCd_SignalRehash
2010-09-11 Florian WestphalAdd new 'delayed' signal handlers.
2010-09-08 Alexander BartonConn_SyncServerStruct(): test all connections; and...
2010-09-07 Alexander BartonCheck_Servers(): skip servers already beeing connected
2010-09-07 Alexander BartonCheck_Servers(): Code cleanup
2010-08-19 Alexander BartonDon't reset My_Connections[Idx].lastping when reading...
2010-07-14 Alexander BartonRemove Proc_Kill(), use timeout to kill child processes generic-proc
2010-07-14 Alexander BartonNew function Conn_CloseAllSockets() to close all open...
2010-07-11 Alexander BartonRefactor Resolve_Read() into generic Proc_Read() function
2010-07-11 Alexander BartonNew function Conn_GetProcStat()
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
next