bibim / SpringIrcBridge--OBSOLETE

moved to https://github.com/Yaribz/SpringIrcBridge
GNU General Public License v3.0
1 stars 0 forks source link

oversized packages lead to "Unknown command. " #1

Closed abma closed 10 years ago

abma commented 10 years ago

sending this: http://paste.springfiles.com/view/c01488b4

leads to :lobby.springrts.com 421 abma_irc aaaaaaaaaaaaaaaaaaaaaaaaaaaa :Unknown command.

ngrep output:

http://paste.springfiles.com/view/32b3ce28

(# is a new packet)

it seems the irc-bridge can't handle "overlapping" packets, i guess it assumes, that the start and end of a message is in one packet.

abma commented 10 years ago

happened when copy/pasting a big stacktrace in private to an other user. aaa... is just for showing.

this isn't a really important to fix, but it was confusing the first time i saw this error.

bibim commented 10 years ago

Fixed by c3ea5cfadc0028f3901ea1b5f175ec89169ec8f6