• src/sbbs3/js_global.cpp

    From Rob Swindell (on Windows 11)@1:103/705 to Git commit to main/sbbs/master on Tue Jan 20 21:00:06 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/5026d82dd70938e104b293cf
    Modified Files:
    src/sbbs3/js_global.cpp
    Log Message:
    "Backup" (one-word) is a noun or an adjective
    --- SBBSecho 3.35-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Windows 11)@1:103/705 to Git commit to main/sbbs/master on Tue Mar 31 23:40:48 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/221414311bdd6050e9d531ce
    Modified Files:
    src/sbbs3/js_global.cpp
    Log Message:
    Add "support" for (ignore) Ctrl-AE (iCE colors) sequences in html_encode()

    Maybe we'll want to add an option to support these, but at least for now this fixes the html-encoding of any display files that include this sequence.
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Wed Apr 1 21:21:18 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/14e6e69e089cf4c615a5c8f5
    Modified Files:
    src/sbbs3/js_global.cpp
    Log Message:
    Add support for Ctrl-AU and Ctrl-AV codes to html_encode()

    I'm not clear why blink and high/bold are tracked with bools rather than just the represenative bits in bg and fg (and heck, those 2 could be combined into
    a single char or even union), but I'm storing the high/blink bit in bg/fg *and* setting the bool variables. Seems fine.
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)