home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / FDRPR121.ZIP / HISTORY.TXT < prev    next >
Encoding:
Text File  |  1994-09-01  |  14.9 KB  |  358 lines

  1. FDRPR - FrontDoor Request Processor for RemoteAccess
  2. ----------------------------------------------------
  3.  
  4. The following changes have been made in FDRPR since the previous version.
  5.  
  6.  
  7. FDRPR 1.21
  8. ----------
  9.  
  10.     New features:
  11.  
  12.         Added a few new formatting codes for the line describing how
  13.         the file information for a requested file should be presented.
  14.         The new codes are:
  15.         @0 - Expands to nothing. Useful as the first code on a line,
  16.              if you don't want that line to begin with another code.
  17.         @@ - Expands to the character @.
  18.         @# - Expands to the character #.
  19.         @N - Expands to a new line character. Useful if you want a
  20.              file description to be on multiple lines. See FDRPR.DOC
  21.              for an example.
  22.  
  23.  
  24.     Changed:
  25.  
  26.         Improved FDRPR INSTALL to take some switches. If FDRPR isn't
  27.         able to decide which version of FrontDoor that is installed,
  28.         it's now possible to specify /NEW or /OLD. Also added the
  29.         /[NO]SWAP switch to FDRPR INSTALL, to make it possible to
  30.         decide if FrontDoor should swap out of memory before running
  31.         FDRPR. Default is /SWAP.
  32.  
  33.         The maximum supported size of a description has been increased
  34.         to 4096 characters.
  35.  
  36.  
  37.     Bug fixes:
  38.  
  39.         FDRPR didn't work on all computers, due to some kind of a
  40.         problem with optimization in the compiler. Fixed.
  41.  
  42.  
  43. FDRPR 1.20
  44. ----------
  45.  
  46.     Important:
  47.  
  48.         FDRPR does now require a 80286 processor or higher. If there
  49.         is a problem with this, please let me know.
  50.  
  51.         Please note that the syntax for accessing a macro has changed
  52.         in this version. Instead of using %[Macro] as were the case in
  53.         earlier versions, you should now use $[Macro]. Please make
  54.         sure that you change this in the configuration file, and in
  55.         your message templates.
  56.  
  57.         Since FDRPR now uses the LISTED / UNLISTED parameter that FD
  58.         can pass to it on the command line, make sure that you have
  59.         /=W specified on the command line in FDSETUP. Or just FDRPR
  60.         INSTALL to let FDRPR handle this automatically.
  61.  
  62.  
  63.     New features:
  64.  
  65.         Added configuration setting [No]KeepPktFiles. If enabled,
  66.         the *.PKT files sent to the requesting system, containing
  67.         file descriptions and failure reasons, are not deleted when
  68.         sent.
  69.  
  70.         Added configuration setting [No]FormatDescriptions. If
  71.         enabled, FDRPR will ignore any newlines found in a file
  72.         description, and wrap the description as fits the field
  73.         best. If disabled, FDRPR will use any newlines found in
  74.         the description, and use them, if possible. Descriptions
  75.         without newlines, or with to long lines will still be
  76.         wrapped by FDRPR.
  77.  
  78.         Added configuration setting MaxWildCards:<# of chars>. 
  79.         This setting can be used to disallow requests where
  80.         too many wildcards are specified, e.g. *.* or FD*.*.
  81.         (All * characters are first converted to ? characters, and it
  82.         is these ? characters that are counted, not the * characters).
  83.  
  84.         Added configuration setting MaxBaseWildCards:<# of chars>.
  85.         This setting can be used to disallow requests where too
  86.         many wildcards are specified in the basename (before the .),
  87.         e.g. FD*.ARJ.
  88.         (All * characters are first converted to ? characters, and it
  89.         is these ? characters that are counted, not the * characters).
  90.  
  91.         Added ReportMsgDir setting. If specified, all report messages,
  92.         e.g. created with the ReportRequests or ReportFailures setting,
  93.         will be created in the specified directory. If neither this,
  94.         nor ReportMsgBoard is specified, these messages will be created 
  95.         in FD's netmail directory.
  96.  
  97.         Added ReportMsgBoard setting. If specified, all report messages,
  98.         e.g. created with the ReportRequests or ReportFailures setting,
  99.         will be created in the specified Hudson message board. 
  100.  
  101.         Added UnlistedAlias and UnlistedList settings. If these settings
  102.         are specified, only the aliases/directories specified in these
  103.         files will be allowed for unlisted systems. If not specified,
  104.         the same alias list / directory list as for unsecure sessions
  105.         will be used for unlisted systems.
  106.  
  107.         Added UnlistedOnlyFree setting. If enabled, only files specified
  108.         as free in RA's file database, or that exists in an area that
  109.         are defined as free in RA, will be requestable for an unlisted
  110.         system.
  111.  
  112.         Added DataFileDir setting. If specified, all files created by
  113.         FDRPR (e.g. the *.RQ* files) will be created in this directory.
  114.  
  115.         Added support for sending an alias file as a netmail message
  116.         instead of a file. If the file name in the alias definition
  117.         begins with a colon (:), the file directly after the colon will
  118.         be sent to the requesting person as a netmail message.
  119.  
  120.         Added possibility to define free files in the alias-file.
  121.         A filename that has a slash (/) in front of it in the alias
  122.         file is considered as a free file. Free files are, if the
  123.         FreeFiles setting in the configuration file is enabled, not
  124.         counted when checking the request limits.
  125.  
  126.  
  127.     Changes:
  128.  
  129.         The ReportRequests and ReportFailures settings will now (by
  130.         default) create *.MSG messages in FD's netmail folder, instead 
  131.         of creating a .PKT file as it used to do.
  132.  
  133.         Changed the support for alias names that only sends the newest
  134.         matching file. Instead of replacing the * character with |
  135.         character (as FDRPR 1.1x used), add a + character immediately 
  136.         before the filename, and continue to use * in the actual filename.
  137.         (The | character is still supported for backwards compatibility,
  138.         but is not recommended).
  139.  
  140.         Three files are now used for FDRPR's lists of requestable 
  141.         directories, and for FDRPR's lists of alias names, instead
  142.         of two. The new file is for unlisted systems. The file ext-
  143.         ensions are: *.RQS for secure sessions, *.RQL for listed
  144.         systems during unsecure sessions, and *.RQU for unlisted
  145.         systems.
  146.  
  147.         Macros, that earlier were accessed via the %[macro] form,
  148.         should now instead use the new format $[macro], e.g. the
  149.         macro should begin with a dollar ($) character instead of
  150.         a percent (%) character. This is true for both macros
  151.         used in the configuration file, as well as for macros in
  152.         the template file.
  153.  
  154.         Added support for FD's new macros in SETUP.FD, e.g. $[TASK]
  155.         instead of $TASK$. It's also possible to use environment
  156.         variables, e.g. $[FD] in a pathname would expand to whatever
  157.         the environment variable FD is defined as.
  158.  
  159.  
  160.     Bug fixes:
  161.  
  162.         Aliasnames that were defined in both the list of unsecure
  163.         aliases and in the list of secure aliases, were treated
  164.         incorrect, and both files were sent to the user. Only the
  165.         aliasname in the list of secure aliases should be used.
  166.         Fixed.
  167.  
  168.         FDRPR could in rare cases generate a Exception error, which
  169.         caused the computer to hang. Fixed.
  170.  
  171.         The session password wasn't correctly inserted in the
  172.         .PKT file. Fixed.
  173.  
  174.         Alias files in the root directory wasn't handled correctly.
  175.  
  176.         If a file exists in the FDB, but is missing on the disk
  177.         this is now handled properly, and the failure is reported
  178.         to the user.
  179.  
  180.         The description of an alias file wasn't sent, if the alias
  181.         file was located in a directory that wasn't listed in the
  182.         list of requestable directories. Fixed.
  183.  
  184.         Fixed a problem with the request passwords. It wasn't possible
  185.         to request a file with an entry in FDSETUP's request manager, 
  186.         where the password field was left empty. Fixed.
  187.  
  188.         No failure message were sent when a file request failed due
  189.         to the time limit. Fixed.
  190.  
  191.  
  192. FDRPR 1.11
  193. ----------
  194.  
  195.     Bug fixes:
  196.  
  197.         The =M macro wasn't properly handled in all cases. Fixed
  198.         
  199.  
  200.  
  201. FDRPR 1.10
  202. ----------
  203.  
  204.     Important:
  205.  
  206.         The program has been renamed to FDRPR. When updating from the
  207.         previous version, you will have to change the name of the request
  208.         processor in FDSETUP, so taht FD uses FDRPR intead of FDRQPRA.
  209.         (To do this, you can use the FDRPR INSTALL command, if you would
  210.         like. See below for details on FDRPR INSTALL).
  211.  
  212.         Since the name of the program has changed, you will also have
  213.         to rename the configuration file from FDRQPRA.CFG to FDRPR.CFG.
  214.  
  215.         The key system has changed. This means that the old key is
  216.         not valid anymore. However, your registration still is, and you
  217.         will receive a new key. If you haven't done so already, please
  218.         contact the registration site where you registered your copy.
  219.  
  220.  
  221.     Changes:
  222.  
  223.         There is now a difference between the command line switches
  224.         and the config file settings, they can not longer be used
  225.         in both places. See FDRPR.DOC for a list of which switches
  226.         that can be used on the commandline, and which settings that
  227.         can be specified in the config file.
  228.  
  229.         The /CREATE switch, which used to force a creation of
  230.         the *.RQ* files has been changed to a command instead.
  231.         (A command should be run without the slash (/) character, 
  232.         e.g. FDRPR CREATE. Both the secure and unsecure files
  233.         will be created, it is not necessary to run FDRPR twice
  234.         anymore.
  235.  
  236.  
  237.     New features:
  238.  
  239.         Added configuration file parameter: WorkDir. It can be used
  240.         to specify the directory where the temporary .PKT files are
  241.         created. If not specified, the directory pointed to by the
  242.         TEMP or TMP environment variables are used, or if none of them
  243.         are set, the root directory of the current drive is used.
  244.  
  245.         Added an easy install option. To install FDRPR, all that is
  246.         needed is to copy the files to a directory, and in that 
  247.         directory type 'FDRPR INSTALL'. FDRPR will then update
  248.         SETUP.FD, so that FD will use it for file requests in the
  249.         future.
  250.  
  251.         Added two configuration file parameters: Message and FailMessage.
  252.         They can be used to specify template files, which FDRPR will
  253.         use when creating the file with file descriptions, or the reason
  254.         a request failed, respectively. These files can contain macros to
  255.         insert different values, and also a line containing a format
  256.         descriptions on how the file description lines / fail reasons
  257.         lines should be formatted. See FDRPR.DOC for information on
  258.         how to use these template files, and FDRPR.DSC/FDRPR.FAI for
  259.         two examples of templatefiles.
  260.  
  261.         FDRPR will now request more time from the remote mailer while
  262.         processing the request. This will make sure that the line isn't
  263.         disconnected before FDRPR has finished processing all request.
  264.         This function can be disabled with the NoMoreTime parameter
  265.         in the configuration file.
  266.  
  267.         Added ResolvePath (and NoResolvePath) setting in the config file.
  268.         If enabled, which it is by default, FDRPR will do path
  269.         resolution on all path names when comparing the paths specified
  270.         in RACONFIG and the list of requestable directories / alias names.
  271.         For certain systems, especially for a system with CD-ROM, it
  272.         could be a good idea to disable this setting. It seems like
  273.         certain CD-ROM drivers access the actual drive when this 
  274.         setting is enabled.
  275.  
  276.         Added a UPDATE command (e.g. FDRPR UPDATE) which will
  277.         create the *.RQ* files if needed. Useful in your nighlty
  278.         events. Both the secure and unsecure lists will be updated.
  279.  
  280.         When files are copied from a CD-ROM, they are now first
  281.         sorted, and then copied in sorted order. This will minimize
  282.         the number of disk changes when using a CD-ROM changer with
  283.         many disks.
  284.  
  285.         Added ReportRequests and ReportFailures setting to the
  286.         config file. If either of these are enabled, FDRPR will
  287.         create a netmail message to you with information about 
  288.         successful and failed file requests, respectively.
  289.  
  290.         Added support for the FD setting 'Stop after first match'.
  291.  
  292.         Added support for the new FD macros =E, =M, =Q, =W and =Y.
  293.         New switches are /node:=Y and /=W.
  294.         The =W macro is currently not used for anything though.
  295.  
  296.         Added a fatal error handler, to make sure FDRPR doesn't
  297.         lock up with a Abort, Retry, Ignore, Fail prompt.
  298.  
  299.         Added support for alias names that only sends the newest
  300.         matching file. Instead of using a * character in the 
  301.         definition of the files to send, use a | (vertical bar).
  302.  
  303.         For secure sessions, FDRPR will now use both the list of
  304.         requestable directories for unsecure sessions, as well as
  305.         for secure sessions. This means that a directory that 
  306.         should be available for both type of sessions only have
  307.         to be defined in the unsecure list of directories.
  308.         The same thing is true for the alias list.
  309.  
  310.         Added PasswordErrors setting to the configuration file.
  311.         If enabled, FDRPR will include all files that should have been
  312.         sent if the correct password was used, in the message with the
  313.         list of failed requests. By default, only the requested filename
  314.         will be included in the message.
  315.  
  316.  
  317.     Bug fixes:
  318.  
  319.         Comments in the file with requestable directories / alias
  320.         names are now supported. (Comments can be added after a
  321.         semicolon (;) character.
  322.  
  323.         FDRPR didn't send a message with descriptions when only free
  324.         files were sent. This has been fixed.
  325.  
  326.         FDRPR didn't honor the number of minutes left to next event,
  327.         which didn't allow file requests, in certain situations. Fixed.
  328.  
  329.         Fixed incompatibility problem with PC-MOS/386
  330.  
  331.         The time it takes to create the *.RQ* files have been
  332.         significantly lowered for certain systems.
  333.  
  334.         If no alias file was defined in FD, FDRPR refused to run. 
  335.         Fixed.
  336.  
  337.         The filedate/time was set to the current time when copying a
  338.         file from a CD-ROM. Fixed.
  339.  
  340.  
  341.     Small, not-so-important :-), changes
  342.  
  343.         The session level password used for the current session will
  344.         now be added to the pkt file as the pkt password.
  345.         NOTE! This requires that the /Info switch is used, the password
  346.               is taken from this file.
  347.  
  348.         Added possibility to disable the advertisement FDRPR adds to
  349.         each message with the noadvert configuration parameter.
  350.  
  351.  
  352.  
  353.  
  354. FDRQPRA 1.00
  355. ------------
  356.  
  357.         Initial version
  358.