• src/sbbs3/str_util.c

    From rswindell@VERT to CVS commit on Tue Nov 29 12:25:44 2016
    src/sbbs3 str_util.c 1.50 1.51
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv28245

    Modified Files:
    str_util.c
    Log Message:
    Convert EX-ASCII 249 to * intead of .

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Thu Feb 9 22:09:54 2017
    src/sbbs3 str_util.c 1.51 1.52
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv15679

    Modified Files:
    str_util.c
    Log Message:
    Added IPv4 CIDR notation support to all filter (*.can) files via the functions: findstr() and findstr_in_list().
    This means that rather than listing an IP address range using the traditional wildcard characters (e.g. "192.168.1.*"), you could specify a subnet range using CIDR notation (e.g. "192.168.1.0/24").
    The '!' prefix is supported for CIDR match lines (for negated match results), but no other wildcard/match characters are (e.g. '^', '~', or '*').
    You can mix and match traditional match lines and CIDR match lines in the same filter file.
    IPv6 CIDR notation is not yet supported.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Lord Time@VERT/TIME to Digital Man on Sat Feb 11 15:52:44 2017
    src/sbbs3 str_util.c 1.51 1.52
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv15679

    Modified Files:
    str_util.c
    Log Message:
    Added IPv4 CIDR notation support to all filter (*.can) files via the functions: findstr() and findstr_in_list().
    This means that rather than listing an IP address range using the traditional wildcard characters (e.g. "192.168.1.*"), you could specify a subnet range using CIDR notation (e.g. "192.168.1.0/24").
    The '!' prefix is supported for CIDR match lines (for negated match results), but no other wildcard/match characters are (e.g. '^', '~', or '*').
    You can mix and match traditional match lines and CIDR match lines in the same filter file.
    IPv6 CIDR notation is not yet supported.

    you might want to update ip-silent.can & ip.can with this new info (ie put the new part in the file at the top)


    ---

    Rob Starr
    Lord Time SysOp of
    Time Warp of the Future BBS
    Telnet://Time.Darktech.Org:24 or
    Telnet://Time.Synchro.Net:24 (qwk or ftn & e-mail)
    ICQ # 11868133 or # 70398519 Jabber : lordtime2000@gmail.com
    Yahoo : lordtime2000 AIM : LordTime20000 Astra : lord_time
    X-Box : Lord Time 2000 oovoo : lordtime2000 Skype : lordtime@tds.net
    ---
    þ Synchronet þ Time Warp of the Future BBS - Home of League 10 IBBS Games
  • From Digital Man@VERT to Lord Time on Sat Feb 11 20:39:48 2017
    Re: Re: src/sbbs3/str_util.c
    By: Lord Time to Digital Man on Sat Feb 11 2017 03:52 pm

    src/sbbs3 str_util.c 1.51 1.52
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv15679

    Modified Files:
    str_util.c
    Log Message:
    Added IPv4 CIDR notation support to all filter (*.can) files via the functions: findstr() and findstr_in_list().
    This means that rather than listing an IP address range using the traditional wildcard characters (e.g. "192.168.1.*"), you could specify a subnet range using CIDR notation (e.g. "192.168.1.0/24").
    The '!' prefix is supported for CIDR match lines (for negated match results), but no other wildcard/match characters are (e.g. '^', '~', or '*').
    You can mix and match traditional match lines and CIDR match lines in the same filter file.
    IPv6 CIDR notation is not yet supported.

    you might want to update ip-silent.can & ip.can with this new info (ie put the new part in the file at the top)

    Yeah, I planned on doing that. Thanks for the reminder. :-)

    digital man

    Synchronet "Real Fact" #45:
    Synchronet External "Plain Old Telephone System" support was introduced in 2007.
    Norco, CA WX: 52.4øF, 92.0% humidity, 1 mph SW wind, 0.16 inches rain/24hrs
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Lord Time@VERT/TIME to Digital Man on Sat Feb 11 22:14:41 2017
    src/sbbs3 str_util.c 1.51 1.52
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv15679

    Modified Files:
    str_util.c
    Log Message:
    Added IPv4 CIDR notation support to all filter (*.can) files via the functions: findstr() and findstr_in_list().
    This means that rather than listing an IP address range using the traditional wildcard characters (e.g. "192.168.1.*"), you could specify a subnet range using CIDR notation (e.g. "192.168.1.0/24"). The '!' prefix is supported for CIDR match lines (for negated match results), but no other wildcard/match characters are (e.g. '^', '~', or '*').
    You can mix and match traditional match lines and CIDR match lines in the same filter file.
    IPv6 CIDR notation is not yet supported.

    you might want to update ip-silent.can & ip.can with this new info (ie put the new part in the file at the top)

    Yeah, I planned on doing that.

    ok

    Thanks for the reminder. :-)

    your welcome


    ---

    Rob Starr
    Lord Time SysOp of
    Time Warp of the Future BBS
    Telnet://Time.Darktech.Org:24 or
    Telnet://Time.Synchro.Net:24 (qwk or ftn & e-mail)
    ICQ # 11868133 or # 70398519 Jabber : lordtime2000@gmail.com
    Yahoo : lordtime2000 AIM : LordTime20000 Astra : lord_time
    X-Box : Lord Time 2000 oovoo : lordtime2000 Skype : lordtime@tds.net
    ---
    þ Synchronet þ Time Warp of the Future BBS - Home of League 10 IBBS Games
  • From rswindell@VERT to CVS commit on Sat Oct 28 13:16:19 2017
    src/sbbs3 str_util.c 1.52 1.53
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv16877

    Modified Files:
    str_util.c
    Log Message:
    Fixed typos in comments.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Fri Feb 1 15:46:28 2019
    src/sbbs3 str_util.c 1.55 1.56
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv17831

    Modified Files:
    str_util.c
    Log Message:
    Don't ignore leading white-space chars in filter files (e.g. *.can, twitlist.cfg) - this allows adding a filter of say " *" which will filter
    out names (e.g. mail "Fromt" names) beginning with a space character.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sun Feb 3 21:53:55 2019
    src/sbbs3 str_util.c 1.56 1.57
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/home/rswindell/sbbs/src/sbbs3

    Modified Files:
    str_util.c
    Log Message:
    Fixed another instance where the leading white-space in search/filter
    files was being skipped, causing false-positive filtering of imported
    QWK messages on Vertrauen. Sorry about that!


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sun Jul 7 14:42:39 2019
    src/sbbs3 str_util.c 1.59 1.60
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv15337

    Modified Files:
    str_util.c
    Log Message:
    cleanup: Removed a few unused functions and bunch of #ifdef'd out code.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Sun Oct 25 15:05:31 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/9a2bb7d2ca29e73fff3a756d
    Modified Files:
    src/sbbs3/str_util.c
    Log Message:
    strcpy() -> SAFECOPY()
    ---
    ï¿­ Synchronet ï¿­ Vertrauen ï¿­ Home of Synchronet ï¿­ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Thu Feb 15 22:55:31 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/31d251688745fccce53c039b
    Modified Files:
    src/sbbs3/str_util.c
    Log Message:
    Fixed some lingering FALSE->false conversions
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net