]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/irc-info.c
Spelling fix: "nick name" -> "nickname"
[ngircd-alex.git] / src / ngircd / irc-info.c
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.