home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / c / csver229.zip / HISTORY.CSV < prev    next >
Text File  |  1993-03-25  |  12KB  |  268 lines

  1. History of Changes or Fixes to CSVerify.
  2. Entries are made in reverse order, Newest first;
  3.  
  4. March 25, 1993 Ver 2.29/M  (* Major Changes!!! *)
  5.  
  6. ■ I have pretty much completed the testing cycle of the program, and
  7. since this is so, I have invoked the registration key.. It was internal
  8. to the program, but not active. I have decided to begin using it.
  9.  
  10. The same senerio remains... Individual SysOps, that are not running a
  11. Corporate or Multi-Node system may use the program for free. All others
  12. must submit the proper license fee, and can be paid for on-line with a
  13. credit card on my BBS, or through the mail.
  14.  
  15. ■ Three keywords have been added to the configuration file. Keyword
  16. "EXPIRED_LEVEL" now allows you to change the expired security level of
  17. the person that is verified. Keyword SYSOP_NAME is self explanatory, and
  18. must be the same name submitted to me for a valid registration number.
  19. Keyword "REGISTRATION" is where you will put your registration code for
  20. complete use of the program.
  21.  
  22. ■ I hate crippleware programs, so the only thing I could think of the be
  23. gentle was to disable the CALLBACK ONLY mode on unregistered versions.
  24.  
  25. ■ To obtain a registration number, please leave me a <C>omment on my
  26. BBS, and I will get you one. If you are a corporation, or using a
  27. Multi-Node system, you may log onto my BBS, and use the "CHARGE" door to
  28. register your version. As soon as your charge is cleared, I will inform
  29. you of a file to download which will allow activation of the
  30. registration number.
  31.  
  32. ■ As long as you have registered your program you are entitled to FREE
  33. support and upgrades.
  34.  
  35. ■ Due to this significant change in the code, previous versions can no
  36. longer be supported.
  37. ===========================================================================
  38.  
  39. March 23, 1993 Ver 2.28/M
  40.  
  41. ■ I added some more logging to the program to indicate the actions of a
  42. user when the callback menu is displayed. Previously, if the user
  43. decided to abort the callback process, and return to the board, there
  44. was no indication of this. This also held true for a user that decided
  45. to hang-up in the door.
  46.  
  47. ■ If you are upgrading from older version of CSVERIFY, there is
  48. important information contained in this document that is not in the
  49. documentation, Please read the progression of the program for an
  50. understanding of it's development.
  51.  
  52. ■ Bare in mind that this program is FREEWARE to individual SysOps. I did
  53. this because many SysOps incurr quite a bit of expense in running a BBS,
  54. however, this program is not FREEWARE to corporate users, and must be
  55. licensed. You may obtain licensing information by contacting the
  56. Computer Store BBS. SysOps that can afford to make a contribution may do
  57. so, however you are under no obligation.
  58.  
  59. March 19, 1993 Ver 2.27/M
  60.  
  61. ■ Corrected a mistake that was causing the modem to timeout too quickly
  62. while waiting for a carrier.
  63.  
  64. ■ Corrected an error which was logging the same attempt number to the
  65. callers log (I was using the retries variable instead of the counter).
  66.  
  67. March 18, 1993 Ver 2.26/M (Internal BETA)
  68.  
  69. ■ Changed the program to use the PCBTEXT prompts, instead of hardcoding
  70. them so the program will in most cases honor the multi-language systems.
  71.  
  72. There are of course some instances where there are words hardcoded, but
  73. that can't be helped. The display files that are included can also be
  74. translated to other languages, and saved just as you would configure any
  75. other display file for use with PCBoard.
  76.  
  77. March 17, 1993 Ver 2.25/M
  78.  
  79. ■ Somewhere along the line, I messed up the redial attempts if the
  80. callback was not successful the first time. I did not realize that this
  81. was broken until I watched a user get a callback, and when the line was
  82. busy on the callback, the program recycled to the BBS without attempting
  83. to redial the number the prescribed number of times.
  84.  
  85. Now the redial attempts will be kept track of on screen for the SysOp to
  86. view (if watching!), and if the callback number is busy, the program
  87. will note the busy line, and wait 5 seconds before trying again. Each
  88. time a redial is attempted this will be recorded in the callers log,
  89. along with the other information.
  90.  
  91. ■ Sorry about all the releases lately folks... If you want a stable
  92. product then I have to keep after it!
  93.  
  94. March 16, 1993 Ver 2.24/M
  95.  
  96. ■ When I added the option to Re-Enter the phone number before the user
  97. was called back, I forgot about checking to see if the number was long
  98. distance, or if it was in the trashcan already.... Shame on me! I just
  99. happened to be testing the program myself, and to my surprise found this
  100. Boo Boo! The program will now do it's usual checking whenever the number
  101. is changed or entered.
  102.  
  103. ■ Addition of a new KEYWORD in the configuration file. LD_EXPIRATION=##
  104. is used to signify what the expiration date should be for long distance
  105. users. A lot of times, Long Distance callers will log onto your board
  106. maybe once or twice, then you never see them again. This will set the
  107. expiration date to whatever you choose, causing the security level to be
  108. lowered, making them eligible for purge from your users file when this
  109. happens. LD_EXPIRATION defaults to 10 days if there is no entry in the
  110. configuration file or if the field is left blank.
  111.  
  112. ■ Updated a little more of the documentation.
  113.  
  114. March 15, 1993 Ver 2.23/M
  115.  
  116. ■ Adding more information upon request (Carol <g>!) to the callers log,
  117. like the time the dial attempt was made, the time connect was made, and
  118. the connect speed. Any others?
  119.  
  120. March 11, 1993 Ver 2.22/M
  121.  
  122. ■ I hate to keep changing things on you all, but I have redone the
  123. configuration file format to be in the same format as the rest of my CS*
  124. software. I have changed the configuration file to a KEYWORD type format, so
  125. that I can continue to expand CSVerify without having to worry about screwing
  126. up the configuration file. It was already starting to get out of order, with
  127. the addition of the TimeTables and was at times confusing to some users. This
  128. should make a little more sense.
  129.  
  130. Please refer to the configuration file enclosed in the zip for the changes.
  131.  
  132. March 9, 1993 Ver 2.21/M
  133.  
  134. ■ Minor modification made to the user that gets long distance access.
  135. Previously, the user was just sent back to the board.... now they make a stop
  136. along the way to see their current settings.
  137.  
  138. ■ I had previously changed the callback only mode to have the user enter the
  139. phone number they wanted to be called back at, and removed reading the number
  140. from the Users file. Carol wants the Users Record read first, then give the
  141. caller the opportunity to change the number.... Okay Carol... you got it <G>!
  142.  
  143. ■ Little by little, updating the docs... <g>
  144.  
  145. March 6, 1993 Ver 2.20/M
  146.  
  147. ■ Made a minor change to the log entries. The users phone number will now be
  148. put into the callers log, so you can view it quickly through PCBoard.
  149.  
  150. ■ A couple of minor cosmetic changes were made... i.e. typo's.
  151.  
  152. March 5, 1993 Ver 2.19/M
  153.  
  154. ■ Added a Callback time function. Using the matrix file included in this ZIP
  155. called TIMETAB.CSV, place an 'x' in the appropriate column corresponding to
  156. the day of the week, and time you would allow long distance callbacks. If the
  157. column is blank, but you allow long distance callbacks, the user will be shown
  158. the CALLTIME.CSV file explaining when to call back. You may modify this file
  159. as you see fit. Double check the positions of each 'x' you place into a
  160. column, and double check the appropriate day of the week, There is no checking
  161. made by the program other than what you have in the matrix, so please follow
  162. the example closely, and you wont have any trouble.
  163.  
  164. I cannot be responsible if the program dials a long distance number either by
  165. configuration error, or incorrect placement of the time slot marks!
  166.  
  167. March 2, 1993 Ver 2.18/M
  168.  
  169. ■ I noticed that some new users were getting expiration dates of 00-00-00
  170. after callback. Checking the code I found I was grabbing the wrong data off
  171. the line from the configuration file variable EXPIRED= .
  172.  
  173. ■ Changed the options displayed to the user before call back to be a little
  174. more specific.. They just don't get it <g>!
  175.  
  176. February 28, 1993 Ver 2.17/M
  177.  
  178. ■ After the last modification, I noticed that everything was working fine,
  179. until the user exited the door.. Seems I forgot to update the users file, so
  180. PCBoard never saw the updated information... Fixed!
  181.  
  182. ■ Inadvertantly left off the Fossil drive when I compiled the program... sorry
  183. folks!
  184.  
  185. February 26, 1993 Ver 2.16/M
  186.  
  187. ■ Minor modification that now adds the users name to the trashno.csv file on
  188. successful verification. If a user calls, and the number they enter has been
  189. used by someone else, and is found in the trashno.csv file, it will display
  190. the users name that used that number. Handy for SysOps to look back also to
  191. see who used what number.
  192.  
  193. February 22, 1993 Ver 2.15/M
  194.  
  195. ■ I was in the process of adding another function to the program to check for
  196. valid callback times on long distance, which I have not yet finished... but I
  197. have some code in there already to check the table, which I forgot about.
  198. Anyway, the change I made yesterday to correct the callback only mode was not
  199. working correctly because of it... For the time being I commented out that
  200. part of the code, until I get finished with it..
  201.  
  202. ■ Added a notification that CALLBACK ONLY mode was enabled.
  203.  
  204. ■ Corrected an error that was causing CSV not to properly check the security
  205. level on entry into the door on security callbacks.
  206.  
  207. ■ CSV was allowing a blank BusData phone entry on callback.. If for some
  208. reason this field is blank when CSV starts up, you are now prompted to enter
  209. the number manually.
  210.  
  211. February 21, 1993 Ver 2.14/M
  212.  
  213. ■ Made a change to the program when in CALLBACK ONLY mode. The program will
  214. now prompt the user for the callback number instead of getting the number from
  215. the users record. The number must still meet the criteria for callback as
  216. usual, but the program will now have the user enter the number instead of
  217. assuming the users record entry.
  218.  
  219. February 4, 1993 Ver 2.13/M
  220.  
  221. ■ Corrected an error on the Expiration Date routine, where if you selected
  222. Zero (0) it would set the users expiration date to the current date. It will
  223. now place 00-00-00 in the expiration date field of the users record if Zero is
  224. specified.
  225.  
  226. January 20, 1993 Ver 2.12/M
  227.  
  228. ■ Corrected the procedure for allowing International telephone numbers. In the
  229. configuration file, a new keyword "INTERNATIONAL" was added to tell the
  230. program that a different set of telephone numbers is acceptable. If you do not
  231. use INTERNATIONAL phone numbers then just leave the line out. Maybe I got it
  232. right this time!
  233.  
  234. January 10, 1993 Ver 2.11/M
  235.  
  236. ■ Added support for International phone numbers... I dont know if I did
  237. this right, so i'll count on you International SysOps to help me with
  238. that.
  239.  
  240. January 7, 1993 Ver 2.10/M
  241.  
  242. ■ Added an option in the configuration to allow you to specify the
  243. expiration period of the user. You can leave it blank, or you can
  244. specify any number of days. The default is 365 days (1 year). Putting
  245. 730 would equal 2 years and so on.
  246.  
  247. ■ CSV can now be used for CALLBACKS only. If you have a subscription
  248. service that uses callback security, you set the logon security to this
  249. level. When the user logs on, he is immediately taken to CSV, where the
  250. callback phone number is verified. The program will then disconnect the
  251. user, and call him back. After correct password entry, the user is
  252. returned to PCBoard. See the revised DOCS for using this feature.
  253.  
  254.  
  255.               (*  CSVERIFY Versions no longer Supported  *)
  256.  
  257. December 16, 1992 Ver 2.9
  258. November 12, 1992 Ver 2.8
  259. November 9, 1992 Ver 2.7
  260. November 7, 1992 Ver 2.6
  261. November 2, 1992 Ver 2.5
  262. October 26, 1992 Ver 2.4 **** Change to Configuration File ****
  263. October 19, 1992 Ver 2.3
  264. September 8, 1992 Ver 2.2a **** Change to Configuration File ****
  265. August 15, 1992 Ver 2.2
  266. August 12, 1992 Ver 2.1
  267. July 27, 1992 Ver 2.0 *** Major Rewrite ***
  268.