forked from I2P_Developers/i2p.i2p
allow outbound IRC INVITE
This commit is contained in:
@ -395,7 +395,8 @@ public class I2PTunnelIRCClient extends I2PTunnelClientBase implements Runnable
|
||||
"HELPME",
|
||||
"RULES",
|
||||
"TOPIC",
|
||||
"ISON" // jIRCii uses this for a ping (response is 303)
|
||||
"ISON", // jIRCii uses this for a ping (response is 303)
|
||||
"INVITE"
|
||||
};
|
||||
|
||||
if(field[0].length()==0)
|
||||
|
@ -1,3 +1,6 @@
|
||||
2011-06-23 zzz
|
||||
* IRC: Allow outbound INVITE
|
||||
|
||||
2011-06-21 kytv
|
||||
* Make the i2prouter script fail more gracefully if there's
|
||||
a problem loading the wrapper.
|
||||
|
@ -18,7 +18,7 @@ public class RouterVersion {
|
||||
/** deprecated */
|
||||
public final static String ID = "Monotone";
|
||||
public final static String VERSION = CoreVersion.VERSION;
|
||||
public final static long BUILD = 30;
|
||||
public final static long BUILD = 31;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "-rc";
|
||||
|
Reference in New Issue
Block a user