• exec/fido-nodelist-browser.js

    From echicken@VERT to Git commit to main/sbbs/master on Friday, January 17, 2025 10:45:54
    https://gitlab.synchro.net/main/sbbs/-/commit/a8dccc614d87c87f6370f6ed
    Modified Files:
    exec/fido-nodelist-browser.js
    Log Message:
    New build from https://gitlab.synchro.net/echicken/nodelist-browser

    Fixes #794, esc exits. Other hotkeys reassigned per discussion
    that happened I think on DOVE-Net.

    Fixes #818, show/hide cursor on netmail.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on ChromeOS)@VERT to Git commit to main/sbbs/master on Monday, June 02, 2025 15:22:56
    https://gitlab.synchro.net/main/sbbs/-/commit/87dc5cc931deba11f22a7dac
    Modified Files:
    exec/fido-nodelist-browser.js
    Log Message:
    A literal Ctrl-Z char can be interpretted as EOF (end of file) on DOS/Windows

    ... so don't include in string literal (use hexadecimal notation instead).
    All of these case statements should really be converted, but let's just start with the problematic one.

    Resolve issue reported via DOVE-Net by Xbit:

    !JavaScript fido-nodelist-browser.js line 6941: SyntaxError: unterminated string literal

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