]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/irc-info.c
Implemented IRC function "WHOWAS".
[ngircd-alex.git] / src / ngircd / irc-info.c
2005-05-16 Alexander BartonImplemented IRC function "WHOWAS".
2005-03-19 Florian WestphalRemove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes.
2005-03-02 Alexander BartonImplemented support for "secret channels" (channel...
2005-02-09 Alexander BartonDon't create version information string each time a...
2005-02-04 Alexander BartonUse ngt_TrimLastChr() where useful, by Florian Westphal.
2005-01-24 Alexander BartonFixed a typo in variable name ...
2005-01-24 Alexander BartonFixed a possible buffer underrun when reading the MOTD...
2004-05-07 Alexander BartonNew "chroot" feature (from Benjamin Pineau), introducin...
2004-01-17 Alexander BartonAdded #include for strings.h to fix compiler warnings.
2003-12-26 Alexander BartonRemoved "USE_" prefixes of configuration #defines.
2003-12-04 Alexander BartonExtended version reporting of CVS builds.
2003-11-05 Alexander BartonFixed and enhanced penalty handling; changed internal...
2003-06-06 Alexander BartonVERSION shows the CVS date if apropriate now.
2003-04-21 Alexander BartonRemoved unportable %z formater in strftime().
2003-03-31 Alexander BartonChanged all PACKAGE's to PACKAGE_NAME and all VERSION...
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- Renamed functions now found in "conn-zip.c".
2002-12-26 Alexander Barton- replaced some calls to sprintf() with snprintf()...
2002-12-26 Alexander Barton- replaced a lot of strcat() calls with strlcat() which...
2002-12-22 Alexander Barton- enhanced LUSERS reply: RPL_LOCALUSERS, RPL_NETUSERS.
2002-12-18 Alexander Barton- implemented subfunction "m" of STATS command.
2002-12-18 Alexander Barton- "STATS l" now only shows server-server-links and...
2002-12-16 Alexander Barton- fixed some error messages and prefixes.
2002-12-12 Alexander Barton- new file header format (in english);
2002-12-02 Alexander Barton- bei ISON und USERHOST fehlte im Ergebnis-String der...
2002-12-02 Alexander Barton- STATS: Unterfunktion "L" implementiert.
2002-11-30 Alexander Barton- bei STATS wurde der Target-Server aus dem falschen...
2002-11-30 Alexander Barton- neues Source-Modul "irc-info"; neuer Befehl STATS.