[Bug 37076] Omits part of the room member list on #telepathy
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed May 11 12:42:32 CEST 2011
https://bugs.freedesktop.org/show_bug.cgi?id=37076
--- Comment #1 from Will Thompson <will.thompson at collabora.co.uk> 2011-05-11 03:42:31 PDT ---
This is because Freenode sends more than 512 characters in a single line, and
the Idle parser … splits up such messages and tries to parse the subsequent
chunks as stand-alone messages … which cannot possibly work. :)
Test case coming up. I think the fix is for Idle to just malloc a buffer big
enough to hold the message, and damn the consequences.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the telepathy-bugs
mailing list