Difference between revisions of "Activities/IRC"

From Sugar Labs
Jump to navigation Jump to search
(Downloads section no longer relevant; latest version is on ASLO)
(rework into "Development" section)
Line 16: Line 16:
 
Many other commands are available, and you can create and administer your own channels as well: see the [http://www.irchelp.org/irchelp/altircfaq.html IRC FAQ] for more information.
 
Many other commands are available, and you can create and administer your own channels as well: see the [http://www.irchelp.org/irchelp/altircfaq.html IRC FAQ] for more information.
  
==Maintainers==
+
==Development==
* '''[[User:Fran Rogers|Fran Rogers]], 2010—present'''
+
The activity was originally developed under the name '''XoIRC''' in 2007 by [http://edsiper.linuxchile.cl Eduardo Silva]. It was migrated to Sugar Labs Git/Trac in 2009 and maintained until 2010 by [[User:Mchua|Mel Chua]]. [[User:Fran Rogers|Fran Rogers]] is the current maintainer.
* [[User:Mchua|Mel Chua]], 2009—2010
+
 
* [http://edsiper.linuxchile.cl Eduardo Silva], 2007—2009
+
Internally, the activity is built around an all-Python IRC client, [http://urk.sourceforge.net/ Urk] (no longer maintained since 2007). The license is [http://www.gnu.org/licenses/gpl-2.0.html GPL2+].
  
 
==Resources==
 
==Resources==
* [http://activities.sugarlabs.org/en-US/sugar/addon/4029 Activity Library page]
+
* [http://activities.sugarlabs.org/en-US/sugar/addon/4029 Activity Library page], with downloads
 
* [http://git.sugarlabs.org/projects/irc Sources]
 
* [http://git.sugarlabs.org/projects/irc Sources]
 
* Trac Tickets: [http://trac.sugarlabs.org/query?status=accepted&status=assigned&status=closed&status=new&status=reopened&groupdesc=1&group=milestone&component=Irc&order=priority&col=id&col=summary&col=status&col=owner&col=type&col=priority&col=version&col=severity&col=resolution&col=status_field&col=reporter&col=time&col=changetime Sugar Labs] [http://dev.laptop.org/query?status=assigned&status=closed&status=new&status=reopened&groupdesc=1&group=milestone&max=150&component=xoirc-activity&order=id&col=id&col=summary&col=status&col=owner&col=type&col=next_action&col=changetime OLPC]
 
* Trac Tickets: [http://trac.sugarlabs.org/query?status=accepted&status=assigned&status=closed&status=new&status=reopened&groupdesc=1&group=milestone&component=Irc&order=priority&col=id&col=summary&col=status&col=owner&col=type&col=priority&col=version&col=severity&col=resolution&col=status_field&col=reporter&col=time&col=changetime Sugar Labs] [http://dev.laptop.org/query?status=assigned&status=closed&status=new&status=reopened&groupdesc=1&group=milestone&max=150&component=xoirc-activity&order=id&col=id&col=summary&col=status&col=owner&col=type&col=next_action&col=changetime OLPC]
  
 
[[Category:Activities|IRC]]
 
[[Category:Activities|IRC]]

Revision as of 21:48, 18 November 2010

The IRC activity allows you to chat with other Sugar/OLPC users and enthusiasts on the Internet via Internet Relay Chat (IRC).

The activity defaults to a "channel" (akin to a "room") called #sugar on the Freenode network, but you can join one of the many channels available by typing /join #channel, where #channel is the channel name. Like many Free/Open Source projects, Sugar developers frequent this channel, and are happy to help with any Sugar questions and suggestions you may have.

See the Internet Relay Chat page on this wiki for a list of Sugar-related channels you can join.

IRC Commands

The following commands can be typed into the input box, all preceded by a slash (/):

  • /join #channel - join a channel
  • /server irc.example.org - connect to a different network
  • /query user - open up a private chat window with another user
  • /msg user message - privately message another user without opening a new window
  • /nick new_name - change your nickname away from the default

Many other commands are available, and you can create and administer your own channels as well: see the IRC FAQ for more information.

Development

The activity was originally developed under the name XoIRC in 2007 by Eduardo Silva. It was migrated to Sugar Labs Git/Trac in 2009 and maintained until 2010 by Mel Chua. Fran Rogers is the current maintainer.

Internally, the activity is built around an all-Python IRC client, Urk (no longer maintained since 2007). The license is GPL2+.

Resources