• Add OBV/2 shell port from Baja to JS

    From Rob Swindell@1:103/705 to GitLab note in main/sbbs on Mon Jun 1 13:40:55 2026
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/683#note_9087

    I don't see any reason you need that library - the functions are not reused anywhere. Just move the functions you need out of that file and you can delete it and remove this line.
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to GitLab note in main/sbbs on Mon Jun 1 13:41:40 2026
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/683#note_9088

    I suspect rather than having this function, the shell should instead just execute filescancfg.js (as other shells do) - that'll allow *configuring* the file listing (new scan pointer, listing type, etc.). At least, that's how I suspect this menu key is supposed to work.
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to GitLab note in main/sbbs on Mon Jun 1 13:41:51 2026
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/683#note_9086

    See `user_settings.js` for the proper way to print the user's configured default download protocol. Or use one of the (3) @-codes for the protocol name. There are more than 3 possibilities.
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Thomas McCaffery@1:103/705 to GitLab note in main/sbbs on Mon Jun 1 14:11:20 2026
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/683#note_9091

    Ok will do. I just read this now after redoing some.
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Thomas McCaffery@1:103/705 to GitLab note in main/sbbs on Mon Jun 1 14:18:09 2026
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/683#note_9092

    Remove the $ (donation function), X (Sysop wants function)? Replace K with filescancfg.js.
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Thomas McCaffery@1:103/705 to GitLab note in main/sbbs on Mon Jun 1 14:27:51 2026
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/683#note_9092

    The plan remove the $ (donation function) to X (Expert Mode) don't see any reason to keep this X (Sysop wants function) moved to obv-2 shell. Replace K with filescancfg.js. Remove the obv2_lib file.
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Thomas McCaffery@1:103/705 to GitLab note in main/sbbs on Mon Jun 1 14:47:06 2026
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/683#note_9096

    The following was done:

    Command K (in file menu) now uses filesscancfg.js

    Command $ (in main menu) was removed in main.msg file and replaced with X (Expert Mode Toggle)

    Command X (In file menu) is now coded in shell

    removed the unnecessary obv_2_lib
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)