Bug 193136 - [IRC] Add default IRC server
Summary: [IRC] Add default IRC server
Status: CLOSED FIXED
Alias: None
Product: ECF
Classification: RT
Component: ecf.providers (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: 1.0.2   Edit
Assignee: Abner Ballardo CLA
QA Contact:
URL:
Whiteboard:
Keywords: bugday, contributed
Depends on:
Blocks:
 
Reported: 2007-06-18 12:03 EDT by Chris Aniszczyk CLA
Modified: 2007-08-05 15:38 EDT (History)
1 user (show)

See Also:


Attachments
Patch to add default IRC server (3.64 KB, patch)
2007-07-26 16:01 EDT, Abner Ballardo CLA
no flags Details | Diff
mylyn/context/zip (1.35 KB, application/octet-stream)
2007-07-26 16:41 EDT, Chris Aniszczyk CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.