--THIS APPLICATION REQUIRES THE VB6 RUNTIME COMPONENTS--

==== kIDENTd v.0.1.1 ====
====   krisp, ltd.   ====
=========================
Table of Contence:
1. Licence Aggreement
2. About
3. Installation
4. Usage
5. Logging
6. Uninstallation






1. LICENCE AGGREEMENT
   ------------------

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

    Any questions about this licence or this program should be addressed to
    the following E-MAIL address: krisp@krisp.com

2. About
   -----

    This program is a simple IDENT (AUTH) Daemon, as described in RFC 1155 (I think).
    The purpose of this program is to send AUTH replies when they are requested. An
    AUTH reply consists of the local and remote port, a USERNAME, and a word to describe
    the user's operating system, such as UNIX. The AUTH protocol is generally used by
    IRC servers to generate a username for the connecting client. For example, with out
    an IDENT server, you may show up as nick!~user@host, or may not be able to connect
    at all. When kIDENTd is running, you will show up as nick!user@host, and will be
    able to use the servers that require an AUTH response.

3. Installation
   ------------

    To install, simply run the included SETUP.EXE.

4. Usage
   -----

    When kIDENTd starts, it will appear in the system tray (the box with the clock in it)
    as an icon. The icon looks like two hands shaking eachother. The default options are
    loaded the first time the application is run. To change them, right-click on the icon
    and select "Options". Below is a description of the options.

	Blink when an ident request is received (CHECKED): Causes the icon to blink when
	  an AUTH request is received. It will stop blinking when the mouse is moved
	  over it.

	Username: Sets the username to reply to the AUTH request with.
	System  : Sets the SYSTEM TYPE.
	Port    : Sets the port for kIDENTd to listen on. 113 is the port most commonly
                  used for this portocol.

    Clicking "OK" saves the options for later uses.
    To disable or enable kIDENTd, there are selections on the popup menu to allow you to
    do so.

5. Logging
   -------

    When an AUTH query is received, kIDENTd will log it. To review the log, double-click
    on the icon or select "View Log" from the popup menu.

6. Uninstallation
   --------------

    Open "Control Panel -> Add/Remove Software" and select "kIDENTd" and click "Add/Remove".