home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1998 February / PCOnline_02_1998.iso / filesbbs / dos / nbeta087.exe / STUFF.EXE / NANOINFO.TXT < prev    next >
Encoding:
Text File  |  1996-02-04  |  27.9 KB  |  543 lines

  1.  
  2.  
  3.          ▄█████▄  ▄█████▄  ▄█████▄   ▄████▄  ▄█████▄  ▄█████▄   ▄████▄
  4.          ▄▄▄ ▀███ ▄▄▄ ▀███ ▄▄▄ ▀███ ▄▄▄ ▀███ ▄▄▄  ██▀ ▄▄▄  ██▀ ▄▄▄  ▀▀▀
  5.          ███  ███ ███  ███ ███  ███ ███  ███ ██████▄  ██████▄   ▀████▄
  6.          ███  ███ ████████ ███  ███ ███▄ ███ ███  ███ ███  ███ ▄▄▄  ███
  7.          ███  ███ ███  ███ ███  ███  ▀████▀  ██████▀  ██████▀   ▀████▀
  8.  
  9.                                 NanoBBS 1.16
  10.                   Copyright 1993-1996 by Whirlwind Software
  11.                              All Rights Reserved
  12.  
  13.                   Program and Documentation by Gerald Albion
  14.  
  15.                              Additional Code by
  16.                           Mark Dignam and Mark May
  17.  
  18.                      NanoBBS Public Information Release
  19.                 (Now listed in reverse chronological order)
  20.  
  21.         ----------------------------------------------------------------
  22.         February 3, 1996 (NANO116.ZIP)
  23.  
  24.         In this new version, I have completely rewritten the global newscan
  25.         code, which should eliminate many nagging problems in navigating
  26.         through global newscans, email checks, and even general message
  27.         reading.
  28.  
  29.         A new feature has been added: you can now type the message number
  30.         of a message you want to read directly at any read prompt.  This
  31.         way you can skip past large numbers of unwanted messages or quickly
  32.         jump back or forward to a message whose number you know.
  33.  
  34.         Several new UFO tokens have been added - see UFO.DOC.
  35.  
  36.         The user editor's user flags editor has been further refined.
  37.         It's much nicer now.
  38.  
  39.         The [harddownload] UFO token has been modified - files downloaded
  40.         with it are automatically "free".  This is because most of the
  41.         time, it is used to download application forms, RIP icons, special
  42.         terminals, and other things that the sysop would want to let users
  43.         download regardless of their status.
  44.  
  45.         Perhaps the nicest new feature in 1.16 is the new three-level file
  46.         database index.  With it, you can find any file on the BBS in less
  47.         than a second (on most BBSes).  This feature has been included in
  48.         file flagging, batch adding, and general downloading, as well as
  49.         filename searching.  The Description Search still takes as long as
  50.         ever, though, because the BBS has to search the whole MASTER.FIL to
  51.         find a particular description word.
  52.  
  53.         There is now code in place to free disused heap blocks (such as
  54.         in-memory FILES.BBS lists) prior to memory-critical operations such
  55.         as message entry and saving.  This reduces overall real-world
  56.         memory requirements and makes out-of-memory runtime errors much less
  57.         likely.
  58.  
  59.         Override keys like the ones you can program for the canned main
  60.         menu are now also available in the File Section.  They work the
  61.         same way, except that in the file section you can only have up to
  62.         30 of them, and the keyword in the config file is FOVRSTR instead
  63.         of OVRSTR.
  64.  
  65.         Doors can now be addressed by their number instead of just the key.
  66.         The prior limitation used to effectively restrict NanoBBS to just a
  67.         few dozen doors; this was unsuitable for a dedicated gaming BBS.
  68.         The canned door menu still uses single keys but this should still
  69.         be more than enough for most BBSes; those that need a huge number
  70.         of doors can now (and should!) build a UFO script to present an
  71.         extended doors menu.  The single-key syntax still works with the
  72.         same UFO keyword, so that existing scripts are not broken.
  73.  
  74.         I have added NanoWATCH, which is an IPC watcher.  Type BBS /A on an
  75.         unused task on a busy multiline system and you'll soon see its
  76.         usefulness.  It provides an at-a-glance status report on the
  77.         current activity of up to 20 nodes.
  78.  
  79.         I have added a "divider" feature to message and file area lists.
  80.         When you do a file area list or a message area list (i.e. use the J
  81.         and ? keys) you can now use dividers to break up the list, perhaps
  82.         in categories of topic or of mail network affiliation.  The syntax
  83.         is explained in the sample MSGAREA.CTL and FILEAREA.CTL files.  For
  84.         faster speed you can use a preset sysmsg from the language file, or
  85.         for greater flexibility you can specify an external filename for
  86.         each divider.
  87.  
  88.         I have also added an "automatic area number" feature to MFB.EXE and
  89.         MMB.EXE.  By using the @NEXT keyword instead of an area number
  90.         (e.g. filearea @next instead of filearea 650) you can have MFB or
  91.         MMB automatically assign the area the number that comes after the
  92.         area number of the previous area.  You can also instruct MMB or MFB
  93.         to automatically increment areas by amounts other than one.
  94.  
  95.         The dedication and vigilance of the NanoBBS beta testers has turned
  96.         up many elusive and annoying bugs which have been eliminated in
  97.         this version.  The list of things that just plain work better than
  98.         in 1.14 is long and distinguished.  Suffice it to say that while
  99.         NanoBBS 1.14 was a good stable product, 1.16 is far better.
  100.  
  101.         Many strings in ENGLISH.TXL have been updated, and several new ones
  102.         have been added to service new features.  Unless you've totally
  103.         customized your English language file, I strongly recommend that
  104.         you simply replace your old language files with the ones in this
  105.         archive.  Simply copy ENGLISH.UPD over the existing ENGLISH.TXL and
  106.         ENGLISH.RPD over ENGLISH.RXL and recompile by typing NCOMP ENGLISH.
  107.  
  108.         For the benefit of third party utility developers, the structures
  109.         are now included.
  110.  
  111.         ----------------------------------------------------------------
  112.         September 13, 1995 (NANO114.ZIP)
  113.  
  114.         Firstly, this version of NanoBBS has slightly different structures
  115.         from 1.12 and previous versions.  I was tempted to make this
  116.         version 1.2 or even 2.0 because of the structure changes, but there
  117.         really aren't enough new features to warrant such a big jump in
  118.         version numbers.  Anyway, to the point, you will have to delete
  119.         *.DAT from your BBS directory and recompile everything.  Just run
  120.         NCOMP on all your node config files and everything should be fine.
  121.         If you get a runtime error when you run the BBS after this, try
  122.         again.  If you still get the error, call me.  Have the error number
  123.         and address handy - the BBS will display these for you and may even
  124.         log them if the error isn't a total catastrophe!
  125.  
  126.         If you upgrade your BBS using INSTALL.EXE, the install program
  127.         should take care of all this for you.
  128.  
  129.         Secondly, [sysmsg 1192] has been changed and the UPDLNG program
  130.         won't change it (that's not the language updater's function...
  131.         yet!).  So, you'll need to get a text editor, and cut & paste
  132.         sysmsg 1192 from the .UPD and .RPD files to your .TXL and .RXL
  133.         files and then recompile with NCOMP.  This, of course, only applies
  134.         to existing installations - if you have never installed NanoBBS
  135.         before you don't need to worry about this.
  136.  
  137.         In other developments, the multi-node communication code has been
  138.         strengthened for greater reliability.  The BBS is now much less
  139.         likely to exit with a runtime error when a file sharing collision
  140.         occurs.  Your callers might occasionally experience a pause of up
  141.         to two seconds, especially in NanoCHAT - this is likely the new
  142.         crash protection code doing its job!
  143.  
  144.         Also, the BBS now handles "free" files much better.  They're now
  145.         free in byte count as well as time, before this version only the
  146.         time was free.  Also, the BBS now hides the "/b" in FILES.BBS used
  147.         to indicate a free file.
  148.  
  149.         UFO "labels" can now be up to 16 characters in length.  Prior to
  150.         version 1.14, UFO tokens had to be exactly 2 characters. This is a
  151.         big improvement over [label BF] and [goto BF] - now you can put
  152.         [label bigfat] or [goto bullfudge].  Labels are case insensitive.
  153.  
  154.         NanoBBS no longer updates lastreads when checking for personal
  155.         email.
  156.  
  157.         The BBS no longer skips ratio checking on CD-ROM downloads.
  158.  
  159.         The BBS can now handle even more strange versions of FILES.BBS.
  160.         For example, on some really wacky CDs, FILES.BBS includes file
  161.         dates and sizes, with the file size working backward until it
  162.         actually touches the filename, like this:
  163.  
  164.  
  165.                 SMALFILE.ZIP  50065 94-01-01 This is a smaller file.
  166.                 FILENAME.ZIP1678082 95-01-01 This is a file.
  167.  
  168.         Previously, NanoBBS would deem FILENAME.ZIP1678082 a "missing"
  169.         file. Now, it detects this occurrence and splits it up, neatly
  170.         displaying the file size (or not, if you have {correctly} specified
  171.         the PCBSTYLE keyword in your filearea.ctl).
  172.  
  173.         There are several more CD-ROMs included in the example control
  174.         files.
  175.  
  176.         The high speed file searches are totally rewritten.  The file area
  177.         file has a new structure so the file areas MUST be recompiled using
  178.         the new MFB.EXE.  Also run BBS /F after MFB has been run!  The
  179.         NANOBBS.HDX and NANOBBS.HXA files are obsolete and can be deleted
  180.         now.  The new MASTER.FIL generated by BBS /F is larger but it is a
  181.         plain ASCII file and delivers comparable speed on new-file searches
  182.         and filename searches, and VASTLY GREATER speed on description
  183.         searches!  This rewrite eliminates the remaining extended
  184.         description display bugs and all runtime errors associated with
  185.         description searches!  And it's a whole lot smaller in code size
  186.         too!
  187.  
  188.         If you experience weird wrapping problems with the extended
  189.         descriptions in the file lists, add a ~, embedded keyword to the
  190.         beginning of [sysmsg 603] and [sysmsg 604] in all your language
  191.         files and then recompile them with NCOMP.  ~, forces a carriage
  192.         return if the cursor is not on the leftmost column already.  If you
  193.         are installing NanoBBS for the first time you need not concern
  194.         yourself with this.
  195.  
  196.         There are two new NanoCHAT features: Paging and Telegrams.
  197.         Additionally, many of the most recent bug fixes in the TommCHAT
  198.         door have now been applied to NanoCHAT. If you have multinode
  199.         enabled, I think your callers will really appreciate these new
  200.         features - mine do!  These features are available from within
  201.         NanoCHAT, or from the [W]ho menu, or they can be inserted into UFO
  202.         files.
  203.  
  204.         File Flagging is now much faster thanks to a last-200-files list
  205.         buffer.  Most of the time, users will no longer have to wait for
  206.         NanoBBS to search the whole index file when flagging a file or
  207.         adding it to the batch from the batch menu.  The BBS will first
  208.         search an in-memory list of up to 200 most recently listed files,
  209.         and only if that fails to turn up anything will the BBS attempt a
  210.         global search of MASTER.FIL.
  211.  
  212.         A new bug, where the Flagging option was absent from the More
  213.         prompt in file lists and searches, is now fixed.
  214.  
  215.         Prior to this version, if a caller entered a message and then
  216.         aborted it without saving, the BBS wouldn't resume the clock if you
  217.         had POSTFREEZETIME active.  Now it does.
  218.  
  219.         Finally, but not least, a bug wherein the BBS sometimes wouldn't
  220.         translate the COMSPEC into %C properly (when running doors) has
  221.         been fixed. Many more doors should now work properly than did
  222.         before.
  223.  
  224.         ----------------------------------------------------------------
  225.         August 11, 1995 (NANO112A.ZIP)
  226.  
  227.         A minor bugfix: previously, if the /t command line switch was used
  228.         with no parameter it would behave as if it had received /t0 (zero
  229.         minutes remaining).  Now, if there is no numeric parameter
  230.         associated with this switch, the switch is ignored.
  231.  
  232.         Also an inconsistency in REGISTER.DOC has been clarified.  NanoBBS
  233.         is $60US for two nodes and $25US for each node above that
  234.         (excepting the temporary price reduction from August 8 to October
  235.         31, 1995)
  236.  
  237.         ----------------------------------------------------------------
  238.         August 9, 1995 (NANO112.ZIP)
  239.  
  240.         After 14 public betas, we have eliminated a lot of elusive
  241.         problems.  All known bugs regarding global new scans are now fixed.
  242.         File searches and listings are now much smoother.  SysMsg 703 in
  243.         the language files has been fixed - although the language updater
  244.         won't update it.  Use a text editor to cut & paste the fixed SysMsg
  245.         703 from the .UPD and .RPD files to your existing .TXL and .RXL
  246.         files respectively.  Several formerly mysterious file sharing error
  247.         bugs are now fixed.  A bug with /ks in NanoCHAT (the system info c0
  248.         command) where it reported -1 bytes free is now fixed.  The line
  249.         counter has been greatly improved and now accounts for
  250.         unintentionally wrapped lines.  Numerous very silly glitches in the
  251.         distribution archive have been fixed.
  252.  
  253.         New features include:
  254.  
  255.         There are now 32 user "keys" or "flags" instead of 16.
  256.         Additionally, the flags are edited and displayed much more nicely
  257.         in the user editor than before.
  258.  
  259.         There is a new "Review New Users" feature in the user editor.  This
  260.         lets you examine new user accounts and elect to either promote them
  261.         to a preset level, delete them, edit them, or skip them for later
  262.         review.  If your system gets a lot of new callers every day, you'll
  263.         really appreciate this feature!
  264.  
  265.         New code has been added to accommodate a few non-standard FILES.BBS
  266.         files I have encountered on several CD-ROMs.  The new tokens in
  267.         FILEAREA.CTL will allow you to run many CD-ROMs of questionable
  268.         compatibility virtually straight out of the box!  There are now
  269.         five example include files illustrating the use of these tokens,
  270.         and with only some paths to be changed you could use the examples
  271.         directly with the CD's they are designed for (Night Owl 15 and 16,
  272.         Monster Media 10, PC-Sig 14 and The Hacker Chronicles ][).
  273.  
  274.         There is now an INCLUDE directive in CONFIG.EXE, MMB.EXE and
  275.         MFB.EXE configuration programs.  This will make it much easier to
  276.         rotate CD-ROMs and will allow you to create "global" configuration
  277.         files to simplify setting up multi-node systems.
  278.  
  279.         There is now true support for non-disclosed gender.  Assuming you
  280.         have set gender as an optional user field, users may choose, during
  281.         the new-user application process, to protect the privacy of that
  282.         information by not disclosing the gender.  Non-disclosure is
  283.         treated by NanoBBS as a third gender.  Thus, undisclosed users
  284.         cannot access message areas that are restricted to women only or to
  285.         men only.  You may want to apprise your callers of this fact before
  286.         they apply for access.
  287.  
  288.         The docs have also been overhauled.  To be different (NOT to be
  289.         politically correct!), all personal pronouns are now in the female
  290.         gender (grin).  I did a series of search-replace macros, so it's
  291.         unlikely I missed anything, but if you notice any serious
  292.         grammatical or spelling errors (NOT stylistic warts) let me know.
  293.  
  294.         The non-FOSSIL serial support has finally been fully implemented!
  295.         So far, beta testing has been done only with a USR Sportster
  296.         V.32bis internal modem, but the results are very solid.  NanoBBS
  297.         supports up to COM16 by itself; my alpha testing so far has
  298.         encompassed COM1 and COM2 only.  You can set non-standard addresses
  299.         and IRQs for any of the 16 ports.  If no port config has been set
  300.         (i.e. if you're using a NODE1.CTL that came with an earlier
  301.         version) NanoBBS will default to using settings that will work with
  302.         virtually every COM1 and COM2 in the world and with many internal
  303.         modems on COM3 and COM4 (assuming their IRQs mirror those of COM1
  304.         and COM2).  See the docs and NODE1.CTL for configuration examples
  305.         and information.
  306.  
  307.         And yes, by overwhelming popular demand, the entire installation
  308.         process has been totally rewritten!  You can now specify which
  309.         directory to install NanoBBS to, and the installer program will
  310.         even modify your NODE1.CTL and NODE2.CTL files to suit whichever
  311.         path you choose for your BBS's "home" directory!  Of course, it
  312.         will still detect an existing copy of NanoBBS and take pains to
  313.         upgrade it without overwriting your existing configuration and
  314.         custom files.  It will also detect pathing problems and offer
  315.         suggestions if a problem occurs.
  316.  
  317.         There have been many more features and improvements since the last
  318.         non-beta release - please read the .DOC files and have a look at
  319.         the new configuration files to see all of them!
  320.  
  321.         ----------------------------------------------------------------
  322.         May 24, 1995 (NPTC110B.ZIP)
  323.  
  324.         This is a bug-fix patch for 1.10.  Shortly after the release of
  325.         1.10 a few important bugs were reported; this set of replacement
  326.         executables should alleviate these problems.  If you've had
  327.         strange lockups that never used to happen, or if you couldn't
  328.         run doors, or if your user file exploded to 16 megs, you need
  329.         this patch!
  330.  
  331.         ----------------------------------------------------------------
  332.         May 13, 1995 (NANO110.ZIP)
  333.  
  334.         This is a public general release of version 1.10.
  335.  
  336.         A freak hangup bug has been corrected.  A new config token
  337.         "HIDESYSOP" which refrains from including sysop logons in
  338.         user-viewable logs, has been added. The docs have been updated.
  339.         Some default textfiles have been changed (un-THC'd).  The NNS
  340.         files and bogus licence violations are toast - I've gone to a
  341.         completely different, much more stable licence enforcement
  342.         system!  Also all of the cosmetic features (such as the $ info)
  343.         which had been lost in the crash last month are now restored!
  344.  
  345.         ----------------------------------------------------------------
  346.         May 9, 1995 (NBETA045.ZIP)
  347.  
  348.         This beta is in response to a chronic problem reported by beta
  349.         tester Don St. Germain.  It seems there was a place in the QWK
  350.         packer where it could possibly hang if the user got impatient
  351.         and dropped carrier while the packet was assembling.  (I hope)
  352.         this is now fixed...
  353.  
  354.         Also, NanoBBS has a new feature - it can now automatically add
  355.         the name of the uploader to an uploaded file so you and your
  356.         users will know who uploaded it!  To this end, a new CONFIG
  357.         token has been added - SHOWUPLOADER, when active, will tell
  358.         NanoBBS that, after a user uploads and describes a file, the
  359.         user's username should be added to the end of the description,
  360.         e.g. "Uploaded by: {UserName}".
  361.  
  362.         ----------------------------------------------------------------
  363.         May 2, 1995 (NBETA044.ZIP)
  364.  
  365.         NEd (NanoBBS Full Screen Editor) now has a Ctrl-A key which
  366.         inserts a space into the current line at the cursor position.
  367.  
  368.         A runtime PagePlay and a bunch of page tunes are now included.
  369.         PAGEPLAY.DOC explains how to create the tunes and use
  370.         PAGEPLAY.EXE to test them without having to load up the whole
  371.         BBS.  PagePlay itself is a stand-alone utility which, in its
  372.         full implementation, can also play and convert tunes for other
  373.         BBS software.  The two hardcoded tunes are PAGE.PPL (played when
  374.         a user pages) and SOS.PPL (played when a fatal error occurs).
  375.         Any other PagePlay tune can be played most anywhere through the
  376.         use of the [pageplay] UFO keyword.  TUNES.ZIP contains the tunes
  377.         that come with PagePlay.  Give them a try, some are very good,
  378.         others are quite short and designed specifically to be used as
  379.         sysop pages or error/warning messages.
  380.  
  381.         The UFO [ghostpost] and [ghostpostp] keywords are back!
  382.  
  383.         ----------------------------------------------------------------
  384.         April 30, 1995 (NBETA043.ZIP)
  385.  
  386.         There have been many improvements made since the release of
  387.         1.01a.  Due to problems with the beta team, I have decided to go
  388.         with a public beta process.  Therefore NBETA043.ZIP is now
  389.         available, fully functional.
  390.  
  391.         Among the improvements, Zmodem now tries multiple times to
  392.         initiate a download instead of just once; the new-email scan
  393.         problem is fixed once and for all; and several new UFO tokens
  394.         have been added.
  395.  
  396.         ---------------------------------------------------------------
  397.         January 20, 1995
  398.  
  399.         Many little improvements have been made, with an impressive
  400.         cumulative effect.  Most areas of the BBS have been sped up and
  401.         streamlined, RIP cosmetics are better now, terrific speed gains
  402.         in displaying ASCII/ANSI/RIP files have been made (almost twice
  403.         as fast as in NANO100C!), the QWK and new-email scans are much
  404.         faster (and more resilient), much more intelligent extension
  405.         searching is used on ASCII/ANSI/RIP files (see the docs!), and a
  406.         few new system textfiles have been added - a NEWS file, and
  407.         ULPOLICY and DLPOLICY which state your BBS's policies on
  408.         uploading and downloading, as a reminder to users.
  409.  
  410.         There's also a new "S"earch command at the file menu.  It is
  411.         like the "F"ind command except that it also searches FILES.BBS
  412.         descriptions (with a tradeoff in speed).
  413.  
  414.         ----------------------------------------------------------------
  415.         January 2, 1995
  416.  
  417.         Additional path-checking code and general bulletproofing has
  418.         been incorporated into today's release.
  419.  
  420.         Note: The config file has had three new options added.  Because
  421.         of this, the configuration record structure has been modified.
  422.         This, incidentally, is why I haven't released the structures
  423.         yet.  However, YOU MUST RUN CONFIG AGAIN BEFORE YOU CAN RUN THE
  424.         BBS.  This is because the new structure is larger than the old
  425.         one, and this will cause a "Runtime Error 100" UNLESS YOU RUN
  426.         CONFIG FIRST!
  427.  
  428.         Here, as a reminder, are a few examples:
  429.  
  430.                 CONFIG NODE1
  431.                 CONFIG NODE2
  432.                 CONFIG NODE5.CTL /Q
  433.  
  434.         Also, a new feature has been added.  It is called "File Groups."
  435.  
  436.         File Groups are a feature that will make it easier for your
  437.         users to find specific file areas if you have a lot of them.
  438.         For example, on THC Freedom Online, the 240+ file areas had been
  439.         a source of confusion for many users.  The solution, of course,
  440.         is to re-organize them into areas of general interest.  That's
  441.         just what file groups do.  When a user gets a list of file areas
  442.         (i.e. when s/he hits "?" after using the "J"ump File Area
  443.         command) the BBS will first present a list of file GROUPS,
  444.         instead of the full list of areas.  The user can then select one
  445.         of these groups, and when a group is selected, a list of file
  446.         areas is presented which is limited to the areas in the group.
  447.  
  448.         So, for example, you could define a group called "Game
  449.         Programs", and indicate that all of your file areas which have
  450.         anything to do with games are part of the group.  This group
  451.         might have a dozen areas in it, but if you have hundreds of
  452.         areas already, you'll have made it MUCH easier for the user to
  453.         find all the games areas.
  454.  
  455.         To define groups, simply add a "FILEGROUP" definition to your
  456.         FILEAREA.CTL file.  There are several examples of this included
  457.         in the FILEAREA.CTL that comes with this release of NanoBBS.
  458.  
  459.         To add a file area to a group, simply add the "GROUP" command to
  460.         each file area definition in FILEAREA.CTL.  For example, if you
  461.         have a "Game Programs" group defined as group 2, then you would
  462.         add the line
  463.  
  464.                 GROUP           2
  465.  
  466.         ... to areas like "Latest Game Releases", "Game Scenery", "Game
  467.         Hints and Cheats", "Windows Games", "CD-ROM Games" etc.
  468.  
  469.         Make sure you run CONFIG or MFB after you've made changes to
  470.         your FILEAREA.CTL, including adding or modifying File Groups.
  471.  
  472.         It is important to note that file groups are OPTIONAL - you have
  473.         to add the statement "USES FILEGROUPS" to your NODE1.CTL file
  474.         (and other node config files) in order for them to be used;
  475.         otherwise NanoBBS will use the old fashioned all-areas listing.
  476.  
  477.         ----------------------------------------------------------------
  478.         December 18, 1994
  479.  
  480.         New code has been added that was promised in the December 16th
  481.         update.  If the IPCPATH directory does not exist and NanoBBS
  482.         cannot create it, then interprocess communications and all
  483.         functions which use them are shut off.  An attempt to perform
  484.         IPC functions on a nonexistent directory would cause a runtime
  485.         error 003.
  486.  
  487.         ----------------------------------------------------------------
  488.         December 17, 1994
  489.  
  490.         A cosmetic bug has been corrected.  If the user tries to change
  491.         to a file area that exists but that s/he does not have access
  492.         to, the error reported is "Specified MESSAGE area does not
  493.         exist."  It should read "Specified FILE area does not exist."
  494.         This is now fixed.
  495.  
  496.         ----------------------------------------------------------------
  497.         December 16, 1994
  498.  
  499.         It has come to my attention that some sysops are experiencing a
  500.         RUNTIME ERROR 003 at logon.  This is caused by NanoBBS trying to
  501.         use an IPC directory that does not, or cannot, exist.  IPCs are
  502.         inter-process communications which are used in the NanoCHAT
  503.         teleconferencing system.  If you experience this error, there
  504.         are two ways you can correct it.
  505.  
  506.                 (1) If you are running a single node system or if you
  507.                 don't want to use NanoCHAT, comment out the "multiline"
  508.                 statement in NODE1.CTL (and all other node configuration
  509.                 files you may have).  This will disable the code that
  510.                 causes the error.
  511.  
  512.                 (2) Ensure that the IPCPATH directory points to a drive
  513.                 and directory that actually exists on your system.  It
  514.                 should be a RAM disk.  NanoBBS will try to create this
  515.                 directory at startup.  If the IPCPATH directory exists
  516.                 and is valid, this error cannot occur.
  517.  
  518.         I shall add code in a future release which disables the
  519.         multi-line chat features automatically if NanoBBS cannot find or
  520.         create the IPC path.
  521.  
  522.         ----------------------------------------------------------------
  523.  
  524.         If you have technical questions or comments on NanoBBS, please
  525.         forward them to the author, Gerald Albion, through one of the
  526.         following channels:
  527.  
  528.         Mail:
  529.  
  530.                         Whirlwind Software
  531.                         P.O. Box 5874
  532.                         Victoria, B.C.
  533.                         Canada    V8R 6S8
  534.  
  535.         email: ue075@freenet.victoria.bc.ca
  536.  
  537.         Fidonet: 1:340/26
  538.  
  539.         BBS: +1 604 361 4549 (300-33600 bps, 24 hours)
  540.  
  541.         Voice: +1 604 361 1820
  542.  
  543.