• exec/fido-nodelist-browser.js

    From echicken@VERT to Git commit to main/sbbs/master on Mon Mar 15 12:56:05 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/1862798ac1b82ef9b11aa60a
    Modified Files:
    exec/fido-nodelist-browser.js
    Log Message:
    Show domain & date information in top bar when domain tree expanded.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From echicken@VERT to Git commit to main/sbbs/master on Mon Mar 15 13:42:40 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/c03ca7a52e4eca96f94d5254
    Modified Files:
    exec/fido-nodelist-browser.js
    Log Message:
    Comment out previous change pending fixes to nodelist firstline parsing in ftn_nodelist.js.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From echicken@VERT to Git commit to main/sbbs/master on Wed Aug 14 22:54:27 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/48e12481c8d32e8184f058ff
    Modified Files:
    exec/fido-nodelist-browser.js
    Log Message:
    A faster, better looking, less janky version of the FTN nodelist
    browser. Should be feature-equivalent with the old one, though
    the navigation is a bit different.

    If you don't like it, dig the old one out of git and run it from
    some other location.

    This is a build of:
    https://gitlab.synchro.net/echicken/nodelist-browser
    and it will be maintained there for now. I'll try to remember to
    update this copy as needed. Do not edit / commit changes to this
    file; it's transpiled from TypeScript and not meant to be edited
    by hand. Do not read this file if you value your sanity.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From echicken@VERT to Git commit to main/sbbs/master on Thu Aug 15 06:54:24 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/b119776c596c88ab1fa8ffa6
    Modified Files:
    exec/fido-nodelist-browser.js
    Log Message:
    Restore cursor on exit; which should be happening via js.on_exit anyway but ... isn't?

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From echicken@VERT to Git commit to main/sbbs/master on Thu Aug 15 07:44:28 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/96404086df02bd45cefdb0e4
    Modified Files:
    exec/fido-nodelist-browser.js
    Log Message:
    Temporary fix to restore things on exit pending figuring out why the other way doesn't work.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From echicken@VERT to Git commit to main/sbbs/master on Thu Aug 15 09:52:16 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/b68b7f600fe843307c27f7ab
    Modified Files:
    exec/fido-nodelist-browser.js
    Log Message:
    Includes swindows with unborked home/end key handling in lightbar. Fixes problem reported by Nightfox.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From echicken@VERT to Git commit to main/sbbs/master on Fri Jan 17 10:45:54 2025
    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 Mon Jun 2 15:22:56 2025
    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