]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/irc-login.c
irc-login.c, login.c: add missing include of "string.h"
[ngircd-alex.git] / src / ngircd / irc-login.c
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
2010-06-24 Alexander BartonImplement user mode "c": receive connect/disconnect...
2010-05-14 Florian Westphalfix "beeing" typo
2010-02-10 Alexander BartonImplement WEBIRC command
2009-09-10 Alexander BartonIRC_PASS(): remove unnecessary variable initialization
2009-04-21 Florian Westphalremove or translate old comments
2009-01-09 Florian Westphalremove unneeded LOG_DEBUG when not compiling with DEBUG...
2008-09-23 Alexander BartonAnnounce IRC services in the network.
2008-09-23 Alexander BartonChange Introduce_Client() to set the correct client...
2008-09-23 Alexander BartonMake real use of the CLIENT_SERVICE client type.
2008-09-23 Alexander BartonAllow IRC services to change their nick names.
2008-09-23 Alexander BartonAllow ngIRCd to detect services connected to an "virtua...
2008-09-23 Alexander BartonCentralize logging functions in Introduce_Client().
2008-09-23 Alexander BartonGet rid of INTRO_INFO structure again: we don't need...
2008-09-23 Alexander BartonIntroduce_Client(): send MODES in RFC 1459 mode, too.
2008-09-23 Alexander BartonServer links: detect RFC 1459 mode direct after SERVER...
2008-09-23 Alexander BartonSend and handle NICK+USER commands for user registratio...
2008-09-23 Alexander BartonNew function Introduce_Client() to announce new local...
2008-09-23 Alexander BartonNew connection option CONN_RFC1459.
2008-09-23 Alexander BartonUSER: servers and services can alter user information...
2008-09-23 Alexander BartonNICK: allow servers and services to use RFC 1459 syntax...
2008-09-23 Alexander BartonWhitespace fixes: remove trailing tabulator characters.
2008-05-24 Alexander BartonReset client idle time on NICK, JOIN, and PART
2008-05-05 Alexander BartonImplement IRC commands SERVICE, SERVLIST, and SQUERY... bug74-SrvCmds
2008-04-29 Alexander BartonMerge branch 'master' of git://git.breakpoint.cc/fw...
2008-04-24 Alexander BartonGet rid of cvs-version.* and CVSDATE definition.
2008-02-26 Florian WestphalFix wrong strncpy usage if CVSDATE defined
2007-11-21 Alexander BartonIntroduce option to configure the maximum nick name...
2006-10-03 Alexander BartonRemoved an unused variable -- but where did it come...
2006-10-01 Alexander BartonAllow PASS syntax defined in RFC 1459 for server links...
2006-10-01 Alexander BartonEnhanced ISUPPORT message (numeric 005).
2006-08-12 Florian Westphal-whitespace damage
2005-09-01 Alexander BartonMake PONG handler compatible with ngIRCd <= 0.9 ("make...
2005-08-28 Alexander BartonEnhanced the handler for PING and PONG commands: fix...
2005-08-27 Florian Westphalreturn PING argument in PONG reply if STRICT_RFC is...
2005-07-31 Alexander BartonRemoved unnecessary #define of "LOCAL", now use plain...
2005-07-28 Florian Westphaltopic no longer limited to 127 chars (now only limited...
2005-06-04 Florian Westphalsend RFC compliant netsplit messages.
2005-05-17 Alexander BartonReformatted and documented code of the first part of...
2005-03-21 Alexander BartonUse tabulator, not 8 spaces ...
2005-03-19 Florian WestphalRemove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes.
2004-03-11 Alexander BartonFixed some warnings of non-gcc-compilers (e. g. origina...
2004-02-04 Alexander BartonThe info text ("real name") of users is set to "-"...
2004-01-17 Alexander BartonAdded #include for strings.h to fix compiler warnings.
2003-12-27 Alexander BartonAdded optional support for IDENT lookups (configure...
2003-12-04 Alexander BartonExtended version reporting of CVS builds.
2003-11-05 Alexander BartonFixed and enhanced penalty handling; changed internal...
2003-03-31 Alexander BartonChanged all PACKAGE's to PACKAGE_NAME and all VERSION...
2003-01-08 Alexander Barton- Kill_Nick() uses an "faked internal KILL" now.
2003-01-02 Alexander Barton- Renamed RPL_FEATURE_MSG to RPL_ISUPPORT_MSG.
2003-01-01 Alexander Barton- Fixed up command forwarding: only to servers!
2002-12-30 Alexander Barton- Adjusted includes for new "conn-func.h" header.
2002-12-30 Alexander Barton- Cleaned up handling of server configuration structures.
2002-12-22 Alexander Barton- new numeric on login: RPL_FEATURE
2002-12-12 Alexander Barton- new file header format (in english);
2002-12-03 Alexander Barton- Logging von doppelten ID's verbessert.
2002-11-30 Alexander Barton- neues Source-Modul "irc-info"; neuer Befehl STATS.
next