Ver 0.26 changelog
This commit is contained in:
parent
235a6a3072
commit
7fb8e32a9b
3
CHANGES
3
CHANGES
@ -270,3 +270,6 @@ Alexey Khromov (zx@zxalexis.ru)
|
|||||||
+ Added flags for TIC files (inctic_flag) and files (incfile_flag)
|
+ Added flags for TIC files (inctic_flag) and files (incfile_flag)
|
||||||
+ Fixed nodelist index creation
|
+ Fixed nodelist index creation
|
||||||
+ Added support for TCP port description in IBN/IFC/ITN flags
|
+ Added support for TCP port description in IBN/IFC/ITN flags
|
||||||
|
|
||||||
|
0.26
|
||||||
|
+ Fixed incorrect binkp protocol realization in unprotected sessions.
|
||||||
|
@ -425,6 +425,7 @@ case 7:
|
|||||||
// seems not to remove files from inbound until successful session end is enough to eliminate dupes
|
// seems not to remove files from inbound until successful session end is enough to eliminate dupes
|
||||||
// if (!nodelist_checkflag (state.node.flags, "ND"))
|
// if (!nodelist_checkflag (state.node.flags, "ND"))
|
||||||
// strcat(buf+1, " ND");
|
// strcat(buf+1, " ND");
|
||||||
|
// TODO: add GZ BZ2 and maybe EXTCMD
|
||||||
*block_length = 1 + strlen(buf+1);
|
*block_length = 1 + strlen(buf+1);
|
||||||
DEB((D_24554, "send M_NUL %s", buf+1));
|
DEB((D_24554, "send M_NUL %s", buf+1));
|
||||||
return 1;
|
return 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user