• src/sbbs3/sbbsecho.c sbbsecho.h

    From rswindell@VERT to CVS commit on Thursday, April 17, 2014 00:08:02
    src/sbbs3 sbbsecho.c 1.248 1.249 sbbsecho.h 1.27 1.28
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv988

    Modified Files:
    sbbsecho.c sbbsecho.h
    Log Message:
    Code cleanup: use string lists for areafix link(add) and unlink (del) lists Beautify a lot of the remaining strange closing brace style.
    Use FREE_AND_NULL() where appropriate.
    Log SMB error strings for most common smblib function failures.
    Log debug output in the areas.bbs alter function (help isolate Joe's crash).


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Friday, January 01, 2016 01:56:25
    src/sbbs3 sbbsecho.c 1.274 1.275 sbbsecho.h 1.30 1.31
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv3265

    Modified Files:
    sbbsecho.c sbbsecho.h
    Log Message:
    Over-hauled the log file output:
    - Added a lot more detail for outbound echomail and netmail (msgs, packets,
    and bundles) to help identify the source of problems
    - Removed a lot of unnecessary "status" type log output ("Scanning for ...")
    as it was back in 2005.
    - Date format in log is more standard (year-month-day)
    - Logs error level and import/export statistics when exiting
    - Packs bundles *before* writing to FLO files (the only operational change).
    - sbbsecho.log should actually be smaller (grow slower) though there is more
    helpful information than before.
    - Incremented version to 2.31.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Saturday, January 02, 2016 15:40:48
    src/sbbs3 sbbsecho.c 1.276 1.277 sbbsecho.h 1.31 1.32
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv12403

    Modified Files:
    sbbsecho.c sbbsecho.h
    Log Message:
    Added support for .bsy lock files when in BSO/FLO mailer mode
    (based on FTS-5005 description) - both detection (won't pack/bundle outgoing mail for a node that is "busy" with a mailer session) and exclusive-creation (to inform the mailer not to allow a session for this node while outgoing mail is being processed).
    - Uses strListFind() from updated xpdev.
    Debug-level log message for all file deletions.
    Some log message update (more detail in some, removal of others).
    Bug-fix: outbound FREQ netmail messages would not be deleted after being converted to BSO *.req files. It appears no one has yet tested this feature? Cleaned-up sbbsecho.h: use of C99-types, defined SBBSECHO_ARCTYPE_NONE magic number macro.
    Incremented version to 2.32.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From sbbs@VERT to CVS commit on Tuesday, January 26, 2016 01:05:02
    src/sbbs3 sbbsecho.c 1.279 1.280 sbbsecho.h 1.32 1.33
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/home/sbbs/src/sbbs3

    Modified Files:
    sbbsecho.c sbbsecho.h
    Log Message:
    Fix bug reported by Jon Justvig with regards to the .pnt BSO outbound
    directory (missing a path separator). This is a regression added in
    rev 1.264 (Sept 8 2015).
    Also, if rename() of packet fails, don't continue tossing into that packet. Increment version to 2.33 (the expected last reivion of the v2 series).




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Thursday, October 26, 2017 13:44:41
    src/sbbs3 sbbsecho.c 3.43 3.44 sbbsecho.h 3.16 3.17
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv12076

    Modified Files:
    sbbsecho.c sbbsecho.h
    Log Message:
    Terminology/variable name update (e.g. area name -> area tag).


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Lord Time@VERT/TIME to rswindell on Thursday, October 26, 2017 14:19:17
    src/sbbs3 sbbsecho.c 3.43 3.44 sbbsecho.h 3.16 3.17
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv12076

    Modified Files:
    sbbsecho.c sbbsecho.h
    Log Message:
    Terminology/variable name update (e.g. area name -> area tag).

    just updated (getting ready bbs) under debian, with dosemu, got this error messages :

    gcc.linux.x64.obj.release/sbbsecho.o: In function `alter_areas': sbbsecho.c:(.text+0x6439): warning: the use of `tempnam' is dangerous, better use `mkstemp'


    ---

    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 Thursday, October 26, 2017 17:11:56
    Re: Re: src/sbbs3/sbbsecho.c sbbsecho.h
    By: Lord Time to rswindell on Thu Oct 26 2017 02:19 pm

    src/sbbs3 sbbsecho.c 3.43 3.44 sbbsecho.h 3.16 3.17
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv12076

    Modified Files:
    sbbsecho.c sbbsecho.h
    Log Message:
    Terminology/variable name update (e.g. area name -> area tag).

    just updated (getting ready bbs) under debian, with dosemu, got this error messages :

    gcc.linux.x64.obj.release/sbbsecho.o: In function `alter_areas': sbbsecho.c:(.text+0x6439): warning: the use of `tempnam' is dangerous, better use `mkstemp'

    That's a warning, not an error. And it's not new. And you can ignore it.

    digital man

    This Is Spinal Tap quote #15:
    Review on "Shark Sandwich", merely a two word review: "Shit Sandwich".
    Norco, CA WX: 87.5øF, 16.0% humidity, 11 mph NE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Nelgin@VERT/EOTLBBS to Digital Man on Thursday, October 26, 2017 20:18:27
    On Thu, 26 Oct 2017 17:11:56 -0700, "Digital Man" <digital.man@VERT>
    wrote:


    gcc.linux.x64.obj.release/sbbsecho.o: In function `alter_areas': sbbsecho.c:(.text+0x6439): warning: the use of `tempnam' is dangerous, better use `mkstemp'

    That's a warning, not an error. And it's not new. And you can ignore it.

    If you just used mkstemp rather than tempnam, you wouldn't have to
    answer this question all the time :)

    ---
    þ Synchronet þ End Of The Line BBS - endofthelinebbs.com
  • From Lord Time@VERT/TIME to Digital Man on Thursday, October 26, 2017 18:51:08
    src/sbbs3 sbbsecho.c 3.43 3.44 sbbsecho.h 3.16 3.17
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv12076

    Modified Files:
    sbbsecho.c sbbsecho.h
    Log Message:
    Terminology/variable name update (e.g. area name -> area tag).

    just updated (getting ready bbs) under debian, with dosemu, got this error messages :

    gcc.linux.x64.obj.release/sbbsecho.o: In function `alter_areas': sbbsecho.c:(.text+0x6439): warning: the use of `tempnam' is dangerous, better use `mkstemp'

    That's a warning, not an error. And it's not new. And you can ignore it.

    at this point I know (was told by someone else) but I thought you would like to know


    ---

    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 Nelgin on Thursday, October 26, 2017 20:37:39
    Re: Re: src/sbbs3/sbbsecho.c sbbsecho.h
    By: Nelgin to Digital Man on Thu Oct 26 2017 08:18 pm

    On Thu, 26 Oct 2017 17:11:56 -0700, "Digital Man" <digital.man@VERT>
    wrote:


    gcc.linux.x64.obj.release/sbbsecho.o: In function `alter_areas': sbbsecho.c:(.text+0x6439): warning: the use of `tempnam' is dangerous, better use `mkstemp'

    That's a warning, not an error. And it's not new. And you can ignore it.

    If you just used mkstemp rather than tempnam, you wouldn't have to
    answer this question all the time :)

    The 2 functions don't do the same thing. *and* mkstemp isn't as common/standard in C runtime libraries.

    digital man

    This Is Spinal Tap quote #30:
    Big bottom, big bottom / Talk about mud flaps, my girl's got 'em!
    Norco, CA WX: 76.4øF, 26.0% humidity, 0 mph SE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Monday, July 22, 2019 15:34:26
    src/sbbs3 sbbsecho.c 3.117 3.118 sbbsecho.h 3.31 3.32
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv8307

    Modified Files:
    sbbsecho.c sbbsecho.h
    Log Message:
    Increase the maximum TicPwd len from 8 to 40 chars. Although SBBSecho
    doesn't actually *use* the password for anything, EchoCfg uses the nodecfg_t definition from here (which includes the 'ticpwd') and the SBBSecho AreaManager allows remote changes of the TicPwd by linked-nodes. For PSI-Jack.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Thursday, July 25, 2019 03:54:04
    src/sbbs3 sbbsecho.c 3.119 3.120 sbbsecho.h 3.33 3.34
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv25156

    Modified Files:
    sbbsecho.c sbbsecho.h
    Log Message:
    Import "CHRS:" or "CHARSET:" control line values into the (new) SMB hfield: FIDOCHARSET
    Export CHRS: control line with value determined by sub-board settings (e.g. ASCII only) and the contents of the message (UTF-8 or CP437).
    Import "NOTE:" control line values into the SMB_EDITOR hfield and export
    from SMB_EDITOR -> NOTE:.
    Increment SBBSecho version to 3.08.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Friday, February 19, 2021 00:08:57
    https://gitlab.synchro.net/main/sbbs/-/commit/45ced2a3b39d30cbb8c909e6
    Modified Files:
    src/sbbs3/sbbsecho.c sbbsecho.h
    Log Message:
    Automatically route in-transit mail to points to boss nodes

    If the destination point node is not a linked node (does not exist in sbbsecho.ini), but the boss node is linked, automatically route to the boss node. The log entries look like this when this happens:
    "Routing packet (%s) to boss-node %s"
    "Routing NetMail (%s) to boss-node %s"

    For poindexter FORTRAN (REALITY) - test results appreciated.

    Incremented SBBSecho version to 3.13.

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