• exec/sbbslist.js

    From Rob Swindell@VERT to Git commit to sbbs/master on Sunday, September 06, 2020 18:44:57
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/435e79167fd306a2f55c731a
    Modified Files:
    exec/sbbslist.js
    Log Message:
    Add -force and -share options, handle missing protocol property.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Wednesday, September 09, 2020 21:03:53
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/dc5da45735e41f1b985aad5c
    Modified Files:
    exec/sbbslist.js
    Log Message:
    Fix sbbslist.js line 1769: TypeError: bbs is undefined

    Going backwards (negative) in the BBS list while using the 'C'
    (preview capture) command would trigger this exception.

    Also, don't enable spinning cursor while waiting for a key-press
    after displaying a preview.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Saturday, September 19, 2020 15:42:46
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/86d0f05724d6baf59d53b14b
    Modified Files:
    exec/sbbslist.js
    Log Message:
    Fix a couple of infinite loops observed when user disconnected

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Thursday, December 17, 2020 01:13:00
    https://gitlab.synchro.net/main/sbbs/-/commit/22bf8731bc422f1b0361e7d0
    Modified Files:
    exec/sbbslist.js
    Log Message:
    Changes necessary to allow non-sbbs system to just sbbsimsg.lst

    Use failed auto-verification server/service address info if/when
    the 'imsg_capable' flag is set.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Eric Oulashin@VERT to Git commit to main/sbbs/master on Friday, April 02, 2021 22:48:03
    https://gitlab.synchro.net/main/sbbs/-/commit/f7c8a5a91acd26a425efcd27
    Modified Files:
    exec/sbbslist.js
    Log Message:
    The command prompt is now always on the bottom of the screen (console.screen_rows).

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Friday, April 02, 2021 22:48:06
    https://gitlab.synchro.net/main/sbbs/-/commit/cb66fc713bd4b1ed120c2a66
    Modified Files:
    exec/sbbslist.js
    Log Message:
    Merge branch '244_sbbslist_command_prompt_not_always_on_bottom' into 'master'

    The command prompt is now always on the bottom of the screen

    See merge request main/sbbs!121

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Wednesday, May 26, 2021 19:34:31
    https://gitlab.synchro.net/main/sbbs/-/commit/08007ce1d0be3eaa7f324687
    Modified Files:
    exec/sbbslist.js
    Log Message:
    Remove storage from the 6th format, was making lines too long for 80cols.

    And nobody cares about your terabytes of free space anyway.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Wednesday, March 16, 2022 20:07:30
    https://gitlab.synchro.net/main/sbbs/-/commit/f48239aa8dc362641994cdfa
    Modified Files:
    exec/sbbslist.js
    Log Message:
    Don't prompt yes/no upon remove if run with -quiet option

    for Andre

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Saturday, July 23, 2022 15:22:59
    https://gitlab.synchro.net/main/sbbs/-/commit/045a33cafd1cd58b22b67399
    Modified Files:
    exec/sbbslist.js
    Log Message:
    Update logic for deciding if user can delete/edit entries

    Local sysop can always deleted/edit entries (now).
    Fixed checking of can_edit() return value (string or true), fixed issue #425
    as reported by Craig Hendricks (thank you)

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