Here are the items for this release.
- Switched to using the githash on the pre-releases to know better where a issue is, and if it’s been resolved.
- Added support for Renegade BBS v1.35+
- Added support for Remote Access 2.60
- Add msg_goldbase.pas GoldBase message base handler, 221 tests
- TGoldBase class handles QuickBBS 2.80 GoldBase message bases with widened types (LongInt MsgNum, Word Board/attrs, 500 max boards).
- Replaces procedural PackGoldBase/ReIndexGoldBase in msgutil.pas, fixing bug where PackGoldBase called ReIndexHudson instead of ReIndexGoldBase.
- Add Renegade 1.35+ BBS support as BBStype 33
- New auto-add (bbs_renegade13x.pas)
- Add ScanRenegade135 to fcomp.pas and BBStype 33 case entries to fbbs.pas.
- Add RemoteAccess 2.60 BBS support as BBStype 34
- RA 2.60 Y2K edition uses identical file database and area formats to RA 2.0x/2.5x, so BBStype 34 normalizes to 6 in fcomp.pas (same pattern as BBStype 15). Adds rastruct.260 with full Y2K structure definitions.