• exec/ftn-setup.js

    From echicken@VERT to CVS commit on Sat Apr 18 01:51:42 2020
    exec ftn-setup.js NONE 1.1
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv23427

    Added Files:
    ftn-setup.js
    Log Message:
    First pass at a simple front-end for init-fidonet.js.
    Need feedback on what information is useful to display in popup.
    Need to look up how long a zone number can be. Probably not 3. I'm sure
    there's an awesomely-written FTSC doc that can set me straight.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From echicken@VERT to CVS commit on Sat Apr 18 01:56:18 2020
    exec ftn-setup.js 1.1 1.2
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv24591

    Modified Files:
    ftn-setup.js
    Log Message:
    Update info frame on KEY_HOME, KEY_END



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From echicken@VERT to CVS commit on Sat Apr 18 01:58:16 2020
    exec ftn-setup.js 1.2 1.3
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv24848

    Modified Files:
    ftn-setup.js
    Log Message:
    Add CVS Id keyword



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From echicken@VERT to CVS commit on Sat Apr 18 02:20:25 2020
    exec ftn-setup.js 1.3 1.4
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv28419

    Modified Files:
    ftn-setup.js
    Log Message:
    Use js.exec to run init-fidonet.js
    Display a warning if an address in this zone is already configured



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From echicken@VERT to CVS commit on Sat Apr 18 02:27:03 2020
    exec ftn-setup.js 1.4 1.5
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv29489

    Modified Files:
    ftn-setup.js
    Log Message:
    Formatting.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From echicken@VERT to CVS commit on Sat Apr 18 02:36:17 2020
    exec ftn-setup.js 1.5 1.6
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv30825

    Modified Files:
    ftn-setup.js
    Log Message:
    Check for lowercase q to quit.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From echicken@VERT to CVS commit on Sat Apr 18 02:37:44 2020
    exec ftn-setup.js 1.6 1.7
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv31201

    Modified Files:
    ftn-setup.js
    Log Message:
    Use js.on_exit to restore console attrs & bbs.sys_status



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sat Apr 18 03:52:33 2020
    exec ftn-setup.js 1.7 1.8
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv10123

    Modified Files:
    ftn-setup.js
    Log Message:
    If init-fidonet.js returns a non-falsey value, display that value with alert(). If an exception is thrown in init-fidonet.js, this exception (the error message part at least, no line number) will then get displayed.
    Pause the console before clearing the screen so the sysop can see the last mesages displayed to them without resorting to scrollback.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Vk3jed@VERT/FREEWAY to echicken on Sat Apr 18 21:45:00 2020
    On 04-17-20 20:51, echicken wrote to CVS commit <=-

    @VIA: VERT
    exec ftn-setup.js NONE 1.1
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv23427

    Added Files:
    ftn-setup.js
    Log Message:
    First pass at a simple front-end for init-fidonet.js.
    Need feedback on what information is useful to display in popup.
    Need to look up how long a zone number can be. Probably not 3. I'm sure there's an awesomely-written FTSC doc that can set me straight.

    In practice, BSO limits zone numbers to <4096 (4095 is hex FFF), so 4 digits should suffice. The FTN addressing fields are internally 16 bits (AFAIK), so if you wanted to be safe, 5 digits would cover all possibilities, including estension of BSO for non DOS hosts, or the use of ASO, etc.


    ... If I had been present at creation, I would have given some useful hints. --- MultiMail/Win v0.51
    þ Synchronet þ Freeway BBS, Bendigo Australia. freeway.apana.org.au
  • From echicken@VERT to CVS commit on Tue Apr 21 01:02:17 2020
    exec ftn-setup.js 1.8 1.9
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv29121

    Modified Files:
    ftn-setup.js
    Log Message:
    Set info_frame.word_wrap = true;
    Removed call to word_wrap.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From echicken@VERT to CVS commit on Tue May 5 21:44:11 2020
    exec ftn-setup.js 1.11 1.12
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv28739

    Modified Files:
    ftn-setup.js
    Log Message:
    Support use of a "mouse" pointing device for the clicking
    and the scrolling of the things.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Mon Sep 7 01:44:57 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/71c0a587006a869966cf3973
    Modified Files:
    exec/ftn-setup.js
    Log Message:
    Clear the screen when terminating.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Mon Sep 7 05:27:17 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/0886bf3eb163971e5642dc04
    Modified Files:
    exec/ftn-setup.js
    Log Message:
    Clear the last line (not the entire screen) when exiting.

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