]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/conn.c
Correctly check that a server has a valid hostname and port
[ngircd-alex.git] / src / ngircd / conn.c
2014-09-10 Alexander BartonCorrectly check that a server has a valid hostname...
2014-03-18 Alexander BartonImplement user mode "F": "relaxed flood protection"
2014-03-18 Alexander BartonHandle "throttling" in a single function
2014-03-17 Alexander BartonStreamline DEBUG_ARRAY, DEBUG_BUFFER, DEBUG_IO, DEBUG_ZIP
2014-03-17 Alexander Bartonconn.c: Code cleanup
2014-03-17 Alexander BartonUpdate #include's: remove unused and add missing ones
2014-03-16 Alexander BartonRemove imp.h and exp.h header files
2014-03-16 Alexander BartonDon't define SSL_Want{Read|Write}() when SSL is disabled
2014-03-16 Alexander BartonCode cleanup, remove blank lines
2014-01-04 Alexander BartonSupport non-standard vsnprintf() return code
2013-12-07 Federico G. SchwindtFix spelling
2013-11-10 Alexander BartonOnly use unsetenv() when it is available
2013-09-16 Alexander BartonMerge remote-tracking branch 'alex/bug162-SSLCipherList'
2013-09-16 Federico G. SchwindtFix server reconnection
2013-09-02 Alexander BartonOnly log "IDENT ... no result" when IDENT was looked up
2013-08-23 Alexander BartonCorrectly handle return code of Handle_Write()
2013-08-20 Alexander BartonEnhance log messages on "recursive" connection errors
2013-08-11 Alexander BartonChange log level of "SSL connection shutting down"
2013-08-06 Alexander BartonStreamline punctuation of log messages
2013-08-04 Alexander BartonMerge branch 'bug152-AllowedChannelTypes'
2013-08-04 Federico G. SchwindtMore spelling fixes
2013-08-04 Federico G. SchwindtRename XXX_Fingerprint to XXX_CertFp
2013-08-02 Alexander BartonMerge remote-tracking branch 'fgsch/certfp'
2013-08-02 Federico G. SchwindtAdd certificate fingerprint support
2013-03-09 Alexander BartonConn_Handler(): Don't test for penalty times
2013-03-09 Alexander BartonDon't read SSL client data before DNS resolver is finished
2013-02-15 Alexander BartonMerge branch 'bug153-ServerMask' into master
2013-02-11 Alexander Bartonmy_sd_listen_fds(): really return an "int"
2013-02-11 Alexander BartonMerge branch 'bug155-allowAtInUser'
2013-02-10 Alexander BartonMerge branch 'systemd'
2013-02-10 Alexander BartonShow address and port of sockets passed-in by systemd(8)
2013-02-10 Alexander BartonCheck type of sockets passed-in by systemd(8)
2013-02-09 Alexander BartonMerge branch 'HelpText'
2013-02-04 Alexander BartonNew configuration option "IdleTimeout": exit daemon...
2013-02-04 Alexander BartonImplement support for systemd(8) "socket activation"
2013-02-03 Alexander BartonRename ports_initlisteners() to Init_Listeners()
2013-02-03 Alexander BartonNewListener(): Code cleanup
2013-01-26 Alexander BartonStreamline punctuation of log messages
2012-10-29 Alexander BartonDon't accept connections for servers already beeing...
2012-10-06 Alexander BartonMerge branch 'bug141-ModesQq'
2012-10-06 Alexander BartonMerge branch 'bug109-CHARCONV'
2012-09-23 Alexander BartonMerge branch 'bug92-xop'
2012-09-16 Alexander BartonImplement new IRC+ "CHARCONV" command
2012-09-16 Alexander BartonMerge branch 'autoconf-update'
2012-09-11 Alexander BartonMerge pull request #2 from briancollins/master
2012-09-11 Alexander BartonDon't include <stdint.h>, it is included by "portab.h"
2012-09-11 Alexander BartonNew_Connection(): mark "IsSSL" parameter as UNUSED
2012-09-11 Alexander BartonMerge branch 'xop' of https://github.com/kart0ffelsack...
2012-08-29 Alexander BartonNew function Conn_StartLogin() to finish connection...
2012-08-28 Alexander BartonNoticeAuth: make sure messages are flushed immediately
2012-08-27 Alexander BartonMerge branch 'umode-B'
2012-08-27 Alexander BartonMerge branch 'recognize-umode-R'
2012-08-27 Alexander BartonEnhance "NOTICE AUTH": show hostname and IDENT reply
2012-08-27 Alexander BartonMerge branch 'cmode-M'
2012-08-26 Alexander BartonMerge branch 'better-chan-errors'
2012-08-26 Alexander BartonMerge branch 'move-connection-password' of git://arthur...
2012-08-26 Alexander BartonFree already saved password when storing a new one
2012-08-26 Alexander BartonCheck_Connections(): code cleanup
2012-08-23 Brett SmithIndentation and style fixes.
2012-08-23 Brett SmithConnection password is not constant.
2012-08-23 Brett SmithImplementation clean-ups.
2012-08-23 Brett SmithDynamically allocate memory for connection password.
2012-08-23 Brett SmithMove client password from the Client to the Connection...
2012-06-08 Alexander BartonCorrectly handle asynchronously re-established server...
2012-06-01 Alexander BartonNoticeAuth: Fix test if IDENT reply has been invalid
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
next