[Konversation-devel] [Bug 133068] New: long lists of notify (ISON) gets cut silently

Emil Obermayr nobs at tigress.com
Sun Aug 27 13:52:00 CEST 2006


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=133068         
           Summary: long lists of notify (ISON) gets cut silently
           Product: konversation
           Version: unspecified
          Platform: SuSE RPMs
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: konversation-devel kde org
        ReportedBy: nobs tigress com


Version:           0.19 SVN #3143 (using KDE KDE 3.5.1)
Installed from:    SuSE RPMs

If you have too many nicks in your "nicks online" list, it gets cut and all the nicks after the cut are marked "offline".

The reason is the line is not checked for the maximum length the server accepts.

The solution is to split the nick list and send it to the server in parts. Code has to get rewritten because currently every ISON-answer is considered to be the full notify-list.

Another idea is to rewrite the code for sending anything to the server. Thats related to #131460. Still the problem needs to get solved that every ISON-request sends an own ISON-answer that will update the entire list (see above).

There was a non-eccepted patch in the devel-email-list in october 2005. I will redo the path after the 0.20/1.0 release and put it in a SVN-branch.


More information about the Konversation-devel mailing list