• exec/lbshell.js

    From deuce@VERT to CVS commit on Wed Jan 6 22:42:37 2016
    exec lbshell.js 1.111 1.112
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv406

    Modified Files:
    lbshell.js
    Log Message:
    Don't scan for new files when using the Messages -> Scan For New Messages -> All Message Areas. This uses the new SCAN_MSGSONLY mode flag (are these
    really supposed to be flags?)




    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Thu Jan 7 03:02:19 2016
    exec lbshell.js 1.112 1.113
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv13194

    Modified Files:
    lbshell.js
    Log Message:
    The start of better living via prototypes and class extension.

    This should make lbshell use a more constatn memory footprint, generate sub-menus faster, and clean up the code somewhat.

    Main menu and top-level file menu done... all others still TODO.




    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Thu Jan 7 03:10:07 2016
    exec lbshell.js 1.113 1.114
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv13646

    Modified Files:
    lbshell.js
    Log Message:
    Fix a couple little bugs.



    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Thu Jan 7 07:09:28 2016
    exec lbshell.js 1.114 1.115
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv27319

    Modified Files:
    lbshell.js
    Log Message:
    Revert previous change as it's not worth doing it that way.
    Do some fine prototype massaging to reduce LoC.




    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Thu Jan 7 07:13:53 2016
    exec lbshell.js 1.115 1.116
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv27723

    Modified Files:
    lbshell.js
    Log Message:
    Minor bug... console.clear() got change to console.erase().




    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Thu Jan 7 16:37:09 2016
    exec lbshell.js 1.116 1.117
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv4486

    Modified Files:
    lbshell.js
    Log Message:
    Instead of mucking about with the Lightbar object itself, "derive" it into
    the new ShellLB class and use that.




    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Fri Jan 22 22:34:57 2016
    exec lbshell.js 1.117 1.118
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv25653

    Modified Files:
    lbshell.js
    Log Message:
    Actually call the prototype constructor. Fixes error when re-entering ShellLB() Objects.




    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Sun Feb 25 18:27:06 2018
    exec lbshell.js 1.118 1.119
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv25784

    Modified Files:
    lbshell.js
    Log Message:
    One extra bbs.online check in the xtrn program loop to help avoid odd JS errors when a user is disconnected while in a door,e.g.
    lbshell.js line 505: TypeError: xtrn_area.sec_list[sec] is undefined


    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Tue Feb 27 00:19:45 2018
    exec lbshell.js 1.119 1.120
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv28656

    Modified Files:
    lbshell.js
    Log Message:
    Truncate the list in Xtrnsec as well as Xtrnsecs.
    Should "fix" bug reported on AlcaBBS (by not allowing access to the last
    few doors).




    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Mon Apr 6 04:47:37 2020
    exec lbshell.js 1.121 1.122
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv30225

    Modified Files:
    lbshell.js
    Log Message:
    Add mouse support.

    This does have a terrible hack where it mangles ESC sequences going into ungetstr() because inkey() will mangle them coming out... inkey() puts ESC arguments at the end of the key buffer. If the key buffer isn't empty,
    this results in a re-ordering.




    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Mon Apr 6 15:01:15 2020
    exec lbshell.js 1.122 1.123
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv16661

    Modified Files:
    lbshell.js
    Log Message:
    Support and use SGR mouse reporting.




    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Mon Apr 6 16:13:19 2020
    exec lbshell.js 1.123 1.124
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv21017

    Modified Files:
    lbshell.js
    Log Message:
    Ignore anything but button 1 presses.




    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Mon Apr 6 16:51:03 2020
    exec lbshell.js 1.124 1.125
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv27064

    Modified Files:
    lbshell.js
    Log Message:
    Add fall-through miss handling for all submenus.




    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Tue Apr 7 18:01:45 2020
    exec lbshell.js 1.125 1.126
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv4571

    Modified Files:
    lbshell.js
    Log Message:
    Add the ability to leave mouse enabled after the lightbar.
    Use this throughout lbshell.




    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Tue Apr 7 18:48:03 2020
    exec lbshell.js 1.126 1.127
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv11531

    Modified Files:
    lbshell.js
    Log Message:
    Create a menu_opt() function to eliminate the most common boilerplate.




    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Thu Apr 9 01:32:27 2020
    exec lbshell.js 1.127 1.128
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv25689

    Modified Files:
    lbshell.js
    Log Message:
    Minor optimization




    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Thu Apr 9 01:35:03 2020
    exec lbshell.js 1.128 1.129
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv26024

    Modified Files:
    lbshell.js
    Log Message:
    Now that we're taking action on mouse release, we don't need to clear the
    input buffer when we stop the mouse.




    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Thu Apr 9 01:44:10 2020
    exec lbshell.js 1.129 1.130
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv27825

    Modified Files:
    lbshell.js
    Log Message:
    Use mode 9 for mouse instead of mode 1000.




    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Wed Apr 29 02:40:39 2020
    exec lbshell.js 1.130 1.131
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv1904

    Modified Files:
    lbshell.js
    Log Message:
    str_cmds.js no longer loads text.js




    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Fri May 1 16:44:42 2020
    exec lbshell.js 1.131 1.132
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv32303

    Modified Files:
    lbshell.js
    Log Message:
    Use/cache ansiterm_lib.js for sending the ANSI things.
    mouse_enable() pasted from minesweeper.js.


    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Mon May 4 03:12:43 2020
    exec lbshell.js 1.132 1.133
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv27900

    Modified Files:
    lbshell.js
    Log Message:
    Don't need to mangle the ANSI sequences before stuffing back into the keyboard buffer.



    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Wed Sep 9 05:01:31 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/ec8aea6a21a54c53b2ae53ee
    Modified Files:
    exec/lbshell.js
    Log Message:
    Honor the "pause after exit" setting for external programs.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Sat Oct 17 17:47:11 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/00817939100aa40f1ef987ad
    Modified Files:
    exec/lbshell.js
    Log Message:
    Fix lbshell crashing if no available items in an external menu. Also fix not honoring the "pause after execution" setting on an external program.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Sat Oct 17 17:47:12 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/030e3513ea83b724be545e95
    Modified Files:
    exec/lbshell.js
    Log Message:
    Merge branch 'lightbar' into 'master'

    Fix lbshell crashing if no available items in an external menu. Also fix not...

    See merge request sbbs/sbbs!10

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Michael Long@VERT to Git commit to main/sbbs/master on Tue Jan 26 23:25:11 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/e7ee31de4b9a70d19a458295
    Modified Files:
    exec/lbshell.js
    Log Message:
    Update lbshell.js - don't even need doorscan in here as it can be enabled/disabled via the pre/post xtrn module and modopts.ini

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Mon May 31 21:31:40 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/de35bc2c5803a211531d30bc
    Modified Files:
    exec/lbshell.js
    Log Message:
    Only add accessible programs to the xtrn list

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Thu Sep 29 15:35:18 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/dd2ab2e73bc9ebaaff17e7e8
    Modified Files:
    exec/lbshell.js
    Log Message:
    Check undefined.

    Fixes #368

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Fri Mar 8 21:38:21 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/60bde349f49d5a3d5c7ddd12
    Modified Files:
    exec/lbshell.js
    Log Message:
    Fix longstanding TODO to get files in a directory.

    This is likely also broken classic_shell.js, but nobody should ever
    open that file anymore.

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