]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/client.c
Don't abort startup when setgid/setuid() fails with EINVAL
[ngircd-alex.git] / src / ngircd / client.c
2024-01-16 Alexander BartonSpelling fixes, mostly in file comments
2023-09-17 Alexander BartonMerge branch 'katp32/master'
2023-09-17 Alexander BartonSilence compiler warning in Init_New_Client()
2023-01-02 michiMake the debug loglevel always available
2022-12-17 Jules MaselbasConvert uses of Log(LOG_DEBUG, ...) to LogDebug()
2021-12-30 Alexander BartonFix a possible race condition in Client_Introduce()
2020-05-06 Alexander BartonMerge pull request #269 from hillu/gnutls-reload-cert
2020-05-03 Alexander BartonUpdate Client_SetHostname() to not use strpbrk()
2020-05-03 michiAllow hostmask cloaking when rDNS is disabled
2020-04-19 michiFix hostmask cloaking bug for IPv6 too
2019-09-09 JRMUFix hostmask cloaking bug, don't cloak multiple times
2015-08-01 Alexander BartonWhitespace fixes (no functional changes)
2014-11-01 Alexander BartonMerge remote-tracking branch 'alex/TestsuiteNoDNS'
2014-09-11 Alexander BartonAllow longer usernames for authentication AuthUsername
2014-03-17 Alexander BartonUpdate copyright notices of recently changed files
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-01-10 Alexander BartonClient_SetHostname(): Don't use strlen() to test for...
2013-10-17 Federico G. SchwindtAdd support for longer config lines
2013-09-24 Alexander BartonRemove CLIENT.oper_by_my, Client_SetOperByMe() and... RemoveOperByMe
2013-08-26 Federico G. SchwindtChange away to be allocated dynamically
2013-08-26 Alexander BartonMerge branch 'bug159-WebircIPA'
2013-08-26 Alexander BartonIntroduce Free_Client() function to free CLIENT structure bug159-WebircIPA
2013-08-26 Alexander BartonSave client IP address text for "WebIRC" users
2013-08-26 Federico G. SchwindtChange strdup() to strndup()
2013-08-25 Federico G. SchwindtPlug memory leak
2013-08-25 Federico G. SchwindtImplement account login support
2013-08-06 Alexander BartonIntroduce new function IRC_WriteErrClient()
2013-08-04 Federico G. SchwindtUse Client_HasMode and Client_HasFlag where appropriate
2013-08-04 Alexander BartonMerge branch 'bug152-AllowedChannelTypes'
2013-08-04 Federico G. SchwindtMore spelling fixes
2013-08-04 Federico G. SchwindtChange cloaked hostname to be malloc'd on demand
2013-08-04 Federico G. SchwindtAdd Client_HasFlag() to check if a client has certain...
2013-08-04 Federico G. SchwindtRename XXX_Fingerprint to XXX_CertFp
2013-08-03 Federico G. SchwindtImproved client announcement
2013-02-15 Alexander BartonMerge branch 'bug151-iconv' into master
2013-02-15 Alexander BartonMerge branch 'bug153-ServerMask' into master
2013-02-09 Alexander BartonMerge branch 'HelpText'
2013-02-05 Alexander BartonImplement new function Client_SearchServer()
2013-01-26 Alexander BartonStreamline punctuation of log messages
2012-11-24 Alexander BartonRework cloaked hostname handling, implement "METADATA...
2012-11-24 Alexander BartonClient_HostnameCloaked() -> Client_HostnameDisplayed()
2012-11-05 Alexander BartonDon't cloak already cloaked hostname when using METADATA
2012-11-02 Alexander BartonSpelling fix: "nick name" -> "nickname"
2012-09-11 Alexander BartonMerge pull request #2 from briancollins/master
2012-09-11 Alexander BartonMerge branch 'xop' of https://github.com/kart0ffelsack...
2012-08-28 Alexander BartonAlways cloak client hostname, if needed
2012-08-27 Alexander BartonMerge branch 'umode-B'
2012-08-27 Alexander BartonMerge branch 'recognize-umode-R'
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 BartonBlock nicknames that are reserved for services
2012-08-26 Alexander BartonRename Conf_IsService() to Conf_NickIsService()
2012-08-23 Brett SmithMove client password from the Client to the Connection...
2012-08-03 Sebastian KöhlerHashed hostnames for CloakHost
2012-08-03 Sebastian KöhlerImplemented hashed cloaked hostnames for +x
2012-06-11 Alexander BartonMerge branch 'bug124-CloakHostModeX'
2012-06-08 Alexander BartonRename "CloakModeHost" option to "CloakHostModeX"
2012-06-08 Christoph BiedlIntroduce new configuration option "CloakModeHost"
2012-04-27 Alexander BartonMerge branch 'master' of /srv/git/ngircd
2012-04-27 Alexander BartonMerge branch 'capabilities'
2012-03-31 Alexander BartonIntroduce_Client() => Client_Introduce(), and move...
2012-01-25 Alexander BartonNew_Connection(): don't set the client hostname twice
2012-01-25 Alexander BartonClient_SetHostname(): Code cleanup, more debug logging
2012-01-22 Alexander BartonNew function Client_Reject() to reject clients on connect
2011-12-29 Alexander BartonFixed some spelling errors in documentation and code...
2011-08-19 Alexander BartonNew 2nd message "Nickname too long" for error code 432
2011-08-19 Alexander BartonClient_CheckNick(), Client_IsValidNick(): code cleanup
2011-07-10 Alexander BartonMorePrivacy: Don't register WHOWAS information
2011-06-26 Alexander BartonMerge branch 'MorePrivacy'
2011-06-25 xorNew configuration opion "MorePrivacy" to "censor" some... MorePrivacy
2011-03-19 Alexander BartonMerge branches 'CloakUserHost', 'QuitOnHTTP' and 'bug72...
2011-03-19 Alexander BartonRename ClientHost to CloakHost, and ClientUserNick...
2011-03-16 Gabor Adam TothClientUserNick setting
2011-03-16 Gabor Adam TothClientHost setting
2011-02-13 Alexander BartonCode cleanup: mostly removing empty lines
2011-02-13 Alexander BartonAdd Doxygen @file documentation to each source and...
2011-01-09 Florian Westphalconfig: deprecate NoXX-Options
2010-12-24 Alexander BartonDon't assert() when serching a client for an invalid...
2010-10-24 Alexander BartonMake sourcecode compatible with ansi2knr again
2010-09-13 Alexander BartonReformat "server state" debug messages a little bit
2010-09-13 Alexander BartonEnable the daemon to dump its internal state in debug...
2010-08-17 Alexander BartonWHOWAS: respect hostname cloaking
2010-08-17 Alexander BartonImplement Client_HostnameCloaked() and Client_MaskCloaked()
2010-08-17 Alexander BartonClean up an document Client_Hostname() and Client_Mask()
2010-07-13 Alexander BartonMark some variables as "unused" to prevent compiler...
2010-07-12 Alexander BartonUse correct preprocessor syntax when testing for PAM...
2010-07-11 Alexander BartonNew functions Client_[Set]OrigUser() to get/set user...
2010-06-29 Alexander BartonOnly #include resolve.h if it is really needed
2010-06-25 Alexander Bartonconst'ify Client_TypeText()
2010-06-24 Alexander BartonImplement user mode "c": receive connect/disconnect...
2010-02-10 Alexander BartonRe-format Init_New_Client() function
2009-07-17 Alexander BartonClient_CheckID(): fix connection information
2009-04-21 Florian Westphalremove or translate old comments
2009-04-21 Florian Westphalclient.c: remove unecessary comments
2009-04-21 Florian Westphaladd const qualifier to pointers where possible
2009-01-09 Florian Westphalremove unneeded LOG_DEBUG when not compiling with DEBUG...
2008-09-23 Alexander BartonMake real use of the CLIENT_SERVICE client type.
2008-09-23 Alexander BartonNew function Client_TypeText() and Destroy_UserOrService().
next