• exec/load/dd_lightbar_men

    From Eric Oulashin@VERT to Git commit to main/sbbs/m on Fri Jan 24 19:56:00 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/7181168590bfe2741c466840
    Modified Files:
    exec/load/dd_lightbar_menu.js
    Log Message:
    DDLightbarMenu: Remove the inputTimeoutMS property; use console.inactivity_hangup instead.
  • From Rob Swindell@VERT to Git commit to main/sbbs/m on Fri Jan 24 19:56:00 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/622273166edd7942dc2d7fc2
    Modified Files:
    exec/load/dd_lightbar_menu.js
    Log Message:
    Merge branch 'dd_lightbar_menu_use_console_inactivity_hangup' into 'master'

    DDLightbarMenu: Remove the inputTimeoutMS property; use console.inactivity_hangup instead.

    See merge request main/sbbs!492
  • From Eric Oulashin@VERT to Git commit to main/sbbs/m on Sat Jan 25 22:17:00 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/b53a63105c97896b35c998b0
    Modified Files:
    exec/load/dd_lightbar_menu.js xtrn/DDMsgReader/DDMsgReader.js ddmr_cfg.js readme.txt revision_history.txt
    Log Message:
    DDMsgReader: Inactivity disconnection more consistent with Synchronet behavior. DDLightbarMenu: Use console.getkey() instead of getKeyWithESCChars(), as getKeyWithESCChars() is no longer needed.
  • From Rob Swindell@VERT to Git commit to main/sbbs/m on Sat Jan 25 22:17:00 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/40715475d951513f52622fb9
    Modified Files:
    exec/load/dd_lightbar_menu.js xtrn/DDMsgReader/DDMsgReader.js ddmr_cfg.js readme.txt revision_history.txt
    Log Message:
    Merge branch 'dd_msg_reader_timeout_disconnect_and_dd_lightbar_menu_console_getkey' into 'master'

    DDMsgReader: Inactivity disconnection more consistent with Synchronet behavior. DDLightbarMenu: Use console.getkey() instead of getKeyWithESCChars(), as getKeyWithESCChars() is no longer needed.

    See merge request main/sbbs!493
  • From Eric Oulashin@VERT to Git commit to main/sbbs/m on Sat Mar 1 15:10:00 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/c42f0f9a458d9f3c8d0b6afb
    Modified Files:
    exec/load/dd_lightbar_menu.js
    Log Message:
    DDLightbarMenu: For numbered mode (no lightbar), allow 1 mor character when using substr with the item text
  • From Rob Swindell@VERT to Git commit to main/sbbs/m on Sat Mar 1 15:10:00 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/d1b2b0284d3549051738c30d
    Modified Files:
    exec/load/dd_lightbar_menu.js
    Log Message:
    Merge branch 'dd_lightbar_menu_numbered_mode_substr_1_longer' into 'master'

    DDLightbarMenu: For numbered mode (no lightbar), allow 1 mor character when using substr with the item text

    See merge request main/sbbs!516