home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / PBNET185.ZIP / WHATDONE.185 < prev   
Encoding:
Text File  |  1995-04-05  |  8.7 KB  |  212 lines

  1. 04/05/95 10:14pm  Version 1.85
  2.  
  3.         * Fixed a problem with LNK files when approaching their max size
  4.           (36900 bytes).
  5.  
  6.         * This has just occured to me, and I thought a little while if
  7.           I should tell you or not, because some of might hate me after
  8.           I do:
  9.  
  10.              Multi-node support (same net) has been there all this time.
  11.              Yes, ladies and gentlemen, an undocumented feature of which
  12.              I didn't know!!
  13.              What you need to do is: In your PBNet.CFG, any of the
  14.              parameters set with '=' can be set to 'Ask', in which case
  15.              PBNet will take console input at the time they are needed.
  16.              This means that you can set your BBSAddress to 'Ask', and
  17.              have 3 importing lines in your mailin.bat:
  18.                  echo 1:250/442 | PBNetIn
  19.                  echo 1:250/443 | PBNetIn
  20.                  echo 1:250/3   | PBNetIn
  21.  
  22.              (this supposing you had 3 nodes on Fido, and you were
  23.              receiving mail to all of them)
  24.  
  25.              Alternatively, you can have a setup in which another
  26.              program would feed a random Origin line to PBNet. For this
  27.              to be possible, that program would need to write the one
  28.              line to standard output (console). In this case, you would
  29.              have something like:
  30.  
  31.              COOKIE "ORIGINS.LST" | PBNetIn
  32.  
  33.              In PBNet.CFG, on the Origin line you would have: "Ask"
  34.  
  35.              Yet another idea, you can have more than one parameter set
  36.              variably by using redirection of input:
  37.  
  38.              PBNet < SET1.TXT
  39.  
  40.              The possibilities are many, and I'll leave them to your
  41.              exercise to find interesting ways to use this feature.
  42.  
  43.  
  44. 03/30/95 11:58pm  Version 1.84
  45.  
  46.         * Fixed a bug in the decompression logic. Previously, PBNet
  47.           would wrongly erase compressed mail files which would not
  48.           uncompress (wrong decompression util, invalid CRC,
  49.           insufficient memory, et cetera), if any PKTs were already
  50.           present in the incomming directory. So if you are running
  51.           multiple nets, you may have lost some mail. I sincerely
  52.           appologise.
  53.  
  54.         * Added some logic to FDO.BAT which should help with the correct
  55.           reporting of the connection CPS rate.
  56.  
  57.         * If there are any more bugs, please, anyone let me know.
  58.           Even if you're not registered. Who knows, if you report a bug
  59.           that hasn't been reported before, you may even get a free
  60.           registration.
  61.  
  62.         * As of the beginning of the year, my email addresses are:
  63.           Internet: radu@io.org (prefered)
  64.           Fido:     Radu at 1:250/642.1
  65.           None of the other addresses will work.
  66.  
  67. 03/11/95 5:51pm   Version 1.83
  68.  
  69.         * At last I found and fixed a bug which caused badly corrupted
  70.           mail packets to cause PBNetIn to generate an exception 13.
  71.  
  72.         * Also fixed uncompressing. Previously, PBNetIn would only
  73.           uncompress mail packets if at least 1 PKT was already in the
  74.           inbound directory.
  75.  
  76.         * Added code to recover from corrupted PKTs. PBNet will now try
  77.           to find the next good message.
  78.  
  79.         * The code just got more robust. :)
  80.  
  81. 02/22/95 11:27pm  Version 1.82
  82.  
  83.         * Only the version number has been changed to 1.82, as there
  84.           were no bugs reported.
  85.  
  86.         * PBNet 1.82 is now a public release, after a long period of
  87.           restricted beta testing.
  88.  
  89. 01/29/95 12:48am  Version 1.81
  90.  
  91.         * Version 1.80 was very short lived, and it was updated before I
  92.           had a chance to add it to this file.
  93.  
  94.         * Version 1.81 is currenly in the BETA testing phase, and I will
  95.           not distribute it as shareware, except to registered sysops,
  96.           and still, upon request.
  97.  
  98.         * PBNet now handles its own compression/decompression. It is
  99.           compatible and tested with PKZIP, ARJ, and LHA. It should work
  100.           with the others as well, though. If not, please, someone let
  101.           me know.
  102.  
  103.         * PBNet now attaches the created compressed packets to messages
  104.           and puts them in FrontDoor's path so they can be mailed out.
  105.           FMC is no longer required, and will not be included any more.
  106.           FMC will still be available separately, still FREEWARE.
  107.  
  108.         * I have set up a mail robot, which will send you the latest
  109.           info or binaries of PBNet, FMC and UUPB. Send an Internet
  110.           e-mail to radu@io.org with "PBNet INFO" in the subject for the
  111.           latest revision of this file. "Latest PBNet" will get you just
  112.           that, uuencoded. Substitute UUPB or FMC, if you want it to
  113.           send you those (you have to be a registered sysop in order for
  114.           the robot to send you UUPB). Problems? mail radu@io.org,
  115.           without putting any of the keywords in the subject line.
  116.  
  117.         * I don't check my Fido addresses for mail any more. E-mail any
  118.           corespondence to radu@io.org. (you can use the 1:250/98
  119.           Internet gateway, if you need to).
  120.  
  121.         * there is a small utility that will read any message in any
  122.           conference of Powerboard and save it to a text file. The
  123.           intended use is for users to be able to download a single
  124.           message as a text file and keep it for reference (FAQ, lists,
  125.           long messages, UUENCODED files, etc.) If you would like a copy,
  126.           send me a message at radu@io.org. RM.COM is freeware.
  127.  
  128.  
  129.    Still to do:
  130.  
  131.       - multiple networks in one CFG file.
  132.       - I won't make a menued configuration.
  133.       - Probably not a PBHub, either.
  134.       - Interest has not been very high lately, and I cannot really
  135.         justify doing more work on PBNet.
  136.       - Release 1.81 to public as soon as I hear from enough people that
  137.         it has been working flawlessly for them.
  138.  
  139.  
  140. 07/09/94 10:22pm  Version 1.72
  141.  
  142.         * I'm terribly sorry about 1.7. I had compiled the module that
  143.           only allows PBNet to be run by my beta testers. Since your
  144.           address did not match any of theirs, PBNetIn would self erase.
  145.           Funny thing is that I had remembered to take that code out of
  146.           PBNetOut.
  147.  
  148.         * Those of you who experienced this problem deserve a 2 month
  149.           free regular access key. Contact me and I'll send it to you.
  150.  
  151.         * Added SHARE.EXE support. You can now run PBNet while users
  152.           access the message base on other nodes. PBNet will wait up to
  153.           30 seconds for a file to become available before giving up.
  154.  
  155.  
  156. 07/08/94 6:23pm    Version 1.71
  157.  
  158.         * Fixed bug which caused PBNetIn to hang if more than 640
  159.           messages were to be imported from any one PKT in any one
  160.           conference.
  161.  
  162.         * Optimized PBNetOut new message scan. PBNetIn will now update
  163.           POINTERS.IDX' high message sent pointers if no local mail has
  164.           been inserted in the conferences since the last import. This
  165.           should speed up systems that carry heavy traffic areas but
  166.           don't output a lot of mail in those areas.
  167.  
  168.         * Modified the format of *.IDS and renamed to *.LNK. Please
  169.           delete *.IDS manually. The LNK's base size is 12 bytes now. If
  170.           the size of a LNK is not an exact multiple of 12, something
  171.           has gone wrong; let me know.
  172.  
  173.         * Optimized the dupe database loads, makes for more accurate
  174.           dupe hunting.
  175.  
  176.         * Fixed problem with the registration "Thank you" windows when
  177.           used on a monochrome monitor. I have no way of testing this
  178.           (no monochrome monitor here ... :), so I would appreciate
  179.           if someone would let me know how the registration goes on a
  180.           mono.
  181.  
  182.    Still to do:
  183.  
  184.         * Support for SHARE.EXE (on the weekend)
  185.         * Support for Powerboard 1.50+ (when I understand the specs :)
  186.         * Menued configuration EXE + binary CFG (no more EDLIN :)
  187.         * Add to this history file 1.0 - 1.5 versions.
  188.  
  189.    PBHub starts gaining a shape:
  190.  
  191.         * Twit filter
  192.         * Embedded editting of MSGAREAS.BBS
  193.         * Multiple net support
  194.         * Multiple export
  195.         * Maybe AreaFix
  196.  
  197.  
  198. 07/04/94 12:00am   Version 1.7
  199.  
  200.         * First public release. It supports a registration key.
  201.  
  202.         * Added a debug mode; activate with PBNET???.EXE DEBUG
  203.  
  204.  
  205. ????????????????   Version 1.6
  206.          * A very short lived version (<24h), due to compilation in the
  207.            wrong memory model after adding a reg key capabilities. The
  208.            code is just over 64K, and the new model is LARGE, as oposed
  209.            to COMPACT in version 1.5
  210.  
  211.  
  212.