Difference between revisions of "Application:WIRC"

From WebOS Internals
Jump to navigation Jump to search
 
(146 intermediate revisions by 11 users not shown)
Line 2: Line 2:
 
|name=wIRC
 
|name=wIRC
 
|type=webOS
 
|type=webOS
|version=Version: Alpha 0.0.1
+
|version=Version: 0.3.5
 
|tag=Communications
 
|tag=Communications
 
|screenshot=Wirc.png
 
|screenshot=Wirc.png
|description=
+
|description=}}
<!-- Wirc-server-status.png -->
 
  
Here are some files for people to test, the versions will not be bumped but the packages will get updated. Don't ask if you have the latest, just download them again if you are curious.
+
== Summary ==
 
+
{{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.
http://preyourmind.org/files/us.ryanhope.wircd_0.0.1_armv7.ipk
 
 
 
http://preyourmind.org/files/us.ryanhope.wircd_0.0.1_i686.ipk
 
 
 
 
 
http://preyourmind.org/files/ws.junk.wirc_0.0.1_all.ipk
 
 
 
 
 
Come to #wirc on freenode for help, don't ask for help in #webos-internals
 
  
{{icon|Icon_WebOSInternals_wIRC.png|float:right;}}
+
== 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.
  
== Summary ==
+
We also have a bug tracker: [http://redmine.webos-internals.org/projects/wirc/issues Redmine].
wIRC and wIRCd (its service)
 
  
}}
+
== 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
  
=== Current TODO List / Feature Requests ===
 
* Parse URLs into click-able links (in messages model)
 
* Text entry area keep focus
 
* Channel Nick List
 
** Tap on nick in nicklist spawns query/msg
 
** Orange+Tap shows dialog with buttons to op/voice/etc
 
* More highlighting options
 
** ListSelector for bold/color/bold&color as highlight style, when color is selected show color list option
 
** ListSelector for foreground/background of the selected highlight style only when color style
 
** ListSelector for all/nick/message/"single word" for selected highlight style
 
** "highlighting" should probably become its own preference "palm-group"
 
** List of "words to highlight" (which always includes "my nick" special item.) do it like onConnect list from server-info
 
* Add loose focus marker in channel scene & query/msg scene
 
* Make it actually connect over EVDO. (Service)
 
* Add single nick text field to server info scene (and server table in database)
 
** If left empty, use nick from identity scene (in the cookie)
 
* Tap on channel title drops down drawer with topic/etc in it
 
* Add highly used commands that spawn a popup for input to server-status's app menu. commands include: nick, join, msg/query, etc
 
* "Allow landscape" toggle in preferences, should work on all scenes, should change class of containing div on horizontal (so we can reformat items in the page via css)
 
* Actually use secondary and tertiary nicks if told the primary is taken
 
** Make function to add characters/numbers to primary nick and try again if user failed to enter secondary/tertiary, or it already exhausted all user-entered alternates.
 
  
=== Completed List ===
+
* Supported Commands:
* make passing ports work (Service) (DONE [[User:PuffTheMagic|PuffTheMagic]] 18:41, 2 November 2009 (UTC))
+
** /away
* Real Name field doesnt allow spaces, fix it (DONE [[User:PuffTheMagic|PuffTheMagic]] 18:41, 2 November 2009 (UTC))
+
** /join, /j
* channel modes in channel header (DONE [[User:PuffTheMagic|PuffTheMagic]] 15:49, 31 October 2009 (UTC))
+
** /kick
* fix NOTICE messages (DONE [[User:PuffTheMagic|PuffTheMagic]] 01:17, 2 November 2009 (UTC))
+
** /list
* show nick list (DONE [[User:PuffTheMagic|PuffTheMagic]] 17:55, 1 November 2009 (UTC))
+
** /me
* querys (DONE [[User:PuffTheMagic|PuffTheMagic]] 17:55, 1 November 2009 (UTC))
+
** /mode
* add "perform on connect" support (DONE --[[User:Oil|oil]] 10:01, 2 November 2009 (UTC))
+
** /nick
* tab complete (DONE [[User:PuffTheMagic|PuffTheMagic]] 01:17, 2 November 2009 (UTC))
+
** /part, /leave
* auto nick hilighting (DONE [[User:PuffTheMagic|PuffTheMagic]] 16:35, 2 November 2009 (UTC))
+
** /query, /msg, /ns, /authserv
* add support for numbers and hyphens in nicks (DONE [[User:PuffTheMagic|PuffTheMagic]] 14:35, 1 November 2009 (UTC))
+
** /quit
* escape quotes in params when service sends it to client (DONE [[User:PuffTheMagic|PuffTheMagic]] 06:42, 1 November 2009 (UTC))
+
** /topic
 +
** /whois
 +
** /notice
 +
** /raw, /quote
 +
** /ping

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