Bug 142149 - [PATCH] Konversation's Watched nicknames fix (actually making it work)
Summary: [PATCH] Konversation's Watched nicknames fix (actually making it work)
Status: RESOLVED FIXED
Alias: None
Product: konversation
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konversation Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-24 17:35 UTC by Stanislav Nikolov
Modified: 2007-04-08 15:08 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
proposed patch (9.22 KB, patch)
2007-02-24 17:37 UTC, Stanislav Nikolov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stanislav Nikolov 2007-02-24 17:35:41 UTC
Version:           1.0.1+ #3201 (using KDE 3.5.6, Gentoo)
Compiler:          Target: i686-pc-linux-gnu
OS:                Linux (i686) release 2.6.19-suspend2-r2

It always occurred to me that the konversation's Watched nicknames behaviour was a bit buggy. When trying to find the reason I found several obvious bugs (like case-sensitivity in the watched nicknames list), as well as some legacy ones (maybe from the time when konvi used to track nickname changes). With this patch I try to clean up the code a bit and make it actually work. I've tested it for a couple of weeks on my PC and it seems to work. Nevertheless, it may need more testing :)

So, the patch introduces a simple system of tracking online status, relying only on the ISON replies. For this reason a new member of the Server class is introduced, QStringList m_prevISONList, which keeps the previous ISON reply. Then in the notification dispatcher, the new reply is directly compared to the previous and the new offline/online nicks are determined. The patch also introduces a new function setWatchedNickOffline() which is used to handle setting a certain nick offline (duh). As for now, a nick change is treated as a nick getting offline.

Well, that's pretty much the patch, I hope it is useful.

Best wishes,
Stanislav
Comment 1 Stanislav Nikolov 2007-02-24 17:37:07 UTC
Created attachment 19798 [details]
proposed patch
Comment 2 Peter Simonsson 2007-04-08 15:08:18 UTC
Hmm this one is already applied... wonder why the bug haven't been closed...