- Makefile: platform-specific unit paths — Linux uses FCL source with
-fPIC, FreeBSD/Windows use pre-compiled units from /opt/fpcup/fpc/units
- CI: delete existing release before creating (handles re-runs)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Fix scanner/tosser direction='send' -> 'out' to match web UI values
- Fix Makefile: move /tmp/paszlib_fpic before FCL source paths so all
units compile with -fPIC for shared library linking
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Convert web admin from inline HTML to SPA module pattern. Add toss and
scan include stubs. Fix fw_archiver cross-platform compatibility.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Echomail processor (like FastEcho/Squish) — tosser, scanner, packer,
AreaFix, netmail routing. Split from monolithic fidonet plugin.
Key design decisions:
- Reuses proven tosser/scanner/areafix backend code
- Backend units updated for new table names + KV link model
- No bbsengine dependency — standalone message storage
- Optional bbsengine integration for BBS message areas
- Reads mailer data via cross-plugin DB access
- Fires echomail.outbound_ready event after scanning
- 12 focused include files
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>