• exec/privatemsg.js

    From rswindell@VERT to CVS commit on Sunday, July 29, 2018 05:18:00
    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 Thursday, October 04, 2018 06:23:00
    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 07:43:00
    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 08:37:00
    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 Sunday, April 28, 2019 09:51:00
    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 Thursday, September 26, 2019 02: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 Rob Swindell@VERT to Git commit to sbbs/master on Sunday, September 13, 2020 23: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 07: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