forked from I2P_Developers/i2p.i2p
Allow the "AUTHENTICATE" command in IRC tunnels (ticket #904)
This commit is contained in:
@@ -51,6 +51,7 @@ abstract class IRCFilter {
|
|||||||
"KICK",
|
"KICK",
|
||||||
"H", // "hide operator status" (after kicking an op)
|
"H", // "hide operator status" (after kicking an op)
|
||||||
"TOPIC",
|
"TOPIC",
|
||||||
|
"AUTHENTICATE", // SASL, also requires CAP below
|
||||||
// http://tools.ietf.org/html/draft-mitchell-irc-capabilities-01
|
// http://tools.ietf.org/html/draft-mitchell-irc-capabilities-01
|
||||||
"CAP"
|
"CAP"
|
||||||
};
|
};
|
||||||
@@ -152,6 +153,7 @@ abstract class IRCFilter {
|
|||||||
// Commands that regular users might use
|
// Commands that regular users might use
|
||||||
"ADMIN",
|
"ADMIN",
|
||||||
"AWAY", // should be harmless
|
"AWAY", // should be harmless
|
||||||
|
"AUTHENTICATE", // SASL, also requires CAP below
|
||||||
"CAP", // http://tools.ietf.org/html/draft-mitchell-irc-capabilities-01
|
"CAP", // http://tools.ietf.org/html/draft-mitchell-irc-capabilities-01
|
||||||
"CYCLE",
|
"CYCLE",
|
||||||
"DCCALLOW",
|
"DCCALLOW",
|
||||||
|
@@ -1,3 +1,7 @@
|
|||||||
|
2013-04-25 str4d
|
||||||
|
* i2ptunnel: Allow the "AUTHENTICATE" command in IRC tunnels to enable SASL
|
||||||
|
authentication (ticket #904)
|
||||||
|
|
||||||
2013-04-24 zzz
|
2013-04-24 zzz
|
||||||
* Console, i2ptunnel: Don't register shutdown hook if ClientAppManager is present
|
* Console, i2ptunnel: Don't register shutdown hook if ClientAppManager is present
|
||||||
* JettyStart: Fixes for use by plugins
|
* JettyStart: Fixes for use by plugins
|
||||||
|
Reference in New Issue
Block a user