Ken Johnson 31f366e1b2
All checks were successful
Build Fastway Client / build (push) Successful in 51s
v0.5.2: bump version (coordinated cross-repo release) + Win64 fix
fw_consts.pas is hardlinked across Server/Client/Doors/Common; all
three binaries now report v0.5.2 from a single source. Bundles the
prior cross-repo cleanup commit (Server-canonical shared units, mysql/
postgres Makefile paths, fw_filewatcher + fw_schema added).

Win64 cross-compile fix bundled in (re-issued v0.5.2 — original
v0.5.2 build failed at fm_net_socket.pas because IsPortInUse and
TFMSocket.WaitForData declared Unix-specific local vars (cint /
TFDSet / TTimeVal) outside the {\$IFDEF UNIX} guard. Wrapped each
function's var section AND body in {\$IFDEF UNIX} with a plain
Windows stub. Linux + FreeBSD + Win64 verified locally.

Client functional behavior unchanged on Linux/FreeBSD — thin client
still talks to primary server via REST/WS.
2026-04-17 14:11:17 -07:00
Description
Fastway BBS thin client - telnet, modem, BinkP connection endpoints
6.1 MiB
v0.5.7 Latest
2026-04-23 17:06:30 +00:00
Languages
Pascal 99.9%
Makefile 0.1%