From 7fb8e32a9b4a1870124d5d5cbe35c51e3bde196c Mon Sep 17 00:00:00 2001 From: Alexey Khromov Date: Thu, 20 Mar 2025 21:28:39 +0300 Subject: [PATCH] Ver 0.26 changelog --- CHANGES | 3 +++ source/bforce/prot_binkp.c | 1 + 2 files changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index fc46fa0..cb5eaa9 100644 --- a/CHANGES +++ b/CHANGES @@ -270,3 +270,6 @@ Alexey Khromov (zx@zxalexis.ru) + Added flags for TIC files (inctic_flag) and files (incfile_flag) + Fixed nodelist index creation + Added support for TCP port description in IBN/IFC/ITN flags + +0.26 + + Fixed incorrect binkp protocol realization in unprotected sessions. diff --git a/source/bforce/prot_binkp.c b/source/bforce/prot_binkp.c index b6dac29..810ca29 100644 --- a/source/bforce/prot_binkp.c +++ b/source/bforce/prot_binkp.c @@ -425,6 +425,7 @@ case 7: // seems not to remove files from inbound until successful session end is enough to eliminate dupes // if (!nodelist_checkflag (state.node.flags, "ND")) // strcat(buf+1, " ND"); + // TODO: add GZ BZ2 and maybe EXTCMD *block_length = 1 + strlen(buf+1); DEB((D_24554, "send M_NUL %s", buf+1)); return 1;