home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / PKFIXED.ZIP / WHATSNEW.202 < prev   
Text File  |  1994-06-23  |  9KB  |  226 lines

  1. RemoteAccess 2.02 enhancements
  2. ------------------------------
  3.  
  4. ** Update language prompts 662, 663, 664.
  5.  
  6.         * Added support for all new connect speeds up to 64,000 BPS.
  7.  
  8.         * Added support for the RAUUCP internet gating software.
  9.           RAUUCP is a third-party product which is an import/export
  10.           gateway between RFC822/RFC1036 messages and the JAM
  11.           message-base. It will also optionally call an internet
  12.           UUCP host to collect and send mail bundles.
  13.  
  14.           Message area types now include Internet (email) and
  15.           Newsgroup. NOTE: At least one internet email area must
  16.           be defined in order to be able to post private email
  17.           replies to newsgroup messages. Newsgroup areas are not
  18.           checked in a mailbox scan.
  19.  
  20.         * Added a new field to the message area configuration screen.
  21.           NetReply indicates in which area netmail replies are to be
  22.           posted. If set to zero, the first available netmail area
  23.           will be used.
  24.  
  25.         * Placing a *X on the optional data field of a type 7 menu
  26.           command will cause the file TAGLIST.RA to be written in
  27.           the same directory as EXITINFO.BBS. TAGLIST.RA contains
  28.           a list of all files currently in the users tag list. The
  29.           file has the following format:
  30.  
  31.     tagfilerecord  = record
  32.                        name           : string[12];
  33.                        password       : string[15];
  34.                        attrib         : byte;
  35.                        areanum,
  36.                        recordnum      : word;
  37.                        size           : longint;
  38.                        filedate       : longint; {for uploads only}
  39.                        cost           : longint;
  40.                        cdrom          : boolean;
  41.                        foundfirst     : boolean; {both of these fields}
  42.                        xfertime       : word;    {are for internal use only}
  43.                      end;
  44.  
  45.           This file is re-read upon return from the type 7, and
  46.           the information in it is used to replace the old tag list.
  47.           More than 100 entries will be ignored. NOTE! No validity
  48.           checking is performed on the list. It is the external
  49.           program's responsibility to check access authorisation
  50.           and to fill in all listed fields correctly.
  51.  
  52.         * Optimized the JAM mailbox scanning code. This should
  53.           result in a *significant* speed increase while checking
  54.           for new mail at logon.
  55.  
  56.         * Added a field for RIP to the "terminal" setting when editing
  57.           menu options. This allows the sysop to restrict access to
  58.           menu options based on whether the user has RIP enabled.
  59.  
  60.         * A *Y on the command-line of a type 7 menu command will be
  61.           translated into the users handle. Any spaces in the users
  62.           handle are automatically translated into underscores.
  63.  
  64.         * A *Z on the command-line of a type 7 menu command will cause
  65.           RA to indicate RIP capability in the DOOR.SYS file. Note
  66.           that many doors still do not support this flag yet.
  67.  
  68.         * Reorganised the modem connect string recognition order. It
  69.           should no longer be necessary to put a '|' at the end of the
  70.           300, 1200 and 2400 connect strings.
  71.  
  72.         * Placing a *Q on a type 7 command-line will pass the locked
  73.           speed of the modem as defined in RACONFIG.Modem.Options.Lock,
  74.           provided that the LOCK option is enabled. If the LOCK option
  75.           is not enabled, the actual connect speed will be passed (the
  76.           same as a *B).
  77.  
  78.  
  79. Fixes
  80. -----
  81.  
  82.         * Fixed the incompatibility problems with DESQview 2.62+.
  83.  
  84.         * RA now correctly indicates RIP capability via the DOOR.SYS
  85.           file.
  86.  
  87.         * Subscription expiry is now handled before the new mail
  88.           and files check at logon.
  89.  
  90.         * The "view archive" and "view textfile" functions now correctly
  91.           honour the CDROM device locking system.
  92.  
  93.         * Fixed the FSC-0035 support. RA was truncating the destination
  94.           address at the first '@' character.
  95.  
  96.         * Disabled the "more" prompt during upload scanning.
  97.  
  98.         * If a file was moved during a RAFILE CLEAN operation, the
  99.           original DOS filedate was not preserved. This has been fixed.
  100.  
  101.         * If a type 7 menu command contained multiple occurrences
  102.           of the same *Macro character, only the first one would be
  103.           translated. This has been fixed.
  104.  
  105.         * RAMGR will no longer allow a copy to buffer operation on
  106.           the last, blank entry in a file list.
  107.  
  108.         * Attempting to hurl a locked file with RAMGR would result
  109.           in the file simply being deleted. This has been fixed.
  110.  
  111.         * Completely rewrote the code which controls the timing of      
  112.           checking for inter-node message semaphores. This should
  113.           result in a significant speed improvement.
  114.  
  115.         * Previously it was not possible to perform a RAFILE
  116.           FILELIST operation while a user was online and browsing
  117.           a file area. This has been fixed.
  118.  
  119.         * RA would always display the MGAxxxxx.A??, FLAxxxxx.A??
  120.           and ONCEONLY.A?? textfiles from the default language 
  121.           textfile directory, regardless of which language was
  122.           actually selected. This has been fixed.
  123.  
  124.         * RA would not correctly update the "reason for page" status
  125.           line after a type 7. This has been fixed.
  126.  
  127.         * The ^FN control code now correctly displays the users
  128.           lastread pointer for the current JAM message area.
  129.  
  130.         * It was possible to generate a runtime error by holding down
  131.           ALT-C on a high repeat speed while a user was on-line.
  132.           This has been fixed.
  133.  
  134.         * The "DateCreated" field is now correctly set when a new
  135.           JAM area is created.
  136.  
  137.         * If an empty area list file was specified for an RAFILE
  138.           operation with the '@' character on the command-line, 
  139.           RAFILE would process EVERY area. This has been fixed.
  140.  
  141.         * Strict password checking now prevents a user from using
  142.           his/her handle as a password.
  143.  
  144.         * When notifying an online user of a new message posted to
  145.           him/her, RA will now use the name that the sender actually
  146.           used to post the message with, rather than always using
  147.           the sender's real name.
  148.  
  149.         * Marking JAM messages as received at the mailbox scan prompt
  150.           did not work. This has been fixed.
  151.  
  152.         * Hitting Enter in RAMGR at the "Import file to buffer" prompt
  153.           would produce unpredictable results. This has been fixed.
  154.  
  155.         * Users are no longer allowed to send CCs when entering a
  156.           message to the sysop after a password failure.
  157.  
  158.         * Fixed a small bug in the menu editor when simulating the
  159.           menu with Alt-D.
  160.  
  161.         * RAFILE FILELIST with the /D parameter would not work
  162.           correctly over a new year boundary. This has been fixed.
  163.  
  164.         * Previously, RA could not handle a user sending an online
  165.           message to a user who was already viewing another online
  166.           message at the same time. This has been fixed.
  167.  
  168.         * RA was randomly stripping the "DateRecvd" field from
  169.           JAM messages while reading them. Fixed.
  170.  
  171.         * JAM lastread pointers were being initialised incorrectly.
  172.           This has been fixed.
  173.  
  174.         * Modifying a JAM message could cause an "Invalid JAM
  175.           signature" from RAMSG. This has been fixed.
  176.  
  177.         * Specifying an import filename for a RAFILE IMPORT operation
  178.           with the @AREALIST option did not work. Fixed.
  179.  
  180.         * Fixed some low-level JAM-handling code which was causing
  181.           lastread pointers to get trashed.
  182.  
  183.  
  184.  
  185. RAMSG changes
  186. -------------
  187.  
  188.         * The JAM reply chain linking is now approximately twice 
  189.           as fast.
  190.  
  191.         * The -NoLrdPack switch has been changed to -PackJlr. The
  192.           default behaviour is now not to remove JLR entries which
  193.           don't have a corresponding USERS.BBS record. Instead, 
  194.           Pack will now remove a JLR entry if both the HighestRead
  195.           and LastRead are lower than the lowest existing message
  196.           number in that area.
  197.  
  198.         * While renumbering a JAM area, RAMSG now updates the High
  199.           Water Mark, which is used by some echomail processors.
  200.  
  201.  
  202. Fixes
  203. -----
  204.  
  205.         * Fixed bug that RAMSG could hang while linking a JAM area,
  206.           if the first message in an area was a reply to another
  207.           message, but not the only reply.
  208.  
  209.         * Fixed bug that packing of JAM bases was not done correctly
  210.           if an area contained more than 9215 active (non-deleted)
  211.           messages.
  212.  
  213.         * Due to a bug, the buffering for packing .JDT files never
  214.           became active while packing JAM bases. JAM packing is
  215.           much faster now.
  216.  
  217.         * If the -Delete switch was used with Pack -Link, RAMSG
  218.           would remove reply chains in JAM areas instead of
  219.           rebuilding them.
  220.  
  221.         * JAM messages which point to an invalid text area will now
  222.           be ignored while packing or creating index files.
  223.  
  224.  
  225. /* End of file "WHATSNEW.202" */
  226.