• src/syncterm/wren_host.c

    From Deuc¿@VERT to Git commit to main/sbbs/m on Monday, April 27, 2026 06:15:00
    https://gitlab.synchro.net/main/sbbs/-/commit/037a6c3c1675c1f80a77e161
    Modified Files:
    src/syncterm/wren_host.c
    Log Message:
    SyncTERM: add Wren module loader from scripts/load/

    `import "name"` resolves to <SYNCTERM_PATH_SCRIPTS>/load/<name>.wren.
    Names are restricted to [A-Za-z0-9_]; an invalid name aborts the
    import via a synthesized Fiber.abort module body so the failure is distinguishable from "module not found."

    Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Stephen Hurd@VERT to Git commit to main/sbbs/m on Sunday, July 19, 2026 11:15:00
    https://gitlab.synchro.net/main/sbbs/-/commit/348a85375fcb09e19facde3d
    Modified Files:
    src/syncterm/wren_host.c
    Log Message:
    Hack main/CIOLIB_main so we can use main.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Stephen Hurd@VERT to Git commit to main/sbbs/m on Sunday, July 19, 2026 11:55:00
    https://gitlab.synchro.net/main/sbbs/-/commit/23d06835f141b1d12cf62686
    Modified Files:
    src/syncterm/wren_host.c wren_host_internal.h
    Log Message:
    Rename main to mainl to avoid colliding with macro

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/m on Sunday, July 19, 2026 13:28:00
    https://gitlab.synchro.net/main/sbbs/-/commit/74cf19a2287bab607fbd34e6
    Modified Files:
    src/syncterm/wren_host.c wren_menu_host.c wren_picker_host.c
    Log Message:
    wren: enforce VM module boundaries

    Reject picker-only modules from the menu and connected loaders, and
    reject the menu-only module from the picker loader.

    Fail imports at module resolution with a clear VM-specific error instead
    of allowing source to load and failing later on unavailable foreign
    bindings. This keeps the documented three-VM boundary explicit.

    Co-Authored-By: OpenAI Codex <noreply@openai.com>

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net