Bug 167322 - [IRC] Users parting does not get picked up by channels
Summary: [IRC] Users parting does not get picked up by channels
Status: CLOSED FIXED
Alias: None
Product: ECF
Classification: RT
Component: ecf.core (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: ecf.core-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2006-12-09 09:51 EST by Remy Suen CLA
Modified: 2008-05-18 14:52 EDT (History)
1 user (show)

See Also:


Attachments
Project-level patch to fix the problem. (1.08 KB, patch)
2006-12-09 09:54 EST, Remy Suen CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Remy Suen CLA 2006-12-09 09:51:46 EST
When a user leaves a channel via the PART message and not the QUIT message. No notifications are sent out to listeners.
Comment 1 Remy Suen CLA 2006-12-09 09:54:14 EST
Created attachment 55357 [details]
Project-level patch to fix the problem.

This fires the presence listeners accordingly and also performs a fix for a synchronized block for onPing(String). 'this' is referring to the listener when it should be referring to the IRCRootContainer "outer class".
Comment 2 Scott Lewis CLA 2006-12-10 16:40:04 EST
Patch applied and ip log updated.  Thanks Remy.
Comment 3 Scott Lewis CLA 2008-05-18 14:52:37 EDT
closing