home *** CD-ROM | disk | FTP | other *** search
/ World of Ham Radio 1997 / WOHR97_AmSoft_(1997-02-01).iso / windows / win_73 / amsoft.iii next >
Text File  |  1997-02-01  |  27KB  |  688 lines

  1. 5.15 beta
  2.  
  3. - User MUST give his informations (QTH, Name, Zip, HomeBBS) before the BBS
  4.   goes on. (option in INIT.SRV)
  5.  
  6. - Command SR allows +filename (authorized sysops only).
  7.   Format : SR [#number] [+Filename] [Subject]
  8.  
  9. - Variables %A %G %M %n %P identical to the $A $G $M $n $P, but without
  10.   trailing spaces.
  11.  
  12. - Command DU in FBBDOS gives disk usage from a directory.
  13.  
  14. - New message format in ERROR.SYS. Should be easyer to understand.
  15.  
  16. - YAPP and XMODEM uploads are now buffered.
  17.  
  18. - length of PATH in CD command is checked (8 characters/3 extension).
  19.  
  20. =============================================================================
  21. 5.15 distributed version.
  22.  
  23. 5.15 evolution
  24.  
  25. - Code more compact, 40KB less memory.
  26.  
  27. - Fixed WP updates (title and sender)
  28.  
  29. - Unproto lists to more than one path for a port
  30.  
  31. - Unproto lists now managed for each port.
  32.  
  33. - New Command X1GET for 1K-XModem & YGET for YModem YModem-batch YModem-G.
  34.   Needs FBBIOS 1.32 or more.
  35.  
  36. - Variable $e = city of the connected user.
  37.  
  38. - Fixed the privilege problem with modem.
  39.  
  40. - langname.NEW as langname.ENT, but read only once for each user at the first
  41.   connection.
  42.  
  43. - N Command did not work 100%. Fixed.
  44.  
  45. - Number of new and unread messages updated when using command E
  46.  
  47. - Old SYSOP private bulletins are tested as normal bulletins. 
  48.  
  49. - More than one destination for copies of messages to SYSOP in INIT.SRV
  50.  
  51. - Time_out format changed in INIT.SRV
  52.  
  53. - Max KB for download in modem and yapp port in INIT.SRV
  54.  
  55. - Variable %d = Nb of KB downloaded to the user
  56.  
  57. - Variable %m = Maximum KB of download allowed on the port.
  58.  
  59. - Sysop commands :
  60.   /K House keeping (like F8 3)
  61.   /L Software reboot (like F8 2)
  62.   /M Immediate software reboot (like F8 1)
  63.  
  64. - only Port which are validated for gateway are allowed from the conference.
  65.  
  66. - only one simultaneous forward for a station allowed.
  67.  
  68. - Commande FG gives the partly received messages.
  69.  
  70. - The first BBS header only for ACK messages.
  71.  
  72. - Callsign and route search in WP 6 times faster.
  73.  
  74. - Import/export channel is 99.
  75.  
  76. - New encoding system. Should be faster (and safer I hope !)
  77.  
  78. - New XMS interface
  79.  
  80. - Too long callsigns in routing are rejected (asked by G1NNB)
  81.  
  82. - Variable %O = callsign of sysop.
  83.  
  84. - Text Line T_TRT+11 ("Command error") becomes :
  85.   <CR> Continue <A>bort ... >
  86.   For all paging which is not in message area.
  87.  
  88. - "(N)ext-message (C)ontinue-without-paging" now works in all cases.
  89.  
  90. - Devalidation of BPQ streams for house-keeping was not always ok. Fixed.
  91.  
  92. - BALISEx.SYS becomes BEACONx.SYS <======================================
  93.   REJET.SYS           REJECT.SYS  <======================================
  94.  
  95. - WP messages not in beacon list.
  96.  
  97. - Divide by 0 message in C/G menu when STATIS.DAT file is empty. Fixed
  98.   Alt F4 window garbaged when STATIS.DAT file is empty. Fixed
  99.  
  100. - Allows Next/Continue when reading during lists.
  101.  
  102. - in FORWARD file :
  103.     New line types : LC, DC, XC
  104.     They are identical to L, D and X but are executed when the connection
  105.     is done. This allows to change parameters or program a function when
  106.     the other BBS is connected. When the connection is made from another
  107.     BBS, the LC, DC and XC are executed if the BBS exists in forward file.
  108.  
  109. - Extension to the version 1 of FBB protocole : "FS +R++" means that the
  110.   second message is rejected. Only works with new version of the protocole.
  111.   The information is also written in the LOG like :
  112.   MJ B:Message_Bid V:Callsign_Rejecting
  113. - Warning message to the sending sysop when his message is rejected.
  114. - The message is not marked as 'F', and still can be forwarded to another BBS
  115.  
  116. - Mask for warning messages in INIT.SRV
  117. Warning DISK        1           Less than 1MB in disk
  118. Warning FILE        2           Error in system file (FORWARD, BBS, REJECT...)
  119. Warning SERVER      4           Server error/warning
  120. Warning PINGPONG    8           Ping-Pong warning
  121. Warning NO_ROUTE    16          No-route warning
  122. Warning NO_NTS      32          No NTS warning
  123. Warning MESSAGE     64          Message file not found
  124. Warning ERROR       128         Error in proposal
  125. Warning REJECT      256         Message rejected in remote BBS
  126. Warning HOLD        512         Message held in remote BBS
  127.  
  128. - Fix in monitoring headers when using TFPCX in DRSI emulation mode. TFPCX 2.00
  129.   does not have a space between "0:" and "fm" in monitoring headers.
  130.  
  131. - Extension to the version 1 of FBB protocole : "FS +H++" means that the
  132.   second message is held. Only works with new version of the protocole.
  133.   The information is also written in the LOG like :
  134.   MH B:Message_Bid V:Callsign_Rejecting
  135. - Warning message to the sending sysop when his message is held.
  136.  
  137. - Extension to the version 1 of FBB protocole : "FS +E++" means that the
  138.   second message has a format error. Only works with new version of the
  139.   protocole. 
  140. - Warning message to the sending sysop when his message proposal is wrong.
  141.  
  142. - C_FILTER has one more parameter before the optional text. It indicates the
  143.   port where was connected the user.
  144.  
  145. - UNPROTO Line in INIT.SRV like :
  146.  
  147.   #
  148.   # Back number, delay and selection of unproto lists
  149.   #
  150.   #   Messages displayed in unproto lists :
  151.   #   A = ACK messages
  152.   #   V = transit private messages
  153.   #   P = end-user private mail
  154.   #   M = subject is replaced by stars in private mail
  155.   #   Bulletins are always displayed
  156.   #
  157.   500 5 VPA
  158.   #
  159.  
  160.   Any unauthorized message will be unproto like
  161.   12345 #
  162.   Bulletins are always sent
  163.  
  164. ======================  Now version is 5.15a =================================
  165.  
  166. - EPURMESS and SERV.EXE check the version number in INIT.SRV
  167.  
  168. - New EPURMESS version compatible with both 5.15 and 5.15a
  169.  
  170. - Variable %N gives the message number limited to the right 5 digits and
  171.   modulo 65536. To be changed in the header definition of INIT.SRV.
  172.  
  173. - BID generation using the message number modulo 65536
  174. - Message and BID #0 is not used
  175.  
  176. - No more than 1 message from one callsign in each proposal block. If more,
  177.   the other messages are delayed to the next proposal blocks. This avoid long
  178.   lists of message from the same sender. May be disabled with the letter D in
  179.   the T line of FORWARD.SYS
  180.  
  181. - K #msg    allowed on an unread message (KM still not allowed)
  182.  
  183. - Messages were sent to BBS when using Yapp in console mode. Fixed.
  184.  
  185. - Oldmail may be re-imported. Format is now compatible with import.
  186.  
  187. - Time-out problems in gateway mode. Fixed.
  188.  
  189. - New EPURWP.COM program. Checks dupes and deletes old records.
  190.  
  191. - WP.SYS format had some changes. UPDWP.COM program must be ran before next
  192.   EPURWP.COM. 
  193.  
  194. - Information about the number of free buffers in the TNC in the status line.
  195.   Maximum buffers per channel is divided by two if the number of free buffers
  196.   is going too low.
  197.  
  198. - Variable %r = D if the message holds data (7+) else is space.
  199.  
  200. - new line J in FORWARD.SYS :  (data means 7+)
  201.   J 0 : no data sent
  202.   J 1 : data is sent (default)
  203.   J 2 : personnal data is sent
  204.   J 3 : only data is sent (exclusive)
  205.  
  206. - Forced disconnection of all links at housekeeping time+15 min.
  207.  
  208. - Variable %R = Callsign with full path (e.g. F6FBB.FMLR.FRA.EU)
  209.  
  210. - Binary transfer protocole Autobin (used in GP, SP TurboPacket, etc...)
  211.   Commands are BGET and BPUT.
  212.  
  213. - AltF1 and command FT give the real time size of the forwarding queue.
  214.  
  215. - DU command (and other Dx commands) and NEW command now shares the memory and
  216.   do not allocate all needed memory.
  217.  
  218. - H line in forward.sys does not route bulletins.
  219.  
  220. - ZModem download interface implementation.
  221.  
  222. - S command line should be compliant with BBS Interface Specification draft of
  223.   11/17/93
  224.  
  225. - Error messages T_ERR+16 and T_ERR+17 have changed
  226.  
  227. - Full screen editor usable to send or reply messages. Validated with AltF6.
  228.  
  229. - Command EM #Msg : Edits the text of the message #Msg. During edition, the
  230.   message is not forwarded.
  231.  
  232. ============================== 515c Distributed version ====================
  233.  
  234. - Added flag I in the record of the user = Give list of new messages at logon.
  235. - Added option I to change the FLAG I in command EU.
  236.  
  237. 515c1
  238. - Channel informations can be stored in EMS/XMS = option CHN in INIT.SRV
  239. - Empty channel not visible with left/right arrows
  240.  
  241. 515c2
  242. - Command "WHERE file" in FBBDOS (to find one or more files in FBBDOS)
  243.   Wildcards are accepted.
  244.  
  245. - Command TH -> acces to the thematic zone. The file THEMES.SYS is configuring
  246.   this zone.
  247.  
  248. 515c4
  249. - Fixed problem with DED interface and Mux.
  250.  
  251. - Fixed crash when THEMES.SYS was changed during a session.
  252.  
  253. - New variables :
  254.     %T = name of the current thema.
  255.     %t = number of bulletins in the tcurrent thema.
  256.     %X = number of messages for the user.
  257.     %x = number of new messages for the user.
  258.  
  259. 515c8
  260.  
  261. - Option OVR in EMS/XMS no longer exists. Remove it from INIT.SRV.
  262.  
  263. - Selected 1 or 2 for EMS/XMS in INIT.SRV is indifferent.
  264.   Options are still valid.
  265.  
  266. - Code has been fully rewritten/adapted for DPMI 16 bits protected mode.
  267.  
  268. - Code no longer works on XT.
  269.   ==========================
  270.  
  271. - Works on AT286 and UP with at least 2MB of memory.
  272.  
  273. - Code uses up to 16MB of memory.
  274.  
  275. - Two more files must be added in the FBB\BIN directory :
  276.   > RTM.EXE
  277.   > DMPI16BI.OVL
  278.  
  279. - Servers and PG now have more than 500KB of memory to run.
  280.  
  281. 515c9
  282. - Problems with speed of communication when using DPMI fixed.
  283.  
  284. 515c10
  285. - FORWARD.SYS : test "IF N 1,3,5" has been added.
  286.   Allows to test with the number of the day in the month (1..31)
  287.  
  288. 515c14
  289. - Mini-editor was sometime crashing when loading a file. Fixed.
  290. - "Load file" in mini-editor rewritten.
  291.  
  292. 515c15
  293. - Error when displaying "NetRom" nodes. Fixed.
  294. - FBBIOS40 should work with 16550 FIFO chips.
  295. - More debugging information in ERROR.SYS
  296.  
  297. 515c18
  298. - CONNECT/FAILURE/BUSY are now case independant
  299. - First PORT of BPQ (MultCh) is 0 again to be compatible with previous version.
  300.  
  301. 515c19
  302. - Server REDIST is included. File REDIST.SYS must be in the system directory.
  303.  
  304. 515c20
  305. - Optimization of the data transfer between FBB and FBBIOS
  306. - Commands > and = are not allowed in read-only mode
  307. - First Windows version...
  308.  
  309. 515c21-23
  310. - Evolution of the Windows version
  311.  
  312. 515C24
  313. - Windows COM driver validated for DED protocole. Interface number is 6
  314. - Multiplexor validated with this interface.
  315.  
  316. 515C25
  317. - FBBRUN.EXE now runs :
  318.   - START.PIF
  319.   - WFBB.EXE
  320.   - MAINT.PIF
  321.   - STOP.PIF (only at the end of the session)
  322. - CtrlY to delete a line in the editor.
  323. - Colors defined in INIT.SRV are used in the Windows version.
  324. - Copy in FbbDos did not work.
  325. - Unproto requests did not work in Windows version.
  326. - Selection box of "Edit System File" in SYSTEM directory
  327. - Validation and unvalidation of the SCAN menu selection.
  328. - System files are checked after local editing.
  329. - Forward information dialog in "Edit Message"
  330. - GMT time in header corrected.
  331.  
  332. 515c26
  333. - Implementation of the VXD interface of the BPQ code.
  334. - Maintenance was not ran. Corrected
  335.  
  336. 515c27
  337. - CtrlF1 to CtrlF10 available in the editor (but CtrlF1 and CtrlF10 seem to
  338.   be captured by Windows)
  339. - Timeout on the error modal message boxes.
  340. - Forward all BBS in Pending forward dialog.
  341.  
  342. 515c28
  343. - Application gave exception error with PG programs. Corrected.
  344. - New COMM.DRV modified for modem support. Replace the one in WINDOWS\SYSTEM
  345.   directory by the COMM.DRV for WinFBB.
  346. - Modem in WinFBB now support ZMODEM upload and download with the DSZ 
  347.   shareware. Install DSZ.COM and DSZ.PIF in FBB\BIN directory.
  348.  
  349. 515c29
  350. - XON/XOFF were not validated in modem mode (Windows)
  351. - Message windows are no longer modal.
  352.  
  353. 515c31
  354. - Problem to open the console corrected
  355. - Pending forward window was slow. Corrected.
  356. - Forwarding session could hang. Corrected.
  357. - Display all channels window is added.
  358.  
  359. 515c32
  360. - Import/Export implemented
  361. - Week of the log was wrong. Corrected
  362. - Positions of the windows recorded.
  363. - Simple autowrap in editor. I'll try to add justification later.
  364. - BAT files where not ran from CRON or FORWARD. Corrected
  365. - DSZ did not find the right COM if not COM1 or COM2. Corrected.
  366.  
  367. 515c33
  368. - Filters and PG did not work in foreground. 
  369. - Programs in FORWARD.SYS were ran in background. Corrected.
  370. - Heard did not work. Corrected.
  371. - DSZ was called too late (connection was lost). Corrected.
  372.  
  373. 515c34
  374. - User pop-up menu including Disconnect and informations
  375. - All program ran from FORWARD.SYS are now synchronous.
  376. - some minor bug corrections.
  377. - MultCh for BPQ in PORT.SYS was wrong in the Windows version. The first port
  378.   of BPQ corresponds to the MultCh 0 (was 1 !). Change your PORT.SYS...
  379. - Dynamic libraries version. For beta test, only the code will be released
  380.   (400KB less...). The three DLLs must be in FBB\BIN directory.
  381. - Filters accepted as DLL (much faster...). Example of code for M_FILTER.
  382.  
  383. 515c35  
  384. - SERVER.IN was overwritten if more than one service was run. Now the name
  385.   is SERVER01.IN, and incremented up to SERVER09.IN in Windows version.
  386.   WinFBB will not delete the file. The service should do it.
  387. - Delete command added in editor.
  388. - AutoWrap now OK in editor. Unvalidated if the editor is called for file
  389.   editing.
  390. - Control + Up, Down, Prior, Next, Home, End validated in console window. Other keys are
  391.   used for line editing.
  392. - Up, Down, Prior, Next, Home, End validated in all other display windows.
  393. - TimeOut disabled during DSZ session.
  394.  
  395. w515c36
  396. - MESS.WP was not imported in WinFBB. Corrected.
  397. - Ethernet/tcp-ip implementation. Needs the WINSOCK.DLL Microsoft library.
  398.   In PORT.SYS, Port address in com address, Interface is 7, TNC emulation 
  399.   is T (instead of D, Q, ...).
  400.  
  401. w515c37
  402. - The map is now in a separate zip file named w515cNNm.zip (NN is the release
  403.   number). This will allow to give me the file and line number where occurs
  404.   the exception error.
  405. - List of the 200 last connections. I have no idea for the icon in the control
  406.   bar ... If you have some idea, or a 20x20 bitmap ...
  407. - Information on a connected station. Double clic on the callsign line of the
  408.   connected stations give the info.
  409. - DSZ is run minimized.
  410. - Date and size of the message in "edit message".
  411. - I'm now running the WinFBB version 100% of time. It runs together with WISP
  412.   for the satellite gateway.
  413. - Insert in the editor could change the default directory. Corrected.
  414. - Console was timed out while editing. Corrected.
  415. - Console is disconnected when the window is closed.
  416. - Buffers are freed when a channel window is closed.
  417.  
  418. w515c38
  419. - Changes in the DSZ management. Should fix the GPF problem
  420. - Uploaded file via modem is now validated and set to the user.
  421. - F_FILTER validated.
  422. - Changes in the Windows Interface
  423. - Every connected channel is bufferized. The connection is visible while
  424.   double-clicking on the user in the list.
  425. - Talk was sometime hanging. corrected
  426. - The connection time in the list was sometime wrong. Corrected.
  427. - Added the selection of the port in the connection list.
  428.  
  429. w515c40
  430. - DED interface has been fully rewritten. It is now working in background.
  431.   Should be faster.
  432. - BBS forwarding is not allowed on a GUEST port if the BBS is not declared.
  433. - List of flags of the [FBB forwarding line] (INIT.SRV) *** may be confidential
  434.   1  : A space is mandatory before the @ in a send message command
  435.   2  : The length of the fields of a hierarchical address is not 
  436.        tested to be 6 characters
  437.   4  : The header line of a message is not truncated to the space before
  438.        the 79th character
  439.   8  : Header MBL/RLI
  440.   16 : If there is no BBS field, the callsign of the BBS is sent to the PMS
  441.   32 : Deletes the DATA messages sent to SYSOP
  442.   64 : Don't use the BID recovered from headers and use a new one
  443.   128: Accepts forwarding only from pre-declared BBS
  444. - Two DLLs have been developped to be called from FORWARD.SYS :
  445.     ICOM.DLL uses the same parameters as ICOM.COM
  446.     PROGTX.DLL sends a binary file to a tx through a serial com
  447.       format : PROGTX [options] filename
  448.       options : /C2     = COM2 (default COM1)
  449.                 /A02F8  = Com address is 02F8 (excludes /C OPTION)
  450.                 /B9600  = Baud rate is 9600 Bauds (default 1200)
  451.  
  452. w515c41
  453. - Commands Kx not allowed in read-only mode
  454. - C_FILTER accepts new return values :
  455.   * values greater or equal to 100 set the level number to the return value.
  456.   * all unknown values are identical to return value 1
  457. - Hold management has been fully rewritten. An hold message is not recorded in
  458.   the list, only put as a file. So no unproto list or other is sent.
  459. - Multiplexor support for new DED interface
  460. - if C_FILTER returns 4 : messages of the channel are held.
  461.  
  462. w515c42
  463. - Command LH added to list the held messages
  464. - Prompt was not sent after the message was held. Corrected
  465.  
  466. w515c43
  467. - Edit message window : list of messages starting from the last one.
  468. - DED interface was stopping after a while. Corrected.
  469. - Trace for WP updates :
  470.   in the \windows\winfbb.ini file, add the following line in the main section :
  471.   TraceWp=1
  472.   You can replace 1 with 2 or 3. 3 gives the maximum informations.
  473.   A file WP.DBG will be created in the WP directory.
  474. - Justification in the editor.
  475. - Menues are no longer hanging the software.
  476. - Read-only toggle deleted from file selection boxes.
  477. - Current directory added in the bottom of the main window. This is for
  478.   debugging purpose and will be deleted later. It seems that the current
  479.   directory is still changing. Information will be welcome.
  480.  
  481. w515c44
  482. - Directory changing should be corrected. Was due to a bug in OWL250.DLL which
  483.   must be replaced by OWL250a.DLL
  484. - Message written on the console was sometimes not recorded. Corrected.
  485.  
  486. w515c45
  487. - From c40 DSZ.PIF must be replaced and DSZ.BAT added in FBB\BIN directory.
  488. - Text when recording a held message. Text files must be modified.
  489. - Version running under Windows95. OWL250a.DLL must be replaced again.
  490. - WFBB was crashing when a system file did not exist. Corrected.
  491. - Download KB counter was not updated. Corrected.
  492. - List of flags of the [FBB forwarding line] (INIT.SRV)
  493.   1  : A space is mandatory before the @ in a send message command
  494.   2  : The length of the fields of a hierarchical address is not 
  495.        tested to be 6 characters
  496.   4  : The header line of a message is not truncated to the space before
  497.        the 79th character
  498.   8  : Header MBL/RLI
  499.   16 : If there is no BBS field, the callsign of the BBS is sent to the PMS
  500.   32 : Deletes the DATA messages sent to SYSOP
  501.   64 : Don't use the BID recovered from headers and use a new one
  502.   128: Accepts forwarding only from pre-declared BBS
  503.   256: WP Messages are not held.
  504.  
  505. w515c46
  506. - Bulletins from redist may be locally held
  507. - DED interface was hanging after midnight. Corrected.
  508.  
  509. w515c47
  510. - Windows of the connected channels in the "Windows" menu.
  511. - Exception will be generated before the INF.SYS file is changed to 25MB. I
  512.   hope this will help to find the cause.
  513.  
  514. w515c48
  515. - Implementation of X forwarding Protocole.
  516. - List of flags of the [FBB forwarding line] (INIT.SRV)
  517.   1  : A space is mandatory before the @ in a send message command
  518.   2  : The length of the fields of a hierarchical address is not 
  519.        tested to be 6 characters
  520.   4  : The header line of a message is not truncated to the space before
  521.        the 79th character
  522.   8  : Header MBL/RLI
  523.   16 : If there is no BBS field, the callsign of the BBS is sent to the PMS
  524.   32 : Deletes the DATA messages sent to SYSOP
  525.   64 : Don't use the BID recovered from headers and use a new one
  526.   128: Accepts forwarding only from pre-declared BBS
  527.   256: WP Messages are not held.
  528.   512: XForwarding protocole has priority on FBB protocole.
  529.  
  530. w515c49
  531. - List of flags of the [FBB forwarding line] (INIT.SRV)
  532.   1  : A space is mandatory before the @ in a send message command
  533.   2  : The length of the fields of a hierarchical address is not 
  534.        tested to be 6 characters
  535.   4  : The header line of a message is not truncated to the space before
  536.        the 79th character
  537.   8  : Header MBL/RLI
  538.   16 : If there is no BBS field, the callsign of the BBS is sent to the PMS
  539.   32 : Deletes the DATA messages sent to SYSOP
  540.   64 : Don't use the BID recovered from headers and use a new one
  541.   128: Accepts forwarding only from pre-declared BBS
  542.   256: WP Messages are not held.
  543.   512: XForwarding protocole has priority on FBB protocole.
  544.  1024: Generation of an alternate BID like F6FBB-12345 (for dual BBS site)
  545. - XForwarding now supports re-routing and swapping.
  546. - New program INSTWFBB to configure the software. All features are not still
  547.   incorporated. Will be updated later.
  548.  
  549. w515c50
  550. - Edit FWD window did not update the forwarding flags in the session.
  551.   Corrected.
  552. - The buttons of the controlbar are now managed.
  553. - Implementation of the checksum in the X-forwarding.
  554.  
  555. w515c51
  556. - Line N of FORWARD.SYS has changed :
  557.   Add the following options :
  558.   1 = FBB forwarding allowed
  559.   2 = FBB+BIN forwarding
  560.   4 = FBB+BIN+Resume
  561.   8 = XFWD
  562.   Ex: N 15 = Sum of all protocoles (default)
  563. - List of flags of the [FBB forwarding line] (INIT.SRV)
  564.   1  : A space is mandatory before the @ in a send message command
  565.   2  : The length of the fields of a hierarchical address is not 
  566.        tested to be 6 characters
  567.   4  : The header line of a message is not truncated to the space before
  568.        the 79th character
  569.   8  : Header MBL/RLI
  570.   16 : If there is no BBS field, the callsign of the BBS is sent to the PMS
  571.   32 : Deletes the DATA messages sent to SYSOP
  572.   64 : Don't use the BID recovered from headers and use a new one
  573.   128: Accepts forwarding only from pre-declared BBS
  574.   256: WP Messages are not held.
  575.   512: XForwarding protocole has priority on FBB protocole.
  576.  1024: Generation of an alternate BID like F6FBB-12345 (for dual BBS site)
  577.  2048: Checksum unvalidated on XFwd.
  578. - Binary forwarding via telephone modem (FBB or XFWD)
  579. - The configuration may be called from the Config menu. Updates are made
  580.   without rebooting the software (after saving the config).
  581.  
  582. w515c53
  583. - Number of lines in the console was sometimes wrong. Corrected.
  584. - Escape in gateway did not work in console. Corrected.
  585. - "Add user" button added in "Edit User" winow.
  586.  
  587. w515c54
  588. - WP messages were truncated to 5000 bytes. Corrected.
  589.  
  590. w515c55
  591. - Windows were blanked if the instwfbb was used. Corrected.
  592. - Instafbb sometime were corrupting the PORT.SYS. Corrected.
  593.  
  594. w515c56
  595. - Correction of multiple BUGS !
  596. - /R did not work. Corrected.
  597. - Fonts of the text windows may be defined in the config menu.
  598.   Only Fixed fonts are selectable.
  599.  
  600. w515c57
  601. - Console print first implementation.
  602.  
  603. w515c58
  604. - Implementation of ANSI fonts.
  605. - Validation of the DRSI interface
  606.  
  607. w515c59
  608. - List of connections was not always refreshed. Corrected.
  609. - Channel in gateway was not always freed. corrected.
  610. - Due to limitations of the actual system, I have rewritten all the DOS
  611.   and DLL interfaces and filters. There are some changes in Filters
  612.   written as DLL : One more integer parameter is the size of the buffer.
  613.   You must change your C_FILTER.DLL and M_FILTER.DLL if they exist. Standard
  614.   .EXE or .COM filters or PG do not need any change.
  615. - The F_FILTER interface has been rewritten. If the F_FILTER exists, the
  616.   temporary file is no longer deleted by WinFBB (unless return value from
  617.   F_FILTER is 0), the filter must decide what to do. F_FILTER receives as
  618.   parameter a file in which are given informations such as asked filename and
  619.   label. If F_FILTER returns 0, then the file is normally recorded (and the
  620.   temporary file is deleted), else nothing is done by FBB. The text returned
  621.   by F_FILTER will be sent to the user. So an archive may be compressed,
  622.   scanned, and a report may be sent to the user. This can be done in real time
  623.   or delayed. 
  624. - If there are more than one D or X lines in a FORWARD block, they are
  625.   executed in one DOS call (to be faster).
  626. - proportional fonts are supported (but the alignment will not be ok in lists)
  627.   add the line : "FixedFont = 0" in the section main of WINFBB.INI.
  628. - User home BBS was not updated if WP was edited with IE command. Corrected.
  629. - No hierarchy in the USER homeBBS. Info is asked to WP when needed.
  630. - Blocking DOS commandes (EDIT, ...) killed after 60 seconds.
  631. - TFPCR/TFPCX interface validated (Interrupt MUST be 0xFD).
  632. - AEA/PK Hostmode is abandoned and will not be included (I don't have any AEA
  633.   TNC !!).
  634. w515c60
  635. - Debugging version
  636. w515c61
  637. - ACK message was not always generated. Corrected.
  638. w515c62
  639. - Messages or files are not accepted is disk free is less than 100K.
  640. - Minor changes in the main window interface
  641. - PMS switch in user edition : allows forward but texts are like normal user.
  642. w515c63
  643. - WP updates did not process the whole message. Corrected.
  644. - Default font set to fixedsys
  645. - Directories were not changed in instwfbb. Corrected.
  646. - F5 toggles the monitoring window.
  647. - Main window closed by Alt+F4, other windows closed with Ctrl+F4.
  648. - Most of Alt+Function (other than reserved by Windows) now validated.
  649. - BYE and HELP are allowed commands.
  650. - F9 and new pushbutton to access to the gateway
  651. w515c64
  652. - A connected channel in the gateway was not freed with the mouse. Corrected.
  653. - A text could be appent to a reveiwed message. Corrected.
  654. - INSTWFBB and WINFBB did not work without CTL3DV2. Corrected.
  655. - HOLD and REJECT did not work ok in import of mail (and xfwd). Corrected.
  656.  
  657.  
  658.  
  659.   FBB BBS SOFTWARE IS TEN YEARS OLD !!
  660.  
  661.   THE VERSION C64 SHOULD BE DISTRIBUTED AS AN "EVALUATION VERSION 7.00"
  662.   =====================================================================
  663.  
  664.   Unfortunately, the doc is not ready for this version but I think that it is
  665. not a too big problem for an evaluation version. I prepare the distribution
  666. diskette and will give a copy first to the beta test sites to be sure that the
  667. automatic installation works ok, and that the code inside is the right one.
  668.  
  669.  
  670. w700a
  671. - Problems with CR orCR/LF in export and log. Corrected.
  672. - TimeOut did not work 100%. Corrected.
  673. - GPF in review if list was empty. Corrected.
  674. - Disks like D:\ were not accepted in FbbDOS. Corrected.
  675. - Command NEW in FbbDOS did not give the prompt if no file. Corrected.
  676. - F8 was programmed as F9. Should give the focus to the main window. Corrected.
  677. - Any command beginning by T was accepted. Corrected.
  678. - Send message in console could destoy the contents of the editor. If the
  679.   editor is busy, normal line editing is used.
  680. - Read was always verbose when reviewing messages. Corrected.
  681. - Command W in FORWARD.SYS allows to skip one or more prompts (default one)
  682.   before starting a forward session (mainly used when "Linked to ..." gives
  683.   more than one prompt)
  684. - EPURMESS.COM did not limit the number of lines returned to sender in any
  685.   cases. Corrected.
  686. - The generation of WP messages has been rewritten to correct the problem
  687.   found on many BBS (but unfortunately not on mine !!).
  688.