home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR24 / QNOS2203.ZIP / HISTORY.DOC < prev    next >
Text File  |  1993-11-12  |  7KB  |  134 lines

  1.                          Revision History for QNode
  2.  
  3. 1.10 - First Public Release
  4.  
  5. 1.20 - Added the EXPORT, FORMAT, IMPORT, and ALLOCATE commands.
  6.        Removed NETLIST/ZONELIST, replaced with more powerful IMPORT command.
  7.        Made private nodes work a little better about 'adopting' their hosts
  8.        identities.  (Passwords are now properly adopted.)
  9.        Improved memory usage of userlist, added zones to the fidouser.lst.
  10.        Added disksort for userlist.
  11.        Added MODEMTYPE flags to every baud rate. (separate by a pipe)
  12.        Added the CALLCOST statement.
  13.        Added the DIALCOST table.
  14.        Added the HUBS keyword.
  15.        Added MsgFee to all cost tracking.
  16.        Send several copies to Bob Davis, and boy did he go over it.  Thanks.
  17.        Made FIDOUSER.LST capitalize usernames
  18.        Added the ALLUSERS keyword.
  19.        Added the QDIFFMUL program.
  20.  
  21. 1.30 - Added VERSION7 and QIDX.
  22.        Added Modem Type to every baud rate style.
  23.        Added INDEX keyword.
  24.        Added overdrive exclude processing. (Watch 'em fly)
  25.  
  26. 1.31 - Fixed lost extensions from FORMAT and EXPORT commands.
  27.        Made a little faster yet.
  28.  
  29. 1.32 - Added support for multiple nodelists.
  30.        Merged QDIFF and QDIFFMUL into QDIFF
  31.  
  32. 1.33 - Added support for the HOLD keyword.
  33.        Enabled duplicate entries within indexes (DUPLICATE keyword)
  34.        Enabled FIDOUSER.LST generation if v7 mode (without INDEX keyword only)
  35.        Fixed some memory allocation errors if both indexes were being created.
  36.        Made Zone Admin changes (PASSWORD, BAUD, etc.) work.
  37.        Added LRU processing to index buffering.
  38.  
  39. 1.40 - Fixed LRU processing to be much better
  40.        Fixed long sysop name bug in FIDOUSER.LST
  41.        Enabled point modifiers: Pvt, Down, Hold.
  42.        Made nodelist report count the overdrive exclude nodes.
  43.  
  44. 1.41 - Oops, made QNode able to handle flags with lowercase letters (V32b)
  45.        Fixed private nodes again (evidentally private points broke them.)
  46.        Made ALLOCATE TEXT fixed to 128 when compiling FIDOUSER.LST, or INDEX
  47.        Added KEEP LASTUSER or KEEP FIRSTUSER option to userlist generation.
  48.        Extended the ADDR line to enable multiple prime addresses.s
  49.        Trimmed leading and trailing spaces from passwords.
  50.        Added string length checking to system name and location (v6)
  51.        Enabled 'fast' index segments.  This generally speeds up index
  52.        operation.  (Only active on the sysop index if you enable the
  53.        DUPLICATE keyword.)
  54.        Made held nodes be compiled into the nodelist.  Lacking a better
  55.        description of what to do, they act as private nodes in nets other
  56.        than your own, and as normal nodes in your own nets.
  57.  
  58. 1.42 - Added the 'USES' clause in front of many of the keywords.  (This 
  59.        enables the '!USES' clause.)
  60.        Enabled multiple output file nodelist generation. (NODELIST)
  61.        Added the 'ALLOCATE' clause in front of the BUFFERS keyword.
  62.        Fixed EXPORT listings.
  63.        Added the /Z parameter to QDIFF to stick ^Z's on the nodelist.
  64.        Extended QIDX to allow you to specify the files to be read and 
  65.        written.
  66.        Added automatic EMS support for VERSION7 BUFFERS.  (To disable,
  67.        use the '!USES EMS' command.)
  68.  
  69. 1.43 - Added the 'DEFAULT FEE DOMESTIC' and 'DEFAULT FEE INTERNATIONAL' 
  70.        lines.  Also 'DEFAULT COST ...' and 'DEFAULT DIAL ...'  Made the 
  71.        parameters to the 'COST', 'DIAL' and 'DIALCOST' tables completely 
  72.        optional by doing this.
  73.        Enhanced 'USES EMS', added 'USES DOUBLESWAP' and 'USES FIDOUSER'
  74.        Made it so you can redirect the nodelist statistics.       
  75.        Allowed multiple spaces between commands and node addresses.
  76.        Disallowed comments on password lines to allow semi-colons in the 
  77.        passwords.
  78.        Fixed QDiff with multiple applications of compressed nodediffs.
  79.        (It would sometimes apply them in the wrong order if compressed.)
  80.        Added /BINARY switch to QDiff (read docs before using)
  81.        Added 'TYPE COST', 'TYPE FEE', and enhanced 'USES FIDOUSER'.
  82.  
  83. 1.50 - Official Release of 1.43
  84.  
  85. 1.51 - Included a DPMI version of QNode, QDiff, QIdx.
  86.        Made the zone default to the zone over-ride for nodelists, just in 
  87.        case your nodelist has no zone lines at all in it.
  88.        Added the 'REAL' and 'DPMI' configuration statements to limit 
  89.        certain commands based upon which version of QNode is compiling it.
  90.        Made SYSOP.NDX have properly capitalized usernames. (QNODE)
  91.        Added the 'USES CRC' command to QNode.  (It defaults ON)
  92.        Added the 'ALLOCATE NODELIST' command to QNode. (default to 65528,
  93.        older versions allocated 16384.)
  94.        Did several optimizations if you have a '386 processor.
  95.        Changed the '!' to a ',' in QDiff.  (It'll warn you if you use the
  96.        exclamation point, but still works.)
  97.        Added the '/C' option to QDiff, and made QDiff and QNode able to 
  98.        handle embedded CR w/o LF sequences in nodelists.
  99.  
  100. 2.00 - 100% Rewritten. (QNODE, not QDIFF or QIDX)
  101.        Removed all old redundant keywords.
  102.        Added new redundant keywords:
  103.          COMPILE (NOTHING, EVERYTHING, MYZONES, STANDARD)
  104.        Removed 'USES CRC' from qnode.  They are always calculated now.
  105.        Added the 'REPLACE' command.  It's a combination of IMPORT/DELETE.
  106.        Added the 'AKA' command.
  107.        Added the 'FLAGBAUD' command.
  108.        Removed 'USES DOUBLESWAP'.  Doubleswapping is automatically turned
  109.        on or off, based upon which setting will work most efficiently.
  110.        Added 'TYPE SCRIPT'.
  111.  
  112. 2.01 - Added the interpretation of the single character flags: 9,A,B,D,E,F.
  113.          They will set the user-defined bits in the node entry.
  114.        Fixed ADD/DELETE, they were evidentally totally broken.
  115.        Resurrected the COST table.  It wasn't being interpreted correctly.
  116.        Added the 'DIRECTPOINT' option to change the way passwords were
  117.        handled on private points.
  118.  
  119. 2.02 - Official release of QNode v2.00/2.01.
  120.  
  121. 2.03 - An 80386 function was getting executed at random times in QNode DOS
  122.        or DPMI, and not based on whether you had an 80386 processor.
  123.        Added the 'SCRIPT' command which somehow got removed.
  124.        The OS/2 version of QDIFF was stripping a character of the nodelist
  125.        filename accidentally. Now fixed.
  126.        Added the 'MODEMTRANS' command to QNode.
  127.        Added the ability for 'modification' nodelists.
  128.          These nodelists contain 'Zone', 'Region', and 'Host' entries in
  129.          the form: "Zone,1,->" which will advance the current node, without
  130.          entering a node in the nodelist.  ONLY USEFUL IN VERSION7.
  131.          Can be used to add "Point,1,..." type lines in, other uses as well
  132.          though.
  133.  
  134.