• src/smblib/smbstr.c

    From rswindell@VERT to CVS commit on Sunday, December 06, 2015 18:33:18
    src/smblib smbstr.c 1.23 1.24
    Update of /cvsroot/sbbs/src/smblib
    In directory cvs:/tmp/cvs-serv2065

    Modified Files:
    smbstr.c
    Log Message:
    Attempt to get rid fo gcc warnings about "enumeration value not handled in switch" by creating a default case.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Thursday, April 14, 2016 19:01:10
    src/smblib smbstr.c 1.24 1.25
    Update of /cvsroot/sbbs/src/smblib
    In directory cvs:/tmp/cvs-serv15191

    Modified Files:
    smbstr.c
    Log Message:
    Lesson learned from sbbsecho (rechocfg.c) atofaddr() implementation:
    stop parsing at first white-space char.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Accession@VERT/PHARCYDE to rswindell on Thursday, April 14, 2016 21:47:05
    Hello rswindell,

    On 14 Apr 16 19:01, rswindell wrote to CVS commit:

    src/smblib smbstr.c 1.24 1.25
    Update of /cvsroot/sbbs/src/smblib
    In directory cvs:/tmp/cvs-serv15191

    Modified Files:
    smbstr.c
    Log Message:
    Lesson learned from sbbsecho (rechocfg.c) atofaddr() implementation:
    stop parsing at first white-space char.

    This one has nothing to do with me, but.. I upgraded just now and set the option for echomail notifications off. I only have one question in the process:

    Q: Echocfg changes still does NOT need a restart of Synchronet.. correct?

    Regards,
    Nick

    --- GoldED+/LNX 1.1.5-b20160322
    þ Synchronet þ thePharcyde_ telnet://bbs.pharcyde.org (Wisconsin)
  • From Digital Man@VERT to Accession on Thursday, April 14, 2016 22:11:26
    Re: Re: src/smblib/smbstr.c
    By: Accession to rswindell on Thu Apr 14 2016 09:47 pm

    Q: Echocfg changes still does NOT need a restart of Synchronet.. correct?

    Correct.

    digital man

    Synchronet "Real Fact" #40:
    Synchronet's cross-platform library is called XPDEV (named before Windows XP). Norco, CA WX: 57.6øF, 79.0% humidity, 1 mph SE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Tuesday, March 13, 2018 22:55:32
    src/smblib smbstr.c 1.28 1.29
    Update of /cvsroot/sbbs/src/smblib
    In directory cvs:/tmp/cvs-serv23656

    Modified Files:
    smbstr.c
    Log Message:
    smb_netaddr_type() will now recognize an FTN-style address without a
    "user@" prefix.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Tuesday, October 02, 2018 21:25:10
    src/smblib smbstr.c 1.29 1.30
    Update of /cvsroot/sbbs/src/smblib
    In directory cvs:/tmp/cvs-serv15285

    Modified Files:
    smbstr.c
    Log Message:
    Added support for new "Tags" header field type to smb_hfieldtype(). smb_nettype() now return "FidoNet" instead of "Fidonet" for NET_FIDO
    (for not particularly good reason).



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Paul Hayton@VERT to rswindell on Wednesday, October 03, 2018 21:51:20
    On 10/02/18, rswindell pondered and said...

    Added support for new "Tags" header field type to smb_hfieldtype(). smb_nettype() now return "FidoNet" instead of "Fidonet" for NET_FIDO
    (for not particularly good reason).

    Heh could be some OtherNet influences seeping in Rob :)

    --- Mystic BBS v1.12 A39 2018/04/21 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (3:770/100)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Monday, May 25, 2020 12:17:06
    src/smblib smbstr.c 1.37 1.38
    Update of /cvsroot/sbbs/src/smblib
    In directory cvs:/home/rswindell/sbbs/src/smblib

    Modified Files:
    smbstr.c
    Log Message:
    strlcpy() is not currently supported in the Linux build (needs -lbsd).
    Switch to strncpy().



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Thursday, March 02, 2023 01:11:32
    https://gitlab.synchro.net/main/sbbs/-/commit/1ad07164bb3a4da28086ec3b
    Modified Files:
    src/smblib/smbstr.c
    Log Message:
    Better automatic network address type detection

    smb_netaddr_type():
    - if passed NULL or a string that begins with whitespace, now returns NET_NONE. - if passed a string that begins with '@', now returns NET_UNKNOWN.
    - if the user.name portion of an otherwise value Internet email address
    contains a space, now returns NET_NONE.

    smb_get_net_type_by_addr()
    - if passed a string that begins with '@', now returns NET_UNKNOWN.
    - if passed a string with space following '@', will now return NET_UNKNOWN.
    - if passed a string without a dot following '@', will never return NET_INTERNET.

    Unrelated change: Add the missing FILE attribute to smb_msgattrstr()

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