home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / pcboard / ttp24.zip / TIC2PCB.HIS < prev    next >
Text File  |  1993-03-14  |  26KB  |  504 lines

  1.                                   Tic-2-PCB
  2.                              History documentation
  3. -----------------------------------------------------------------------------
  4. 03-14-93  -  2.4 - This is primarily a bug fix & enhancement release.
  5.  
  6.              Added new routines to reformat description within the
  7.              FILE_ID.DIZ and not even import a DESC.SDI that's non-standard.
  8.  
  9.              Fixed the way extra long .TIC file descriptions are handled.
  10.  
  11.              Fixed the Unknown area switch.  It was found to be working
  12.              backwards.
  13.  
  14.              Reorganized the method used to read in the areas, and then
  15.              subsequently dimensioning my arrays.  This makes the code more
  16.              disk intensive now since I'm gathering the area info from the
  17.              .TIC files first.  This allows me to determine what area
  18.              definitions are needed from the config file instead of loading
  19.              all the arrays and string into memory, therefore getting the
  20.              "Out of string space" error.
  21.  
  22.              Updated the CONVERT.EXE and TTPCFG.EXE to handle up to 560 areas
  23.              which stops the problem with the dreaded "Out of string space".
  24.              I have set an arbitrary limit of 560 areas, but this is only a
  25.              minor change in code.  (it also only applies to the
  26.              configuration file manager - the main code will handle an
  27.              unlimited amount)
  28.  
  29.              Fixed the problem with the area names and the code not properly
  30.              importing the files into their correct directories.
  31.  
  32.              Fixed an annoyance with the display should a file description
  33.              be longer than 9 lines (plus the Rcvd by line).
  34.  
  35.              Fixed the Multi-Node bug where you would receive an error message
  36.              "Permission denied" if the DIR file or message base was being
  37.              read while Tic-2-PCB was updating it.
  38.              
  39.              Changed the way the .TIC file info was gathered, therefore
  40.              making it just a tad bit faster.
  41.  
  42.              Fixed a problem with the newer version .TIC files which use the
  43.              Release keyword.
  44.              
  45.              Changed the screen clearing routine and added an output header
  46.              instead of clearing the screen completely.  I added the header
  47.              so a person could at least tell that the program is working.
  48.  
  49.              I've added a command line switch called /DEBUG.  This switch
  50.              will turn on some logging which will show exactly where, and
  51.              what the program was doing at any moment while it's executing.
  52.              Should the code hang, be sure to grab the file TIC2PCB.DBG
  53.              before running it again.  I'll need this file in order to tell
  54.              where Tic-2-PCB is pukeing. :(  I would also like to receive a
  55.              copy of your config file, the suspect .TIC file, and the
  56.              archive too.
  57.  
  58.              In order to provide wide compatability, if you aren't validating
  59.              the CRC-32 in the .TIC files, I'm not going to check for the
  60.              keyword or line, this should give compatability to processors
  61.              such as FileManager and a few others that don't produce the .TIC
  62.              files with CRC lines.
  63.  
  64.              Now that I have assumed the duties of HUB here, I have finally
  65.              discovered why everyone who is using Tic-2-PCB have asked me to
  66.              make it forward files.  It seems this TICK & Tic-2-PCB stuff is
  67.              for the birds!  You can bet I'll be implementing this as soon as
  68.              I'm finished converting over to C++.  Hopefully this will be the
  69.              last release in QuickBASIC.  When I do release the C++ version,
  70.              I'll name it 3.0.
  71.  
  72. 01-22-93  -  v2.3 -  CONFIG FILE CHANGE!
  73.              
  74.              I switched to a binary file format to speed up disk access and
  75.              make life much easier for me. <g>
  76.                         
  77.              Added a new configuration file manager since the format is now
  78.              binary.  (Duh!)  This will cause some people to wimper and
  79.              whine, but in the long run it will be much better.  The name of
  80.              it is TTPCFG.EXE.  The syntax is:
  81.                        
  82.                        TTPCFG {CONFIG.NAM}
  83.              
  84.              Added a program to convert version 2.2 config files into an
  85.              incomplete binary file.  Mainly it places all of your area info
  86.              and some default information into the binary config file.  Use
  87.              this before executing TTPCFG.  Should save you some time.
  88.                         
  89.              Removed the requirement for the DOWNLOAD.TXT entry.
  90.  
  91.              Made a command line parameter /VER which will report what the
  92.              compiled program name is, version, and compile date.
  93.  
  94.              I have looked at the possibility of adding complete
  95.              compatibility with ULP, but due to the possibility of loosing
  96.              the description, I'm finding this more of a henderance than a
  97.              benefit.  If you test a file and then convert it, I will have
  98.              to rescan the directory to see if it exists under a different
  99.              name, change the name in the PCBoard directory & the
  100.              DOWNLOAD.TXT file (if used).  If the archive fails the
  101.              verification and is renamed to .DUP, .BAD, or .ERR I have no
  102.              way of handling it other than leaving the DIR file as is, or as
  103.              a minimum change the DIR file entry to match the new file name,
  104.              which I doubt would be desirable by most sysops...  This is an
  105.              unfortunate conclusion to this idea, I was looking forward to
  106.              making this a really nice feature. :(
  107.  
  108.              Added the ability to send file announcements to a specific
  109.              message base.  All files received from an AREA will be
  110.              announced in one continuous message.  
  111.  
  112.              I removed the need for the TIC2PCB.SCR & .SC1 files.  I'm now
  113.              handling all the video routines internally.
  114.  
  115.              As all of you can see, this is starting to get even closer to
  116.              the full blown file forwarding system I onced promised.  It
  117.              will evolve, but maybe not right away...  Hang in there gang!
  118.  
  119.              Please note that my FIDO address will be changing some time in
  120.              February from 1:347/10 to 1:347/110.
  121.  
  122. 12-27-92  -  v2.2 - CONFIG FILE CHANGE!!!
  123.              
  124.              Be sure to look at the new configuration file format!
  125.              
  126.              I made the config file so it will support keywords instead
  127.              of a specific order (except for the area declarations).
  128.  
  129.              Added a KEYWORD {@}TEST  You now have the option of testing
  130.              each individual file, or testing a whole list of them by using
  131.              the TEST keyword for individual file testing or @TEST to make a
  132.              list file.  If the KEYWORD @TEST is used, Tic-2-PCB will keep
  133.              track of each file processed and shell out after completion of
  134.              all processing and pass the filename TIC2PCB.LST as parameter %1.
  135.              This should accommodate the next version of Stacy Smith's ULP
  136.              program which will preserve the "Received by: Tic-2-PCB" lines
  137.              if used, and individual file processing in local mode.  Thanks
  138.              Stacy!
  139.  
  140.              Added a KEYWORD COPYARC which if present, it will force Tic-2-PCB
  141.              to copy the inbound archives to the destination directory and
  142.              leave a copy in the inbound directory.
  143.              
  144.              Added a KEYWORD FILEDATE that if found will cause Tic-2-PCB
  145.              to use the ARCHIVE date within the PCBoard(tm) DIR file.
  146.  
  147.              Added a KEYWORD LOGOFF that turns all standard logging off.
  148.              The TIC2PCB.ERR file will still be written though.
  149.  
  150.              Added a KEYWORD NOINFO to turn of the appending of "Received by:
  151.              Tic-2-PCB MM/DD/YY From:AREANAME"
  152.  
  153.              Added a KEYWORD NODIZ to turn off FILE_ID.DIZ checking.  Tic-2-PCB
  154.              will now shell out and check the archive for a FILE_ID.DIZ or
  155.              a DESC.SDI and use it instead of the one or two line description
  156.              that comes inside the .TIC files.  You must have the archive
  157.              utilities that are listed within the docs for this to operate
  158.              correctly.  Also, Tic-2-PCB can not I.D. self extracting archives
  159.              or process the description files within them.  If an archive
  160.              can't be identified, it will be processed as normal.
  161.  
  162.              Added a KEYWORD NOCRC which will turn off the CRC-32 comparison
  163.              of the included CRC-32 within the TICK file and the actual
  164.              ARCHIVE CRC-32.  This gives added security to your system should
  165.              someone try to sneak a bogus file through your TICK processor.
  166.              This WILL NOT check the files within the archive!
  167.  
  168.              Added a KEYWORD UNKNOWN  which will allow UNKNOWN file areas to
  169.              be imported into the default directories.  This is designed to
  170.              allow files to be imported that do not have a defined area in
  171.              the config file.  The reason for this is because there's no
  172.              password checking on UNKNOWN imports.  If this keyword is not
  173.              found in the config file or it is commented out, all UNKNOWN
  174.              AREA .TIC files will be renamed to TKnnnnnn.UNK and the ARCHIVE
  175.              will NOT be imported into the system.
  176.                         
  177.              Added a KEYWORD in the area declaration called PASSWORD.  This
  178.              will support password checking of the TICK files.  If this
  179.              option is used, it will search the TICK file for the PW keyword
  180.              and then compare that password to the password listed in the
  181.              config file for that AREA.  If it isn't a match then the
  182.              TKnnnnnn.TIC will be renamed to TKnnnnnn.PWD and the archive
  183.              WILL NOT be processed into your BBS.  To disable this feature,
  184.              just comment out or delete the PASSWORD xxxxxx  lines.
  185.  
  186.              Added a command line switch of /BELL to turn the beeping off
  187.              when an error occurs.
  188.  
  189.              Added a new output screen.  You can select /M for MONO on
  190.              the command line if your system doesn't support color.
  191.  
  192.              I improved the logging routines.  The following entries will now
  193.              be found in the log file:
  194.  
  195.              --------[ Processing {INBOUND} - MM-DD-YYYY - HH:MM:SS
  196.              --------[ Process complete - MM-DD-YYYY - HH:MM:SS
  197.              --------[ Process Aborted! - MM-DD-YYYY - HH:MM:SS
  198.              A - Area unknown for file specified
  199.                  Renamed .TIC to .UNK
  200.              C - CRC check sum error on archive
  201.                  Renamed .TIC to .CRC
  202.              D - FILE_ID.DIZ is longer than 450 bytes - Not used
  203.              E - Error encountered in .TIC file
  204.                  Renamed .TIC to .ERR
  205.              F - File doesn't exist
  206.                  Renamed .TIC to .FIL
  207.              P - Incorrect password for AREA
  208.                  Renamed .TIC to .PWD
  209.              S - DESC.SDI longer than 85 bytes - Not used
  210.              √ - Process successful.  File imported properly
  211.  
  212.              At the request of one of the Tic-2-PCB users (sorry I don't
  213.              recall who you were) I have renamed the included config file,
  214.              log file, and error file as SAMPLE.CFG, SAMPLE.LOG, and
  215.              SAMPLE.ERR.  Thanks for the suggestion, who ever you are! <g>
  216.  
  217.              TIC2PCB.DOC has been updated.
  218.              
  219.              Made available as TTP22.ARJ on 12/27/92.
  220.  
  221. 11-11-92  -  v2.1 - Set this up as debug code.
  222.              
  223.              After evaluation for a two week period this code is stable
  224.              since recompiling under QuickBASIC 4.5.
  225.  
  226.              Made available as TTP21.ARJ on 11/21/92.
  227.  
  228. 10-31-92  -  v2.0b - Jim Dritsas reported a bug that didn't correctly write
  229.              the PCBoard directory entries.  This bug was caused due to
  230.              porting the code over to VB-DOS. - FIXED
  231.  
  232. 10-25-92  -  v2.0a - This version wasn't supposed to make it out the door!
  233.              I had compiled some test code, and in the process of getting the
  234.              VB-DOS code compiled and bundled up, I accidentally grabbed the
  235.              wrong executable and put it out.  I'm very sorry for that! :(
  236.  
  237.              Added errorlevels to the code, and it will exit with the
  238.              following levels:
  239.  
  240.                  0 - Successful execution, no errors encountered.
  241.                  1 - Unsuccessful execution, errors encountered, and
  242.                      TIC2PCB.ERR file created/appended.
  243.                  2 - Unsuccessful execution, no .TIC files to process.
  244.  
  245.              Added code that will continue processing if a .TIC file is
  246.              found without an accompanying file.
  247.  
  248.              TIC2PCB.DOC has been updated.
  249.  
  250. 10-18-92  -  v2.0 - NO CHANGES MADE TO CODE EXCEPT RECOMPILED USING MS'S
  251.              VISUAL-BASIC FOR DOS.
  252.                   
  253. 10-08-92  -  v1.6 - CONFIGURATION FILE CHANGE!!!
  254.  
  255.              Changed the command line implementation to require a configuration
  256.              file name.  The method to execute the program will be
  257.                   
  258.                   TIC2PCB <config file>
  259.  
  260.                you must specify a configuration filename or the program will
  261.              halt execution.  This was done for people receiving files from
  262.              another net, which was causing problems with the size of the
  263.              array's within the code, you can now have several different config
  264.              files to support each network.
  265.  
  266.              Fixed a bug that was reporting that the TIC2PCB.CFG file was
  267.              not found when it actually was, but the file or path didn't
  268.              exist within the configuration file.  I have now written error
  269.              trapping routines that will (hopefully in most cases) identify
  270.              the line that the error occurred on and report what path/file
  271.              it was working on when it encountered the error.  There will also
  272.              be a file created called TIC2PCB.ERR which will tell you what the
  273.              error was in case you were asleep or away when the program last
  274.              executed.
  275.              
  276.              Incorporated support for FileManager type TIC files.
  277.  
  278.              Made an option for a batch file to be called to process all files
  279.              when received.  This routine will call the batch file specified
  280.              within the configuration file and pass the file name as %1, the
  281.              file name will specify the location and the file name after it has
  282.              been moved to it's destination directory.  (C:\UPLOAD\FILENAME.xxx)
  283.              Your upload processor must handle renaming or moving the file if
  284.              it should fail any testing.
  285.  
  286.              Major optimization of code, which is based somewhat on OOP.  I
  287.              moved most of the routines into separate modules, which should
  288.              free up some memory, run faster, and be easily modified.
  289.  
  290.              Support for FILE_ID.DIZ detection, Forwarding of files, a message
  291.              report to the sysop when files are received, and a configuration
  292.              program should be included in the next release after being compiled
  293.              under VisualBASIC for DOS.
  294.              
  295.              After spending several hours, and a lot of weekends supporting
  296.              Tic-2-PCB, I am considering making it shareware in the near future
  297.              which I expect it to be a one time fee of $15 for non-commercial,
  298.              and $25 for business use.  I know this is something that you
  299.              probably hate to see, I know I do when I've been using a free
  300.              utility for a while and gotten used to it, but I now understand
  301.              why authors resort to this type of programming.  It takes a lot of
  302.              time, and the family tends to be left out in the living room while
  303.              I'm pounding away on the keys, and they only see me when I'm hungry
  304.              or I need to go to the bathroom. <g>
  305.              
  306.              TIC2PCB.DOC has been updated.
  307.  
  308. 09-11-92  -  v1.5 - CONFIGURATION FILE CHANGE!!!
  309.  
  310.              Fixed a bug that was causing the descriptions to get cut off
  311.              when a comma was encountered - FIXED
  312.              
  313.              Made an option for "Received by Tic-2-PCB mm-dd-yy From:AREANAME"
  314.              entry in the DIR file.
  315.  
  316.              Completed the option to select either C)urrent date or F)ile date
  317.              for DIR file entry. (NOTE: The log file entry will log the current
  318.              date the file was imported)  I thought I had this done in v1.4! :(
  319.  
  320.              I added a feature that will add an entry to your DOWNLOAD.TXT file
  321.              so the common File Profilers will have upload/download stats for
  322.              callers to view.
  323.  
  324.              Optimized some code, and rearranged some subroutines.  Not really
  325.              noticeable speed, just easier to make changes in the future.
  326.  
  327.              I will be adding a feature that will send a private message to the
  328.              sysop, showing what files were imported and where.  It will also
  329.              send errors that are encountered (i.e. bad file names, incorrect
  330.              paths, duplicate file name, etc.)
  331.              
  332.              There have been several requests to allow processing to continue
  333.              when an error is encountered (bad file name, path errors, etc.).
  334.              I have thought about this feature, but Tic-2-PCB exits when an
  335.              error is encountered, just in case something is really wrong,
  336.              and it decides to trash your system. (hopefully things will never
  337.              get to that point anyway) <grin>  If the general feeling is to
  338.              continue on even after an error is encountered, then I will write
  339.              it into the code.
  340.  
  341.              TIC2PCB.DOC has been updated.
  342.  
  343. 07-30-92  -  v1.4a - It figures!  Not less than a week later, I get another
  344.              bug report. :(
  345.              
  346.              Thanks to Tim Fierro, I have incorporated support for FEcho .TIC
  347.              files.  The file format is completely different than TICK, so I
  348.              figured I would add support for that system too.
  349.  
  350.              If someone else has another file processor that Tic-2-PCB isn't
  351.              processing properly, just send me a copy of the .TIC file and
  352.              I'll try to add support for it too.
  353.  
  354.              Minor changes made to TIC2PCB.DOC. (not enough to reprint it)
  355.  
  356. 07-23-92  -  v1.4 - CONFIGURATION FILE CHANGE!  Released as a regular release.
  357.              If I run into more serious problems, I'll start sending ßeta code
  358.              out the door again.
  359.  
  360.              Thanks to Richard Vonzel, I was able to locate another problem
  361.              that wasn't noticeable but yet caused some real hair pulling, if
  362.              things were entered in mixed case, the program code wasn't
  363.              interpreting the mixed case.  FIXED!
  364.  
  365.              As requested by Bob Rathke, I instituted an UNKNOWN area, which
  366.              will toss all unknown area files to the default directory listed
  367.              in lines 2 & 3 of TIC2PCB.CFG.
  368.  
  369.              As requested by Jim Rhodes, a TIC2PCB.LOG file has been added.  It
  370.              will show the date imported, area name, file name, size, and
  371.              destination DOS directory.  If there's anything else someone wants
  372.              entered in this log, let me know.  The log can be disabled in
  373.              line 15 of TIC2PCB.CFG by entering "N" (without quotes) for no
  374.              logging.  If this option is used, make sure you check the size
  375.              of this log if you are receiving lots of files on a regular
  376.              basis.  You can delete it if it gets to big, or you no longer
  377.              want it.
  378.  
  379.              You can also thank Jim for pointing out the problem when moving
  380.              files to other drives, and the "Release" line in the .TIC files,
  381.              which were corrected in the last release.
  382.  
  383.              As requested by several people, and to ease the problems of
  384.              installation I've changed the way Tic-2-PCB handles comments.
  385.              They're no longer required, nor is the pesky semi-colon (;)
  386.              either!
  387.              
  388.              If you should forget to place the trailing back slash (\) on a
  389.              line that is supposed to have a directory entry, Tic-2-PCB will no
  390.              longer toss cookies or fits.
  391.  
  392.              Implemented the option for "F"ile or "C"urrent date to be used in
  393.              the directory file listing.
  394.  
  395.              TIC2PCB.DOC has been updated.
  396.  
  397. 07-16-92  -  v1.3ß - Released this version due to the inability to move files
  398.              to another drive.  Tic-2-PCB will now move files to other drives.
  399.  
  400.           -  I made a modification that will support the "Release" key word
  401.              found at the top of some .TIC files.  I think this was that
  402.              pesky bug.
  403.  
  404.           -  Cleaned up some output routines.  It seems I left some debugging
  405.              code in the file and word wrap was never enabled, and the version
  406.              number was never changed.  Sorry, it should work now. :-)
  407.  
  408.           -  Had one report that the TIC2PCB.CFG file couldn't be found in the
  409.              directory, I couldn't track this one down.  Anyone else had this
  410.              problem before?
  411.  
  412.           -  Added more error trapping routines.
  413.  
  414.           -  Added a support conference on my BBS called Tic-2-PCB (#8).
  415.  
  416.           -  If you want access to this conference, send me net-mail with the
  417.              following information and I will set up an account for you so
  418.              you won't have to go through the verification procedures:
  419.  
  420.              REAL NAME:
  421.              PASSWORD:
  422.              ADDRESS:
  423.              CITY/STATE:
  424.              DATA LINE:
  425.              VOICE LINE:
  426.              DATE OF BIRTH:
  427.  
  428.              Your account will normally be setup within 24 hours.
  429.  
  430.           -  As of this release, I will indicate if any changes have been made
  431.              to the documentation.  This should help save a few trees. <grin>
  432.  
  433.           -  No changes made to Tic2PCB.Doc
  434.  
  435. 07-15-92  -  v1.2ß - 1.1ß1 Had a pesky little bug appear, but it
  436.              disappeared after recompiling with the new code.  Hopefully
  437.              it stays gone!
  438.  
  439.           -  Included code to preserve the original file date of the
  440.              archive.  It was being dated to the present day.
  441.  
  442.              I haven't had much time to incorporate the other features as of
  443.              yet.  This file date thing took me a while.  I have some
  444.              information that will help me include some more enhancements
  445.              for future releases.
  446.  
  447.              Future enhancements will be:
  448.  
  449.              1. Archive identification without relying on the suffix.
  450.              2. Calling PCBTEST (or other batch) on all moved/copied files.
  451.              3. Incorporating FILE_ID.DIZ & DESC.SDI detection.
  452.              4. Allowing a recompress of the archive after a copy/move.
  453.              5. Make a configuration setup routine.
  454.  
  455.              NOTE:  I got a lot of calls reporting problems.  I found that
  456.              80% were due to the configuration file being cleaned out.
  457.  
  458.              YOU HAVE TO LEAVE THE ; (SEMI-COLON) IN THE 33RD COLUMN OR
  459.              TIC2PCB WON'T WORK.  I will be changing this in the next
  460.              version or so.
  461.  
  462.              The other 20% were due to that invisible bug.
  463.  
  464. 06-26-92  -  v1.1ß1 Minor bug fix!  Released the same day.
  465.  
  466. 06-26-92  -  v1.1ß Major upgrade!  Added support for multiple areas, and
  467.              tossing to different file directories and directory listings.
  468.  
  469.           -  Enabled word wrapping for lines that are too long for the
  470.              standard PCBoard directory listing.
  471.  
  472.           -  Enhanced the Move file routine.  <That was an oversight
  473.              on my part>.
  474.  
  475.           -  Began setting up the configuration file to support the
  476.              FILE_ID.DIZ & DESC.SDI file description methods.  These are
  477.              becoming more and more popular.
  478.  
  479.              I plan on allowing the Sysop to say whether they would
  480.              like to change the file date or leave it the same on new
  481.              files. (Presently the file date is being changed to the
  482.              current date when being copied)
  483.  
  484.              Will also allow Sysops to say how long of a secondary
  485.              description they want up to eight lines.
  486.  
  487.              Be sure to read about the new configuration file changes,
  488.              you must follow the pattern in the file or it WON'T WORK.
  489.              Thanks everyone, for telling me what you wanted to see in
  490.              Tic-2-PCB.
  491.  
  492. 06-19-92  -  v1.1ß Tic-to-PCB had a name change to Tic-2-PCB!  I like this
  493.              method of spelling much better. <grin>
  494.  
  495.           -  Made a few changes to the video output and removed unnecessary
  496.              code.  Changed some sub routines, reformatted the code for
  497.              easier reading.
  498.  
  499.           -  Added TIC2PCB.HIS and FILE_ID.DIZ to archive.
  500.  
  501.           -  A complete revision to the Tic2PCB manual.
  502.  
  503. 06-12-92  -  v1.0ß Initial release as ßeta.
  504.