home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / ra / flm213s.zip / README.F2S < prev    next >
Text File  |  1993-03-14  |  7KB  |  189 lines

  1. Additions since v2.10
  2. ~~~~~~~~~~~~~~~~~~~~~
  3.  
  4.  FLM213S.ARJ - 14/3/93 - Changes
  5.  
  6. 1) Fixed various bugs in local uploads
  7.  
  8. 2) Fixed bug in extract from archive and tag for download
  9.  
  10. 3) Support now for RA 2.00 (Gamma)
  11.  
  12.    -  to use,  FLM2 EDITCFG
  13.       then change BBS Type from  'R'   to    '2'
  14.  
  15. 4) Also note that Ian Battersby's Node Manager now also handles FLM's
  16.    Advanced UserOn Codes.   FLM2 uses codes 200-220 to define specific
  17.    things user is doing.  Ian has kindly added these to his program.
  18.    So, if you are a multiline system using RANETMGR, then use
  19.    NodeManager instead and you no longer will see "External Door" as the
  20.    users activity.
  21.  
  22.  
  23.  FLM212S.ARJ - 02/2/93 - Updates
  24.  
  25. 1) Enhanced Virus Scanning system to ensure all files in an archive are
  26.    checked.  ie FLM also unpacks archives within archives to any level, and
  27.    also detects Self-Extracting archives and checks files inside those as
  28.    well as the SFX itself..  basically I think every file possible will be
  29.    checked now.
  30.  
  31.  
  32. 2) Ok, due to much requesting I've enhanced FLM's download limits for users.
  33.    Previously, FLM basically only allowed what RA told it could allow,
  34.    through info in the ExitInfo.BBS file.  However, this didn't take account
  35.    of download/upload ratios that you could specify, unless you used FLM's
  36.    subscription system.
  37.  
  38.    These features are all added now, and in fact the system is taken beyond
  39.    RA's current capability.
  40.  
  41.    If a file called LIMITS.FLM, which is similar in format to RA's
  42.    LIMITS.CTL, is present in the FLM2 Data Directory then the download
  43.    limits for a user is imposed using the info in it.  The file LIMITS.FLM
  44.    is created using a text editor, and contains lines of the following
  45.    format.  Note the only difference to a RA limits.ctl file is the
  46.    additional 3 columns for download amounts at 12000,14400 and 16800 baud
  47.    rates, and the Time column is used differently. 
  48.            
  49. <SecLvl> <Time%> <300> [1200] [2400] [4800] [9.6] [12.0] [14.4] [16.8]
  50.   or:
  51. <SecLvl> <Time%> <300> <1200> <2400> <4800> <9.6> <12.0> <14.4> <16.8> <R#> [RK]
  52.  
  53.    In a simple case an example of this file would be:
  54.  
  55.        %TIME 00:00 24:00
  56.        %ADJUSTTIME
  57.        5   80   100
  58.        10  80   500
  59.        100 80  1000
  60.  
  61.    ie.  At security level 5, the user can download 100 Kb of files, and at
  62.    security level 10 the user can download 500 kb and so on.
  63.  
  64.    The Time% column is ignored unless you have added the Command
  65.    
  66.        %ADJUSTTIME
  67.        
  68.    In this situation, FLM2 treats the figures in the Time% column as a
  69.    percentage of the users Time Limit, that the user is allowed to use
  70.    for downloading.  So,  if on loading FLM2 the user had 60 minutes left
  71.    then FLM2 would only allow them to download for 80% of that time.
  72.  
  73.    In addition, you can have sets of limits for different times of the day.
  74.    To use this, you simply proceed a block of limits with the line
  75.  
  76.        %TIME HH:MM HH:MM
  77.  
  78.    where the first set of HH:MM represents the starting time, and the second
  79.    set being the finishing time.
  80.    
  81.  
  82. 3) Fixed bug where Customised Menu screens weren't being displayed for any
  83.    other menu besides Menu #0
  84.  
  85.  
  86. 4) Have now added an internal User Record Editor for both RA and SBBS.
  87.    This is invoked with the Alt+E keystroke when a user is online.
  88.    Note:  Flm2 no longer calls FLMUSER, which I don't think was working
  89.              anyway.
  90.  
  91.    
  92. 5) Fixed logic error, where FLM2 wasn't fully checking user going over limits
  93.    with extracted files from archives.
  94.    
  95.  
  96. 6) Stopped FLM2 allowing you to move a file to another store, when there
  97.    is already a file there with the same name.  It was simply overwriting
  98.    it before.
  99.  
  100.  
  101. 7) Added to the colour selector, ability to select Blink colours.
  102.  
  103. 8) Found occasional errors occuring in Weekly Graph .A?? creation.
  104.    These now fixed, while at it added 2 more graphs FLM#SYSF.A??
  105.    and FLM#SYSB.A??  which reports on System dates rather than Upload dates.
  106.  
  107.  
  108. 9) Have gone through the install section thouroughly to make sure it can
  109.    and does install without problems..  namely running out of memory.
  110.    Some of the code tightening, may help in some other areas too.
  111.    ie. Double descriptions.
  112.  
  113. A) Optimised a few routines for speed.  Loads a bit quicker now.
  114.  
  115. B) As reported, Alt+F5 (Unpack and Shell) wasn't always working
  116.    in Viewer/Editor  - now fixed.
  117.  
  118. C) Noticed that re-date archives wasn't always putting the right
  119.    date.
  120.  
  121. D) Made some of the pop-up windows 2 lines, so as to avoid lockups
  122.    when displaying long paths.
  123.  
  124. E) Altered the Download & Upload log entries to be closer to RA
  125.    for use by third party software,  namely MOM.
  126.  
  127. F) Extended the field for Command Lines in Protocol/Config
  128.  
  129. G) Just a note, as it was already there.  *S  is a valid macro
  130.    in Protocol Command Lines for User Baud Rate. For those who
  131.    wanted to add  estimate 0 *S  to DSZ command lines.
  132.  
  133. H) imporved INSTALL section to cover files with very long descriptions
  134.    ie. those greater than 250 characters.
  135.  
  136.  
  137.  
  138.  FLM211S.ARJ - 10/1/93 - Updates
  139.  
  140.  1)  Configuration of all colours and screen behaviours when in sysop
  141.      mode.  Configuration/System Colours to do this.
  142.      also added command line parameter  /MONO to automatically
  143.      use monochrome colours.
  144.  
  145.  2)  Added Local download and Upload portion.
  146.  
  147.  3)  Improved INSTALL facility for better support of long descriptions,
  148.      ie. greater than 250 characters.  Limit is now 1024 characters.
  149.  
  150.  4)  Other general operational improvements.
  151.  
  152.  5)  Added Configurable Date look.  Configuration/System for option
  153.      to change the way dates are displayed.
  154.  
  155.  6)  Added facility to re-date archived files after an Archive Convert
  156.      or Archive Banner.  Date is taken as being the last date from files
  157.      inside archive.
  158.  
  159.  7)  Added Configurable Bannering of files in Stores
  160.  
  161.        a)  there is an additional field in Configuration/Storage
  162.            where you can specify the numbers 0 to 7, which represent
  163.            7 separate banner files and 1 option to mean no bannering.
  164.  
  165.             0 to 6  - represent the text files   BANNERn.TXT
  166.                       where n is in the range 0 to 6.  I suggest you
  167.                       use 0 as a default banner.
  168.                       All the Banner files must reside in the
  169.                       FLM2 Data Directory.
  170.  
  171.             7       - FLM2 will not banner any file in that store.
  172.  
  173.        b)  to use these different banner files,  you need to
  174.            alter the command line to Banner files, in
  175.            Configuration/Archivers.  An additional macro is now
  176.            available to specify which of the banner files to use.
  177.            substitute where you currently have the name of the textfile
  178.            which is your banner with *B
  179.  
  180.            *B  will be replaced by the path and filename of the text
  181.                file to be used.
  182.  
  183.            you should make a copy of your standard logo and call it
  184.            BANNER0.TXT and locate this in the FLM2 Data Directory.
  185.  
  186.  8)  Updated  ARCHIVER.FLM file included to make use of PkZIP v2.04
  187.      features.
  188.  
  189.