• exec/sbbsimsg.js

    From rswindell@VERT to CVS commit on Monday, January 08, 2018 22:36:14
    exec sbbsimsg.js 1.26 1.27
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv17006

    Modified Files:
    sbbsimsg.js
    Log Message:
    Detail the whip-saw history of this module.
    Use modopts.ini -> [sbbsimsg] -> from_user_prop, if set (e.g. to "name"), defaults to "alias".
    Use human readable BBS name where possible (now in the sbbsimst.lsg).
    This module really needs a re-write, but the protocols are sound (finally).



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Wednesday, October 03, 2018 23:21:40
    exec sbbsimsg.js 1.27 1.28
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv23322

    Modified Files:
    sbbsimsg.js
    Log Message:
    Enhancements to inter-BBS instant message module:
    - less verbose startup (don't display every system being pinged)
    - store the info for the last sent message and use that or the last
    received message to automatically fill in the recipient of telegrams.

    This entire module could still use some re-write. It'd be nice if it automatically re-pinged all the systems and displayed newly discovered
    users or those who have apparently logged-off.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Thursday, October 04, 2018 18:24:11
    exec sbbsimsg.js 1.28 1.29
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv9014

    Modified Files:
    sbbsimsg.js
    Log Message:
    A couple of cosmetic fixes.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Monday, October 15, 2018 16:42:01
    exec sbbsimsg.js 1.29 1.30
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv10148

    Modified Files:
    sbbsimsg.js
    Log Message:
    A pretty major over-haul:
    - now uses the load/sbbsimsg_lib.js for the underlying communications
    (via SYSTAT and MSP)
    - Now periodically polls (currently once per minute) all the active-users
    - No longer writes back to the sbbsimsg.lst file (don't think we need that)
    - Much more interactive (e.g. displays messages which active-users logon/off)


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sunday, October 21, 2018 23:33:15
    exec sbbsimsg.js 1.30 1.31
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv12290

    Modified Files:
    sbbsimsg.js
    Log Message:
    Fix the spinning cursor for PETSCII.
    Added a send to "All" (inter-BBS broadcast) option.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Monday, October 22, 2018 00:56:07
    exec sbbsimsg.js 1.31 1.32
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv23511

    Modified Files:
    sbbsimsg.js
    Log Message:
    Fixed typo (host, not addr) that caused:
    Telegram
    (user@hostname): Digital Man@undefined



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sunday, November 18, 2018 15:03:29
    exec sbbsimsg.js 1.32 1.33
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv26126

    Modified Files:
    sbbsimsg.js
    Log Message:
    Fix the "undefined" age and sex (gender) values when listing systems that support active-users.json queries but don't report age and gender.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Tuesday, January 01, 2019 05:37:19
    exec sbbsimsg.js 1.33 1.34
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv28218

    Modified Files:
    sbbsimsg.js
    Log Message:
    Display the list (-l option) header in here.
    Reduce default poll timeout to 2.5 seconds.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Wednesday, January 09, 2019 03:33:19
    exec sbbsimsg.js 1.34 1.35
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv25879

    Modified Files:
    sbbsimsg.js
    Log Message:
    Abort the systems poll if the user hits a key.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Saturday, January 19, 2019 00:03:37
    exec sbbsimsg.js 1.35 1.36
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv27721

    Modified Files:
    sbbsimsg.js
    Log Message:
    A little modernization (e.g. using require instead of load).



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Monday, January 28, 2019 17:24:35
    exec sbbsimsg.js 1.36 1.37
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv24935

    Modified Files:
    sbbsimsg.js
    Log Message:
    Re-read the user property file for each telegram sent to get the recipient list (which is updated by sbbsimsg_lib.send_msg() now).


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Wednesday, January 30, 2019 15:31:50
    exec sbbsimsg.js 1.37 1.38
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv9447

    Modified Files:
    sbbsimsg.js
    Log Message:
    Better Ctrl-C handling (doesn't exit all the way out of the module) and
    better invalid destination address detection.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Thursday, January 31, 2019 13:00:38
    exec sbbsimsg.js 1.38 1.39
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv24954

    Modified Files:
    sbbsimsg.js
    Log Message:
    Clear the screen before displaying the list when used with '-l'.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Friday, June 14, 2019 20:05:56
    exec sbbsimsg.js 1.39 1.40
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv4651

    Modified Files:
    sbbsimsg.js
    Log Message:
    Don't try to iterate through argv if argc is undefined (e.g. invoked via load({}, "sbbsimsg.js") with no args).
    the sbbsimsg_lib.parse_active_users() will now return a string on failure, so display appropriately.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Wednesday, July 24, 2019 15:17:28
    exec sbbsimsg.js 1.40 1.41
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv27922

    Modified Files:
    sbbsimsg.js
    Log Message:
    Set attribute to LIGHTGRAY before clearing screen (for xterm beauty).



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Wednesday, December 23, 2020 13:54:12
    https://gitlab.synchro.net/main/sbbs/-/commit/73406ccc51595f5c354f1caf
    Modified Files:
    exec/sbbsimsg.js
    Log Message:
    Fix line 260: TypeError: imsg_user[last_user] is undefined

    Not sure how Zharvek triggers this error using the module, but he managed to
    do it twice, so add a bit of paranoia-check.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sunday, March 07, 2021 15:33:29
    https://gitlab.synchro.net/main/sbbs/-/commit/eed6aca53f409b1da2c83426
    Modified Files:
    exec/sbbsimsg.js
    Log Message:
    Indent users a tad to make the separation of systems and users more obvious

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