home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Scala / OTTSN5R7.DMS / in.adf / EX / CHANGES next >
Encoding:
Text File  |  1994-12-19  |  5.6 KB  |  177 lines

  1. Modem 1.20
  2.  
  3. - TCP/IP sending and recieving now use a 32K buffer.
  4.   This gives a dramatic performance increase!
  5.  
  6. Modem 1.18
  7.  
  8. - Bug fix: crashed when transmitting 0-byte files!
  9.  
  10. Modem 1.17
  11.  
  12. - Changed to TEXTTV: to TELETEXT:
  13.  
  14. Modem 1.16
  15.  
  16. - Changed code to send init string so it will send
  17.   an "AT\r" init string by default.
  18.  
  19. - Increased maximum allowed timeout errors doing maintenance
  20.   since the player might be reading a huge directory.
  21.  
  22. Modem 1.15
  23. (requires at least InfoChannel Beta 55!)
  24.  
  25. - New tooltype: "7WIRE".  When set the serial.device will
  26.   be told to use hardware handshaking (RTS/CTS).
  27.  
  28. - Made 'install runtime' routine rock-solid now.  Was full
  29.   of holes :)
  30.  
  31. Modem 1.14
  32. (requires at least InfoChannel Beta 55!)
  33.  
  34. - Kjell's SnapFiles stuff integrated.  Perhaps hard to believe,
  35.   but ScalaNet finally supports snapfiles! :-)
  36.  
  37. - TCP/IP connect should properly support name servers now.
  38.  
  39. - HACK: when receiving scripts with scheduling the Modem EX will
  40.   now create a dummy event at the end of the script to ensure at
  41.   least one event is running.  Note that this will not work in
  42.   complex scripts which will never reach the last event.  Sigh... ;-(
  43.  
  44. - Bug fix: wait script wasn't properly terminated in all cases.
  45.  
  46. Modem 1.13
  47. (requires up-to-date infochannel.msg!)
  48.  
  49. - Bug fixed in password file/directory checking for
  50.   maintenance downloading.
  51.  
  52. - Now starts the waitscripts as a subscript to the current
  53.   script.  This should solve the problem of using a waitscript
  54.   when a script with subscript was running.
  55.  
  56. - Moved all hardcoded strings to the Scala message library.
  57.  
  58. - Extra check added to TCP/IP EX so we can't accidentily connect
  59.   to ourselves.
  60.   CHECK REMOVED AGAIN!  Did not work reliably.  Better to be able
  61.   to connect to everybody, including yourself, than not being sure :)
  62.  
  63. Modem 1.12
  64.  
  65. - Teletext support added specifically for TI500.
  66.   EX will return information about current teletext
  67.   directory (date of the last updated page for this password
  68.   and the page-ranges allowed for this password).
  69.   The page range you are allowed to update is set in
  70.   the password file.  The format is:
  71.     TELETEXT num1-num2 num3 num4-num5 ...
  72.   An empty ranges string means you may access all pages.
  73.   When no TELETEXT line is present no teletext updating
  74.   is possible for this password.
  75.   This should be totally consistent with the way the
  76.   RECEIVE and SEND password settings work.
  77.   If you do not use a password file teletext access is
  78.   always _enabled_, so you may update all pages.
  79.  
  80. - Bug fix: receiving from the System disk was broken.
  81.  
  82. - TCPIP EX now aborts when InfoPlayer or InfoChannel
  83.   is quitted.  Previously it used to be stuck waiting
  84.   for a TCP/IP connect and caused itself and the InfoPlayer
  85.   task to remain running.
  86.  
  87. Modem 1.11
  88.  
  89. - Added cps code for ScalaNet.
  90.  
  91. - TCPIP EX now runs on Interworks TCP/IP (C='s AS225r2)
  92.  
  93. - The waitscript is now ignored when a subscript is running.
  94.   This had to be done to work around the problem of not
  95.   being able to restart the main script.
  96.  
  97. Modem 1.10
  98.  
  99. - Fixed problem with old Modem EX choking on stuff
  100.   sent by new ScalaNet.
  101.  
  102. - Bug fix: when the current script was requested and a wait
  103.   script was running the wait script would be transferred,
  104.   instead of the script that _was_ running.
  105.  
  106. Modem 1.9
  107.  
  108. - Date checking now also properly works for script files.
  109.  
  110. - Support for SYS: maintenance added.
  111.  
  112. Modem 1.8
  113.  
  114. - Added all the necessary stuff to make file maintenance
  115.   possible from ScalaNet (directory scanning, delete files,...)
  116.  
  117. Modem 1.7
  118.  
  119. - When ENABLEWIPES is on the Modem and NullModem EXes will
  120.   *not* set their priority higher than the player.
  121.  
  122. - New "FORCECALLBACK=<phonenr>" tooltype.  When this tooltype is
  123.   used the Modem EX will only accept callback calls coming from
  124.   the phone number set in the tooltype.
  125.  
  126. - Bug fix: sending of files under TCP/IP didn't work.
  127.  
  128. - When a file is sent the file date will now be set to the
  129.   date of the original file.  This has been done in a
  130.   compatible way, so sending or receiving with an old
  131.   ScalaNet or Modem EX should not cause any problems.
  132.  
  133. - File date is now checked before sending a file.  If the
  134.   server supports getting the filedate, a file will not be
  135.   sent if the date hasn't changed.  If the server doesn't
  136.   support filedates (older Modem EX) ScalaNet will behave
  137.   as before (in some cases checking the file size, in other
  138.   cases always sending the file).
  139.  
  140. Modem 1.6
  141.  
  142. - TCP/IP support added, based on AmiTCP/IP 2.0 or higher.
  143.  
  144. - Callback support added (ScalaNet Beta 4 and up have the
  145.   possibility to ask the Modem EX to call back).
  146.  
  147. - New tooltype: "CALLBACK=<YES|NO>".  If CALLBACK=NO, callback
  148.   requests will be denied.
  149.  
  150. - New tooltype: "CALLBACKDELAY=<secs>".  Number of seconds to
  151.   wait before calling back.  Default 5.
  152.  
  153. - 'Can't find file' bug fixed (when waitscript wasn't used).
  154.  
  155. Modem 1.5
  156.  
  157. - Added internal support for the (beta) Dial EX.  So the Modem EX
  158.   can now perform the dialling for the Dial EX.  Note that this
  159.   is all still very much in the test stage.
  160.  
  161. - Some changes for ScalaNet 500 Beta 2 and beyond.
  162.  
  163. - When receiving a file the Modem EX (and ScalaNet) will now
  164.   create a temporary file.  The original file will only be
  165.   replaced by the file that was sent if the transmission was
  166.   successful.  File replacement has been made as safe and as
  167.   robust as possible as well.
  168.  
  169. - Added WAITSCRIPT tooltype.  Allows you to specify a script that
  170.   will be played during modem communications.  You would normally
  171.   use this to put up a simple screen with "Please Wait" or
  172.   something similar.
  173.  
  174. - ENABLEWIPES tooltype to keep wipes enabled during communication.
  175.   Suggest we do not document this tooltype as the reliability of
  176.   keeping the wipes enabled has not been tested yet.
  177.