home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / RYBBS76.ZIP / RYBBS76.LZH / NEW.DOC < prev    next >
Text File  |  1992-11-06  |  14KB  |  332 lines

  1. version 7.0 released
  2. 7.01
  3. -fix bug in ESC at dial menu in RyCOMM
  4. -fix bug in number of remembered files
  5. -fix bug #201 error in file downloads
  6. -allow a longer delay before asking the login graphics question.
  7. -fix double upload entries (I really got it this time!)
  8. -disable timer display while doing file xfers
  9. version 7.1 released!
  10.  
  11. 7.11
  12. -allow ANY baud rate (following CONNECT message)
  13. -show node number in callers.log at program startup
  14. -allow the phone number to be changed in user stats
  15. -select new user color status thru a letter (instead of toggle). This
  16.   will allow the color to be modifiable via the MULT command
  17. -New command line parameter in Multi-User version
  18.   /N#
  19.   where # is the forced node number. Default will be auto selection (use
  20.   next available free number) but this will be useful with multi user
  21.   systems where it's unclear which node may come up first.
  22. -new Startup.bbs command SEARCH OFF which will turn off ability to name
  23.  search when entering a message
  24. -By putting the character @ as the first character of your 'phone picture'
  25.  you force the output to exactly the size you define (no partial pictures
  26.  allowed!)
  27. -fix backspace in picture questionnaire
  28.  
  29. 7.12
  30. -fix problem with non-stop messages not working for msg >22 lines
  31. -allow selection of upload protocol when external and internal protocols
  32.  both active
  33. -show the last upload description line (bug!)
  34. -fix bug where pressing S at file [S]top prompt would not stop full
  35.  listing....works better for Non-Stop as well
  36. -fix bug where only 1 file area shows at new files command
  37. -increase # of menu commands to 50
  38. -allow unlimited lines in a ramfile
  39. -put in netnames.bbs (format username net/node) for fido lookups in
  40.  messages (preface name with /)
  41. -allow file remember in normal file listing
  42.  
  43. 7.13
  44. -THE NAME OF THE NAME FILE is NETNAMES.BBS NOT NETNAMES.DEF (as i had
  45.  originally written!)
  46. -show initials of message authors in reply instead of just >
  47. -new Startup.bbs option IRQ X where x is communications interrupt number
  48. -new Exciting!! Startup.bbs option
  49.  BINKLEY filename
  50.  where filename is the full pathname of your binkley program. For example,
  51.  binkley \netmail\bink1\bt.exe
  52.  Rybbs now has the ability to execute Binkley as a child program...while
  53.  remaining resident.  The main advantage of this is that the time it takes
  54.  for RyBBS to re-load is greatly reduced.  The Binkley events are still
  55.  active and should be checked for in your r.bat batch file.
  56. -fix bug where SCAM command wouldn't check for user's security level
  57. -ability to specify FIDO board in ryboards.bbs as
  58. num,security,name,filename,FIDO
  59. if fido is there when you enter a message the system will query you for
  60. a net/node number
  61.  
  62. 7.14
  63. -fix bug where attempt to edit line 0 of a message will crash system
  64. -increase 'stack size' so fewer error 202's should occur
  65. -show 'no wildcards' for filename if user puts in * or ?
  66. -remove checking for date before each area.
  67.  
  68. 7.15
  69. -allow message header (ie subject, toname and privacy status) to be changed
  70.  via M key at message action prompt
  71. -allow /netname option on FIDO base only
  72. -P from message access prompt will go to previous message.
  73. -On non-stop read only marked messages should display now.
  74. -Press F4 (for errorlevel 40) to log into the system locally while Binkley
  75.  is on-line.
  76.  NOTE! You may have to change your r.bat file (and binkley setup files) so
  77.  F4 is no longer used as anything other then local log-on.
  78. -if Subscription bbs system active an F9 to change security will also
  79. prompt for sub date
  80. -increase # of message boards to 150
  81.  
  82. 7.16
  83. -fix bug in non-fido board where net/name could still be applied
  84. -allow message upload into a netmail board
  85. -allows the name to be seen when viewing a message on the first screenful
  86. -allow modification of remember files (at time of download)
  87. -fix bug memory bugs in message area
  88. -allow for 150 message boards (again)
  89. -remove initials on message origin duplicates in anonymous message bases
  90. -re-blank screen even after aborted answer
  91. -speed up logon message checking significantly!
  92. -fix bug where deleted messages were checked when using SCAM command
  93. -allow message disposition (ie save,abort,continue) to be MULT-able...
  94.  NOTE!!! THIS WILL CHANGE YOUR MULT COMMAND TO LEAVE A COMMENT TO SYSOP!!!
  95. -still working on getting doors/srun to work with all doors
  96. -this version seems to fix some ansi problems in doors...report back please
  97. -fix bug where total memory was getting decreased if message bases were
  98. empty
  99. -new startup.bbs paramter DEFAULT EXT=XXX
  100. where XXX is the default extension you wish on your system (IE ARJ, ZIP, ARC,
  101. SOB,GIF)
  102. Example DEFAULT EXT=ZIP
  103.  
  104. 7.16a
  105. -fix 2 bugs in internal protocols
  106.  
  107. 7.17a  2/19/92
  108. -allow substitution parameter %USERNAME in all text files. The user's name
  109. will be substituted in at that point.
  110. -New Questionaire Functions!
  111.   -new function
  112.     :LABELNAME
  113.     allows labels to be defined
  114.   -new function
  115.     >:LABELNAME
  116.    goto will allow branching to a subsequent FORWARD label
  117.   -new function
  118.     ~ANSWER:LABELNAME
  119.    will allow branching dependent on previous question answer
  120. Example
  121. *This is a test of the new features
  122. +are you a sysop?
  123. ~Yes:YesSysop
  124. +Do you wish information about RyBBS? -
  125. ~No:NoInfo
  126. Where shall we send it?
  127. >:End
  128. :Noinfo
  129. Why Not?
  130. >:end
  131. :YesSysop
  132. What's the name of your bbs? -
  133. :end
  134.  
  135. NOTE WELL: At this point all go to's or branching are in the forward
  136.   direction only.
  137.  
  138. 7.17b  2/23/92
  139. -Two new questionaire functions
  140.  !CANCEL (acting like a label) will will allow a questionaire to be exited
  141.  without verifying or saving results
  142.  !BEGIN will erase all current answers and restart questionaire at the
  143.  beginning of the questionaire.
  144. -allow files.bbs text search to 'backup' to include name and subsequent lines
  145.  if found text is  on a line other then the first one.
  146.  
  147. 7.17c
  148. -allow most files that are being output to dump .ASC file if user has
  149.  ASCII graphics enabled and .ANI if ANSI graphics...otherwise the actual
  150.  specified filename is output.
  151. -When sysop activate chat feature CHAT.BBS is output to the user (if
  152. available, otherwise the normal chat message)  CHAT.ASC, CHAT.ANI active here
  153. -if RYEDIT.EXE is in the system directory a full screen edit mode is active
  154. in local logins only.
  155. -run batch file UPCHECK.BAT immediately after an upload. The purpose of this
  156.  is for automatic virus detection.  Format of the batch file will be
  157.  progname.exe %1
  158.  When the batch file is invoked the %1 will be replaced with the name of
  159.  the uploaded file.
  160. -fix bug where ARC ONLY did not lock out compressed files
  161.  
  162. 7.18a
  163. -New Rycomm terminal mode that will allow instantaneous menus displays
  164.  when connected up to an RyBBS system
  165. -increase # of message areas to 500...(are you happy now?)
  166. -new text file commant
  167.    %MULT followed by a mult command
  168.  this will load a mult command at the time of this operation. Example
  169.   The sysop's not around right now, but if he comes back he may
  170.   cut in to chat with you. Why not leave a comment instead?
  171.   Thanks.
  172.   %MULT&
  173.   where the & is a menu command in the currently selected menu that
  174.   will go to the chat menu as follows:
  175.  
  176.   cmnt,%,5,5,   Do you wish to leave a comment to the sysop?,
  177.   menu,n,5,5,       (N)o - Return to main menu,main.mnu
  178.   mult,y,5,5,       (Y)es..leave comment,n;m;c;8;e;sysop;comment;y;m
  179.   *The above line performs the following commands: n-go to main menu;
  180.   *m-go to message menu; c;1- change to message area 1; e;sysop;comment- enter
  181.   *a message to the sysop..topic of comment; y-yes it's private; s-save message
  182.   *n-no carbon;
  183.  
  184. 7.18b
  185. These following changes are a direct result of the Minneapolis/St Paul
  186. RyBBS meeting....Thanks guys!
  187. -New text file command %DISPLAY followed by a filename (full pathnames ok!).
  188.  This file will be output as a text file (no ansi support at this time)
  189.  immediately after the current file is displayed.  Allows multiple files to
  190.  be strung together instead of having a single large file
  191. -freefile.bbs should not increment the ratio pointer.
  192. -allow files to be remembered at the end of each file listing (forward,
  193.  reverse or search)
  194. -Chat capture (PgDn) function
  195.  
  196. 7.18c
  197. -1,2, and 3 minute warning before system cut-off
  198. -fix bug in ANSI file display
  199. -put in 1,2,3 minute warning until system cut-off
  200. -fix bug where system says file canceled instead of file xfer successful
  201.  and vica versa
  202. -new startup.bbs parameter
  203. SYSOP NAME Name
  204.  where name is the sysop's other name that will be translated to sysop when
  205.  a user enters that other name
  206.  
  207. 7.18d
  208. -fix chat capture file
  209. -new screen.def parameter %TIME will put current time on 'waiting for call'
  210.  screen
  211.  
  212. 7.19
  213. -fix force read bug in normal text files
  214. -allow CHGD and CHGU to output ANSI files when a text file is in the
  215.  filename area. That is, in the command
  216.  chg,c,5,5, [c]hange file area,download.txt
  217.  the user will see download.txt with no graphics, download.asc with
  218.  ascii graphics and download.ani with ANSI graphics. Ditto with upload.bbs
  219. -if not enough memory exists for swapping out to disk or EMS during a drop to
  220.  dos,SRUN or internal program call the system will still drop, but without
  221.  swapping.
  222. -fix 12:00 am wrap-around in the seconds before blanking on waiting for screen
  223.  
  224. 7.19b
  225. -disallow privacy status change in email and forced public message bases.
  226. -new RyBBS command TEXN.  This works exactly the same as the TEXT command with
  227.  the single exception that it prompts for a 'PRESS ENTER' at the end of the
  228.  file. This one has been a long time coming!
  229.  
  230. 6/2/92
  231. Version 7.5 released!
  232.  
  233. 7.51
  234. -allow UPCHECK.BAT to swap out for more memory
  235. -new ryboards.bbs option ECHO after filename. This will turn off name
  236.  checking for that base only. Intended for fido echos since many users will
  237.  not be members of the bbs.
  238. -add default extension to upload name
  239. -decrease time for graphics logon question from 180 to 60 seconds.
  240. -new startup.bbs option DEFAULT SUBDATE MM/DD/YY
  241.  where the date is the default subscription expiration date
  242. -fix bug where if a file wasn't found on a remember download function memory
  243.  might not be restored to the system.
  244. -fix bug where >256 message boards could not be accessed
  245. -new questionarire command !MULT command
  246.  when the questionarre reaches this label the questionarire will be
  247.  terminated immediately and the 'command' text will be loaded as if a mult
  248.  command had been executed.
  249. -goodbye.bat file will be executed after person logs off (or drops carrier!)
  250. -%FIRST in a QUER statement will show the users first name in that place.
  251. -Change dl time formula to one that will show shorter (and hopefully more
  252.  accurate) times of download.
  253. -fix bug where F9 to bump user security while on line can screw up the
  254.  sub date with misc characters.
  255. -FILEATTACH option in ryboards.bbs (after filename,) allows a single
  256.  area to be marked as having files attached.  Currently all files are
  257.  transfer via Zmodem into the \Tmpbatch directory (or the BATCH area
  258.  defined in startup.bbs)
  259. -Allow %FIRST (first name of current user) option in a text file
  260. -restore chat time to user after chat.
  261. -fix the screen blanking problem when the time goes past midnite.
  262.  
  263. -won't drop DTR when program ends (let's play with this one, guys!).  This
  264. will allow the modem to stay 'off-hook' after program finishes. However you
  265. might need to adjust your modeinit.bbs file to put the modem back on-hook.
  266. -modify message read on login so that received messages are still shown.
  267. -allow other misc characters to be valid filenames in the colorized file
  268.  display (ie #,$,%, etc)
  269. -fix bug where message wasn't being marked properly
  270. -new ryboards.bbs option RECEIPT will prompt for desire of a receipt
  271.   of message received. The system will send a message to the message
  272.   author indicating that the message was received by the recipient.
  273. Example of ryboards format:
  274.  
  275. 1,5,Email Messages,email1,receipt
  276. -allow much more memory to be gotten when a SRUN is executed.
  277. -play with baud rates a bit...try to solve port locking and /B conflict
  278. -fix bug in [R]emember function
  279.  
  280. -Questionaire function ^ will clear screen.
  281. -labels can now be reverse searching (this needs testing however!)
  282. -BINKLEY startup.bbs parameter may now have its' errorlevels set in a
  283.  config file MAILDOOR.BBS of the form
  284. baud rate,errorlevel
  285. example
  286. 300,3
  287. 1200,12
  288. 2400,24
  289. NOTE: Binkley values are pre-defined.  If the file maildoor.bbs is NOT found
  290. binkley is assumed.
  291. -fix receipt bug.
  292. -increase allowable message lines to 200 max
  293. -increase # of lines that can be output via the SALL command to 39 max.
  294. -fix bug related to SALL command where # of lines exceeded 5
  295. -make file area listing 2 across side-by-side
  296. -make message area listing 2 across side-by-side
  297.  
  298. 7.52
  299. -accomodate testedit full screen ascii text editor
  300. -new startup.bbs parameter
  301.  EXTENSION XXX
  302.  where xxx is a three letter extension that will be searched when an upload
  303.  is requested to be performed.  At that point files with the uploaded names
  304.  and with the names and the specified xxx extension will be searched for.
  305.  If found the upload will be canceled. Example: we have a line
  306.  EXTENSION ARC
  307.  The current user attempts to upload newfile.zip. Newfile.zip doens't
  308.  exist but perhaps newfile.arc does!  The file upload will be canceled
  309.  by RyBBS
  310. -fix bug where multiple files attempted to dl would give large numbers
  311. for download time.
  312.  
  313. Prelim 7.xxx
  314. -fix bug in carbon
  315. -fix bug in AUTP (i hope)
  316. -fix bug in file attach
  317. -fix bug in receipt
  318. -allow cursor keys to be active in RyCOMM
  319. -allows new /B parameters as follows:
  320.   /B6 for 4800 baud
  321.   /B7 for 7200 baud
  322.   /B5 for 12000 baud
  323.   /B4 for 14400 baud
  324. new startup.bbs command NOLIST for multi-user version only
  325.  This command will turn off the login showing of who's on all nodes.
  326. -combined testedit and ryedit into a single program: RYEDIT
  327.  The new version of RYBBS needs to have this single editor (or none at all!)
  328.  to be available in the system directory for full screen editing of both
  329.  local and remote messages.
  330. -auto detect of ANSI terminals
  331.  
  332.