2012-04-04 19:35 Ken Johnson <ken@blkdoor.com>
- [r161] Moved Tornado BBS into Individual Unit
Changed into a Class(BBSFunctions)
Updated FComp to use new Class
Moved BBBS into Individual Unit
Changed into a Class(BBSFunctions)
Updated FComp to use new Class
2012-04-04 15:34 Ken Johnson <ken@blkdoor.com>
- [r160] Removed several files that are no longer needed/required to be packaged.
Updated several BBS packages for the re-write of FComp.exe
2012-04-04 15:19 Ken Johnson <ken@blkdoor.com>
- [r159] Removed several files that are no longer needed/required to be packaged.
Updated several BBS packages for the re-write of FComp.exe
2012-03-19 17:17 Ken Johnson <ken@blkdoor.com>
- [r158] Changed some class checking. Replaced ‘if nil’ to ‘if assigned’
2012-03-17 05:43 Ken Johnson <ken@blkdoor.com>
- [r157] Updated FComp BBS interfaces with TFileStream instead of Assign/Reset/ReWrite
- Corrected Structure sizes for Syncronet 2.x/3.x and verified data is reading correctly now.
2012-02-24 22:34 Ken Johnson <ken@blkdoor.com>
- [r156] Added fcomp.ReadFilesInfo into the CLass for fcomp.compiled
- Added Syncronet 2.xx into a class
2012-02-24 19:31 Ken Johnson <ken@blkdoor.com>
- [r155] Found small issue with Fcomp that was causing the program to not close down. Corrected
2012-02-24 19:06 Ken Johnson <ken@blkdoor.com>
- [r154] Created a new BBSFunctions Class for all BBS functions.
- Recreated Renegade File Procedures into BBSFunctions Class. For Windows/Linux this will become a DLL Plugin
2012-02-22 05:02 Ken Johnson <ken@blkdoor.com>
- [r153] Corrected issues with some BBS file records. Were originally an Integer, changed to a SmallInt to make sure it’s a 2 byte length instead of 4 byte.
- Started converting Fcomp to use FileStream instead of assign/rewrite/reset
2012-02-21 20:04 Ken Johnson <ken@blkdoor.com>
- [r152] Moved BBS files from fcomp into their own includes.
This is the beginning of changing them into BBS specific units that can be migrated into plugins.
2012-02-15 00:57 Ken Johnson <ken@blkdoor.com>
- [r151] Update compiled locations to make everything more uniformed.
2012-02-15 00:48 Ken Johnson <ken@blkdoor.com>
2012-02-15 00:47 Ken Johnson <ken@blkdoor.com>
2011-11-24 18:25 Ken Johnson <ken@blkdoor.com>
- [r148] Bug# 12: Updated af_config so default values are now set on creating new setup.fix
- Set default so debug writes to flat file instead of a database
- Updated several stand along programs so that when compiling DOS versions, was not complaining about *res file missing
- 2011-08-05 00:03 Ken Johnson <ken@blkdoor.com>
- [r147] Begin some code cleanup for new GUI Setup
2011-05-31 21:21 Ken Johnson <ken@blkdoor.com>
- [r146] Did an update so that if we are compiled for GO32v2, we use a flat Debug file, otherwise, create a debug database that contains all of the data.
2011-05-09 23:10 Ken Johnson <ken@blkdoor.com>
- [r145] Needed to add the .RES files to compile the Win32 Versions
2011-04-20 04:08 Ken Johnson <ken@blkdoor.com>
- [r144] updated some icons
2011-04-20 03:54 Ken Johnson <ken@blkdoor.com>
2011-04-19 23:06 Ken Johnson <ken@blkdoor.com>
- [r142] Doing some work on getting the GUI version of AllfixSetup reading datafiles.
2011-04-19 19:42 Ken Johnson <ken@blkdoor.com>
2011-04-19 19:29 Ken Johnson <ken@blkdoor.com>
- [r140] Changed the way the debugging works.
Have it creating a DBF file, and storing the data within there.
Updated the LOG procedure so it takes the unit and function name and records it in the DB version, not the TXT version.
2011-04-14 00:01 Ken Johnson <ken@blkdoor.com>
- [r139] update cmp-fpc to handle new locations
2011-04-13 23:53 Ken Johnson <ken@blkdoor.com>
- [r138] Changed the reference in the ALLFIXCFG record that had the ArchivePointer. Changed so it’s created on program startup, and disposed of upon closing, and is no longer a stored item in setup.fix. (This allows for creating 64bit versions of the programs)
- Updated the displaying of the help on the last line. This no longer displays garbage at the end of the string
- Removed some more references to the DOS unit that were no longer used
- Removed the FPC/NonFPC code from the toolkit and just left the FPC only code
- Changed the locations of where the compiled units/executable files are created (for 32/64 bit compatibility)
2011-04-13 00:07 Ken Johnson <ken@blkdoor.com>
- [r137] Some speed updates reading/writing setup.fix
2011-04-12 20:29 Ken Johnson <ken@blkdoor.com>
- [r136] Corrected a AccessError when attempting to read the setup.fix file, if the allfix.bsy flag was removed. Now displays an error message, then exits gracefully
2011-03-23 23:55 Ken Johnson <ken@blkdoor.com>
- [r135] Corrected some errors with af_config creating a empty file
- Change some of the spacing in afsetup
- Added some comments to fileecho.pas
2011-03-22 23:36 Ken Johnson <ken@blkdoor.com>
- [r134] Some code cleanup. Adding comments to dotic.pas
2011-03-22 22:46 Ken Johnson <ken@blkdoor.com>
- [r133] Cleaned up a little bit of code.
2011-03-22 21:52 Ken Johnson <ken@blkdoor.com>
- [r132] Removed ‘REG’ variable, as we will no longer need this (Programs will always show ALLFIX, and no longer ALLFIX+)
- Updated CRC32 program into a CustomClass
- Updated dotic.WriteLDesc to use tStringList instead of a file.
- Updated dotic.CreateTicFile to use tStringList.SaveToFile instead of a text file. Better error checking.
- Updated rp.SendTicFile to use tStringList.SaveToFile instead of the text file. Better error checking.
2011-03-22 16:10 Ken Johnson <ken@blkdoor.com>
- [r131] Found an error in dotic, that if run from a root path, and using GO32v2 version, was showing that the path X:\ did not exist. This issue only exists in the DOS version, windows works properly.
- Commented out the getting of the drive letter if path begins with a path delimiter, as we really don’t need it anymore.
2011-03-16 22:25 Ken Johnson <ken@blkdoor.com>
- [r130] Had several echo’s in the incorrect place.
2011-03-15 23:04 Ken Johnson <ken@blkdoor.com>
- [r129] Added a GAMMA as a Prerelease
Changed BETA to a RC (Release Candidate)
Left Release as is.
2011-03-15 20:47 Ken Johnson <ken@blkdoor.com>
- [r128] Missed a couple of %1 statements to @1
2011-03-15 20:40 Ken Johnson <ken@blkdoor.com>
- [r127] Added cmp-fpc for linux to be able to compile Linux/Go32v2 and Win32 versions
2011-03-11 00:18 Ken Johnson <ken@blkdoor.com>
- [r126] Somehow this got missing in commit 124
2011-03-11 00:14 Ken Johnson <ken@blkdoor.com>
- [r125] Moved Const items from Fixutil to uLog
- Added uLog to units requiring it.
2011-03-11 00:07 Ken Johnson <ken@blkdoor.com>
- [r124] Was missing the DOMSG definition in includes.inc
- Changed FileArea/MsgArea in afsetup to DoFile/DoMsg
- Added the uLog unit we was working on for FiMail. Will adapt it for Allfix, so we can remove it from fixtil and make it a Class/Object
2011-03-10 21:00 Ken Johnson <ken@blkdoor.com>
- [r123] Cleaned up the Credit.pas module.
- Added help for the Credit, Fakefix and FakeMgr commands
- Changed the .0000 digit to .00 digit on credit amounts in AFSetup for nodes
2011-03-10 19:05 Ken Johnson <ken@blkdoor.com>
- [r122] Some file cleanup
2011-03-10 18:21 Ken Johnson <ken@blkdoor.com>
- [r121] Added the GUI version of ASetup that we started. Moved the af_* files into af_files folder
- Moved the af_fileaccess and af_config to a new folder of af_files
2011-03-10 16:45 Ken Johnson <ken@blkdoor.com>
- [r120] Added the HTML version of the v6 Documents
2011-03-10 00:17 Ken Johnson <ken@blkdoor.com>
- [r119] Updated dotic.ProcessTicFiles.readTicFile so that it uses tStringList for the TIC file.
- Added MD5 string to TIC files
- Read MD5 string from TIC files.
- Changed uDebug to use Ansistring instead of ShortString (this was the reason for shortened strings in r115)
- Updated dateUnit so that it’s using StringReplace instead of ReplaceStr
2011-03-09 19:59 Ken Johnson <ken@blkdoor.com>
- [r118] Moved Allfix file structure records into it’s own include for distribution.
- Removed FileNameLen and FileNameStr and set to String[255]
2011-03-09 00:01 Ken Johnson <ken@blkdoor.com>
- [r117] Created a File_exists that is case insensitive so that FILE_ID.DIZ is the same as file_id.diz for unix systems.
2011-03-08 23:05 Ken Johnson <ken@blkdoor.com>
- [r116] Removed a couple unneeded functions from p_system.pas
- Removed come commented out code from execuni2.pas
2011-03-04 21:12 Ken Johnson <ken@blkdoor.com>
- [r115] Working with Comments and Unpacking archives.
- Changed some while do to StringReplace in execunc2
- Tested extracting FILE_ID.DIZ files that are UNIX formats (fixes issue 2)
- Need to check string Length. for File_ID.DIZ imports, looks like it’s a little short.
2011-03-04 19:38 Ken Johnson <ken@blkdoor.com>
- [r114] Changed some of the plain ole Write/Writeln to _Show/_ShowLn so we can make it run silent without any output.
- rpad and lpad was placing dirty data into the strings. Replaces most of the function with just a format function that will get us the same effect without the while do functions.
2011-03-04 13:38 Ken Johnson <ken@blkdoor.com>
- [r113] startup.CheckPaths was not returning true if the path was found.
execuni2.ImportFileID was missing some commas.
2011-03-04 00:02 Ken Johnson <ken@blkdoor.com>
- [r112] Updated units so that it’s no longer stiing string length using string[0] := char(x), but using SetLength(String,x) now.
- Did some updates in execuni2.ImportFileID so it’s using a tStringList.LoadFromFile instead of tReadLn. Should help with the Locking up reading a file_id.diz created on a *nix system (still needs testing)
2011-03-03 18:56 Ken Johnson <ken@blkdoor.com>
- [r111] Changed the PadRight back to RPad, as the RPad will truncate the string to a length of X, where PadRight if the string was > x, wouldn’t not truncate
2011-03-03 00:03 Ken Johnson <ken@blkdoor.com>
- [r110] Testing StrUnit using SysUtil.Format to pad/Strip strings.
2011-03-02 23:21 Ken Johnson <ken@blkdoor.com>
- [r109] Replaced StrUnit.rpad with StrUtil.PadRight
2011-03-02 23:09 Ken Johnson <ken@blkdoor.com>
- [r108] Replaced strunit.add_chr with SysUtils.IncludeTrailingPathDelimiter
- Removed references to DOS in fbrowse.pas
- In Hatch, added MD5 sum of files to TIC
2011-03-02 21:14 Ken Johnson <ken@blkdoor.com>
- [r107] Replaced strUnit.lwrcase with SysUtils.LowerCase
- Replaced strUnit.LoCase with SysUtils.LowerCase
- Replaced strUtil.UprCase with SysUtils.UpperCase
- found a reference in Exports to KeyUnit. Changed this so that it’s a IfDef instead
2011-03-02 20:06 Ken Johnson <ken@blkdoor.com>
- [r106] Found some issues with Update.exe that was incorrectly determining if file existed. Changed to use FileExists function
2011-03-02 19:41 Ken Johnson <ken@blkdoor.com>
- [r105] Correct issue with Updating Archivers since the update to the new ConfigFile, as it was using ALLFIXcfg.Ptr2ExternalProgramRec, and it really isn’t needed anymore.
2011-03-02 19:01 Ken Johnson <ken@blkdoor.com>
- [r104] Having issues locating DOS Archive files when extracting data from files. Updated dosutil.SearchPath to correct issue.
2011-03-01 04:40 Ken Johnson <ken@blkdoor.com>
- [r103] Changed filename for datafile to lowercase
2011-03-01 04:21 Ken Johnson <ken@blkdoor.com>
- [r102] Some OS2 Sections were still using CFG^. Updated to use ConfigFile.CfgRec
- Updated Bugsdb so it compiles properly
2011-03-01 00:03 Ken Johnson <ken@blkdoor.com>
- [r101] Slight cleanup of code.
af_config.CheckVersion was not returning df_ok properly after upgrading from a previous version.
2011-02-28 23:23 Ken Johnson <ken@blkdoor.com>
- [r100] replaced filearea.fix to
afTypes.BBSFileAreaDatName = ‘filearea.fix’ Used in fareas, allfix, fcomp and asutil
2011-02-28 22:05 Ken Johnson <ken@blkdoor.com>
- [r99] Added af_config, af_fileaccess and arcconst to SVN Repo
2011-02-28 22:02 Ken Johnson <ken@blkdoor.com>
- [r98] Makefile will compile i386-win32, i386-go32v2 and i386-linux
2011-02-28 22:00 Ken Johnson <ken@blkdoor.com>
- [r97] Update all programs/units to use ConfigFile.CfgRec instead of Cfg^
2011-02-28 19:47 Ken Johnson <ken@blkdoor.com>
- [r96] Added af_fileaccess.pas as a base Class to read Files
- Added af_Config.pas that used TFileAccess class to read/write setup.fix file.
- Updated Allfix to use TConfigFile class, and copy the CfgRec into CFg^
- Commented out the reading of the setup.fix file in startup.ReadSetupFix.. Still using the other defines still included in here for the moment.
2011-02-28 15:35 Ken Johnson <ken@blkdoor.com>
- [r95] Corrected issue with GO32v2 versions running on DOS that was doing a lot of blank Writeln’s on the screen.
2011-02-28 03:15 Ken Johnson <ken@blkdoor.com>
- [r94] Removed files no longer needed for BP/TP program BAT Files.
Inserted Include.inc
2011-02-26 02:17 Ken Johnson <ken@blkdoor.com>
- [r93] Corrected error in startup.checkpaths that was checking for null/not required paths incorrectly
2011-02-25 21:59 Ken Johnson <ken@blkdoor.com>
- [r92] Removed the fixtils2._CheckDir and used Sysutils.DirectoryExists
2011-02-24 23:59 Ken Johnson <ken@blkdoor.com>
- [r91] Little misc updates to formatting.
2011-02-24 23:56 Ken Johnson <ken@blkdoor.com>
- [r90] Little misc updates to formatting.
2011-02-24 23:09 Ken Johnson <ken@blkdoor.com>
- [r89] Movefile threw an exception if dest folder did not exist.
2011-02-24 22:47 Ken Johnson <ken@blkdoor.com>
- [r88] Cleaned up fixtils2.Movefile to use filestream to copy/move files
- Removed dosutils.RenameFile to use Sysutils.RenameFile
2011-02-24 21:18 Ken Johnson <ken@blkdoor.com>
- [r87] Correct issue with asking for a floppy disk when starting/exiting Allfix
2011-02-24 21:11 Ken Johnson <ken@blkdoor.com>
- [r86] Update ftscprod to use plain CVS files from
http://www.ftsc.org/docs/ftscprod.011 renamed to ftscprod.fix
2011-02-24 20:57 Ken Johnson <ken@blkdoor.com>
- [r85] Correct issue with Scanning Outbound folder for *.BSY files, was always returning there were some.
2011-02-24 20:26 Ken Johnson <ken@blkdoor.com>
- [r84] Removed ticunit from hse folder, as there is one in the allfix folder.
2011-02-24 20:18 Ken Johnson <ken@blkdoor.com>
- [r83] Created Project files for crc32 and msgutil
- Updated all units to use TSearchRec instead of DOS.SearchRec
- Removed SearcRec from wincomp
- Updated FindFirst to use SysUtils.FindFirst, and added DosError:= to them
- Removed instances of PathStr, NameStr, ExtStr from main units
- Moved m_pktClose from msgutils.pas back into msgunit as we are not using overlays anymore, and this was the only reason this was done.
2011-02-24 04:56 Ken Johnson <ken@blkdoor.com>
- [r82] Update Internet.pas to use Sysutils.FileFirst instead of DOS.FileFirst
2011-02-23 23:44 Ken Johnson <ken@blkdoor.com>
- [r81] Begin cleanup of WinComp and units for FPC coding
2011-02-23 22:20 Ken Johnson <ken@blkdoor.com>
- [r80] Update WinComp, and removed the following:
- os2_date_type = word;
- os2_code_type = integer;
- os2_nr_type = longint;
- Changed them to Word, LongInt, LongInt
2011-02-18 15:57 Ken Johnson <ken@blkdoor.com>
- [r79] correct issue with asetup making the EXEPATH name all uppercase. We cant do this on Linux.
2011-02-18 04:08 Ken Johnson <ken@blkdoor.com>
- [r78] Update to begin linux compile
2011-02-15 00:32 Ken Johnson <ken@blkdoor.com>
- [r77] Removed a couple folders that are no longer needed.
- Update p_system to remove some functions not needed due to being a part of Freepascal natively.
2011-02-14 22:28 Ken Johnson <ken@blkdoor.com>
- [r76] Removed files that were no longer needed in the SVN
2011-02-11 21:03 Ken Johnson <ken@blkdoor.com>
- [r75] update haltproc to remove several unneeded units.
2011-02-11 13:31 Ken Johnson <ken@blkdoor.com>
- [r74] Updated aftypes to not rely on DOS unit.
Corrected record in helpfile so it’s now packed record. (Help in asetup working again) - Was missing the udebug file, so added that.
- Groupfile was not being disposed of, corrected and stopped memory leak.
2011-02-11 00:11 Ken Johnson <ken@blkdoor.com>
- [r73] Removed os2comp, and referenced to it..
Was used for the 2 different compilers how it handled LongInt/LongInt/word on one, and LongInt/word/word on the other.
2011-02-10 00:03 Ken Johnson <ken@blkdoor.com>
- [r72] Update Semaphor.pas so that it uses SysUtils instead of DOS/wincomp
2011-02-09 00:02 Ken Johnson <ken@blkdoor.com>
- [r71] Removed {$IFDEF FPC} from asetup, as this is now going to be a pure FPC coded program.
2011-02-08 22:21 Ken Johnson <ken@blkdoor.com>
- [r70] Update some of the files that are packed into distribution archive. Removed Harold, and placed macros in it’s place
2011-02-08 18:32 Ken Johnson <ken@blkdoor.com>
- [r69] Move Asetup, bugdb and RegMgr from Toolkit folder to allfix
- Moved 3 files from asetup/install folder into asetup, and removed install folder.
- Updated asetup/fpc.cfg for new paths
- Updated Asetup, Update and Hatch lpi for new paths
- Updated cmp-fpc.bat for new path locations.
2011-02-08 18:29 Ken Johnson <ken@blkdoor.com>
- [r68] Move Asetup, bugdb and RegMgr from Toolkit folder to allfix
- Moved 3 files from asetup/install folder into asetup, and removed install folder.
- Updated asetup/fpc.cfg for new paths
- Updated Asetup, Update and Hatch lpi for new paths
- Updated cmp-fpc.bat for new path locations.
2011-02-08 18:05 Ken Johnson <ken@blkdoor.com>
- [r67] Merge 6.0 into trunk
2011-01-21 17:06 Ken Johnson <ken@blkdoor.com>
- [r54] Merge Branch 6.0 into Trunk
2011-01-13 23:23 Ken Johnson <ken@blkdoor.com>
- [r48] Forgot to add the INC files
2011-01-13 23:13 Ken Johnson <ken@blkdoor.com>
- [r47] Migrate 6.0 to Trunk
2010-11-06 20:32 Ken Johnson <ken@blkdoor.com>
- [r28] Merge 6.0 changes into trunk
2010-10-21 14:50 Ken Johnson <ken@blkdoor.com>
- [r1] Initial import
Generated by svn2cl 0.13
