home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / comms / bbs / skyt200.lha / Changes.DOC next >
Text File  |  1992-02-10  |  5KB  |  131 lines

  1.  
  2.  ========================================
  3.  Version 1.00 - 09 Dec 91 - It's snowing!!
  4.  ========================================
  5.  
  6.  - First MEGA release :-)
  7.  
  8.  =========================================
  9.  Version 1.01 - 10 Dec 91 - It's coooold!!
  10.  =========================================
  11.  
  12.  - SHIT!! Reported a bug by my great friend Simone :
  13.    if HOLD dir was empty, PURGE mode of SkyTick fall in loop :-(, sorry but
  14.    I have always at least 200 files in my HOLD directory :-)
  15.  
  16.  =========================================
  17.  Version 1.10 - 14 Dec 91 - It's coooold!!
  18.  =========================================
  19.  
  20.  - Now SkyTick fully support 4D addressing, i.e. you can write things
  21.    like this in the config file :
  22.  
  23.    FILEECHO SKYUTILS #1
  24.    TO 2:331/106.8
  25.    TO 11:10/2.2
  26.  
  27.    Etc, etc, the same for the PASSWORD keyword.
  28.  - Fixed a bug in config file parsing routines (sometimes SkyTick sent files
  29.    to strange nodes!).
  30.  - Added dupes checking! Look at the DUP keyword in config file!
  31.    If you have dupes checking turned on, SkyTick will store all filenames and
  32.    CRCs processed in a file-database, and then it will check all inbound files
  33.    against the database in order to put in BAD dupes one.
  34.  - New command line option in WRITE mode:
  35.  
  36.    [-Z<Split>]  Max number of lines in message
  37.  
  38.    If in WRITE mode the body has more than <Split> lines the message will
  39.    be split in n messages.
  40.    Useful for brain-dead message processor that doesn't support long
  41.    messages. Default is 100 lines for message.
  42.  - New method to calculate MSGID: lines in order to prevent dupes on very fast
  43.    Amiga.
  44.  
  45.  =========================================
  46.  Version 1.20 - 20 Dec 91 - It's coooold!!
  47.  =========================================
  48.  
  49.  - Fixed 4D addressing bug, now works great!
  50.  - Fixed other little bugs!
  51.  - Now SkyTick creates Pointers.file and file.dat if they doesn't exist
  52.  
  53.  ====================================================
  54.  Version 1.30 - 24 Dec 91 - Santa Claus is coming :-)
  55.  ====================================================
  56.  
  57.  - Fixed bug in PASSWORD keyword parsing.
  58.  - New type of file echo :
  59.  
  60.    MSDOSECHO  -> In this echo all filenames will be checked in order to be
  61.                  Ms-DOS compatible
  62.  
  63.    AMIGAECHO  -> Filenames will NOT be checked and it is the same of
  64.                  FILEECHO for compatibilty with older config file
  65.    
  66.  =========================================
  67.  Version 1.40 - 23 Jan 92 -  It's snowning
  68.  =========================================
  69.  
  70.  - Fixed a bug in MSDOSECHO
  71.  - Fixed small bug
  72.  - Added FREE keyword in config file, if present, it will upload all files
  73.    with flag FREE set. Idea by Leon Shaner
  74.  
  75.  ==========================
  76.  Version 2.00 - 10 Jan 92 -
  77.  ==========================
  78.  
  79.  - Modified AMIGAECHO and MSDOSECHO for Areafix compatibility. Now you can
  80.    set the area type with the TYPE keyword.
  81.  
  82.    TYPE AMIGA   -> Set amiga-style fileecho
  83.    TYPE MSDOS   -> Set msdos-style fileecho
  84.  
  85.    msdos-style fileecho is the default.
  86.    AMIGAECHO and MSDOSECHO are NO MORE supported. You must use FILEECHO now.
  87.  - SkyTick now puts zone:net/node.point as filenotes of outbound *.TIC
  88.  - Added replace feature in both Tick and Hatch function. This should be
  89.    a very useful feature for often-update programs. When you hatch a file
  90.    you are asked to insert the 'replace' file, if you give it, the new file
  91.    will delete and replace the old file. I.e.
  92.  
  93.    If you hatch FOO150.LHA and replace FOO140.LHA, when SkyTick will process
  94.    the .TIC it will delete FOO140.LHA from your file area and upload FOO150.LHA
  95.  
  96.    For this reason I've added the DELPATH keyword in SkyTick.CFG, it's syntax
  97.    is:
  98.  
  99.    DELPATH <Path>
  100.  
  101.    This keyword is optional, but if enabled will move any replaced filename
  102.    in <Path> instead of simply delete it.
  103.    Last, if you want to turn off the replace feature (i.e, you don't want
  104.    SkyTick to delete your old files), just write the keyword 'NOREPLACE' in
  105.    SkyTick.CFG.
  106.  - Added COMMAND <string> feature, if present, SkyTick will execute
  107.    <string> each time a file is processed/hatched in a given area.
  108.    Tokens available for COMMAND keyword :
  109.  
  110.    %a  - Areatag
  111.    %n  - Filename
  112.    %t  - Time & date the file was received
  113.    %l  - File lenght
  114.    %c  - File CRC
  115.    %d  - File Description
  116.    %z  - File Origin (zone)
  117.    %f  - File Origin (net)
  118.    %q  - File Origin (node)
  119.    %p  - File Origin (point)
  120.  
  121.    Example:
  122.  
  123.    COMMAND   c:rx rexx:myscript %a %n "%d" %c
  124.  
  125.    Note: The string should be NOT contained between '"'  (only brain-dead
  126.          parsers require it :-) :-) ).
  127.  - PURGE command is now 10-20 times faster :)
  128.  - During HATCH mode, if you type "NONE" as Area Tag, the fill will be simply
  129.    uploaded to the DLG file area, w/o sending it to anyone.
  130.  
  131.