]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/login.c
Whitespace fixes (no functional changes)
[ngircd-alex.git] / src / ngircd / login.c
2015-08-01 Alexander BartonWhitespace fixes (no functional changes)
2014-03-18 Alexander BartonAllow "DefaultUserModes" to set all possible modes
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-02-28 Alexander BartonMerge pull request #6 from norrs/pam_server_password_fix
2014-02-28 Roy Sindre NorangsholUse server password when PAM is compiled in but disabled
2013-08-26 Alexander BartonMerge branch 'bug159-WebircIPA'
2013-08-26 Alexander BartonImplement new configuration option "DefaultUserModes" bug160-DefaultUserModes
2013-08-04 Alexander BartonMerge branch 'bug152-AllowedChannelTypes'
2013-08-04 Federico G. SchwindtMore spelling fixes
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
2012-09-23 Alexander BartonMerge branch 'bug92-xop'
2012-09-16 Alexander BartonMerge branch 'autoconf-update'
2012-09-12 Alexander Bartonconfigure.in: use AC_CANONICAL_HOST (not AC_CANONICAL_T...
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-26 Alexander BartonLogin_User(): use "conn" insted of calling Client_Conn... move-connection-password
2012-08-23 Brett SmithMove client password from the Client to the Connection...
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 BartonCorrectly handle "CAP END", new client type CLIENT_WAIT...
2012-03-31 Alexander BartonImplement core IRC capability handling and "CAP" command
2012-03-31 Alexander BartonNew "login" source file