• src/syncterm/wren_host.c

    From Stephen Hurd@VERT to Git commit to main/sbbs/m on Sun Jul 19 11:15:00 2026
    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 Sun Jul 19 11:55:00 2026
    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 Sun Jul 19 13:28:00 2026
    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