Commits


- Fixed up command forwarding: only to servers! - Forwarding of WHOIS was broken in some situations.


- Adjusted includes for new "conn-func.h" header.


- Renamed functions now found in "conn-zip.c".


- replaced some calls to sprintf() with snprintf() -- more secure :-)


- replaced a lot of strcat() calls with strlcat() which is more secure.


- enhanced LUSERS reply: RPL_LOCALUSERS, RPL_NETUSERS.


- implemented subfunction "m" of STATS command.


- "STATS l" now only shows server-server-links and the own connection.


- fixed some error messages and prefixes.


- new file header format (in english); - new file ident semantics.


- bei ISON und USERHOST fehlte im Ergebnis-String der korrekte Absender.


- STATS: Unterfunktion "L" implementiert.


- bei STATS wurde der Target-Server aus dem falschen Argument bestimmt.


- neues Source-Modul "irc-info"; neuer Befehl STATS.