• src/sbbs3/rechocfg.c

    From deuce@VERT to CVS commit on Tuesday, October 29, 2013 13:18:01
    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 Monday, November 04, 2013 23:07:05
    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 Friday, August 21, 2015 23:47:43
    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 Friday, October 23, 2015 23:33:41
    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 Thursday, April 14, 2016 18:48:28
    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 Monday, April 18, 2016 22:51:12
    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 Thursday, April 21, 2016 11:28:50
    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 Thursday, April 21, 2016 15:01:11
    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 Friday, April 29, 2016 17:41:49
    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 Tuesday, October 10, 2017 16:41:38
    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 Thursday, October 12, 2017 22:24:06
    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 Thursday, October 12, 2017 23:44:19
    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 Monday, November 06, 2017 03:27:28
    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 Monday, November 13, 2017 18:52:17
    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 Friday, November 24, 2017 14:08:48
    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 Thursday, March 01, 2018 20:30:49
    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 Sunday, May 03, 2020 20:14:51
    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