2007-02-14 jrandom
* Don't filter out KICK and H(ide oper status) IRC messages (thanks Takk and postman!)
This commit is contained in:
@ -282,6 +282,8 @@ public class I2PTunnelIRCClient extends I2PTunnelClientBase implements Runnable
|
|||||||
"PART",
|
"PART",
|
||||||
"WALLOPS",
|
"WALLOPS",
|
||||||
"ERROR",
|
"ERROR",
|
||||||
|
"KICK",
|
||||||
|
"H", // "hide operator status" (after kicking an op)
|
||||||
"TOPIC"
|
"TOPIC"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -1,4 +1,8 @@
|
|||||||
$Id: history.txt,v 1.548 2007-01-30 03:58:21 zzz Exp $
|
$Id: history.txt,v 1.549 2007-02-13 23:33:36 jrandom Exp $
|
||||||
|
|
||||||
|
2007-02-14 jrandom
|
||||||
|
* Don't filter out KICK and H(ide oper status) IRC messages
|
||||||
|
(thanks Takk and postman!)
|
||||||
|
|
||||||
2007-02-13 jrandom
|
2007-02-13 jrandom
|
||||||
* Tell our peers about who we know in the floodfill netDb every
|
* Tell our peers about who we know in the floodfill netDb every
|
||||||
|
@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public class RouterVersion {
|
public class RouterVersion {
|
||||||
public final static String ID = "$Revision: 1.484 $ $Date: 2007-01-30 03:58:19 $";
|
public final static String ID = "$Revision: 1.485 $ $Date: 2007-02-13 23:33:40 $";
|
||||||
public final static String VERSION = "0.6.1.26";
|
public final static String VERSION = "0.6.1.26";
|
||||||
public final static long BUILD = 18;
|
public final static long BUILD = 19;
|
||||||
public static void main(String args[]) {
|
public static void main(String args[]) {
|
||||||
System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
|
System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
|
||||||
System.out.println("Router ID: " + RouterVersion.ID);
|
System.out.println("Router ID: " + RouterVersion.ID);
|
||||||
|
Reference in New Issue
Block a user