__                 _ _                _
  / _| ___   ___   __| | |__   __ _ _ __| | __
 | |_ / _ \ / _ \ / _` | '_ \ / _` | '__| |/ /
 |  _| (_) | (_) | (_| | |_) | (_| | |  |   <
 |_|  \___/ \___/ \__,_|_.__/ \__,_|_|  |_|\_\

A personal BBS  ·  Missoula, Montana  ·  formerly NaClCON BBS

Connect from your terminal: telnet naclconbbs.net 23  |  ssh naclconbbs.net -p 2222

  • src/sbbs3/js_global.cpp

    From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Tue Mar 31 23:40:49 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.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Wed Apr 1 21:21:19 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.

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