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;