From 12775c416d5a8986024b386a99a7392cd16d2dd2 Mon Sep 17 00:00:00 2001 From: jrandom <jrandom> Date: Fri, 14 Oct 2005 16:26:31 +0000 Subject: [PATCH] * Don't filter IRC "MAP" messages (not critical, but it doesn't hurt) --- .../java/src/net/i2p/i2ptunnel/I2PTunnelIRCClient.java | 1 + history.txt | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/I2PTunnelIRCClient.java b/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/I2PTunnelIRCClient.java index 52c6287e14..5f65090600 100644 --- a/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/I2PTunnelIRCClient.java +++ b/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/I2PTunnelIRCClient.java @@ -332,6 +332,7 @@ public class I2PTunnelIRCClient extends I2PTunnelClientBase implements Runnable "NICK", // "QUIT", // replace with a filtered QUIT to hide client quit messages "SILENCE", + "MAP", // seems safe enough, the ircd should protect themselves though "PART", "OPER", "PING", diff --git a/history.txt b/history.txt index 649ab2e117..6b6b4e2c36 100644 --- a/history.txt +++ b/history.txt @@ -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 * More explicit filter for linux/PPC building (thanks anon!) * Fixed Syndie's Sucker to not explicitly reference something only found 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 -- GitLab