home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIPCD5_98.iso / software / Freeware / schizo / DATA1.CAB / Program_Executable_Files / ReadMe.txt next >
Text File  |  1997-12-09  |  11KB  |  216 lines

  1. +----------------------------------------------------------------------+
  2. + SchizoPing! v1.0                                                     +
  3. +----------------------------------------------------------------------+
  4.  
  5.   SchizoPing! IS the premier network utility. It encompasses the basic
  6.   troubleshooting tools like Ping, Trace Route, and NSLookup as well as
  7.   some other advanced features like:
  8.  
  9.     - Check POP3 mail accounts and obtain a the number of messages
  10.       waiting on the server, review all the headers of those messages,
  11.       view a specific message in simple text format, delete all
  12.       messages, or delete specific messages.
  13.     - Send e-mail using a very basic interface.
  14.     - Finger client.
  15.     - Obtain time from a timeserver.
  16.     - Store an unlimited number of hosts, IP addresses, user names and
  17.       passwords in the Host Manager database.
  18.     - Never get your connection bumped with the SchizoAlive! function.
  19.     - Logging of all transactions.
  20.     - Detailed and Verbose output listings.
  21.  
  22. +----------------------------------------------------------------------+
  23. + Latest Version                                                       +
  24. +----------------------------------------------------------------------+
  25.  
  26.     +------------------------------------------------------------------+
  27.     + What Is New In SchizoSigz! v1.0                                  +
  28.     +------------------------------------------------------------------+
  29.  
  30.       - Completely rewritten interface as well as new code.
  31.       - Verbose or detailed output.
  32.       - Finger client.
  33.       - Ability to view a specific message that is waiting on a POP3
  34.         server.
  35.       - Ability to send e-mail using SMTP.
  36.       - Changed the way SchizoAlive! (formerly ISPAlive!) works. Now it
  37.         logs on to an ftp site instead of sending ICMP packets. Some
  38.         ISP's check for ICMP packets and will still kick a connection
  39.         if that is the only traffic being generated.
  40.       - Added the ability to perform some basic configuration options.
  41.       - Rewrote the whole Host Manager code. Now, everything is stored
  42.         in the Windows registry.  This improves speed and accuracy.
  43.       - Added the ability to ping/trace a list of IP addresses.
  44.       - Added floating toolbars.
  45.       - SchizoPing! now minimizes to the system tray.
  46.  
  47.     +------------------------------------------------------------------+
  48.     + Unresolved Issues                                                +
  49.     +------------------------------------------------------------------+
  50.  
  51.       There are a quite a few features that have not made it into this
  52.       release due to a number of different issues.  However, since v1.0
  53.       is such a dramatic change, it is being released without these
  54.       features.  The following is a list of features that will be in
  55.       the next version of SchizoPing!:
  56.  
  57.         - Asynchronous, non-blocking, winsock calls.  Right now all the
  58.           calls are blocking, thus there is a noticable speed
  59.           degredation.  All calls will be asynchronous, and non-blocking
  60.           in the next release.
  61.         - The ability to browse the list of domain names. So, if you
  62.           wanted to search for all domain names that being with
  63.           NET, you will be able to do that.  This is an odd way of
  64.           expressing this function, but, in the next version it will be
  65.           quite apparent.
  66.         - Port scanner. Ability to see what connections can be made to
  67.           a host on what ports.
  68.         - Windows based help file.  Right now I am struggling with
  69.           putting together a windows help file.  Word 97 is not the
  70.           best rich test format writter, so, therefore, I am taking my
  71.           time in locating a program that can do the job decently.
  72.  
  73. +----------------------------------------------------------------------+
  74. + SchizoSigz! Requirements                                             +
  75. +----------------------------------------------------------------------+
  76.  
  77.   - Windows 95 or Windows NT 4.0.
  78.   - 32 bit TCP/IP stack.
  79.   - POP3 E-Mail Host in order to utilize the mail functions.
  80.  
  81. +----------------------------------------------------------------------+
  82. + Usage                                                                +
  83. +----------------------------------------------------------------------+
  84.  
  85.   For any of the options, there needs to be AT LEAST an IP address OR
  86.   hostname listed in the 'IP/Host' block.  If nothing is listed, then
  87.   SchizoPing! will not be able to perform any desired tasks.
  88.  
  89.       +------------------------------------------------------------------+
  90.       + Ping                                                             +
  91.       +------------------------------------------------------------------+
  92.  
  93.         Sends an 'ICMP Echo' to see if a host is online.
  94.  
  95.       +------------------------------------------------------------------+
  96.       + Trace Route                                                      +
  97.       +------------------------------------------------------------------+
  98.  
  99.         Sends an 'ICMP Echo' to all routers the packet must go through
  100.         in order to get to the specified host.
  101.  
  102.       +------------------------------------------------------------------+
  103.       + Time                                                             +
  104.       +------------------------------------------------------------------+
  105.  
  106.         Attempt to obtain GMT time from a specified server.
  107.  
  108.       +------------------------------------------------------------------+
  109.       + Finger                                                           +
  110.       +------------------------------------------------------------------+
  111.  
  112.         Attempt to see who is logged on to a server.
  113.  
  114.       +------------------------------------------------------------------+
  115.       + Mail                                                             +
  116.       +------------------------------------------------------------------+
  117.  
  118.         Obtain the total number of messages waiting on a server, view all
  119.         message headers or delete selected messages from a server.
  120.  
  121.         For mail to be checked, you must ensure that a user name and
  122.         password is entered in the appropriate blocks so that SchizoPing!
  123.         can properly logon to perform the requested tasks.
  124.  
  125.         +----------------------------------------------------------------+
  126.         + Obtain Message Count                                           +
  127.         +----------------------------------------------------------------+
  128.  
  129.           Total number of messages on the server is displayed on the
  130.           status bar.
  131.  
  132.         +----------------------------------------------------------------+
  133.         + View Selected Message Text                                     +
  134.         +----------------------------------------------------------------+
  135.  
  136.           View the text of the currently selected message.
  137.  
  138.         +----------------------------------------------------------------+
  139.         + View Message Headers                                           +
  140.         +----------------------------------------------------------------+
  141.  
  142.           All message headers are entered in the lower box on the right
  143.           side of the window.
  144.  
  145.         +----------------------------------------------------------------+
  146.         + Delete All Messages Off Server                                 +
  147.         +----------------------------------------------------------------+
  148.  
  149.           Status is displayed on the status bar.
  150.  
  151.         +----------------------------------------------------------------+
  152.         + Delete Selected Messages Off Server                            +
  153.         +----------------------------------------------------------------+
  154.  
  155.           Status is displayed on the status bar.
  156.  
  157.         +----------------------------------------------------------------+
  158.         + Send A Message                                                 +
  159.         +----------------------------------------------------------------+
  160.  
  161.           Send e-mail to one, or many, recipients.
  162.  
  163.       +------------------------------------------------------------------+
  164.       + Add                                                              +
  165.       +------------------------------------------------------------------+
  166.  
  167.         Add an entry to the database.  Data that is entered in all the
  168.         fields will be utilized for the entry to be added.
  169.  
  170.       +------------------------------------------------------------------+
  171.       + Delete                                                           +
  172.       +------------------------------------------------------------------+
  173.  
  174.         Deletes selected entry from the database.
  175.  
  176.   Single click on an entry in the database in order to bring up all
  177.   information into the edit boxes.  Double click on an entry to ping
  178.   that host with the current settings.
  179.  
  180. +----------------------------------------------------------------------+
  181. + Support                                                              +
  182. +----------------------------------------------------------------------+
  183.  
  184.   If you have questions regarding SchizoSigz!, visit Schizofrenia! or
  185.   send e-mail.  Here are the addresses:
  186.  
  187.     Web:    http://www.geocities.com/SiliconValley/Way/3085
  188.     E-Mail: alt-fx@mindless.com
  189.     E-Mail: schizoidz@usa.net
  190.  
  191. +----------------------------------------------------------------------+
  192. + History                                                              +
  193. +----------------------------------------------------------------------+
  194.  
  195.   v1.0 - Released
  196.  
  197.     - Completely rewritten interface as well as new code.
  198.     - Verbose or detailed output.
  199.     - Finger client.
  200.     - Ability to view a specific message that is waiting on a POP3
  201.       server.
  202.     - Ability to send e-mail using SMTP.
  203.     - Changed the way SchizoAlive! (formerly ISPAlive!) works. Now it
  204.       logs on to an ftp site instead of sending ICMP packets. Some
  205.       ISP's check for ICMP packets and will still kick a connection
  206.       if that is the only traffic being generated.
  207.     - Added the ability to perform some basic configuration options.
  208.     - Rewrote the whole Host Manager code. Now, everything is stored
  209.       in the Windows registry.  This improves speed and accuracy.
  210.     - Added the ability to ping/trace a list of IP addresses.
  211.     - Added floating toolbars.
  212.     - SchizoPing! now minimizes to the system tray.
  213.  
  214.   v.10▀ - (073197) Initial release.
  215.  
  216.