<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.webos-internals.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Nil</id>
	<title>WebOS Internals - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.webos-internals.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Nil"/>
	<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/wiki/Special:Contributions/Nil"/>
	<updated>2026-04-15T12:32:22Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:WIRC&amp;diff=7132</id>
		<title>Application:WIRC</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:WIRC&amp;diff=7132"/>
		<updated>2009-11-13T00:51:51Z</updated>

		<summary type="html">&lt;p&gt;Nil: /* For Future Releases */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{application&lt;br /&gt;
|name=wIRC&lt;br /&gt;
|type=webOS&lt;br /&gt;
|version=Version: Beta 0.0.3&lt;br /&gt;
|tag=Communications&lt;br /&gt;
|screenshot=Wirc.png&lt;br /&gt;
|description=}}&lt;br /&gt;
&lt;br /&gt;
== Summary == &lt;br /&gt;
{{icon|Icon_WebOSInternals_wIRC.png|float:right;}}wIRC and wIRCd (its service)&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
Note that wIRC is Beta 0.0.3  It is rapidly changing and subject to failure at any time. &lt;br /&gt;
&lt;br /&gt;
Do not bet your life on this stuff.  &lt;br /&gt;
&lt;br /&gt;
On the other hand, it seems to work for us. &lt;br /&gt;
&lt;br /&gt;
If you have reports about issues or bugs or wants or design please contact oil, PufftheMagic, or egaudet on freenode.net irc in the #webos-internals channel. &lt;br /&gt;
&lt;br /&gt;
If you don't already know how to install this without asking, it's not ready for you yet. Please be patient. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
* Nick Auto Complete:&lt;br /&gt;
** After typing some of the nick, hold the gesture area, and press the orange button.&lt;br /&gt;
** If not the right nick, keep holding the gesture area, and press the orange button again.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Debugging with luna-send ==&lt;br /&gt;
You can debug wIRCd with luna-send. In one terminal subscribe to the 'client_connect' method (by using the -i param). Every message returned by this subscription will have a 'sessionToken' which you need to use/pass to subsequent commands. Also note, spaces need to be escaped.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Terminal-1 ====&lt;br /&gt;
luna-send -P -i palm://us.ryanhope.wIRCd/client_connect {\&amp;quot;server\&amp;quot;:\&amp;quot;irc.freenode.net\&amp;quot;,\&amp;quot;nick\&amp;quot;:\&amp;quot;WiZ\&amp;quot;,\&amp;quot;user\&amp;quot;:\&amp;quot;wIRCer\&amp;quot;,\&amp;quot;server_password\&amp;quot;:\&amp;quot;mypassword\&amp;quot;,\&amp;quot;port\&amp;quot;:\&amp;quot;7070\&amp;quot;,\&amp;quot;interface\&amp;quot;:\&amp;quot;ppp0\&amp;quot;}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Terminal-2 ====&lt;br /&gt;
luna-send -P -n 1 palm://us.ryanhope.wIRCd/client_cmd_join {\&amp;quot;sessionToken\&amp;quot;:\&amp;quot;1.22.2\&amp;quot;,\&amp;quot;channel\&amp;quot;:\&amp;quot;#wirc\&amp;quot;}&lt;br /&gt;
&lt;br /&gt;
luna-send -P -n 1 palm://us.ryanhope.wIRCd/client_cmd_msg {\&amp;quot;sessionToken\&amp;quot;:\&amp;quot;1.22.2\&amp;quot;,\&amp;quot;nch\&amp;quot;:\&amp;quot;#wirc\&amp;quot;,\&amp;quot;text\&amp;quot;:\&amp;quot;this\ is\ a\ test\ message\&amp;quot;}&lt;br /&gt;
&lt;br /&gt;
luna-send -P -n 1 palm://us.ryanhope.wIRCd/client_cmd_me {\&amp;quot;sessionToken\&amp;quot;:\&amp;quot;1.22.2\&amp;quot;,\&amp;quot;nch\&amp;quot;:\&amp;quot;#wirc\&amp;quot;,\&amp;quot;text\&amp;quot;:\&amp;quot;is\ testing\ wIRCd\ with\ luna-send\&amp;quot;}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Testing == &lt;br /&gt;
Come to #wirc on freenode for help, don't ask for help in #webos-internals&lt;br /&gt;
&lt;br /&gt;
Please put any random observations, requests, issues etc... on the talk page: http://www.webos-internals.org/wiki/Application_talk:WIRC&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
=== [SERVICE] Current TODO List / Feature Requests ===&lt;br /&gt;
* Detect when GUI has crashed/disconnected while session is active, so that session can be destroyed.  (e.g. restarting LunaSysMgr)&lt;br /&gt;
* Channel logs (Probably use /media/internal/)&lt;br /&gt;
* Replace invite with whois/finger when nick in nicklist is tapped&lt;br /&gt;
=== [GUI] Current TODO List / Feature Requests ===&lt;br /&gt;
==== 0.0.4 Todo's ====&lt;br /&gt;
* Bookmark favorite channels in list.&lt;br /&gt;
* auto-away response support (with toggle)&lt;br /&gt;
==== For Future Releases ====&lt;br /&gt;
* Add SSL support ( ni| )&lt;br /&gt;
* Multi-page preferences&lt;br /&gt;
* Color profiles per palm theme&lt;br /&gt;
* Better color schemes for random nick colors&lt;br /&gt;
* Figure out why sometimes the app doesnt' close after swiping all cards&lt;br /&gt;
* Be able to abort connecting&lt;br /&gt;
* Need a way back to the server scene from channel/query scenes.&lt;br /&gt;
* Reconnect gracefully after disconnects&lt;br /&gt;
* Lag meter&lt;br /&gt;
* Make auto-identify stuff do something&lt;br /&gt;
* Highlight all nicks in identity list&lt;br /&gt;
* Highlight custom words&lt;br /&gt;
* landscape mode&lt;br /&gt;
* When name is highlighted on an unfocused card and there is already a notification for that pending, don't need to notify/vibrate again.   &lt;br /&gt;
* Lostfocus maker could be smarter, line shouldnt disappear if the card is zoomed out then returned to.... if possible&lt;br /&gt;
* Allow for certain message types to be omitted in server.js connectionHandler, based on preferences.  Examples are join/part messages, kick, notice, info, status, etc - each individually selectable to be omitted.&lt;br /&gt;
&lt;br /&gt;
=== Completed List ===&lt;br /&gt;
* Implement PING command (DONE [[User:PuffTheMagic|PuffTheMagic]] 07:24, 5 November 2009 (UTC))&lt;br /&gt;
* Implement AWAY command (DONE [[User:PuffTheMagic|PuffTheMagic]] 07:24, 5 November 2009 (UTC))&lt;br /&gt;
* make passing ports work (Service) (DONE [[User:PuffTheMagic|PuffTheMagic]] 18:41, 2 November 2009 (UTC))&lt;br /&gt;
* Real Name field doesnt allow spaces, fix it (DONE [[User:PuffTheMagic|PuffTheMagic]] 18:41, 2 November 2009 (UTC))&lt;br /&gt;
* channel modes in channel header (DONE [[User:PuffTheMagic|PuffTheMagic]] 15:49, 31 October 2009 (UTC))&lt;br /&gt;
* fix NOTICE messages (DONE [[User:PuffTheMagic|PuffTheMagic]] 01:17, 2 November 2009 (UTC))&lt;br /&gt;
* show nick list (DONE [[User:PuffTheMagic|PuffTheMagic]] 17:55, 1 November 2009 (UTC))&lt;br /&gt;
* querys (DONE [[User:PuffTheMagic|PuffTheMagic]] 17:55, 1 November 2009 (UTC))&lt;br /&gt;
* add &amp;quot;perform on connect&amp;quot; support (DONE --[[User:Oil|oil]] 10:01, 2 November 2009 (UTC))&lt;br /&gt;
* tab complete (DONE [[User:PuffTheMagic|PuffTheMagic]] 01:17, 2 November 2009 (UTC))&lt;br /&gt;
* auto nick hilighting (DONE [[User:PuffTheMagic|PuffTheMagic]] 16:35, 2 November 2009 (UTC))&lt;br /&gt;
* add support for numbers and hyphens in nicks (DONE [[User:PuffTheMagic|PuffTheMagic]] 14:35, 1 November 2009 (UTC))&lt;br /&gt;
* escape quotes in params when service sends it to client (DONE [[User:PuffTheMagic|PuffTheMagic]] 06:42, 1 November 2009 (UTC))&lt;br /&gt;
* Add &amp;quot;updateInterval: 0.2,&amp;quot; to font size slider widget in message section of preferences (DONE --[[User:Oil|oil]] 01:41, 4 November 2009 (UTC))&lt;br /&gt;
* Add messages for when people quit the server (QUIT event) (DONE --[[User:Egaudet|Egaudet]] 01:56, 4 November 2009 (UTC))&lt;br /&gt;
* Disconnecting while in a channel and then reconnecting will not actually rejoin the channel, but will spawn the card (DONE --[[User:Egaudet|Egaudet]] 01:56, 4 November 2009 (UTC))&lt;br /&gt;
* Don't auto-scroll to bottom on new messages when viewing backlog (DONE --[[User:Oil|oil]] 05:42, 4 November 2009 (UTC))&lt;br /&gt;
* Tap on channel title drops down drawer with topic/etc in it (DONE --[[User:Oil|oil]] 08:42, 4 November 2009 (UTC))&lt;br /&gt;
* ListSelector for all/nick/message/&amp;quot;single word&amp;quot; for selected highlight style ((DONE [[User:PuffTheMagic|PuffTheMagic]] 21:13, 4 November 2009 (UTC))&lt;br /&gt;
* Parse URLs into click-able links (in messages model) (DONE --[[User:Oil|oil]] 08:18, 5 November 2009 (UTC))&lt;br /&gt;
* Add banner/dashboard for channel-chat messages on nick mention, but not for all messages (DONE --[[User:Oil|oil]] 08:18, 5 November 2009 (UTC))&lt;br /&gt;
* Fix connection params like user/pass/port work completly, expample: no port causes segfault (DONE [[User:PuffTheMagic|PuffTheMagic]] 19:55, 5 November 2009 (UTC))&lt;br /&gt;
* (bug) KICK event isn't necessarily you being kicked.  Kick someone and the gui kicks you. (DONE-fixed --[[User:Egaudet|Egaudet]] 20:47, 5 November 2009 (UTC))&lt;br /&gt;
* (bug) When user list icon is tapped from channel window, the topic drawer also comes out. (DONE-fixed --[[User:Oil|oil]] 21:08, 5 November 2009 (UTC))&lt;br /&gt;
* Notification sound options for mention/query/whatever else spawns a banner notification (DONE --[[User:Oil|oil]] 02:10, 6 November 2009 (UTC))&lt;br /&gt;
* Add loose focus marker in channel scene &amp;amp; query/msg scene (DONE --[[User:Oil|oil]] 08:40, 6 November 2009 (UTC))&lt;br /&gt;
* Text entry area keep focus (DONE --[[User:Oil|oil]] 08:45, 7 November 2009 (UTC))&lt;br /&gt;
* Fix MODE messages; should show user who is getting the mode applied, not the user who set the mode (DONE --[[User:Oil|oil]] 08:46, 7 November 2009 (UTC))&lt;br /&gt;
* Add spinner to server list scene to show &amp;quot;connecting&amp;quot; action after connect is pressed before changing the button to disconnect. (DONE --[[User:Oil|oil]] 07:09, 8 November 2009 (UTC))&lt;br /&gt;
* #webos doesn't work in WIRC only shows there is one user in channel. (DONE [[User:PuffTheMagic|PuffTheMagic]] 21:55, 9 November 2009 (UTC))&lt;br /&gt;
* Make EVDO/1x connections reliable, fix immediate returnValue:0 error. (POTENTIAL-WORKAROUND [[User:PuffTheMagic|PuffTheMagic]] 07:31, 3 November 2009 (UTC))&lt;br /&gt;
* Actually use secondary and tertiary nicks if told the primary is taken (DONE [[User:PuffTheMagic|PuffTheMagic]] 21:59, 9 November 2009 (UTC))&lt;br /&gt;
* Color scheme options &lt;br /&gt;
** Action, Channel message, Command message, Server message, Error message, Timestamp, Highlight foreground, Highlight background, Markerline, Background (DONE [[User:PuffTheMagic|PuffTheMagic]] 21:59, 9 November 2009 (UTC))&lt;br /&gt;
* OnConnect works sporadically (DONE, moved channel card open to JOIN event --[[User:Egaudet|Egaudet]] 17:48, 10 November 2009 (UTC))&lt;br /&gt;
** No card spawned on channel joins (DONE I believe change above fixed it --[[User:Egaudet|Egaudet]] 18:52, 10 November 2009 (UTC))&lt;br /&gt;
* Connect, Disconnect, Connect again = Does not rejoin channels. (DONE, token needed to reset on disconnect --[[User:Egaudet|Egaudet]] 18:52, 10 November 2009 (UTC))&lt;br /&gt;
** Connect, Disconnect, Connect, Disconnect again = Does not disconnect. In fact, the spinner just spins. The server status shows &amp;quot;Disconnecting...&amp;quot; then backswiping to the server list will cause the Connect/Disconnect button to be blank and tapable. (DONE, same underlying bug as above --[[User:Egaudet|Egaudet]] 18:52, 10 November 2009 (UTC))&lt;br /&gt;
* Add single nick text field to server info scene and server table in database (DONE [[User:PuffTheMagic|PuffTheMagic]] 07:21, 12 November 2009 (UTC))&lt;br /&gt;
** If left empty, use nick from identity scene in the cookie on connect (the &amp;quot;hint&amp;quot; text for the server nick field should explain this in a few words.) (DONE [[User:PuffTheMagic|PuffTheMagic]] 07:21, 12 November 2009 (UTC))&lt;br /&gt;
* Make use-fallback false do something (DONE [[User:PuffTheMagic|PuffTheMagic]] 07:21, 12 November 2009 (UTC))&lt;br /&gt;
* move highlight color to color scheme group and break it into fg/bg (DONE [[User:PuffTheMagic|PuffTheMagic]] 17:46, 12 November 2009 (UTC))&lt;br /&gt;
* add toggle to disable auto-nick coloring (DONE [[User:PuffTheMagic|PuffTheMagic]] 19:09, 12 November 2009 (UTC))&lt;br /&gt;
* Try alternate nicks when default nick is in use (DONE [[User:PuffTheMagic|PuffTheMagic]] 00:37, 13 November 2009 (UTC))&lt;/div&gt;</summary>
		<author><name>Nil</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:WIRC&amp;diff=7131</id>
		<title>Application:WIRC</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:WIRC&amp;diff=7131"/>
		<updated>2009-11-13T00:51:22Z</updated>

		<summary type="html">&lt;p&gt;Nil: /* For Future Releases */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{application&lt;br /&gt;
|name=wIRC&lt;br /&gt;
|type=webOS&lt;br /&gt;
|version=Version: Beta 0.0.3&lt;br /&gt;
|tag=Communications&lt;br /&gt;
|screenshot=Wirc.png&lt;br /&gt;
|description=}}&lt;br /&gt;
&lt;br /&gt;
== Summary == &lt;br /&gt;
{{icon|Icon_WebOSInternals_wIRC.png|float:right;}}wIRC and wIRCd (its service)&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
Note that wIRC is Beta 0.0.3  It is rapidly changing and subject to failure at any time. &lt;br /&gt;
&lt;br /&gt;
Do not bet your life on this stuff.  &lt;br /&gt;
&lt;br /&gt;
On the other hand, it seems to work for us. &lt;br /&gt;
&lt;br /&gt;
If you have reports about issues or bugs or wants or design please contact oil, PufftheMagic, or egaudet on freenode.net irc in the #webos-internals channel. &lt;br /&gt;
&lt;br /&gt;
If you don't already know how to install this without asking, it's not ready for you yet. Please be patient. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
* Nick Auto Complete:&lt;br /&gt;
** After typing some of the nick, hold the gesture area, and press the orange button.&lt;br /&gt;
** If not the right nick, keep holding the gesture area, and press the orange button again.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Debugging with luna-send ==&lt;br /&gt;
You can debug wIRCd with luna-send. In one terminal subscribe to the 'client_connect' method (by using the -i param). Every message returned by this subscription will have a 'sessionToken' which you need to use/pass to subsequent commands. Also note, spaces need to be escaped.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Terminal-1 ====&lt;br /&gt;
luna-send -P -i palm://us.ryanhope.wIRCd/client_connect {\&amp;quot;server\&amp;quot;:\&amp;quot;irc.freenode.net\&amp;quot;,\&amp;quot;nick\&amp;quot;:\&amp;quot;WiZ\&amp;quot;,\&amp;quot;user\&amp;quot;:\&amp;quot;wIRCer\&amp;quot;,\&amp;quot;server_password\&amp;quot;:\&amp;quot;mypassword\&amp;quot;,\&amp;quot;port\&amp;quot;:\&amp;quot;7070\&amp;quot;,\&amp;quot;interface\&amp;quot;:\&amp;quot;ppp0\&amp;quot;}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Terminal-2 ====&lt;br /&gt;
luna-send -P -n 1 palm://us.ryanhope.wIRCd/client_cmd_join {\&amp;quot;sessionToken\&amp;quot;:\&amp;quot;1.22.2\&amp;quot;,\&amp;quot;channel\&amp;quot;:\&amp;quot;#wirc\&amp;quot;}&lt;br /&gt;
&lt;br /&gt;
luna-send -P -n 1 palm://us.ryanhope.wIRCd/client_cmd_msg {\&amp;quot;sessionToken\&amp;quot;:\&amp;quot;1.22.2\&amp;quot;,\&amp;quot;nch\&amp;quot;:\&amp;quot;#wirc\&amp;quot;,\&amp;quot;text\&amp;quot;:\&amp;quot;this\ is\ a\ test\ message\&amp;quot;}&lt;br /&gt;
&lt;br /&gt;
luna-send -P -n 1 palm://us.ryanhope.wIRCd/client_cmd_me {\&amp;quot;sessionToken\&amp;quot;:\&amp;quot;1.22.2\&amp;quot;,\&amp;quot;nch\&amp;quot;:\&amp;quot;#wirc\&amp;quot;,\&amp;quot;text\&amp;quot;:\&amp;quot;is\ testing\ wIRCd\ with\ luna-send\&amp;quot;}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Testing == &lt;br /&gt;
Come to #wirc on freenode for help, don't ask for help in #webos-internals&lt;br /&gt;
&lt;br /&gt;
Please put any random observations, requests, issues etc... on the talk page: http://www.webos-internals.org/wiki/Application_talk:WIRC&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
=== [SERVICE] Current TODO List / Feature Requests ===&lt;br /&gt;
* Detect when GUI has crashed/disconnected while session is active, so that session can be destroyed.  (e.g. restarting LunaSysMgr)&lt;br /&gt;
* Channel logs (Probably use /media/internal/)&lt;br /&gt;
* Replace invite with whois/finger when nick in nicklist is tapped&lt;br /&gt;
=== [GUI] Current TODO List / Feature Requests ===&lt;br /&gt;
==== 0.0.4 Todo's ====&lt;br /&gt;
* Bookmark favorite channels in list.&lt;br /&gt;
* auto-away response support (with toggle)&lt;br /&gt;
==== For Future Releases ====&lt;br /&gt;
* Add SSL support&lt;br /&gt;
* Multi-page preferences&lt;br /&gt;
* Color profiles per palm theme&lt;br /&gt;
* Better color schemes for random nick colors&lt;br /&gt;
* Figure out why sometimes the app doesnt' close after swiping all cards&lt;br /&gt;
* Be able to abort connecting&lt;br /&gt;
* Need a way back to the server scene from channel/query scenes.&lt;br /&gt;
* Reconnect gracefully after disconnects&lt;br /&gt;
* Lag meter&lt;br /&gt;
* Make auto-identify stuff do something&lt;br /&gt;
* Highlight all nicks in identity list&lt;br /&gt;
* Highlight custom words&lt;br /&gt;
* landscape mode&lt;br /&gt;
* When name is highlighted on an unfocused card and there is already a notification for that pending, don't need to notify/vibrate again.   &lt;br /&gt;
* Lostfocus maker could be smarter, line shouldnt disappear if the card is zoomed out then returned to.... if possible&lt;br /&gt;
* Allow for certain message types to be omitted in server.js connectionHandler, based on preferences.  Examples are join/part messages, kick, notice, info, status, etc - each individually selectable to be omitted.&lt;br /&gt;
&lt;br /&gt;
=== Completed List ===&lt;br /&gt;
* Implement PING command (DONE [[User:PuffTheMagic|PuffTheMagic]] 07:24, 5 November 2009 (UTC))&lt;br /&gt;
* Implement AWAY command (DONE [[User:PuffTheMagic|PuffTheMagic]] 07:24, 5 November 2009 (UTC))&lt;br /&gt;
* make passing ports work (Service) (DONE [[User:PuffTheMagic|PuffTheMagic]] 18:41, 2 November 2009 (UTC))&lt;br /&gt;
* Real Name field doesnt allow spaces, fix it (DONE [[User:PuffTheMagic|PuffTheMagic]] 18:41, 2 November 2009 (UTC))&lt;br /&gt;
* channel modes in channel header (DONE [[User:PuffTheMagic|PuffTheMagic]] 15:49, 31 October 2009 (UTC))&lt;br /&gt;
* fix NOTICE messages (DONE [[User:PuffTheMagic|PuffTheMagic]] 01:17, 2 November 2009 (UTC))&lt;br /&gt;
* show nick list (DONE [[User:PuffTheMagic|PuffTheMagic]] 17:55, 1 November 2009 (UTC))&lt;br /&gt;
* querys (DONE [[User:PuffTheMagic|PuffTheMagic]] 17:55, 1 November 2009 (UTC))&lt;br /&gt;
* add &amp;quot;perform on connect&amp;quot; support (DONE --[[User:Oil|oil]] 10:01, 2 November 2009 (UTC))&lt;br /&gt;
* tab complete (DONE [[User:PuffTheMagic|PuffTheMagic]] 01:17, 2 November 2009 (UTC))&lt;br /&gt;
* auto nick hilighting (DONE [[User:PuffTheMagic|PuffTheMagic]] 16:35, 2 November 2009 (UTC))&lt;br /&gt;
* add support for numbers and hyphens in nicks (DONE [[User:PuffTheMagic|PuffTheMagic]] 14:35, 1 November 2009 (UTC))&lt;br /&gt;
* escape quotes in params when service sends it to client (DONE [[User:PuffTheMagic|PuffTheMagic]] 06:42, 1 November 2009 (UTC))&lt;br /&gt;
* Add &amp;quot;updateInterval: 0.2,&amp;quot; to font size slider widget in message section of preferences (DONE --[[User:Oil|oil]] 01:41, 4 November 2009 (UTC))&lt;br /&gt;
* Add messages for when people quit the server (QUIT event) (DONE --[[User:Egaudet|Egaudet]] 01:56, 4 November 2009 (UTC))&lt;br /&gt;
* Disconnecting while in a channel and then reconnecting will not actually rejoin the channel, but will spawn the card (DONE --[[User:Egaudet|Egaudet]] 01:56, 4 November 2009 (UTC))&lt;br /&gt;
* Don't auto-scroll to bottom on new messages when viewing backlog (DONE --[[User:Oil|oil]] 05:42, 4 November 2009 (UTC))&lt;br /&gt;
* Tap on channel title drops down drawer with topic/etc in it (DONE --[[User:Oil|oil]] 08:42, 4 November 2009 (UTC))&lt;br /&gt;
* ListSelector for all/nick/message/&amp;quot;single word&amp;quot; for selected highlight style ((DONE [[User:PuffTheMagic|PuffTheMagic]] 21:13, 4 November 2009 (UTC))&lt;br /&gt;
* Parse URLs into click-able links (in messages model) (DONE --[[User:Oil|oil]] 08:18, 5 November 2009 (UTC))&lt;br /&gt;
* Add banner/dashboard for channel-chat messages on nick mention, but not for all messages (DONE --[[User:Oil|oil]] 08:18, 5 November 2009 (UTC))&lt;br /&gt;
* Fix connection params like user/pass/port work completly, expample: no port causes segfault (DONE [[User:PuffTheMagic|PuffTheMagic]] 19:55, 5 November 2009 (UTC))&lt;br /&gt;
* (bug) KICK event isn't necessarily you being kicked.  Kick someone and the gui kicks you. (DONE-fixed --[[User:Egaudet|Egaudet]] 20:47, 5 November 2009 (UTC))&lt;br /&gt;
* (bug) When user list icon is tapped from channel window, the topic drawer also comes out. (DONE-fixed --[[User:Oil|oil]] 21:08, 5 November 2009 (UTC))&lt;br /&gt;
* Notification sound options for mention/query/whatever else spawns a banner notification (DONE --[[User:Oil|oil]] 02:10, 6 November 2009 (UTC))&lt;br /&gt;
* Add loose focus marker in channel scene &amp;amp; query/msg scene (DONE --[[User:Oil|oil]] 08:40, 6 November 2009 (UTC))&lt;br /&gt;
* Text entry area keep focus (DONE --[[User:Oil|oil]] 08:45, 7 November 2009 (UTC))&lt;br /&gt;
* Fix MODE messages; should show user who is getting the mode applied, not the user who set the mode (DONE --[[User:Oil|oil]] 08:46, 7 November 2009 (UTC))&lt;br /&gt;
* Add spinner to server list scene to show &amp;quot;connecting&amp;quot; action after connect is pressed before changing the button to disconnect. (DONE --[[User:Oil|oil]] 07:09, 8 November 2009 (UTC))&lt;br /&gt;
* #webos doesn't work in WIRC only shows there is one user in channel. (DONE [[User:PuffTheMagic|PuffTheMagic]] 21:55, 9 November 2009 (UTC))&lt;br /&gt;
* Make EVDO/1x connections reliable, fix immediate returnValue:0 error. (POTENTIAL-WORKAROUND [[User:PuffTheMagic|PuffTheMagic]] 07:31, 3 November 2009 (UTC))&lt;br /&gt;
* Actually use secondary and tertiary nicks if told the primary is taken (DONE [[User:PuffTheMagic|PuffTheMagic]] 21:59, 9 November 2009 (UTC))&lt;br /&gt;
* Color scheme options &lt;br /&gt;
** Action, Channel message, Command message, Server message, Error message, Timestamp, Highlight foreground, Highlight background, Markerline, Background (DONE [[User:PuffTheMagic|PuffTheMagic]] 21:59, 9 November 2009 (UTC))&lt;br /&gt;
* OnConnect works sporadically (DONE, moved channel card open to JOIN event --[[User:Egaudet|Egaudet]] 17:48, 10 November 2009 (UTC))&lt;br /&gt;
** No card spawned on channel joins (DONE I believe change above fixed it --[[User:Egaudet|Egaudet]] 18:52, 10 November 2009 (UTC))&lt;br /&gt;
* Connect, Disconnect, Connect again = Does not rejoin channels. (DONE, token needed to reset on disconnect --[[User:Egaudet|Egaudet]] 18:52, 10 November 2009 (UTC))&lt;br /&gt;
** Connect, Disconnect, Connect, Disconnect again = Does not disconnect. In fact, the spinner just spins. The server status shows &amp;quot;Disconnecting...&amp;quot; then backswiping to the server list will cause the Connect/Disconnect button to be blank and tapable. (DONE, same underlying bug as above --[[User:Egaudet|Egaudet]] 18:52, 10 November 2009 (UTC))&lt;br /&gt;
* Add single nick text field to server info scene and server table in database (DONE [[User:PuffTheMagic|PuffTheMagic]] 07:21, 12 November 2009 (UTC))&lt;br /&gt;
** If left empty, use nick from identity scene in the cookie on connect (the &amp;quot;hint&amp;quot; text for the server nick field should explain this in a few words.) (DONE [[User:PuffTheMagic|PuffTheMagic]] 07:21, 12 November 2009 (UTC))&lt;br /&gt;
* Make use-fallback false do something (DONE [[User:PuffTheMagic|PuffTheMagic]] 07:21, 12 November 2009 (UTC))&lt;br /&gt;
* move highlight color to color scheme group and break it into fg/bg (DONE [[User:PuffTheMagic|PuffTheMagic]] 17:46, 12 November 2009 (UTC))&lt;br /&gt;
* add toggle to disable auto-nick coloring (DONE [[User:PuffTheMagic|PuffTheMagic]] 19:09, 12 November 2009 (UTC))&lt;br /&gt;
* Try alternate nicks when default nick is in use (DONE [[User:PuffTheMagic|PuffTheMagic]] 00:37, 13 November 2009 (UTC))&lt;/div&gt;</summary>
		<author><name>Nil</name></author>
	</entry>
</feed>