• web/root/msgs/savemsg.ssjs

    From rswindell@VERT to CVS commit on Tue Nov 17 00:10:43 2015
    web/root/msgs savemsg.ssjs 1.30 1.31
    Update of /cvsroot/sbbs/web/root/msgs
    In directory cvs:/tmp/cvs-serv12619

    Modified Files:
    savemsg.ssjs
    Log Message:
    Fix bug reported by Xucaen (sort-of):
    Check the user's 'M' restriction before allowing them to send netmail and throw an error if they're not allowed.
    The actual bug reported was that the global setting in SCFG->Networks->Internet ->Allow Sending of E-Mail wasn't being followed in the old/legacy Web GUI,
    and that's still the case because the scfg_t.inetmail_misc value isn't (currently) exposed via JavaScript even though the bit-flag values (NMAIL_*) are defined in sbbsdefs.js - whoops, just an oversight.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Mon Nov 23 00:46:08 2015
    web/root/msgs savemsg.ssjs 1.31 1.32
    Update of /cvsroot/sbbs/web/root/msgs
    In directory cvs:/tmp/cvs-serv26332

    Modified Files:
    savemsg.ssjs
    Log Message:
    Bug-fixes: Sending netmail was leaving the "@address" in the "to" field (which normally just contains a name) and was using the entire "user@address" for the "to_net_addr" field (which normally only contains the network address portion).

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Wed Dec 2 20:33:18 2015
    Subject: web/root/msgs/savemsg.ssjs
    @MSGID: <565FC60E.32468.syncprog@vert.synchro.net>
    @TZ: 41e0
    web/root/msgs savemsg.ssjs 1.32 1.33
    Update of /cvsroot/sbbs/web/root/msgs
    In directory cvs:/tmp/cvs-serv10520

    Modified Files:
    savemsg.ssjs
    Log Message:
    Only remove the "user@" portion of NetMail to-net-addr when the parsed net-type is not "Internet" (e.g. QWKnet or FidoNet).

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Sun Dec 3 13:24:09 2017
    web/root/msgs savemsg.ssjs 1.33 1.34
    Update of /cvsroot/sbbs/web/root/msgs
    In directory cvs:/tmp/cvs-serv27340

    Modified Files:
    savemsg.ssjs
    Log Message:
    Another instance of:
    Pass 'false' for the expand_fields argument to MsgBase.get_msg_header() since we call put_msg_header() later with this same message header.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sat Oct 6 14:38:10 2018
    web/root/msgs savemsg.ssjs 1.34 1.35
    Update of /cvsroot/sbbs/web/root/msgs
    In directory cvs:/tmp/cvs-serv7161

    Modified Files:
    savemsg.ssjs
    Log Message:
    Fix problem reported by Lord Time (Rob Starr):
    With the change to smblib of March 14 (smbstr.c 1.29), netaddr_type() will parse generic words as QWK-network addresses. The fix here is to only
    attempt a net-type lookup if the 'to' field contains an '@'.


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