home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / BBS / DOORS / BVOTE5_1.ZIP / BVOTE.HIS < prev    next >
Encoding:
Text File  |  1990-09-30  |  5.4 KB  |  125 lines

  1. ------------------------------------------------------------------------------
  2. Version 2, Revision 3
  3. ------------------------------------------------------------------------------
  4.  
  5. I found out from a SysOp who used Bvote that the security check levels were not
  6. working correctly for the high security levels that Remote Access has.  This
  7. problem has now been solved.
  8.  
  9. ------------------------------------------------------------------------------
  10. Version 3, Revision 1
  11. ------------------------------------------------------------------------------
  12.  
  13. Ability for SysOp/CoSysOp (as defined in BVOTE.CFG) to modify the configuration
  14. file, BVOTE.CFG, from within Bvote.  BE CAREFUL WHO YOU LET HAVE ACCESS TO THIS
  15. FEATURE.  Not that they can do any real damage, but someone might turn off a
  16. feature you want on, etc.
  17.  
  18. User Time Left is now monitored and will exit with Errorlevel 3 if this occurs.
  19.  
  20. Bvote now detects if there is a fossil driver or not.  If there is NOT one then
  21. it will exit with Errorlevel 4.
  22.  
  23. A few cosmetic changes were made.
  24.  
  25. Many source code changes were made to make things work more efficiently.
  26.  
  27. ------------------------------------------------------------------------------
  28. Version 3, Revision 2
  29. ------------------------------------------------------------------------------
  30.  
  31. Made changes to the SysOp Menu's Change BVOTE.CFG Option so that when you press
  32. enter on one (leaving it blank) that it will leave it at the old value.
  33.  
  34. ------------------------------------------------------------------------------
  35. Version 3, Revision 3
  36. ------------------------------------------------------------------------------
  37.  
  38. Error was found in keeping up with the time.  This has been fixed and you may
  39. now give Bvote any amount of time up to 24 hours.
  40.  
  41. ------------------------------------------------------------------------------
  42. Version 4, Revision 1
  43. ------------------------------------------------------------------------------
  44.  
  45. When a user is voting it does not return to the main menu instantly after
  46. voting.  Bvote now returns to the voting menu instead of the main to make it
  47. more convenient for consecutive voting.
  48.  
  49. Bvote now displays ONLY those booths that a user can vote on when they go to the
  50. voting menu instead of letting you choose those that you have previously voted
  51. on before and then telling you that you can't vote on them.  This should be more
  52. convenient for everyone.  The same goes for the results menu if the Allow User
  53. To See Results Before Voting is set to No in the configuration.
  54.  
  55. The #1 voted-on topic is now displayed with a blinking attribute.  This adds a
  56. nice touch to easily see which one is on top.
  57.  
  58. A couple of cosmetic changes and internal changes have been made.  Some stuff
  59. was taken out of the source code due to non-usage.  Hopefully I didn't take
  60. anything vital out of it.
  61.  
  62. ------------------------------------------------------------------------------
  63. Version 4, Revision 2
  64. ------------------------------------------------------------------------------
  65.  
  66. Direct Screen Writes have now been added.  This makes it MUCH better for the
  67. local user as well as speeding it up for 9600 and above connections.  Things are
  68. no longer slowed down for both due to slow ANSI writes.  [Which means I now
  69. handle the ANSI writes myself]
  70.  
  71. Noticed an error!  A user could enter more than 20 choices per booth as well as
  72. being able to go over the 20 internal limit for number of booths.  This has
  73. definately been fixed.  If they go over the limit then this can crash the system
  74. quite easily by overwriting bad parts of memory...
  75.  
  76. Blinking of the Top Choice in Results was only working for the Local user.  This
  77. bug has been fixed.
  78.  
  79. New SysOp Configuration option to select Direct or ANSI Screen Writes.  Unless
  80. you go to the configuration and change it to (D) it will default to ANSI as it
  81. was before.  Direct writes are MUCH faster.  NOTE: No `Snow' Checking Is Done.
  82.  
  83. SysOp is now prompted for confirmation before deleting a booth.  This is just to
  84. add a bit of protection against deleting the wrong booth.
  85.  
  86. A few more cosmetic changes were made.
  87.  
  88. ------------------------------------------------------------------------------
  89. Version 4, Revision 3
  90. ------------------------------------------------------------------------------
  91.  
  92. Change in wording was made.  Bvote doesn't do actual Direct Writes.  It can do
  93. BIOS writes.  Direct Writes may come soon though..  I think you'll find the BIOS
  94. writes MUCH faster.  This requires an IBM PC Compatible to do this.
  95.  
  96. ------------------------------------------------------------------------------
  97. Version 5, Revision 1
  98. ------------------------------------------------------------------------------
  99.  
  100. A nasty bug was smashed.  If more than 16 booths were present then Bvote started
  101. overwriting parts of previous booths.
  102.  
  103. A simple "graph" has been added to Bvote on the results.  It's simple, but adds
  104. a nice touch.
  105.  
  106.  
  107. UPCOMING FEATURES BY 5.3:
  108.  
  109. 1) Hot Keys [S] and [P] that will work just like in QuickBBS - Pause and Stop.
  110.  
  111. 2) Better screens (I'm going to try to get some artistic friends to help out.)
  112.  
  113. FEATURES PLANNED ON:
  114.  
  115. These are features I want to add in the near future but can't promise.  They
  116. include:
  117.  
  118. 1) BIOS Modem Writes along with FOSSIL support (Right now it's just FOSSIL)
  119.  
  120. 2) Support for more BBS types (probably via. Command Line parameters)
  121.  
  122. 3) Reorganization of the data files (that should be fun..)
  123.  
  124. 4) Give me a suggestion and I'll think about it.
  125.