I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 12775c41 authored by jrandom's avatar jrandom Committed by zzz
Browse files

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

parent 2ca4e632
No related branches found
No related tags found
No related merge requests found
...@@ -332,6 +332,7 @@ public class I2PTunnelIRCClient extends I2PTunnelClientBase implements Runnable ...@@ -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",
......
$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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment