• exec/privatemsg.js

    From rswindell@VERT to CVS commit on Sat Jul 28 18:18:00 2018
    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 Wed Oct 3 19:23:00 2018
    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 Mon Oct 15 20:43:00 2018
    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 Thu Jan 24 19:37:00 2019
    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 Mon Jan 28 12:53:00 2019
    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 Sat Apr 27 22:51:11 2019
    exec privatemsg.js 1.5 1.6
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv27390

    Modified Files:
    privatemsg.js
    Log Message:
    Some console abort (^C) checking.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Wed Sep 25 15:47:24 2019
    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 Sat Mar 14 07:28:00 2020
    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 Sat Mar 28 21:09:28 2020
    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 Sun Sep 13 12:16:04 2020
    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 Tue Oct 6 20:31:44 2020
    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 Tue May 30 19:32:21 2023
    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