• exec/privatemsg.js

    From rswindell@VERT to CVS commit on Saturday, July 28, 2018 22:18:52
    exec privatemsg.js NONE 1.1
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv11162

    Added Files:
    privatemsg.js
    Log Message:
    A new module that can be used to replace the hard-coded private message
    hot key (Ctrl-P) handler.

    Currently, it behaves nearly identically to the hard-coded C++ function,
    but my plans are to intergrate the inter-BBS instant messaging functionality
    in here to make it easier to send and reply to instant messages.

    Install this module in SCFG->External Programs->Global Hot Key Events:
    Global Hot Key Ctrl-P
    Command Line ?privatemsg.js




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Wednesday, October 03, 2018 23:23:50
    exec privatemsg.js 1.1 1.2
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv23759

    Modified Files:
    privatemsg.js
    Log Message:
    This module can now:
    - be used to enter the inter-BBS instant message module with the 'I' command
    (this should make responding to inter-BBS instant messages much easier as
    the recipient can respond from anywhere using Ctrl-P global hotkey).
    - be installed using "jsexec privatemsg.js install"



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Tuesday, October 16, 2018 00:43:26
    exec privatemsg.js 1.2 1.3
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv3539

    Modified Files:
    privatemsg.js
    Log Message:
    Some cosmetic improvements.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Friday, January 25, 2019 00:37:45
    exec privatemsg.js 1.3 1.4
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv30004

    Modified Files:
    privatemsg.js
    Log Message:
    Added support for sending telegrams to users using the Web (ecWeb v4) interface.
    The entire send-telegram logic has been reimplemented here (for the 3rd time, first in chat.cpp, then in js_bbs.cpp, and now here).



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Monday, January 28, 2019 17:53:21
    exec privatemsg.js 1.4 1.5
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv29663

    Modified Files:
    privatemsg.js
    Log Message:
    Updates to the (T)elegram option:
    - cosmetic fixes (extra CRLFs removed)
    - save/use the last 10 telegram recipients (using the getstr() history feature)



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Wednesday, September 25, 2019 19:47:24
    exec privatemsg.js 1.6 1.7
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv30933

    Modified Files:
    privatemsg.js
    Log Message:
    Quick hack for Alterego to support custom/extended node status text.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Saturday, March 14, 2020 11:28:00
    exec privatemsg.js 1.7 1.8
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv2139

    Modified Files:
    privatemsg.js
    Log Message:
    Fix typo that causes error:
    line 147: ReferenceError: KMSG is not defined
    Thanks wkitty42!



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sunday, March 29, 2020 01:09:28
    exec privatemsg.js 1.8 1.9
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv19039

    Modified Files:
    privatemsg.js
    Log Message:
    Use the new system.get_node() method of reading node dab records.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Sunday, September 13, 2020 16:16:04
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/c83f5878ae467f257fac72e5
    Modified Files:
    exec/privatemsg.js
    Log Message:
    Display helpful message when denying telegram-sent-to-self

    Previously, just the NodeNIsNotInUse message would be displayed.
    Instead, display the NoNeedToSendMsgToSelf message.
    Sysops are free to message themselves.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Wednesday, October 07, 2020 00:31:44
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/014ee477d01deb095ef503ca
    Modified Files:
    exec/privatemsg.js
    Log Message:
    Fix C-restriction check. Thanks for the report Mortifis.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Tuesday, May 30, 2023 19:32:21
    https://gitlab.synchro.net/main/sbbs/-/commit/75cfa89263e92ede8ed38bdd
    Modified Files:
    exec/privatemsg.js
    Log Message:
    Log a message when sending a telegram

    Clear console abort flag after prompting for destination user

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