home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / c / cn311-sw.zip / WHATSNEW.CN < prev   
Text File  |  1991-11-19  |  5KB  |  102 lines

  1. What's new in CircuitNet 3.10:
  2.  
  3. 1:  New Record formats for the mail packets.  Packets are 15%
  4.     smaller than the same messages in v3.04's format.
  5.  
  6. 2:  Configuration/Installation has been greatly simplified.
  7.     CONFIGUR.EXE and CONFS.EXE have been combined into CONFIG.EXE,
  8.     with added capabilities for configuring net-mail related functions
  9.     in Spitfire as well.  Message conferences can be added and
  10.     deleted and completely configured for netmail using only
  11.     CONFIG.EXE.
  12.  
  13. 3:  CircuitNet now uses a parallel conference configuration file
  14.     that matches the SpitFire SFMCONF.DAT file record for record.
  15.     This gives CircuitNet the capability to expand with Spitfire
  16.     and match same conference limits as Spitfire.
  17.  
  18. 4:  Improved routing.  CircuitNet now uses a text file called
  19.       CNROUTES.LST to control what packet a routed message is 
  20.       included in.  Routed messages are now only included in packets 
  21.       that are in the path to the destination.  The routing list is 
  22.       created and maintained by IMPORT.EXE.
  23.  
  24. 4a: WildCard Routing: Multiple destination nodes can be specified 
  25.      for routed messages using standard DOS wildcard formats. 
  26.      (* and ?)
  27.  
  28. 5:  Name swapping on outgoing and incoming messages is no longer
  29.      case sensitive.  The "Sysop <NodeID>" format has been extended 
  30.      to accept wildcard Node Id's, and the special format "Sysop 
  31.      All". Such messages are now displayed as "carbon copies" of 
  32.      messages TO: the original name that was swapped from. (i.e.  
  33.      TO: Sysop, Carbon copy of message TO: Sysop All)  "Sysop 
  34.      <node>" format messages are treated as routed messages by 
  35.      Import, and NOT imported into nodes that do not match the 
  36.      <node> designation. 
  37.  
  38. 6:  Improved Duplicate rejection:  Duplicate rejection is now based 
  39.      on History information maintained in SFMSGxxx.HST files for 
  40.      each conference.  The number of history records to maintain for 
  41.      each conference is configurable from 512 to 2048.  CircuitNet 
  42.      establishes a unique message number for each message, and 
  43.      duplicate rejection and threading are based on the recorded 
  44.      history kept in the .HST files.
  45.  
  46. 6b:  Extract maintains up to 30 days history for each node serviced, 
  47.       and will send a message with the same number once every 30 
  48.       days.  
  49.  
  50. 7:  NetWork wide threading is now supported.  Provided some portion 
  51.     of the thread is represented in the history file then linking of 
  52.     threads is maintained accurately throughout the network. 
  53.     (assuming the Spitfire messages haven't been renumbered by a 
  54.     message packing utility. In which case the Various thread 
  55.     elements would be threaded to the wrong thread start.)
  56.  
  57. 8:  Speed has been substantially increased over version 3.04 in all modules
  58.     except PRIMER.EXE.  Added features in Primer have offset any speed gains
  59.     resulting from the new data formats.
  60.  
  61. 9: Orphan Message Recovery:  Any message which 
  62.  
  63.       a) is addressed to the sysop (or a name that will convert to 
  64.          SysopUserName). 
  65.  
  66.          AND 
  67.  
  68.       b) would otherwise not be imported because the conference 
  69.          isn't found; Will be marked as an orphan message, and 
  70.          imported into SFMSG01.*.
  71.  
  72. 10:  MailCall V3.10 is now an integral part of the package, as 
  73.       version 1.0 cannot use the new CIRCUIT.CFG record.
  74.  
  75. 11: Status Reporting: Import, Primer, and Extract will as a minimum, 
  76.       enter a private "Comment to the Sysop" in conference #1 with the 
  77.       start time, stop time, and number of messages processed.  The Status 
  78.       report will thread continuation messages to the original if 91 lines 
  79.       are exceeded.
  80.  
  81. 12: Variable logging levels: Import, Primer, and Extract, will 
  82.       accept command line parameters of NOLOG, BRIEF, and VERBOSE to 
  83.       set logging levels.  
  84.  
  85.     NOLOG is the minimum level of logging, and produces a minimal 
  86.       status report.  No entries are made to the Activity Log.  
  87.       Entries to the Error Log are the minimum information to identify 
  88.       the error, and the source.
  89.  
  90.     BRIEF is the default setting.  Conference totals are given in 
  91.       the status report, and copies are written to the Activity Log.  
  92.       Error logging is unaffected.  Status information for Extract 
  93.       doesn't change, but is included in the Activity Log as well as 
  94.       the Status Report.
  95.  
  96.     VERBOSE is virtually the same as the current logging, with the 
  97.       TO:, FROM:, SUBJECT, ORIGIN: and VIA: information for each 
  98.       message written to the Activity log.  Error information 
  99.       written to the ErrorLog is expanded to include more 
  100.       information on the errors.
  101.  
  102.