31f366e1b207b59df67d26d69ef31dcfe9b57c19
All checks were successful
Build Fastway Client / build (push) Successful in 51s
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.
Description
Fastway BBS thin client - telnet, modem, BinkP connection endpoints