realJoshByrnes / IRC2017

Public bug tracker for IRC2017 (irc.irc7.com)
0 stars 0 forks source link

CREATE does not check roomname characters #43

Open jyonxo opened 6 years ago

jyonxo commented 6 years ago

You can create a room name with any characters:

primus-ircjs.bundle.js:1 --> CREATE GN %#thelobby %#thelobby - EN-US 1 kc31687249d98ae75 0 primus-ircjs.bundle.js:1 <-- :>lol!FF363DB9201CCC42BFD5E1988BB56FF7@GateKeeper JOIN H,U,GO,. :%#thelobby

jyonxo commented 6 years ago

ChannelRegEx = @"%#[\x21-\x2B,\x2D-\xFF]{1,200}";

should be fixed now