Bug 193136

Summary: [IRC] Add default IRC server
Product: [RT] ECF Reporter: Chris Aniszczyk <caniszczyk>
Component: ecf.providersAssignee: Abner Ballardo <modlost>
Status: CLOSED FIXED QA Contact:
Severity: enhancement    
Priority: P3 CC: modlost
Version: unspecifiedKeywords: bugday, contributed
Target Milestone: 1.0.2   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
Patch to add default IRC server
none
mylyn/context/zip none

Description Chris Aniszczyk CLA 2007-06-18 12:03:14 EDT
Similar to how we populate the default fields for collaboration groups, we should do the same for IRC to encourage people to join irc.freenode.net, #eclipse
Comment 1 Chris Aniszczyk CLA 2007-07-12 00:24:18 EDT
targeting this for 1.0.1
Comment 2 Scott Lewis CLA 2007-07-19 03:36:36 EDT
Changing target milestone.
Comment 3 Abner Ballardo CLA 2007-07-22 13:57:52 EDT
I'm interested in working on this bug on Eclipse Bug Day (July 27 2007)
Comment 4 Chris Aniszczyk CLA 2007-07-22 15:41:34 EDT
Hi Abner, thanks again.

The class you should start with here is:

org.eclipse.ecf.internal.irc.ui.wizards.IRCConnectWizardPage.java
Comment 5 Chris Aniszczyk CLA 2007-07-22 15:42:07 EDT
I'm also thinking the ID should be something like

ecfuser<randomnumber>

ex., ecfuser1356, ecfuser256234, etc...

Comment 6 Chris Aniszczyk CLA 2007-07-23 10:01:51 EDT
oh duh, the default server should be irc.freenode.net and the channel should be #eclipse
Comment 7 Chris Aniszczyk CLA 2007-07-26 15:32:49 EDT
reassigning to you Abner.
Comment 8 Abner Ballardo CLA 2007-07-26 16:01:27 EDT
Created attachment 74724 [details]
Patch to add default IRC server

This patch adds the default:

server: irc.freenode.net
channel: #eclipse
user: efcuserXYZ where XYZ is a random number
Comment 9 Chris Aniszczyk CLA 2007-07-26 16:41:24 EDT
Committed to HEAD. I made some small changes in regards to the username.

Works beautifully. Thanks for your contribution!
Comment 10 Chris Aniszczyk CLA 2007-07-26 16:41:28 EDT
Created attachment 74728 [details]
mylyn/context/zip
Comment 11 Scott Lewis CLA 2007-08-05 15:38:22 EDT
Added contribution to IP log.  Thanks again Abner for your contribution.