• exec/privchat.js

    From rswindell@VERT to CVS commit on Fri Sep 13 02:56:37 2013
    exec privchat.js NONE 1.1
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv7794

    Added Files:
    privchat.js
    Log Message:
    This is a JS implementation of the sbbs_t::privchat(), from chat.cpp.
    It currently only supports local (sysop) chat (call it with the '-l' argument), does not support split-screen chat (for the remote user), and needs a lot
    more testing and optimization. But for now, it serves as an example of what
    is needed to write a private/sysop-chat module in JS, compatible with the SBBS-Win32 chat.exe, for example.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Sun Sep 15 01:46:47 2013
    exec privchat.js 1.1 1.2
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv7043

    Modified Files:
    privchat.js
    Log Message:
    Minor fixes (e.g. create files if they don't exist) and a kludge for Linux (needs non-buffered stream).
    Change error messages to use a log level of warning.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net