allow outbound IRC INVITE

This commit is contained in:
zzz
2011-06-23 22:47:52 +00:00
parent 5a64a866da
commit f6f748217a
3 changed files with 6 additions and 2 deletions

View File

@ -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)

View File

@ -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.

View File

@ -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";