home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / c / csp121.zip / HISTORY.CSP < prev    next >
Text File  |  1993-03-05  |  5KB  |  116 lines

  1. History of Changes or Fixes to CSProfile.
  2. Entries are made in reverse order, Newest first;
  3.  
  4. March 5, 1993 Ver 1.21
  5.  
  6. ■ I haven't touched this one for a long time... I recompiled the code under
  7. Borland Pascal 7.0, and made a couple of cosmetic changes. There are two new
  8. files that have replaceable macros in them. One is called Statfile.csp. This
  9. file will show the users personal statistics, and the other is DLFILE.CSP
  10. which shows the who uploaded/downloaded and count and that stuff. I made some
  11. macros which are contained in those two files... you may alter the display
  12. files any way you wish, and put the macros where ever you want. The display
  13. files will support all other PCBoard @x## and expandable macros for your
  14. dressing.
  15.  
  16. @Enjoy!@
  17.  
  18. November 16, 1992 Ver 1.20
  19.  
  20. ■ When I added the check for wildcard searches, I forgot to screen the
  21. filename that is passed from the PCBoard command line. Same routine,
  22. just in a different place.... Fixed!
  23.  
  24. The message displayed about the NO Wildcards is for 5 seconds, but will
  25. continue on if the user presses a key before the 5 seconds are up.
  26.  
  27. November 14, 1992 Ver 1.19
  28.  
  29. ■ Corrected an error which was allowing wildcard searches on a profile
  30. check, *if* you did not use the filelst.idx. The user will now get a
  31. message that WILDCARDS are not allowed, and return him to the CSP
  32. prompt.
  33.        
  34. August 14, 1992 Ver 1.18
  35.  
  36. ■ Fixed an error that prevented display of the registered users name. It
  37. was showing DEMO USER no matter what key file you had.
  38.  
  39. ■ Corrected an error when checking the PCBINDEX file for a filename. The
  40. program was making comparisons to files without extensions, and could
  41. not get a match. If no extension is given on a file the default
  42. extension is used. If you enter a file to search for, which does not have
  43. an extension, you must put a period at the end of the file name to
  44. prevent the extension from being added onto the filename. If the files
  45. extension is something other than the default extension, the user should
  46. include the files proper extension at the prompt for a good search.
  47.  
  48. July 10, 1992 Ver 1.17 ** Configuration File Change **
  49.  
  50. ■ Added the ability to flag a file for download after checking it's
  51. profile. Once the profile is completed, and the user selects [Q] to
  52. return to the menu, the program will prompt with a yes/no question to
  53. flag the file. If they answer yes, the program will keep track of the
  54. selected file until they leave the door, at which time the flagged files
  55. are given to PCBoard, who in turn makes sure that they are allowed to
  56. download those files by security... The user can flag multiple files for
  57. download during a single session, but once the user leaves the door, the
  58. file is cleared.
  59.  
  60. ■ In order to expedite searches through the DOWNLOAD.TXT file, and until
  61. I figure out how to improve the speed of the search, add a line directly
  62. under the starting search date in your config file indicating the line
  63. number in Download.TXT that I should start at. Go into your download.txt
  64. file via LIST or any text editor, and locate the starting date you would
  65. like, and make note and enter that line number in your config file,
  66. again directly under the line for the starting date. The program will
  67. start reading from this point at each execution. if you want the program
  68. to start at the very beginning, then enter a 1 on that line. If you want
  69. me to start at line 1000 enter 1000 in the config file at the prescribed
  70. location.
  71.                 
  72. July 6, 1992 Ver 1.16
  73.  
  74. ■ Minor change to the PCBindex searching routine, and corrected a couple
  75. of typo's that occurred if the file requested was not found.
  76.  
  77. June 25, 1992 Ver 1.15 ** Configuration File Change **
  78.  
  79. ■ Added a routine that will check the PCBoard filelst.idx file *IF* one
  80. exists, and verify a files existence before running. If there is a
  81. filelst.idx, and the file being queried does not exist, the program will
  82. immediately exit to save time, otherwise the program will continue on as
  83. normal.
  84.  
  85. ■ Added line 5 to the config file for the location of the filelst.idx.
  86.  
  87. June 8, 1992 Ver 1.4
  88.  
  89. ■ Changed one of the routines which reads the download.txt file to make
  90. it run faster. I will be adding a check for valid files on a PROFILE
  91. search as soon as I figure a good way to do it quickly!
  92.  
  93. June 1, 1992 Ver 1.3
  94.  
  95. ■ Corrected an error on the DISPLAY PROFILE screen. The program was
  96. showing the current date, rather than the last download date.
  97.  
  98. May 29, 1992 Ver 1.2
  99.  
  100. ■ Increased the stack size a little bit, and took out some unnecessary
  101. code that was just taking up space. Made it run a little faster.. I will
  102. continue to optimize the program as we go along.
  103.  
  104. May 28, 1992 Ver 1.1
  105.  
  106. ■ The program was not showing who uploaded the file, because I kept
  107. blanking out the field everytime I used that particular function.
  108.  
  109. Increased the size of the heap the program uses to help speed up
  110. searches a little bit. I am looking at some routines that I might try
  111. soon.
  112.  
  113. May 26, 1992 Ver 1.0
  114.  
  115. ■ Initial Release
  116.