Viewing Issue Advanced Details

ID 0001923 Category [DMDirc] Core Severity feature
Reproducibility N/A Date Submitted 2008-10-07 16:49 Last Update 2010-01-26 19:50
Reporter ChrisNorthwood Assigned To Demented-Idiot View Status public
Priority low Status closed Resolution fixed
Platform Fixed in Version Target Version 0.6.3
Product Version 0.6 Product Build
Summary 0001923: Send /who on channel join
Description
Sending a /who on channel join will allow things like away status to be indicated immediately, rather than after 1 minute.
Needs unit test no
Upstream Bug URL

Relationships

Notes

(0009242)
Greboid (administrator)
2010-01-24 03:40

on join check setting send who
(0009248)
Version Control (developer)
2010-01-24 03:56

A patchset (1) related to this change has been added to gerrit by Simon Mott

Sends whos on channel join fixes issue 1923
authorSimon Mott <simon@dmdirc.com>2010-01-24 03:55:38 (GMT)
committer Gregory Holmes <greboid@dmdirc.com>2010-01-24 03:56:51 (GMT)
commitb41740f6ec4ade2ce6910ac4d83f6a2e58a60209 (patch) (side-by-side diff)
Sends whos on channel join
fixes issue 1923 Change-Id: I3085cf6ebfcb2cf96b3c11ab5eca8afcba880142 Reviewed-on: http://gerrit.dmdirc.com/585 Automatic-Compile: Gregory Holmes <greboid@dmdirc.com> Reviewed-by: Gregory Holmes <greboid@dmdirc.com>
-rw-r--r--src/com/dmdirc/Channel.java1
1 files changed, 1 insertions, 0 deletions
Click to Expand/Collapse
diff src/com/dmdirc/Channel.java
@@ -280,6 +280,7 @@ public class Channel extends MessageTarget implements ConfigChangeListener,
addLine("channelSelfJoin", "", me.getNickname(), me.getUsername(),
me.getHostname(), channelInfo.getName());
+ checkWho();
setIcon("channel");
server.removeInvites(channelInfo.getName());

Issue History

Date Modified Username Field Change
2008-10-07 16:49 ChrisNorthwood New Issue
2008-10-07 16:49 ChrisNorthwood Status new => assigned
2008-10-07 16:49 ChrisNorthwood Assigned To => Dataforce
2008-10-07 16:49 ChrisNorthwood Needs unit test => no
2008-10-07 16:52 MD87 Assigned To Dataforce => MD87
2008-10-07 16:52 MD87 Category IRC Parser => Core
2008-10-07 16:52 MD87 Target Version 0.6.3 => 0.6.6
2009-10-04 03:07 Anonymous Note Added: 0007775
2009-10-04 05:43 Anonymous Note Added: 0007819
2009-10-04 07:03 Anonymous Note Added: 0007837
2009-10-04 08:23 Anonymous Note Added: 0007865
2009-10-04 09:54 Anonymous Note Added: 0007907
2009-10-04 12:09 Greboid Note Deleted: 0007775
2009-10-04 12:09 Greboid Note Deleted: 0007907
2009-10-04 12:09 Greboid Note Deleted: 0007865
2009-10-04 12:09 Greboid Note Deleted: 0007837
2009-10-04 12:09 Greboid Note Deleted: 0007819
2010-01-24 03:29 Greboid Assigned To MD87 => Demented-Idiot
2010-01-24 03:40 Greboid Note Added: 0009242
2010-01-24 03:56 Version Control Checkin
2010-01-24 03:56 Version Control Note Added: 0009248
2010-01-24 03:56 Version Control Status assigned => fix pending
2010-01-24 03:57 Version Control Checkin
2010-01-24 03:57 Version Control Note Added: 0009249
2010-01-24 03:57 Version Control Status fix pending => resolved
2010-01-24 03:57 Version Control Resolution open => fixed
2010-01-26 19:47 Greboid Target Version 0.6.5 => 0.6.3
2010-01-26 19:50 Greboid Status resolved => closed