]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/irc-login.c
Implement the IRC command "SERVLIST"
[ngircd-alex.git] / src / ngircd / irc-login.c
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.
2002-11-30 Alexander Barton- Parser auf Befehlstabelle umgestellt.
2002-11-26 Alexander Barton- Unterstuetzung fuer komprimierte Server-Server-Links...
2002-09-22 Alexander Barton- in RPL_YOURHOST_MSG wurde ein fehlerhafter Versionsst...
2002-09-09 Alexander Barton- Server-Versionsausgabe ueberarbeitet.
2002-09-03 Alexander Barton- Das IRC+-Protokoll wird nun richtig erkannt ...
2002-09-03 Alexander Barton- Anpassungen/Umstellung auf IRC+-Protokoll.
2002-09-03 Alexander Barton- Flags von connecteten Servern werden nun gespeichert.
2002-09-02 Alexander Barton- Logmeldungen fuer Server- und Protokollversionen...
2002-09-02 Alexander Barton- Version (Server und Protokoll) von connectierten...
2002-05-30 Alexander Barton- Weitere Anpassungen an pre-ANSI-Compiler.
2002-05-27 Alexander Barton- Anpassungen an pre-ANSI-Compiler,
2002-04-14 Alexander Barton- IRC_QUIT(): der QUIT-Befehl wird nun auch von unreg...
2002-04-08 Alexander Barton- Format-String fuer Log-Meldung bei Nick-Aenderungen...
2002-03-26 Alexander Barton- Kommentar korrekt eingerueckt. Wow ;-)
2002-03-25 Alexander Barton- alle Client_GetFromID() durch Client_Search() ersetzt.
2002-03-19 Alexander Barton- Nick-Aenderungen: Log-Eintrag nur noch im Debug-Modus...
2002-03-12 Alexander Barton- externe portab-Header werden nicht mehr benoetigt...
2002-03-11 Alexander Barton- SQUIT, QUIT: Loglevel bei unbekannten Clients wieder...
2002-03-11 Alexander Barton- Client_Destroy() hat neuen Paramter: QUITs fuer Clien...
2002-03-11 Alexander Barton- Log-Level von SQUIT und QUIT bei unbekannten Clients...
2002-03-10 Alexander Barton- IRC_PING() ist, wenn nicht im "strict RFC"-Mode,...
2002-03-03 Alexander Barton- Source in weitere Module fuer IRC-Befehle aufgesplitted.
2002-03-02 Alexander Barton- Bei der USER-Registrierung wird NICK nicht mehr sofor...
2002-02-27 Alexander Barton- Modul aus irc.c bzw. irc.h ausgegliedert.