home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / DOOR / CAM-M145.ZIP / WHATSNEW.DOC < prev   
Text File  |  1994-05-24  |  7KB  |  131 lines

  1. 05/24/94
  2. --------
  3.   Mostly bug fixes in the 1.45 release.  Important fixes were:
  4.  
  5.     PRESCAN.EXE bug where it wouldn't create the USERS.SYS (therefore
  6.     prescan packet wouldn't be generated).
  7.  
  8.     CAM-MAIL.EXE duplicate checking fixed (see HISTORY.DOC for more
  9.     information).
  10.  
  11.     CAM-MAIL.EXE FOSSIL/OS2 support added.
  12.  
  13.  
  14. 01/01/94
  15. --------
  16.  CAM-MAIL.EXE
  17.  ------------
  18.   Added - File attachment support in REP packets.  Please be aware that
  19.           your users must be using an offline reader that supports the
  20.           PCBoard style of File Attachments.  The only ones that I know
  21.           of right now that support this are Camster <g> and RoboMail.
  22.   Added - File attachments are now added to a QWK packet.
  23.   Added - Use the /REPLACE@ codes command line switch if you want
  24.           your Bulletins and News and GoodBye files replaced with
  25.           the appropriate ANSI color codes or the @macro@ codes.
  26.           Because more and more readers are supporting @ codes, I've
  27.           made the default set not to replace @ codes.  The Camster
  28.           Reader is one example that supports @ codes internally.
  29.   Added - A new command line switch has been added called /NOCHECK
  30.           If you have a LOT of conferences on your system, you'll find
  31.           that it might take a while for the "Initializing Door.." to
  32.           take place.  What is happening is that the door is checking
  33.           for any public conferences that the user isn't registered in.
  34.           By adding this switch, the door won't check for public
  35.           conferences.
  36.   Added - A new command line switch has been added called /READ
  37.           What this means is that if a user downloads a QWK packet and
  38.           a message is addressed to them, then the READ flag in the
  39.           message is updated.  Some Sysops like this, while others
  40.           don't.  It's simply preference.
  41.   Added - A new command line switch has been added called /NETCONF
  42.           What this means is that if you are a HUB and you want to
  43.           limit the the conferences your NODES have access to (only
  44.           NetStatus Conferences), then add this command line switch
  45.           to your MAIL batch file.
  46.           This will also only create a CONTROL.DAT file according to
  47.           the conferences they have netstatus in.
  48.  
  49.   Fixed - Opps...  The door was sending file attachments *IF* a user
  50.           had the necessary security level AND there was a file
  51.           attached to any message (this includes messages that the user
  52.           didn't even have in their packet).  Basically, the door was
  53.           sending file attachments when it wasn't suppose to <arg>.
  54.   Fixed - When uploading a REP packet, it was possible that the
  55.           door might end up doing WEIRD things when a message was
  56.           REJECTED.  This was because I wasn't updating the number
  57.           of message blocks <arg>.
  58.   Fixed - In the new code that supported file attachments, I was
  59.           going out of my index array.  This basically would carry
  60.           over into the next variable (which wasn't anything too
  61.           important, but one never knows what might happen).
  62.   Fixed - If you had around 8,000 conferences defined in PCBSetup,
  63.           the door would most likely give a out of memory error.
  64.           This should no longer happen.  I've tested the current
  65.           code with 24,000 conferences and it worked just fine.
  66.           Although, PCBSM wouldn't work and locked up my machine
  67.           due to the increase number of conferences.  Time to give
  68.           Clark Development a phone call <g>.
  69.   Fixed - The Mail door wasn't working properly with the "R" flag set
  70.           in a users account with USERSM.EXE.  It would only work if a
  71.           user had NetStatus.  It should work with or without
  72.           netstatus.  It also would only with if the message had not
  73.           been read by the person to whom it was adddressed to.
  74.   Fixed - Hopefully the problem with the door not working properly
  75.           with time has been fixed.  I was able to get the door to do
  76.           some weird things and finally spotted the potential problem.
  77.           If you were having problems with the door and timelimit,
  78.           please let me know if this fixed your problem.
  79.   Fixed - On the last release I forgot to mention that if a user was
  80.           using an internal protocol, and they simply didn't start
  81.           their transfer, the door would report the transfer was
  82.           successful (opps)..  I fixed it in the last release, but
  83.           thought I had better mention it before I forget (it's been
  84.           bugging me for the last two days <arg>).
  85.   Fixed - The internal protocols didn't work with the Fossil version
  86.           when uploading a .REP/.PTR file.
  87.   Fixed - When someone was uploading a .REP/.PTR file using the
  88.           internal protocols, the door was closing a file twice and
  89.           freeing some memory twice (opps).  This could cause anything
  90.           to happen.  After I had uploaded around 6 .REP packets, it
  91.           locked up my machine <arg>..
  92.  
  93.  PRESCAN.EXE
  94.  -----------
  95.   Fixed    -  If a user contained more than Two seperate names (meaning
  96.               something like JON DE BUCK), prescan wouldn't work
  97.               properly with PCBoard.
  98.  
  99.  NETSM.EXE
  100.  ---------
  101.   Added    -  You can now define in each conference whether PRIVATE
  102.               MAIL should be echoed.  The default is NO.
  103.  
  104.  IMPORT/EXPORT.EXE(S)
  105.  --------------------
  106.   Modified -  The program will now work with Private Mail.  I also
  107.               changed the program so GROUP/SENDER Passwords would not
  108.               be echoed.  Also, COMMENTS to the Sysop cannot be echoed
  109.               as well.
  110.  
  111.   Modified -  The tosser of Cam-Mail has undergone some BIG changes.
  112.               Basically, the tosser will not import messages unless you
  113.               have NETSTATUS.
  114.  
  115.               Also, when checking for Duplicate messages, the old
  116.               version of the software created a file called CRC.DAT.
  117.               The program now creates a file called bbsid.CRC (where
  118.               bbsid represents the name of the QWK packet(s) that you
  119.               are inserting).  This will allow for the program to keep
  120.               smaller CRC files for each network and will make sure
  121.               that messages are being imported from each network.  Some
  122.               people post the same message in several networks.
  123.               Although the chances of a message not being imported
  124.               between different networks is very unlikely, this is
  125.               definately the better way to go.
  126.  
  127.               To tosser also now puts the version number on the tagline
  128.               to avoid any problems with networks that want a version
  129.               number on the tagline.
  130.  
  131.