• src/sbbs3/fido.cpp

    From rswindell@VERT to CVS commit on Sun Aug 18 12:30:43 2019
    src/sbbs3 fido.cpp 1.75 1.76
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv22177

    Modified Files:
    fido.cpp
    Log Message:
    If someone aborts the netuser name lookup (with Ctrl-C), don't print
    "invalid netmail address"



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Alterego@VERT/ALTERANT to All on Mon Aug 19 07:34:41 2019
    Re: src/sbbs3/fido.cpp
    By: rswindell to CVS commit on Sun Aug 18 2019 01:30 pm

    If someone aborts the netuser name lookup (with Ctrl-C), don't print "invalid netmail address"

    How do you do a netuser name lookup?

    I'm guessing this means it helps you look through the nodelist to get the right address right?
    ...ëîå*

    ... Take what you can use and let the rest go by.

    ---
    þ Synchronet þ Alterant | an SBBS in Docker on Pi!
  • From Digital Man@VERT to Alterego on Sun Aug 18 15:14:48 2019
    Re: src/sbbs3/fido.cpp
    By: Alterego to All on Mon Aug 19 2019 08:34 am

    Re: src/sbbs3/fido.cpp
    By: rswindell to CVS commit on Sun Aug 18 2019 01:30 pm

    If someone aborts the netuser name lookup (with Ctrl-C), don't print "invalid netmail address"

    How do you do a netuser name lookup?

    If you just type a name (no @), it'll attempt a look-up through data/qnet/users.dat.

    I'm guessing this means it helps you look through the nodelist to get the right address right?

    It's only for QWK networking and it's not using a nodelist, just a dynamically-generated user/address map (generated via the qwknodes utility, normally daily).

    digital man

    This Is Spinal Tap quote #31:
    Viv Savage: Quite exciting, this computer magic!
    Norco, CA WX: 84.4øF, 46.0% humidity, 15 mph NE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sat Apr 18 23:20:38 2020
    src/sbbs3 fido.cpp 1.76 1.77
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv15484

    Modified Files:
    fido.cpp
    Log Message:
    The feature added in rev 1.67 (Feb-20-2019) was a bit broken in that if a reply-message was passed in (remsg), the subject copied from that header
    was not actually used in subsequent call to qnetmail(). Since we're passing
    the remsg down to inetmail(), that didn't seem to make a difference, but passing down the copied subject field to that function too for good measure. This bug broke QWKnet replies using the bbs.netmail() JS function call.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Thu Apr 23 02:17:39 2020
    src/sbbs3 fido.cpp 1.78 1.79
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv493

    Modified Files:
    fido.cpp
    Log Message:
    lookup_netuser() to return false if passed a NULL or empty string.


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