* Don't filter IRC "MAP" messages (not critical, but it doesn't hurt)

This commit is contained in:
jrandom
2005-10-14 16:26:31 +00:00
committed by zzz
parent 2ca4e63216
commit 12775c416d
2 changed files with 3 additions and 1 deletions

View File

@ -332,6 +332,7 @@ public class I2PTunnelIRCClient extends I2PTunnelClientBase implements Runnable
"NICK", "NICK",
// "QUIT", // replace with a filtered QUIT to hide client quit messages // "QUIT", // replace with a filtered QUIT to hide client quit messages
"SILENCE", "SILENCE",
"MAP", // seems safe enough, the ircd should protect themselves though
"PART", "PART",
"OPER", "OPER",
"PING", "PING",

View File

@ -1,9 +1,10 @@
$Id: history.txt,v 1.296 2005/10/14 10:05:26 jrandom Exp $ $Id: history.txt,v 1.297 2005/10/14 11:02:38 jrandom Exp $
2005-10-14 jrandom 2005-10-14 jrandom
* More explicit filter for linux/PPC building (thanks anon!) * More explicit filter for linux/PPC building (thanks anon!)
* Fixed Syndie's Sucker to not explicitly reference something only found * Fixed Syndie's Sucker to not explicitly reference something only found
in sun's JVM (thanks cervantes!) in sun's JVM (thanks cervantes!)
* Don't filter IRC "MAP" messages (not critical, but it doesn't hurt)
* 2005-10-14 0.6.1.3 released * 2005-10-14 0.6.1.3 released