home *** CD-ROM | disk | FTP | other *** search
/ Carsten's PPE Collection / Carstens_PPE_Collection_2007.zip / T / TVIEW33.ZIP / TVHIST.DOC < prev    next >
Text File  |  1994-06-19  |  24KB  |  616 lines

  1. 06-19-94 v3.3
  2. --------------
  3. CONFIG CHANGES!  Line 15 of the .CNF file is now for the name and path
  4. to your TextView opening screen.  Line 16 is for the name and path of
  5. your closing screen.  If you leave these blank, it will default to
  6. TVHELLO and TVBYE in your display file path.
  7.  
  8. Textview has always inserted a "Press Enter to Continue" prompt before
  9. displaying the TVMENU so it didn't run over display files.  I've moved
  10. the "Enter" prompt to after each display file shows, which keeps the
  11. propt from showing when there is no TVHELLO file.
  12.  
  13. Fixed a bug that must have been in the code since it was changed to a
  14. PPE.  This caused certain menu items to not be displayed (file not
  15. found) if you had over 10 items on the menu.
  16.  
  17. Fixed a bug that would cause the (G)oodbye command not to work if you
  18. were in a TV.PPE that was run from another TV.PPE.
  19.  
  20. Due to numerous requests from people who have been nice enough to give
  21. me money for this program, I have removed the so called "advertising"
  22. (aka the lines that say the name of the program, my name and who
  23. registered it) from the opening of the door.  There is now a command
  24. line option called (A)bout that will give this information if the user
  25. enters that command.  The main reason I've done this is to make
  26. textview work better with layered menus.  Before, every time the
  27. caller entered a new menu, the id line would show again.  This info
  28. still shows in the unregistered version!
  29.  
  30. 05-06-94 V3.2
  31. -------------
  32. CONFIG CHANGE! Line 14 of the .CNF file is now for the path and name
  33. of your TextView menu file.  This allows you to have multiple menus in
  34. the same directory since they don't all have to be named TVMENU
  35. anymore.  If you don't make this change and leave line 14 blank,
  36. TextView will look for a file called TVMENU in the same directory as
  37. your display files.
  38.  
  39. 03-23-94 v3.1
  40. -------------
  41. CONFIG CHANGE!  Having to put the path information to the config file
  42. was running some people out of room in the CMD.LST editor.  To make
  43. this a little more friendly, I have taken CDC's suggestion to pick up
  44. the path to the ppe and assume that the config file will be in the
  45. same directory.  So, if your config file isn't in the same directory
  46. as TV.PPE, then please move it there.  Also, you need to shorten your
  47. command line in CMD.LST and any door batch files you've setup:
  48.  
  49. Old:  D:\TV\TV.PPE D:\TV\TV.CNF
  50. New:  D:\TV\TV.PPE TV.CNF
  51.  
  52. In other words, take out the drive and path info before the config
  53. file and you will be okay.
  54.  
  55. 02-26-94 V3.0
  56. ----------------
  57. A complete rewrite using the PCboard programming Language!
  58.  
  59. I'm mainly trying to duplicate the old Textview, so I will have a
  60. place to start from.  Some things can't help but to be enhanced
  61. because the PPL has many advantages.  The door now loads instantly,
  62. and uses PCBoard's communications and downloading routines.  The
  63. search feature has been improved, and now looks more like the Text
  64. Search feature used in PCBoard message bases.
  65.  
  66. 11-22-92 V2.94
  67. --------------
  68. The BIOS drivers have been replaced with a new FOSSIL driver.
  69. Change line one of the config file from INTERRUPT or HANDSHAKE to
  70. FOSSIL to enable this logic.  This will enable support for
  71. special multi-port hardware via Fossil interface.
  72.  
  73. Added ability to run HS/Link protocol for downloading only.
  74. Sample H.BAT is included.
  75.  
  76. 09-27-91 V2.93
  77. --------------
  78. The Ledge PCBoard, support board for TextView has moved! The new
  79. number is 818-896-4015.  You can now register Textview by
  80. MASTERCARD, VISA or AMERICAN EXPRESS!  Just call The Ledge and
  81. type REGISTER at the main menu command prompt.
  82.  
  83. Added the capibility to shell to another program batch file from
  84. the Textview menu. You can run anything you want as long as you
  85. have the memory available to support it.  I am using this routine
  86. to run a credit card registration door from inside my TextView
  87. New User door and it works great!
  88.  
  89. You have to edit line 13 of your .CNF file to give the name of
  90. the batch file or program you want your users to be able to run.
  91. The batch file name becomes the command name.  So, if you want to
  92. run a batch file from TextView called REGISTER.BAT, you would add
  93. the word REGISTER to line 13 of the .CNF file and the command
  94. "REGISTER" to your textview menu.  Your caller would then type
  95. the word REGISTER to run the routine.
  96.  
  97. 12-08-90 V2.92
  98. --------------
  99. Found that my routines for updating the call waiting screen on
  100. PCBoard 14.5/S and /D versions wasn't working correctly.  Fixed.
  101.  
  102. Fixed a problem that ignored a "N" answer to the "More" prompt
  103. during text searches.
  104.  
  105. 12-01-90 V2.91
  106. --------------
  107. TextView will now update the call waiting screen when a user
  108. hangs up inside the door.  PCBSTATS.EXE, which is distributed
  109. with PCBoard, must be in the path.
  110.  
  111. Line 12 of the .CNF file now points to your PCBSTATS.DAT file,
  112. you must include the path.  It should look something like this:
  113.  
  114. D:\PCB\GEN\PCBSTATS.DAT
  115.  
  116. 06-16-90 V2.9
  117. --------------
  118.  
  119. TextView is now compatible with PCBoard 14.5 variables including
  120. @VARIABLES@ and color macros (@X00 and @XFF).
  121.  
  122. Added "Sub-Door" mode.  Line 11 of the .CNF file is now a switch that
  123. you can turn on or off (Y/N).  If you put a Y on the line then follow it
  124. with a semicolon and then the prompt you want displayed.  Example:
  125.  
  126. Y;Do you want to View the Scorecards?
  127.  
  128. Textview will follow it with a (Y)es, (N)o, (G)oodbye:
  129.  
  130. The main reason for this addition is to consolidate TextView and
  131. Scoredoor into one program for better support.  Full details are in the
  132. docs.
  133.  
  134. Fixed bug in colorizing routine where if a user had no protocol
  135. selected, he saw the color variables $GREEN0$WHITE$ when prompted to
  136. select a protocol.
  137.  
  138. Fixed logging to DOWNLOAD.TXT file broken and gone undetected since
  139. version 2.5!
  140.  
  141. Changed download batch files (X.BAT, Y.BAT, etc.) so that the DSZ.LOG
  142. file is created in the default \PCB directory.  This eliminates log
  143. problems with multi-node systems.
  144.  
  145. Added an environment variable for non-PCBoard systems that run
  146. conversion programs that don't properly convert the users page length
  147. setting.  Sysops running TextView on systems such as Searchlight and
  148. Wildcat complain that there is no "More?" prompting.  To set automatic
  149. "More" prompting at every 23 lines on systems with this problem, put
  150. this string in your environment before running TextView:
  151.  
  152. SET TVPAGE=ON
  153.  
  154. Added a second environment variable to allow setting the default
  155. compression extension to one other than that defined in PCBOARD.DAT.
  156. If your compression extension is set to .ZIP in PCBOARD.DAT, but you'd
  157. like TextView to use .LZH as the default then set the following
  158. variable in your environment before running TextView:
  159.  
  160. SET TVCOMP=.LZH
  161.  
  162. Be sure to type the environment variables in all CAPITAL LETTERS.
  163.  
  164.  
  165. 12-26-89 V2.8
  166. -------------
  167.  
  168. Added a text-search routine for REGISTERED users.  Users may now
  169. select (S)earch from the command line and scan specific files, or the
  170. entire list of displayable files for text strings.  The door then shows
  171. each line that the string is found in with a count of times found at the
  172. end.
  173.  
  174. Added "Summary" option for file scanning.  Users can get a summary of
  175. how many times text appears in each of the chosen files, or use the
  176. "verbose" mode to show the line that the text appears in.
  177.  
  178. Download section now assumes the default file extension found in
  179. PCBOARD.DAT. In other words, if a user selects to download a file called
  180. DLNAME, the door will add .ZIP to it if you have selected ".ZIP" as your
  181. default file extension in PCBSETUP.
  182.  
  183. Added chained commands to the download section.  Now a user can enter:
  184.  
  185. Command? D FILENAME.ZIP Z G
  186.  
  187. To download FILENAME.ZIP via Zmodem protocol and log-off without going
  188. thru various menus.
  189.  
  190. I have included a Qmodem 4.1x script in this release.  This allows your
  191. callers to log onto PCBoard, open a TextView door, download a file and
  192. log off automatically.  You may post TVSCR10.ZIP for downloading on your
  193. system if you like.
  194.  
  195.  
  196. 12-02-89 V2.7
  197. -------------
  198.  
  199. Changed local display during download to put the status line on top of
  200. the screen similar to the PCBoard shelled protocol screen.
  201.  
  202. Added an information screen in the file transfer section telling the
  203. caller the file name, protocol and estimated transfer time.
  204.  
  205. Changed protocol selection screen to show default protocol from the
  206. PCBoard USERS file.  If the default protocol is changed, then it will
  207. also be changed in the USERS file.
  208.  
  209. ALL TRANSFER BATCH FILES CHANGED!  Please update your transfer batch
  210. files (X.bat, Y.BAT, Z.BAT, etc) with the ones accompanying this
  211. version.
  212.  
  213. Made wildcards in download filenames illegal for security reasons.
  214.  
  215. 10-1-89 V2.6
  216. ------------
  217.  
  218. Fixed a bug in the download routine that would cause some systems to
  219. freeze if a user selected a protocol not on the menu.
  220.  
  221. Changed protocol menu display to not show MNP protocols if the caller
  222. isn't using an MNP modem.
  223.  
  224. 8-24-89 V2.5
  225. ------------
  226.  
  227. Changed commands to make them more like standard ones in PCBoard. The
  228. Menu On/Off command has been removed.
  229.  
  230. ------------------
  231.  
  232. Changed line 8 in .CNF file to allow for logging to a different file
  233. other than CALLERx.  There are now four options for line 8.  You may log
  234. to CALLERx, FILE, BOTH or NONE by putting the first letter of your
  235. choice on line 8 (C/F/B/N).
  236.  
  237. -----------------
  238.  
  239. Added compatiblity with PCBoard 14.2 @COMMANDS@.  You can now use these
  240. variables in all TextView files including TVHELLO, TVBYE, TVx, PROT,
  241. TVDIR or any other file displayed by TextView.
  242.  
  243. -----------------
  244.  
  245. Added "Not Registered" messages for systems that have not registered
  246. Textview.  Sysops who register will receive a file called TV.SYS that
  247. will automatically register this and all future versions of TextView.
  248.  
  249. ---------------
  250.  
  251. PROT menus (PROT1, PROT1G, PROT2, PROT2G) are no longer required.
  252. Instead, TextView uses a file called PROT.DAT to get it's protocol
  253. information and creates menus from that.  The format of PROT.DAT is
  254. similar to PCBPROT.DAT, with entries that look like this:
  255.  
  256. X,N,Xmodem
  257.  
  258. The entries are defined as follows:
  259.  
  260. X= Letter to appear on Menu to run Protocol
  261. N= Error correcting Modem required? (Y/N)
  262. Xmodem= Name of protocol as it will appear on Protocol Menu.
  263.  
  264. A sample PROT.DAT file is included in with TextView.  This file is
  265. exactly the same as the one used in the BBSList door, for sysops using
  266. both doors.
  267.  
  268. line 9 of the .CNF file has been replaced by the feature introduced
  269. below:
  270.  
  271. --------------
  272.  
  273. Line 9 of the .CNF file now affects registered versions of
  274. TextView only.  A filename can be placed on this line that contains
  275. filenames and paths of files to be displayed in the order they appear on
  276. the menu.  This feature will cut down maintenance considerably for
  277. registered users who use TextView for online magazines that change daily
  278. or weekly but maintain the same filenames issue to issue.  If the word
  279. DEFAULT appears on this line, then registered versions will utilize the
  280. TVx format for display files.
  281.  
  282. ---------------
  283.  
  284.  
  285. 1-7-89 V 2.4
  286. ------------
  287.  
  288. Added a separate menu for error correcting protocols.  PROT1 and PROT1G
  289. now have your non-error correcting protocols, while PROT2 and PROT2G
  290. will have both error correcting and non-error correcting protocols.  The
  291. callers with error correcting modems will be shown PROT2 while other
  292. callers will see PROT1.  If you don't have an error correcting modem,
  293. then you don't need the PROT2 files at all, as they will never be shown.
  294.  
  295. 12-26-88 V 2.4 ß2
  296. -----------------
  297.  
  298. Fixed a bug that caused aborted uploads if a user has more than two
  299. words in his name.  So, now when DICK VAN DYKE calls your BBS, he'll be
  300. able to get your files.
  301.  
  302. You MUST update your protocol batch files (X.BAT, Y.BAT, etc) with this
  303. update!
  304.  
  305.  
  306. 12-23-88 v2.4 ß1
  307. ----------------
  308.  
  309. TextView will now report cps and errors to the caller log and
  310. download.txt.  Be sure to update your protocol batch files (X.BAT,
  311. Y.BAT, etc) to the ones in this ARC. They must include a line that says:
  312.  
  313. SET DSZLOG=TEMP.LOG
  314.  
  315. 12-17-88 V2.3
  316. -------------
  317.  
  318. Official Release!
  319.  
  320. 12-07-88 V2.3 ß17
  321. -----------------
  322.  
  323. CHANGE IN .CNF FILE!
  324.  
  325. Line 10 is now the name of the door.  This is what appears on the 
  326. Sysop Status line.
  327.  
  328. I am personally running four TextView doors.  I can never tell if a 
  329. person is in my "NewUser" or "NewsBytes" or "Support" or what..so I've 
  330. added this option.  The name will also appear at the top of the 
  331. downloading screen.
  332.  
  333.  
  334. 11-22-88 V2.3 ß16
  335. -----------------
  336.  
  337. CHANGE IN .CNF FILE!
  338.  
  339. Compiled with new version of Prokit that supports animated ANSI files.
  340.  
  341. Delete Line 9 of the .CNF file.  Sam Smith informed me that it is not 
  342. needed because Prokit will automatically put ANSI files in non-stop 
  343. mode.  This makes the Y/N entry for more prompts kind of futile as it 
  344. is already handled inside the door when it detects the characters that 
  345. ANSI files use to clear the screen.
  346.  
  347. Line 9 is now the protocol letter that you use for your full-flow 
  348. protocol (Ymodem-G or whatever it's being called this week) See beta 
  349. 15 notes for details on this entry.
  350.  
  351.  
  352. 11-15-88 V2.3 ß15
  353. -----------------
  354.  
  355. CHANGES IN .CNF FILE!  Line 9 now tells TextView weather or not you 
  356. want the files to be viewed to use "more" prompting.  Put a Y on this 
  357. line for more prompting.  Put a N on this line for no more prompting. 
  358. This was added so that Sysops using TextView for ANSI file viewing 
  359. won't have the ANSI screens interrupted by the more prompt.  If you 
  360. are using TextView to display normal text files, put the letter Y on 
  361. this line.
  362.  
  363. Line 10 tells TextView which letter you are using for an error free 
  364. transfer protocol like Xmodem-1K-G (Ymodem-G).  If you don't have an 
  365. error correcting modem, just put the word NONE on this line.  If you 
  366. are running an error correcting modem, like the USRobotics HST, then 
  367. put the menu selection letter you've chosen in PROT(G) on this line. 
  368. For example, if you use the letter F for Xmodem-1K-G like PCBoard 14.0 
  369. does, then put a letter F on this line.
  370.  
  371.  
  372. NOTICE:
  373. -------
  374.  
  375. It appears that the beta process for PCBoard 14.0 will be comming to a 
  376. close in the near future.  I plan on releasing TextView 2.3 officially 
  377. the same day PCBoard 14.0 is released.  This means that I will be 
  378. freezing this version as far as new features.  I will be working on 
  379. bug reports only from here until the release date.  THANKS to all for 
  380. the great suggestions and assistance!
  381.  
  382. 11-13-88 V2.3 ß14
  383. -----------------
  384.  
  385. Major Update!  More Features!  Smaller Code Size!
  386.  
  387. ----------------
  388.  
  389. A major change in the way TextView handles protocols.  There have been 
  390. requests to allow Sysops to define protocols and protocol letters. To 
  391. accomidate this, I've taken most of the code that handles protocols 
  392. out of TextView.  Now TextView will look for a files called PROT and
  393. PROTG in the same directory as your TV.EXE file.  This is your 
  394. Protocol menu.  There are sample PROT(G) files included in this ARC 
  395. file.  IMPORTANT: for each protocol you put on the Protocol Menu you 
  396. must have a .BAT file named after the menu letter you have given the 
  397. protocol in the PROT(G) file.
  398.  
  399. So...if you aren't changing your protocols at all, then you need do 
  400. nothing but copy the PROT and PROTG files into the same directory as 
  401. TV.EXE because I've already set-up the old letters as the default.
  402.  
  403. If you now want to change:
  404.  
  405. [Y] Ymodem (Xmodem-1K)
  406.  
  407. to:
  408.  
  409. [O] Xmodem-1K (Old Ymodem)
  410.  
  411. Like PCBoard 14 has, you would have to change that in the PROT and
  412. PROTG files, plus rename Y.BAT to O.BAT  (That's the letter O not the 
  413. number 0).
  414.  
  415. If you want to add Jmodem to your list of protocols, you must put a 
  416. new line in PROT and PROTG and also create a batch file called J.BAT 
  417. that send the Jmodem commands.  Use one of the existing .BAT files 
  418. (X.BAT, Y.BAT, Z.BAT) as a model.
  419.  
  420. If you don't handle this correctly, Textview will tell your caller 
  421. that the selected protocol is not available.
  422.  
  423. Sysops running my BBSList door may use the same PROT, PROTG and 
  424. download batch files (X.BAT, Y.BAT etc.) for both doors as long as 
  425. TV.EXE and BLIST.EXE are in the same directory.
  426.  
  427. ------------
  428.  
  429. TV.EXE will now automatically colorize your TVDIR file using the same 
  430. procedure as Prodoor.  if you have a TVDIRG delete it and TV will 
  431. colorize it for you without the need to have two DIR files on your 
  432. disk.
  433.  
  434. -------------
  435.  
  436. Recompiled under Prokit dated 11-13-88 to eliminate problem Beta 13
  437. had with displaying the SCRIPT0 file when a user returned to the BBS,
  438. plus a lockup when users logged off inside the door.
  439.  
  440.  
  441. 11-07-88 V2.3 ß13
  442. -----------------
  443. Recompiled under Turbo Pascal 5.0.
  444.  
  445. 10-29-88 V2.3 ß12
  446. -----------------
  447. Fixed bug that kept [D]ownload off the command line in beta 11.
  448.  
  449. 10-28-88 V2.3 ß11
  450. -----------------
  451. CHANGE IN .CNF FILE.  Line 6 now describes which download procedure to 
  452. use (Single, Multiple or None).  If you don't allow downloading, then 
  453. put the letter N on this line.  If you only allow one file to be 
  454. downloaed, then put the letter S on this line.  If you have a list of 
  455. files available for download then put the letter M on this line.
  456.  
  457. Line 7 is also changed.  If you have multiple files for download then 
  458. you need the path to the files (example: C:\TV\DL).  If you only have 
  459. one file available for download then you MUST include the filename in 
  460. the path (example: C:\TV\DL\FILES.ARC.
  461.  
  462. This change was made because the old way was awkward when there was 
  463. only one file to download.
  464.  
  465. 10-22-88 V2.3 ß10
  466. -----------------
  467. Added a check to be sure that the user has enough time to download the 
  468. file before the transfer starts.
  469.  
  470. 10-20-88 V2.3 ß9
  471. ----------------
  472. CHANGE IN .CNF FILE.  TextView will now allow you to provide a list of 
  473. files that can be downloaded inside the door.  Line 7 of the .CNF file 
  474. must now show the path to these files.  The directory of files is 
  475. called TVDIR and should be located in the same directory as the rest 
  476. of your Textview display files (TVMENU, TVHELLO, etc).  WARNING: Be 
  477. sure that the path listed in line 7 has ONLY the files you want to be 
  478. downloaded, as ANY file in that path will be available for download! I 
  479. don't want to hear from people who put C:\PCB\MAIN as the path and are 
  480. now upset.
  481.  
  482. 10-15-88 V2.3 ß8
  483. ----------------
  484. Added a switch in the .CNF file Line 8 to toggle Writing to the 
  485. Callers log and DOWNLOAD.TXT on or off.  TV still won't write to the 
  486. caller log if the sysop is on locally regardless of this setting to 
  487. avoid messing up the caller log on single node systems.
  488.  
  489. 9-21-88 V2.3 ß7
  490. ---------------
  491. Added a message telling user if time has been added for use inside of 
  492. the door.  Deleted an extra space in the caller log entry that was 
  493. causing an allignment problem with CALLS.EXE reports.  Added Routine 
  494. to check for presence of each download batch file (X.BAT, Y.BAT, 
  495. Z.BAT, G.BAT).  If any are missing then that protocol isn't displayed 
  496. in the protocol menu.  This is for Sysops who want to delete a 
  497. protocol.
  498.  
  499. 9-12-88 V2.3 ß6
  500. ---------------
  501. Made Ymodem-G (Xmodem-1K-G) appear on the protocol menu on local 
  502. connections to end confusion about the dissapearing Ymodem-G.  On a 
  503. remote connection, Ymodem-G only appears on the menu if there is an 
  504. error correcting modem at both ends.
  505.  
  506. 9-8-88  V2.3 ß5
  507. ---------------
  508. Fixed problem where downloads were reported as FILENAME.ARC.ARC.
  509.  
  510. 9-7-88  V2.3 ß4
  511. ---------------
  512. Included PROCHAT which is a text file displayed by Prokit when chat 
  513. mode is activated.  Adjusted the more prompt so that my author credit 
  514. dosen't count in the TVHELLO(g) file causing the more prompt to appear 
  515. to happen prematurely.
  516.  
  517.  
  518. 9-6-88  V2.3 ß3
  519. ---------------
  520. Re-compiled with Prokit dated 9-5 to correct problems with displaying 
  521. the (More) prompt too soon.
  522.  
  523. 9-3-88  V2.3 ß2
  524. ---------------
  525. Changed the download Batch file format so that TextView and BBSList 
  526. could share the same files rather than having a double set.  Batch 
  527. file for Zmodem is now called Z.BAT instead of TVZ.BAT. X.BAT for 
  528. Xmodem, Y.BAT for Ymodem, etc.  Sysops who are upgradign to this 
  529. version must put the new Batch files in the TextView Directory!
  530.  
  531. 8-30-88  V2.3 ß1
  532. ----------------
  533. Eliminated line 7 of the .CNF file which was a switch to include 
  534. Ymodem-G to the list of protocols.  TV now checks PCBOARD.SYS to see 
  535. if the error correcting modem flag is set and adds Ymodem-G if it is.
  536. Added PCBoard 14.0 compatibility.
  537.  
  538.  
  539. 8-23-88  V2.1
  540. -------------
  541. Fixed conflict when a BBS runs more than one TextView door with 
  542. different files to be downloaded in each door.  Modified protocol 
  543. batch file parameters to send the full path instead of just file name. 
  544. This requires a change in TV.CNF line 7!
  545.  
  546. 8-22-88  v2.0
  547. -------------
  548. Official release of TextView 2.0
  549.  
  550. 8-19-88  V2.0 ß8
  551. ----------------
  552. Changed the [X]pert Toggle to [M]enu-On/Off.  Menus now default to 
  553. being on regardless of the users expert status on the main board.  Too 
  554. many lost souls in the door couldn't figure out what [X]pert meant.
  555.  
  556. 8-14-88  V2.0 ß7
  557. -----------------
  558. Stopped door from writing messages to caller log if sysop is on in 
  559. Local mode.  Changed due to complaints from one node sysops that the 
  560. door was "messing up" the caller log.  Added [X]pert mode for those 
  561. that don't like to sit thru menus over and over.
  562.  
  563. 7-25-88  V2.0 ß5
  564. ----------------
  565. Changed Download batch handling so that one set of batch files can be 
  566. located in the same directory as TV.EXE instead of having several sets 
  567. of batch files in different directories for multiple TextView doors.  
  568. Now passing Username and filename as %1 %2 %3 to the download batch 
  569. files so the sysop will know who is on during a transfer.  Changed 
  570. position of filename to be downloaded in .CNF file.
  571.  
  572. 7-23-88  V2.0 ß4
  573. ----------------
  574. Added more color.  Changed bad transfer reporting to internal rather 
  575. than Batch file method.  Added a Ymodem-G option for boards running 
  576. error correcting modems.
  577.  
  578. 7-20-88  V2.0 ß3
  579. ----------------
  580. Expanded the Transfer protocol routine.  Improved error reporting to 
  581. caller log.
  582.  
  583. 7-18-88  V2.0 ß2
  584. ----------------
  585. Added option to give an amount of time specified in the .CNF file to 
  586. users of a level also specified.  The time added for use in the door 
  587. is deducted when the user leaves the door.  The idea is to allow 
  588. boards with mandatory registration to let a first time caller go into 
  589. the door and read new user bulletins and/or download info on the BBS 
  590. (the files listing here at The Ledge).
  591.  
  592. 7-17-88  V2.0 ß1
  593. ----------------
  594. Added a switch to the .CNF file to allow the sysop to permit the 
  595. downloading of one file in the door at "no charge" to the user's 
  596. upload/download ratio.  The idea is to let the user save time by 
  597. downloading the text info in the door rather than reading it online.
  598. Successful downloads are reported in CALLERx and DOWNLOAD.TXT, but 
  599. does not reflect in the USER file.
  600.  
  601. 7-2-88  V1.2
  602. ------------
  603. Changed [Q]uit to [E]xit.  Added [H]angup which will execute a proper 
  604. logoff and write "User off Automatically" to the Caller log.
  605.  
  606. 6-26-88 V1.1
  607. ------------
  608. Naturally, after weeks of beta testing with no problems, a bug showed 
  609. up after the first day of official release.  V1.1 corrects a problem 
  610. where an endless loop of "invalid command" messages might develop if 
  611. the caller hangs up during certain functions.
  612.  
  613. 6-25-88  V1.0
  614. -------------
  615. Initial release
  616.