• exec/privatemsg.js

    From rswindell@1:103/705 to CVS commit on Sat Jul 28 22:18:52 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



    --- SBBSecho 3.05-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Wed Oct 3 23:23:50 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"


    --- SBBSecho 3.06-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Tue Oct 16 00:43:26 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.


    --- SBBSecho 3.06-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Fri Jan 25 00:37:45 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).


    --- SBBSecho 3.06-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Mon Jan 28 17:53:21 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)


    --- SBBSecho 3.06-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Sun Apr 28 02: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.


    --- SBBSecho 3.07-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Wed Sep 25 19: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.


    --- SBBSecho 3.10-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Sat Mar 14 11: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!


    --- SBBSecho 3.10-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Sun Mar 29 01: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.


    --- SBBSecho 3.10-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to sbbs/master on Sun Sep 13 16: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-selfPreviously, just the NodeNIsNotInUse message would be displayed.Instead, display the NoNeedToSendMsgToSelf message.Sysops are free to message themselves.
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to sbbs/master on Wed Oct 7 00: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.
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Debian Linux)@1:103/705 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 telegramClear console abort flag after prompting for destination user
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)