Bug #18
Handle non-standard PREFIX in ISUPPORT (005)
0%
Description
ETG (EnterTheGame.com) seems to send PREFIX=+ instead of PREFIX=(ov)
+ as would be correct. This triggers an assert in handleServer005. We need to use sane defaults in these cases, I guess...
History
#1 Updated by Sputnick almost 17 years ago
We don't crash anymore on joining irc.enterthegame.com, but RPL_ISUPPORT still does not work correctly:
Received invalid RPL_ISUPPORT! Suffix is: "are available on this server" Excpected: are supported by this server
Should be further investigated.
#2 Updated by EgS over 16 years ago
The last part of ISUPPORT should only contain the string "are supported by this server".
From know on we will only throw a warning if that string is not identical to the RFC.
Note: if there is additional ISUPPORT information in the last part, Quassel will ignore it. Faulty IRC Server implementation -> I don't care...
fixing BR #18