• src/sbbs3/sexyz.c

    From rswindell@VERT to CVS commit on Wed Dec 19 00:57:31 2012
    src/sbbs3 sexyz.c 1.138 1.139
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv27353

    Modified Files:
    sexyz.c
    Log Message:
    Replace a couple of potentially unsafe sprintf() calls with SAFEPRINTF().

    ---
    þ Synchronet þ Vertrauen
  • From rswindell@VERT to CVS commit on Wed Dec 19 12:54:05 2012
    src/sbbs3 sexyz.c 1.139 1.140
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv8078

    Modified Files:
    sexyz.c
    Log Message:
    Fix compile error introduced in previous commit.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ te
  • From rswindell@VERT to CVS commit on Wed May 15 17:08:59 2013
    src/sbbs3 sexyz.c NONE 2.0
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv24995

    Modified Files:
    Tag: 2.0
    sexyz.c
    Log Message:
    Updated copyright. Bumping revision to 2.0.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchr
  • From deuce@VERT to CVS commit on Mon Aug 24 18:43:22 2015
    src/sbbs3 sexyz.c 2.0 2.1
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv24051

    Modified Files:
    sexyz.c
    Log Message:
    Fix warning.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Thu Nov 19 01:54:28 2015
    src/sbbs3 sexyz.c 2.1 2.2
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv9920

    Modified Files:
    sexyz.c
    Log Message:
    Document the transfer fo copyright for the original zmtx-zmrx source code from Jacques Mattheij to Stephen Hurd. I'm assuming the derived code is now jointly copyright by Stephen and myself, so maybe some notices needed to be updated. <shrug>

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Sat Nov 19 13:01:42 2016
    src/sbbs3 sexyz.c 2.2 2.3
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv18980

    Modified Files:
    sexyz.c
    Log Message:
    Prepend "SEXYZ: " to Windows debug output lines for easy filtering/searching. No functional change.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Thu Jan 11 23:39:14 2018
    src/sbbs3 sexyz.c 2.3 2.4
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv886

    Modified Files:
    sexyz.c
    Log Message:
    Default "send_files" state to FALSE rather than TRUE, so if no files are even attempted to be sent (e.g. there are file open failures for all files), then we won't call zmodem_get_zfin() - we never sent a ZINIT! Just return -1.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sat Aug 24 02:40:28 2019
    src/sbbs3 sexyz.c 2.5 2.6
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv23201

    Modified Files:
    sexyz.c
    Log Message:
    In YMODEM-G, the YMODEM header block is not supposed to be acknowledged
    (with an ACK) - you skip right to the requested transfer mode byte ('G').


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sat Aug 24 18:13:53 2019
    src/sbbs3 sexyz.c 2.6 2.7
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv15250

    Modified Files:
    sexyz.c
    Log Message:
    Log the correct timeout value upon timeout-error in recv_buffer()


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sat Aug 24 19:01:11 2019
    src/sbbs3 sexyz.c 2.7 2.8
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv1922

    Modified Files:
    sexyz.c
    Log Message:
    Log a debug-level message when exiting.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sat Aug 24 19:07:45 2019
    src/sbbs3 sexyz.c 2.8 2.9
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv4517

    Modified Files:
    sexyz.c
    Log Message:
    More debug-level log messages.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Thu Nov 26 00:09:42 2020
    https://gitlab.synchro.net/main/sbbs/-/commit/2cc09ca043ed1e3ec849ffff
    Modified Files:
    src/sbbs3/sexyz.c
    Log Message:
    Read/set socket options from [sockopts] section of sexpots.ini

    Only in Socket I/O mode. This will allow us to tweak the SNDBUF size (to account for slow ZMODEM downloads - sends from sexyz) and frob other socket knobs.

    Also added a line feed to Windows OutputDebugString() messages since MSVC's debug log viewer now assumes that you will.
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Thu Nov 26 21:21:58 2020
    https://gitlab.synchro.net/main/sbbs/-/commit/a754d85cbdc6cff4e8a17f69
    Modified Files:
    src/sbbs3/sexyz.c
    Log Message:
    Comment header cleanup.
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sat Nov 28 05:07:15 2020
    https://gitlab.synchro.net/main/sbbs/-/commit/10339c97a62179a636500b4c
    Modified Files:
    src/sbbs3/sexyz.c
    Log Message:
    Detail the recv_buffer() return value of 0 (TIMEOUT) in comment.
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Mon Nov 30 23:13:02 2020
    https://gitlab.synchro.net/main/sbbs/-/commit/b16b7a4f0ab07d70cc522ef0
    Modified Files:
    src/sbbs3/sexyz.c
    Log Message:
    Fix: the -m (max file size) cmd-line option did not work.

    Pre-increment would've worked too.
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sun Feb 14 15:58:44 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/95281f9680871a7025baba41
    Modified Files:
    src/sbbs3/sexyz.c
    Log Message:
    Display Git branch/hash used to build sexyz.
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Mon Apr 5 18:05:00 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/fd7cf58bd3ec2b5055c3cd79
    Modified Files:
    src/sbbs3/sexyz.c
    Log Message:
    Address GCC 9.3.0 warnings:

    warning: format not a string literal and no format arguments
    ---
    þ 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 Thu Feb 20 20:29:35 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/c5b1b4b5c65f56b4bc3da536
    Modified Files:
    src/sbbs3/sexyz.c
    Log Message:
    Bug fix for multi-file zmodem-send using wildcards

    If the first specified file in the list had a wildcard pattern, multiple ZRQINIT (request init) frames would be sent (one for each file matching
    the first list item file pattern).

    This was just found via code review, not in the wild.
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net