• src/sbbs3/rechocfg.c

    From deuce@VERT to CVS commit on Tue Oct 29 13:18:01 2013
    src/sbbs3 rechocfg.c 1.29 1.30
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv14452

    Modified Files:
    rechocfg.c
    Log Message:
    Use getdelim() to allow unlimited length lines when parsing sbbsecho.cfg.
    This does not mean you can actually *USE* lines longer than 256 characters though because the areafix stuff will still take a dump on your config if you do.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Mon Nov 4 23:07:05 2013
    src/sbbs3 rechocfg.c 1.30 1.31
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv22104

    Modified Files:
    rechocfg.c
    Log Message:
    Fix bug introdiced into read_echo_cfg() which permitted unlimited line
    lengths. SAFECOPY() isn't anymore so don't.

    Thanks Access Denied for sticking with it. This one should be more workyer.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Fri Aug 21 23:47:43 2015
    src/sbbs3 rechocfg.c 1.33 1.34
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv30254

    Modified Files:
    rechocfg.c
    Log Message:
    Fix warnings.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Fri Oct 23 23:33:41 2015
    src/sbbs3 rechocfg.c 1.35 1.36
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv18393

    Modified Files:
    rechocfg.c
    Log Message:
    Fix PSI-Jack reported bug:
    When parsing the SBBSecho configuration file (for the USEPACKER, AREAFIX, or ECHOLIST items), flags or packer names would be ignored if they began with the same sequence of characters which made up a previous configuration item
    (flag or packer name). This appears to be a *very* long standing bug going back to the origination of this program by Allen Christiansen (King Drafus).
    Also, long overdue brace style update. Steve Deppe's influence is diminishing. -(

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Thu Apr 14 18:48:28 2016
    src/sbbs3 rechocfg.c 3.0 3.1
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv14725

    Modified Files:
    rechocfg.c
    Log Message:
    Fix Area File (AREAS.BBS) parsing bug reported by Rob Starr:
    If one of the link addresses had a point specified (e.g. ".1") then all the addresses would get that point appended to them.
    Fixed atofaddr(): stop parsing the address at the *first* whitespace char.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Mon Apr 18 22:51:12 2016
    src/sbbs3 rechocfg.c 3.1 3.2
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv4518

    Modified Files:
    rechocfg.c
    Log Message:
    Bug-fix: allow echocfg to set the [node:x] "route" key value.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Thu Apr 21 11:28:50 2016
    src/sbbs3 rechocfg.c 3.6 3.7
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv31867

    Modified Files:
    rechocfg.c
    Log Message:
    Fix bug reported by Accession: couldn't save changes to NetMail->Default Recipient using echocfg.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Thu Apr 21 15:01:11 2016
    src/sbbs3 rechocfg.c 3.7 3.8
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv6915

    Modified Files:
    rechocfg.c
    Log Message:
    Fix reported crash when using SBBSEcho with FTN_Domains.ini support disabled. Don't free undefined variables.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Fri Apr 29 17:41:49 2016
    src/sbbs3 rechocfg.c 3.8 3.9
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv28779

    Modified Files:
    rechocfg.c
    Log Message:
    Fix bug reported by Accession (Nick): Don't specify a default .ini key
    value (of "SYSOP") for the DefaultRecipient key. If it's blank (nobody)
    just leave it blank.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Tue Mar 7 10:37:42 2017
    src/sbbs3 rechocfg.c 3.14 3.15
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv24515

    Modified Files:
    rechocfg.c
    Log Message:
    Don't save archivers/packers or echolists to the sbbsecho.ini file if their name(s) are zero-length strings.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Bill McGarrity@VERT/TEQUILAM to rswindell on Tue Mar 7 16:54:00 2017
    rswindell wrote to CVS commit on 03-07-17 10:37 <=-

    src/sbbs3 rechocfg.c 3.14 3.15
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv24515

    Modified Files:
    rechocfg.c
    Log Message:
    Don't save archivers/packers or echolists to the sbbsecho.ini file if their name(s) are zero-length strings.


    You're the best!!


    --

    Bill

    Telnet: tequilamockingbirdonline.net
    Web: bbs.tequilamockingbirdonline.net:81
    FTP: ftp.tequilamockingbirdonline.net:2121
    IRC: irc.tequilamockingbirdonline.net Ports: 6661-6670 SSL: +6697
    Radio: radio.tequilamockingbirdonline.net:8010/live


    ... Look Twice... Save a Life!!! Motorcycles are Everywhere!!!
    --- MultiMail/Win32 v0.50
    þ Synchronet þ TequilaMockingbird Online - Toms River, NJ
  • From rswindell@VERT to CVS commit on Tue Oct 10 16:41:38 2017
    src/sbbs3 rechocfg.c 3.17 3.18
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv27546

    Modified Files:
    rechocfg.c
    Log Message:
    Prevent accidental misconfiguration of inboxes and outboxes:
    If a linked-node's inbox is the same absolute path as the inbound or secure-inbound directories, clear the inbox (don't use it).
    If a linked-node's outbox is the same absolute path as the outbound directory, clear the outbox (don't use it).

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Thu Oct 12 22:24:06 2017
    src/sbbs3 rechocfg.c 3.18 3.19
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv1723

    Modified Files:
    rechocfg.c
    Log Message:
    Bug-fix: sbbsecho_write_ini() wasn't writing the following keys:
    - KillEmptyNetmail
    - DeleteNetmail
    - DeletePackets


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Thu Oct 12 23:44:19 2017
    src/sbbs3 rechocfg.c 3.19 3.20
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv5078

    Modified Files:
    rechocfg.c
    Log Message:
    Retain the order of the items defined in sbbsecho.ini and ftn_domains.ini
    - the items were being reversed every time the .ini files were read

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Mon Nov 6 03:27:28 2017
    src/sbbs3 rechocfg.c 3.23 3.24
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv26428

    Modified Files:
    rechocfg.c
    Log Message:
    When reading the sbbsecho.ini file, don't allow blank "route" or "hub" entries to cause a "valid" (default) FTN address to be parsed (e.g. 1:1/0).

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Mon Nov 13 18:52:17 2017
    src/sbbs3 rechocfg.c 3.25 3.26
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv22487

    Modified Files:
    rechocfg.c
    Log Message:
    Don't default [node:x] Name key value to "Sysop", that default is handled in SBBSecho when sendnig netmail (e.g. notifications).

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Fri Nov 24 14:08:48 2017
    src/sbbs3 rechocfg.c 3.26 3.27
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv1659

    Modified Files:
    rechocfg.c
    Log Message:
    EchoCfg -> Linked Nodes:
    - Expose the node's "name" property to be edited
    - Expose the node's "areafix support" property to be toggled
    - Renamed "AreaFix Keys" to "EchoList" keys (these are keys to EchoLists)
    - Display the node number's 8-char hexadecimal value, helpful for filename
    mapping

    EchoCfg->NetMail Settings:
    - New optino: Ignore NetMail 'KillSent' Attribute
    when set, sent netmails with the "KillSent" flag won't be deleted by SBBSecho

    EchoCfg->EchoLists:
    - The name (destination) of forwarded AreaFix requests is now configurable
    (no longer hard-coded to "AreaFix")

    Enforce the SM_DELREADM option.
    Use smb_storage_mode().



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Thu Mar 1 20:30:49 2018
    src/sbbs3 rechocfg.c 3.28 3.29
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv12744

    Modified Files:
    rechocfg.c
    Log Message:
    Bugfix: wasn't saving the OutgoingSemaphore key back to sbbsecho.ini when saving changes.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sun May 3 20:14:51 2020
    src/sbbs3 rechocfg.c 3.47 3.48
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv28358

    Modified Files:
    rechocfg.c
    Log Message:
    "attr" field fo [robot:*] sections was lost when saving changes from echocfg. Oops. This is an important field too (set to 0x0020).
    Reported by Ragnarok, thanks!

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