Difference between revisions of "Application:WIRC"

From WebOS Internals
Jump to navigation Jump to search
(Removed "development todo" section, most of it was pointless, the rest was invalid)
 
(5 intermediate revisions by 3 users not shown)
Line 2: Line 2:
 
|name=wIRC
 
|name=wIRC
 
|type=webOS
 
|type=webOS
|version=Version: Beta 0.1.0
+
|version=Version: 0.3.5
 
|tag=Communications
 
|tag=Communications
 
|screenshot=Wirc.png
 
|screenshot=Wirc.png
Line 8: Line 8:
  
 
== Summary ==  
 
== Summary ==  
{{icon|Icon_WebOSInternals_wIRC.png|float:right;}}wIRC and wIRCd (its service)
+
{{icon|Icon_WebOSInternals_wIRC.png|float:right;}}wIRC is a Mojo IRC client. The WebOS-Internals team uses IRC as its primary communications channel, and Palm staff participate in IRC as well.  wIRC provides a way for us to stay connected to the team while away from our desktops.
  
wIRC is a Mojo IRC client. The WebOS-Internals team uses IRC as its primary communications channel, and Palm staff participate in IRC as well.  wIRC provides a way for us to stay connected to the team while away from our desktops.
+
== Support ==
 
+
If you have reports about issues or bugs or wants or design please contact oil, PuffTheMagic, or egaudet on freenode.net irc in the #wirc or #webos-internals channel.
Note that wIRC is Beta 0.1.0  It is rapidly changing and subject to failure at any time.
 
 
 
Do not bet your life on this stuff. 
 
 
 
On the other hand, it seems to work for us.
 
 
 
If you have reports about issues or bugs or wants or design please contact oil, PufftheMagic, or egaudet on freenode.net irc in the #wirc or #webos-internals channel.  
 
  
 +
We also have a bug tracker: [http://redmine.webos-internals.org/projects/wirc/issues Redmine].
  
 
== Usage ==
 
== Usage ==
Line 25: Line 19:
 
** After typing some of the nick, hold the gesture area, and press the orange button.
 
** After typing some of the nick, hold the gesture area, and press the orange button.
 
** If not the right nick, keep holding the gesture area, and press the orange button again.
 
** If not the right nick, keep holding the gesture area, and press the orange button again.
 +
 +
* Command History:
 +
** Hold the gesture area and press the Q or A buttons to go through the list
  
  
Line 42: Line 39:
 
** /notice
 
** /notice
 
** /raw, /quote
 
** /raw, /quote
* Unupported Commands:
+
** /ping
** /ping (this was supported but since we auto-ping the server for the lag-meter allowing manual pings is pointless, '/ctcp ping' will soon be supported however)
 
 
 
== Changes in 0.1.0 ==
 
* New in 0.1.0:
 
** Timestamp with Display Options
 
** Lag Meter with Options
 
** Clear Backlog Option
 
** Numerous new event handlers (particularly kick/join)
 
** /notice Support
 
 
* Improved in 0.1.0:
 
** Alert word improvements
 
** Split Preferences Scene
 
** Better disconnect/reconnect handling
 
** Numerous UI improvements (Updated css, new and updated icons, etc)
 
** Better network indicators
 
** Saves the realServer (for instances where irc.xyzserver.com connects you to other.xyzserver.com)
 
** QuakeNet and DALnet added to pre-defined servers.
 
** Minor rewrite
 
 
 
* Fixed in 0.1.0:
 
** Fixed away/back in channel chat
 
** Theme changes affect all open wIRC cards
 
** Fixed Missing topic change notice when in a channel
 
** Fixed "Connected!" issue
 
** Max retries now functions properly
 
** Fixed occassional app close bug
 
** Better error handling
 
** Fixed broken notices
 
** Fixed disconnecting
 
 
* Removed in 0.1.0:
 
** /ping support
 
 
 
 
 
== Testing ==
 
Come to #wirc on freenode for help, don't ask for help in #webos-internals
 
 
 
Please put any random observations, requests, issues etc... on the talk page: http://www.webos-internals.org/wiki/Application_talk:WIRC
 

Latest revision as of 20:52, 3 January 2011

« Go Back to the Communications application list
Wirc.png

wIRC - Version: 0.3.5


Summary

Icon WebOSInternals wIRC.png

wIRC is a Mojo IRC client. The WebOS-Internals team uses IRC as its primary communications channel, and Palm staff participate in IRC as well. wIRC provides a way for us to stay connected to the team while away from our desktops.

Support

If you have reports about issues or bugs or wants or design please contact oil, PuffTheMagic, or egaudet on freenode.net irc in the #wirc or #webos-internals channel.

We also have a bug tracker: Redmine.

Usage

  • Nick Auto Complete:
    • After typing some of the nick, hold the gesture area, and press the orange button.
    • If not the right nick, keep holding the gesture area, and press the orange button again.
  • Command History:
    • Hold the gesture area and press the Q or A buttons to go through the list


  • Supported Commands:
    • /away
    • /join, /j
    • /kick
    • /list
    • /me
    • /mode
    • /nick
    • /part, /leave
    • /query, /msg, /ns, /authserv
    • /quit
    • /topic
    • /whois
    • /notice
    • /raw, /quote
    • /ping