• DDMsgReader: Inactivity disconnection more consistent with Synchronet

    From Rob Swindell@VERT to GitLab note in main/sbbs on Sat Jan 25 21:34:45 2025
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/493#note_6302

    Some comments added

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Eric Oulashin@VERT to GitLab note in main/sbbs on Sat Jan 25 21:49:17 2025
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/493#note_6303

    This was probably a result of a search & replace, and I forgot to remove this stuff. I had defined my own KEY_PAGE_UP and KEY_PAGE_DOWN a long time ago.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Eric Oulashin@VERT to GitLab note in main/sbbs on Sat Jan 25 21:49:44 2025
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/493#note_6304

    Same as above, search & replace, and this stuff isn't actually needed anymore

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Eric Oulashin@VERT to GitLab note in main/sbbs on Sat Jan 25 21:50:30 2025
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/493#note_6305

    My concern was whether the sysop is using their own customized text for that string - Would bbs.revert_text() revert to the sysop's customized string, or back to the stock string?

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to GitLab note in main/sbbs on Sat Jan 25 21:53:12 2025
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/493#note_6310

    `bbs.revert_text()` reverts to whatever the sysop has set in your text.dat or text.ini files. It's intended to just undo whatever dynamic changes are made via Baja or JS, so it's the right thing to use in this instance.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Eric Oulashin@VERT to GitLab note in main/sbbs on Sat Jan 25 22:08:23 2025
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/493#note_6314

    I've made the change to use bbs.revert_text().

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