================================
  zsIRC - IRC-client for the Pocket PC
================================

--------------------
1. Revision history
----------------------------------------

- 2009. 12. 26.
  * Added: Multi-server support! WOO-HOO OSSOM!
  * Fixed: Wrong answer to CTCP queries.

- 2008. 12. 28.
  * Added: Button-sort on channel bar
  * Added: Automatic accepting of certificates
  * Added: Keepalive ping
  * Added: Check for zsIRC updates on connect
  * Fixed: Wrong sort order of nicks
  * Fixed: Silly color bug on channel highlight

- 2008. 12. 07.
  * Added: SSL / secure connection support (well that was easy!)
    Use /serversecure <servername> [port] to connect
    via SSL.
  * Fixed: Proper handling of prefixes on channels and nicks
  * Updated: changed around the options window a bit,
    now it should be friendlier towards Smartphones.
    (IMPORTANT NOTE: If you want to get the focus back from
    the tabs to the input fields, PRESS SPACE.)
    (Thanks to m0nkee for testing.)
  * Added: /wintitle command now sets window title
    (Thanks to wParam for the idea.)

- 2008. 05. 13.
  * Fixed: Removed silly beep on Enter on Smartphones.
    (Thanks to JCO.)

- 2008. 02. 28.
  * Fixed: Removed dependency to commdlg.dll,
    so it runs on more devices.
  * Added: Smartphone softkey menu support! It should autodetect
    the device so you get the best menu you can.
  * Updated: Changed update url to use http://zsirc.com

  Big thanks go to Fixato and Negg for the support on these!

- 2007. 12. 29.
  * Fixed: NICK with no starting colon caused nicks to disappear

- 2007. 11. 07.
  * Fixed: Bug when semicolon is starting the line in events

- 2007. 10. 21.
  * Added: Triggered events

- 2007. 05. 27.
  * Fixed: Timestamp option failed to work in the options dialog
  * Fixed: Stripping of leading ':' (DOOOOOOOOH!)

- 2007. 04. 23.
  * Added: .CAB installer
  * Added: Options GUI (!!!)
  * Fixed: Some servers/proxies return only \n instead of \r\n

- 2007. 03. 03.
  * Fixed: Added option for offscreen buffering - read .ini for details!!
  * Fixed: ACTION in query windows

- 2007. 02. 27.
  * Fixed: Flickering
  * Fixed: ForegroundColor didn't work
  * Added: Codepage parameter in .ini

- 2007. 02. 10.
  * Fixed: Removed silly deprecated VERSION reply
  * Fixed: Resolving code was broke with IP-s
  * Added: ForegroundColor parameter in .ini (DOH!)
  * Added: StripColorCodes parameter in .ini

- 2006. 10. 28.
  * Fixed: Bad logging format
  * Fixed: Space delimiting
  * Added: PassCommandsRaw parameter in .ini
  * Added: Ctrl-enter disregards leading slash
  * Added: WHOWAS reply

- 2006. 09. 09.
  * Fixed: Forced disconnect broke reconnect
  * Fixed: Cut/copy to clipboard (sheesh)
  * Added: Temporary copy solution - click on a line to copy
    the entire line to clipboard (I know, not perfect, but
    this is the most I can provide right now)

- 2006. 07. 23.
  * Fixed: Multi-line /names.
  * Fixed: Weird crashbug on disconnect.
  * Fixed: Empty notices (--)
  * Fixed: Moving down in the buffer preserves previous line
  * Fixed: Linebreak after session closed in logs
  * Fixed: double popup of context-menus
  * Fixed: Editbox didnt adapt to rotation
  * Added: /invite
  * Added: Nick-complete on TAB
  * Added: stuff ;)

- 2006. 07. 20.
  * Fixed: Word-wrap bug that caused zsIRC to hang up completely
  * Fixed: Bug in settings loader caused server name to reset
  * Fixed: Autoconnect didn't work (jeez)
  * Fixed: Empty notify list didn't compute (JEEZ)
  * Added: Support for BACK button on Smartphones
    (Please test/try this and report to the forum, I only have one device)

- 2006. 07. 12.
  * Fixed: Weird JOIN's without delimiting colon
  * Fixed: Much better wordwrap
  * Added: Multi-line paste
  * Added: Notify list

- 2006. 07. 07.
  * Added: Rewrote setting system, added /set
  * Fixed: Fixed the networking
  * Fixed: Timestamp parsing
  * Fixed: Nickchange made user lose op/voice
  * Added: Version info to about + introductory text
  * Added: Update check + homepage link
  * Added: Autoconnect
  * Added: Server password
  * Added: Option to close windows or rejoin

- 2006. 06. 13.
  * First public beta.

--------------------
2. Terms of use
----------------------------------------

zsIRC is a freeware program, copyright of Gergely Szelei.

You can use and distribute it freely as long as you wish,
and as long as it remains unchanged and uncharged.
(I don't see what else would you want to do with it...)

zsIRC is free for commercial use too.

zsIRC is provided "as-is" - no warranty of any kind is expressed or implied.

--------------------
3. Requirements
----------------------------------------

- A Pocket PC with
  - Windows Mobile 2003
  - 200k data space
  - some ~1MB of memory

The app was tested on a HP iPAQ hx2400.

--------------------
4. Commands
----------------------------------------

zsIRC has the usual "/cmd" command syntax.

  /server <server> [port]
    Connects to a server.

  /serversecure <server> [port]
    Connects to a server via TLS/SSL.

  /newserver
    Opens a new server window

  /raw <command>
    Sends a raw command to the IRC server.

  /join <channel> [password]
  /j <channel> [password]
    Joins a channel

  /query <user>
    Opens a query window to a given user

  /nick <new nick>
    Changes your nick

  /me <message>
    Uh... hard to describe, you should know it already.

  /mode [channel] <...>
    Same here. The typical /mode command

  /part [channel] [message]
    Leaves a channel. if you don't specify a channel, it leaves the active one.

  /whois <user>
    Useless data about a given user

  /msg <user/channel> <message>
    Sends a simple message

  /quit <message>
    Waves goodbye to the server.

  /set <option> <value>
    Sets a new value for an internal zsIRC option.
    For the list of options, see zsIRC.ini.

  /notify <user>
  /unnotify <user>
    Add/remove user to/from notify list.

  /invite <user> <channel>
    Invites user to the channel

There might be some more commands, but you shouldn't care about those. Heh heh.

--------------------
5. Contacts
----------------------------------------
Download the latest version of zsIRC at

    http://zsirc.com/

Also, if you found bugs, you can also report it there.

----------------------------------------
 2006-2009 (c) Gergely Szelei
----------------------------------------
