home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / FIDOQ108.ZIP / !FIDOQWK.NEW next >
Text File  |  1992-08-21  |  7KB  |  150 lines

  1.  
  2.               FidoQWK - FidoNet(tm) <=> QWK Echomail Processor
  3.  
  4. = [ v1.08 ] ====================================================================
  5. 20-Aug-1992 - It's weird that there are more phone calls for me when I'm
  6.               being hit with a fever.  It's also weird that I caught a fever
  7.               in the middle of summer.
  8.  
  9.             + Forgot to update FQSETUP on the last release.  FQSETUP is now
  10.               updated to use the FidoNet standard of storing the echomail
  11.               message pointers.
  12.  
  13.             ! To the person from (Syracuse, NY) who left me the numbers
  14.               1-216-966-####, I couldn't connect.  With this fever and
  15.               head-ache I'm having, I probably wrote down the wrong number.
  16.               I checked the area codes listing and noticed that 216 is not
  17.               in Syracuse, even with my head-ache, it's not possible for me
  18.               to miss the area code by this magnitude.
  19.  
  20. = [ v1.07 ] ====================================================================
  21. 12-Aug-1992 - There goes another ten thousand strands of hair.
  22.  
  23.             - I screwed up version 1.06 when I added the line-wrap routine.
  24.               The buffer in the line-wrap routine didn't get flushed, this
  25.               caused the same message to be sent many times.
  26.  
  27.               PLEASE DELETE VERSION 1.06.  IT DOESN'T WORK PROPERLY!
  28.  
  29.             - I had some time to do some more reading on the FTSC and some
  30.               other FidoNet notes.  I've found that the 1.MSG is used for
  31.               storing echomail high-water mark.  FidoQWK will now follow
  32.               this standard of maintaining echomail pointers.  This should
  33.               help those who had to reset the pointers manually when the
  34.               message base was renumbered, purged, or reset.  If you had
  35.               been using the /IP switch you can stop doing that now, unless
  36.               really want to scan the message base from the first message.
  37.  
  38. = [ v1.06 ] ====================================================================
  39. 05-Aug-1992 - ...
  40.  
  41.             - Added line-wrap function.  This only affects *.MSG -> .REP
  42.               conversion, only MSG2REP.EXE is updated.
  43.  
  44. = [ v1.05 ] ====================================================================
  45. 01-Aug-1992 - Am I wasting my time on this??
  46.  
  47.             - The alias 'SYSOP' didn't get translated to the real name on
  48.               outgoing messages.
  49.  
  50.                      Thanks to Andrew Badi for pointing this out.
  51.  
  52.             - Renamed the executables for planned support of other FidoNet
  53.               message formats.  I'm looking into supporting Squish and Fido
  54.               packet 2 format in the near future.  Currently only the Fido
  55.               *.MSG format is supported.
  56.  
  57.                        FID2REP has been renamed to MSG2REP
  58.                        QWK2FID has been renamed to QWK2MSG
  59.  
  60.             - The lock up problems caused just prior to shelling out to the
  61.               compression program may have been caused by the EMS check on
  62.               some machines. This version of FidoQWK will no longer check
  63.               for EMS when shelling out.
  64.  
  65.                      Thanks to Darcy Otto and
  66.                                Daniel Cameron for reporting these.
  67.  
  68.               Hopefully the following options will fix this problem:
  69.  
  70.             - Use the /SWAP or /EMS option if swapping to disk or EMS when
  71.               executing the compression program is desired.
  72.  
  73.            -  Use /FS to tell FidoQWK to use Full-Screen when executing the
  74.               ZIP and unZIP programs.
  75.  
  76.             - Added the /NS (No Shell) option.  Use this switch to tell
  77.               FidoQWK not to run the compression/decompression programs.
  78.               When this option is used, QWK2MSG expects that the QWK packet
  79.               had already been unpacked into the work directory.
  80.  
  81.               With this option enabled, MSG2REP will create the BBS_ID.MSG
  82.               file in the current directory.  This BBS_ID.MSG packet needs
  83.               to be manually compressed into BBS_ID.REP before sending to
  84.               the QWK mail door.
  85.  
  86.             - The /IT switch is no longer supported, I've been informed that
  87.               it is not for used the way I had used it.
  88.  
  89.                      Thanks to Jeff Smart for mentioning this.
  90.  
  91.             - The /IS (Ignore Sent) switch was added.  Use this switch to
  92.               ignore the "Sent" attribute on the *.MSG files.  I'm not sure
  93.               if this attribute bit needs to be checked or not.  I didn't
  94.               find any information in the FTS drafts on the use of these
  95.               attributes.  If someone knows anything about these bits I'd
  96.               appreciate any information.
  97.  
  98.               I might add some code to update the *.MSG files' "Sent"
  99.               attribute.  Let me know if this is desirable or necessary??
  100.               Because the *.MSG packets are normally created as a temporary
  101.               process so I don't see it necessary to update this attribute.
  102.  
  103.             - Normally MSG2REP will scan *.MSG files from the highest number
  104.               it scanned last.  This may not be desirable in some cases, so
  105.               I've added a switch to ignore this "last scanned pointer" and
  106.               scan all available messages.  To ignore this last scanned
  107.               pointers, use the /IP switch on the command line.
  108.  
  109.                      Can't remember who asked for this one.
  110.  
  111.             Please use the /IS, /IP switches with caution because re-dumping
  112.             messages back to the net can cause you to loss your mail feed
  113.             privileges.
  114.  
  115.             - Tip: Mail import & export are very disk intensive operations.
  116.               The use of delay-write cache such as the new SMARTDrive 4 and
  117.               HyperDisk with the staged write option enable will speed up
  118.               these operations as well as easing the stress load on the hard
  119.               drive. To enable delay-write on HyperDisk use the S T:n option
  120.               on the command line.  Change the T:n to a value that gets the
  121.               best performance on your system, T:1 worked best for me, but
  122.               I'm using SMARTDrive 4.0 which is even better.
  123.  
  124.                      A tip from Geoffrey Sy, the overworked programmer.
  125.  
  126. = [ v1.03 ] ====================================================================
  127. 07-Jul-1992 - Programmer's job is never done.
  128.  
  129.             - Tearlines weren't being properly appended to incoming messages.
  130.  
  131.             - Mis-calculation of a string length caused it to go into never,
  132.               never land.
  133.  
  134. = [ v1.02 ] ====================================================================
  135. 04-Jul-1992 - Minor Maintenance
  136.  
  137.             - The date on the .REP messages wasn't formatted correctly.
  138.  
  139.             - Removed the extra CR between the taglines.
  140.  
  141.             - FidoQWK will now ignore Kludge lines.
  142.  
  143. = [ v1.01 ] ====================================================================
  144. 03-Jul-1992 - Option removed in v1.05.
  145.  
  146. = [ v1.00 ] ====================================================================
  147. 26-Jun-1992 - Intital Release.
  148.  
  149. ================================================================================
  150.