]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/irc-login.c
Fix some compiler warnings of Apple Xcode/Clang
[ngircd-alex.git] / src / ngircd / irc-login.c
2018-10-30 Alexander BartonFix some compiler warnings of Apple Xcode/Clang
2015-11-15 Alexander BartonExplicitly cast time_t to long when printing it out
2015-09-03 Alexander BartonMake server-to-server protocol more robust
2015-08-01 Alexander BartonMerge pull request #217 from SaberUK/master+notice...
2015-08-01 Alexander BartonFirst check if channel has mode "N", then check membership
2015-08-01 Alexander BartonMerge pull request #214 from Flupsy/channel-mode-N
2015-06-26 Ian ChardOnly enforce channel mode N on users (not servers or...
2015-06-24 Ian ChardDon't bother looking for +N channels for an op
2015-06-24 Ian ChardDon't use a standard message number
2015-06-24 Ian ChardAdd channel mode N (normal user can't change nick while...
2015-01-20 Alexander BartonAuth PING: Fix our information text for manual sending...
2015-01-20 Alexander BartonAuth PING: The numeric ID is a "long", use atol()
2015-01-20 Alexander BartonAuth PING: Don't send a prefix in our PING command
2014-03-17 Alexander BartonRe-add #include's for header files of the C file itself
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-01 Alexander BartonMerge branch 'bug167-WebircIPAnoDNS' of git://arthur...
2013-12-27 Alexander BartonWEBIRC: Don't respect hostname when DNS is disabled bug167-WebircIPAnoDNS
2013-11-06 Federico G. SchwindtRemove unneded IRC_SetPenalty() calls
2013-10-17 Federico G. SchwindtAdd support for longer config lines
2013-10-16 Federico G. SchwindtAdd support for arc4random
2013-10-01 Alexander BartonNew function IRC_KillClient() to kill clients
2013-09-06 Federico G. SchwindtAdd more penalty times
2013-09-06 Federico G. SchwindtRework check for number of parameters
2013-08-26 Alexander BartonMerge branch 'bug159-WebircIPA'
2013-08-26 Alexander BartonSave client IP address text for "WebIRC" users
2013-08-06 Alexander BartonIntroduce new function IRC_WriteErrClient()
2013-08-04 Alexander BartonMerge branch 'bug152-AllowedChannelTypes'
2013-08-04 Federico G. SchwindtMore spelling fixes
2013-07-30 Alexander BartonAdd more penalty times in error paths
2013-07-30 Alexander BartonUpdate irc-login.c to use irc-macros.h
2013-02-22 Alexander Bartonirc-login.c: conenction -> connection
2013-02-15 Alexander BartonMerge branch 'bug153-ServerMask' into master
2013-02-11 Alexander BartonMerge branch 'bug155-allowAtInUser'
2013-02-11 Alexander BartonAllow "@" character in user names for authentication bug155-allowAtInUser
2013-02-09 Alexander BartonMerge branch 'HelpText'
2013-01-26 Alexander BartonStreamline punctuation of log messages
2012-11-12 Alexander BartonAdd a few casts, fix compiler warnings on NetBSD 5
2012-11-04 Alexander BartonSend NICK commands with prefix of (target) user
2012-11-02 Alexander BartonImplement SVSNICK command to change remote nicknames
2012-11-02 Alexander BartonIRC_NICK(): Code cleanup, new function Change_Nick()
2012-11-02 Alexander BartonSpelling fix: "nick name" -> "nickname"
2012-10-06 Alexander BartonMerge branch 'bug109-CHARCONV'
2012-09-26 Alexander BartonSimplify check for valid user names in IRC_USER().
2012-09-23 Alexander BartonMerge branch 'bug92-xop'
2012-09-16 Alexander BartonMerge branch 'autoconf-update'
2012-09-14 Brett SmithAllow limited punctuation in usernames, for better...
2012-09-11 Alexander BartonMerge branch 'xop' of https://github.com/kart0ffelsack...
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-23 Brett SmithMove client password from the Client to the Connection...
2012-06-01 Alexander BartonUSER command: only allow alphanumeric characters in...
2012-04-29 Alexander Bartonirc-login.c, login.c: add missing include of "string.h"
2012-04-27 Alexander BartonMerge branch 'master' of /srv/git/ngircd
2012-04-27 Alexander BartonMerge branch 'capabilities'
2012-03-31 Alexander BartonNew "login" source file
2012-03-31 Alexander BartonIntroduce_Client() => Client_Introduce(), and move...
2012-01-24 Alexander BartonSend a PING at the end of the server sync to detect it
2012-01-22 Alexander BartonStreamline handling of connection rejects (bad password...
2012-01-01 Alexander BartonNew configuration option "PAMIsOptional"
2011-12-25 Alexander BartonLog better error messages when rejecting clients
2011-12-25 Alexander BartonCheck G-Line and K-Line lists after authenticating...
2011-12-24 Alexander BartonAdd new class.{c|h} to project
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-13 Alexander BartonMerge branch 'ServerMode'
2011-08-09 Alexander BartonMerge branch 'bug113-SrvPrefix'
2011-08-01 Alexander BartonIRC_QUIT(): disconnect directly linked servers sending...
2011-07-30 Alexander BartonSlightly change (and document!) IRC_KILL() calling... bug113-SrvPrefix
2011-06-26 Alexander BartonUse srand()/rand() instead of srandom()/random(); seems...
2011-03-27 Alexander BartonMerge branch 'AuthPing'
2011-03-27 Alexander BartonNew configuration option "RequireAuthPing": PING-PONG...
2011-03-19 Alexander BartonMerge branches 'CloakUserHost', 'QuitOnHTTP' and 'bug72...
2011-03-16 Alexander BartonDon't use IRC_QUIT_HTTP() if STRICT_RFC is #define'd
2011-03-16 Alexander BartonIRC_QUIT_HTTP(): enhance error message
2011-03-16 Alexander BartonMove IRC_QUIT_HTTP() below IRC_QUIT()
2011-03-16 Gabor Adam Tothquit on HTTP commands: GET & POST
2011-02-23 Alexander BartonPAM-Auth child: log if result can't be reported
2011-02-13 Alexander BartonEnhance documentation for the WEBIRC command doc-comments
2011-02-13 Alexander BartonDoxygen'ify irc-login.c
2011-02-13 Alexander BartonCode cleanup: mostly removing empty lines
2011-02-13 Alexander BartonAdd Doxygen @file documentation to each source and...
2011-01-23 Alexander BartonBetter check for invalid IRC+ PASS command
2011-01-16 Alexander BartonAdd connection/socket information to some log messages
2011-01-09 Florian Westphalconfig: deprecate NoXX-Options
2010-07-14 Alexander BartonRemove Proc_Kill(), use timeout to kill child processes generic-proc
2010-07-13 Alexander BartonAuthenticated users should be registered without the...
2010-07-13 Alexander BartonDon't Proc_Kill() childs after Proc_Read(): done there...
2010-07-13 Alexander BartonDon't even fork a PAM-subprocess if "NoPAM" option...
2010-07-13 Alexander BartonUse Proc_GenericSignalHandler() as handler for SIGTERM...
2010-07-13 Alexander BartonNew configuration option "NoPAM" to disable PAM
2010-07-12 Alexander BartonMake sure signal.h is #include'd when needed
2010-07-12 Alexander BartonImplement asynchronous user authentication using PAM
2010-07-11 Alexander BartonNew functions Client_[Set]OrigUser() to get/set user...
2010-06-30 Alexander BartonDon't #include client.h when conn.h/conn-func.h is...
2010-06-29 Alexander BartonOnly #include resolve.h if it is really needed
next