home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / control.zip / history.txt < prev    next >
Text File  |  1993-12-28  |  3KB  |  55 lines

  1. December 21, 1993
  2.  
  3. - Problem - The first new file area is only seen. All others are ignored.
  4. - Fix         - Missing end statement in the replace nest of Tick. Also changed the
  5.                  way that the areas are recorded if new areas. When new areas are
  6.                  added to the tic.cfg file then control.cmd s/b closed and restarted at
  7.                  some future date to rid the stack of the missing file areas. It is not
  8.                  important to do this immediately as the new file areas are checked
  9.                  in tic.cfg first.
  10.  
  11. - Problem - The \other\xmit subdir does not exist on other users machines.
  12. - Fix         - Check for the existance of the files.bbs file and only act if it is there.
  13.                  Note - this is the subdir where all the nodelists ect. go that must be
  14.                  send to all downlinks.
  15.  
  16. - Problem - Cat has 9 lives - ect. The files.bbs files were not being sorted.
  17. - Fix         - When I changed the check for the CDRom POS('CDROM'
  18.                   statement I neglected to add the > 0 and the program retreated
  19.                   back to the next level of processing.
  20.  
  21. - Feature - Added the debug = 0 statement. This was to find errors quickly.
  22.                  To find errors then turn the debug = 1 and examine the error log
  23.                  after the crash/recovery in binkcmd_chk.
  24.  
  25. December 26, 1993
  26.  
  27. - Problem - The Files.lst description is not getting added in to the filearea.ctl
  28.             file.
  29. - Fix     - The Download test was incorrect for 'hd' - logic altered.
  30.  
  31. - Problem - The Max filearea does not like blanks/tabs only as the description.
  32. - Fix     - Added some code to Prettyfl to scan for tabs and check words in desc.
  33.  
  34. Decmber 27, 1993
  35.  
  36. - Problem - When the files are on another drive then things do not work correctly.
  37. - Fix     - Scan for FilePath and replace Drive with Files.
  38.  
  39. - Problem - When the paths are setup incorrectly then the checks still continue.
  40. - Fix     - Added in messages about correcting Paths in .cfg.
  41.  
  42. - Problem - Program appears to some in a loop. This is the way it fuctions 
  43.             awaiting for queue data.
  44. - Fix     - Added in a message on what to do next.
  45.  
  46. December 28, 1993
  47.  
  48. - Problem - FBP takes too long to go through all of the areas.
  49. - Fix     - Select only those areas that have changed as string UpdateFB.
  50.  
  51. - Problem - If Files - Drive are different then the trimming of old/large
  52.             files should not take place.
  53. - Fix     - Test whether to call old/biguns basis whether they are equal.
  54.             To make sure - lower FreeSpace in .cfg to 1 byte until user
  55.             realizes the consequence.