]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/conn.c
Don't abort startup when setgid/setuid() fails with EINVAL
[ngircd-alex.git] / src / ngircd / conn.c
10 days ago Alexander BartonPing the service manager and set a status message
10 days ago Alexander BartonAdd support for the "sd_notify" protocol
2024-03-23 Alexander BartonS2S-TLS/OpenSSL: Streamline logging
2024-03-23 Alexander BartonS2S-TLS/OpenSSL: Postpone verification of TLS session...
2024-03-23 Christoph BiedlSupport for server certificate validation on server...
2024-01-16 Alexander BartonSpelling fixes, mostly in file comments
2024-01-16 Alexander BartonDo IDENT requests even when DNS lookups are disabled
2024-01-11 Alexander BartonAllow SSL client-only configurations without keys/certi...
2024-01-06 Alexander BartonAlways initiate closing a connection on errors.
2023-09-17 Alexander BartonMerge branch 'katp32/master'
2023-07-18 Alexander BartonUpdate the final "closing connection" message
2023-07-05 Alexander BartonEnhance log messages for refused connections
2023-01-02 michiMake the debug loglevel always available
2022-12-25 Alexander BartonSpelling fixes, mostly in file comments
2022-12-17 Jules MaselbasConvert uses of Log(LOG_DEBUG, ...) to LogDebug()
2022-11-01 salaaad2fix typo in conn.c
2020-05-25 Alexander BartonFix PING-PONG handling when processing backlog in read...
2020-05-06 Alexander BartonMerge pull request #269 from hillu/gnutls-reload-cert
2020-05-03 Alexander BartonDon't wait for the network when read buffers possibly...
2020-05-03 Alexander BartonHandle commands in the read buffer before reading more...
2020-05-03 Alexander BartonRead_Request(): Clean up code and add some more comments
2020-05-03 Alexander BartonRevert "Increase read buffer size for server connections"
2020-04-19 michiIncrease read buffer size for server connections
2020-04-19 michiFix recursion bug on write error
2020-04-19 michiUnbreak GCC 10 (-fno-common) build
2019-06-29 Alexander BartonSlightly reoder startup steps, and enhance logging
2018-10-30 Alexander BartonFix some compiler warnings of Apple Xcode/Clang
2018-10-30 Alexander BartonFix typos/errors/... in file comments
2018-04-01 Alexander BartonInitialize listening socket: Streamline error message
2018-03-25 Alexander BartonCorrectly retry outgoing conenctions when forking a...
2017-01-18 Alexander BartonFix handling of connection pool allocation and enlargement
2015-08-01 Alexander BartonWhitespace fixes (no functional changes)
2015-08-01 Alexander BartonFix debug message "Client ... is closing connection"
2015-08-01 Alexander BartonMerge pull request #217 from SaberUK/master+notice...
2015-07-14 Peter PowellRename NoticeAuth to NoticeBeforeRegistration.
2015-07-14 Peter PowellUse "NOTICE *" before registration instead of "NOTICE...
2014-11-01 Alexander BartonMerge remote-tracking branch 'alex/TestsuiteNoDNS'
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...
next