Final changes for seenby lines with local hatches
This commit is contained in:
parent
0994b1f86f
commit
2adf7bc85a
@ -97,8 +97,8 @@ v0.35.05 19-Oct-2002
|
|||||||
node, this was not processed in the same session.
|
node, this was not processed in the same session.
|
||||||
Moved the ^aTID kludge to the top of the exported message
|
Moved the ^aTID kludge to the top of the exported message
|
||||||
after the last kludge so people won't complain anymore.
|
after the last kludge so people won't complain anymore.
|
||||||
Experimental change for hatched ticfiles to force including
|
With local hatched files, the aka of the tic area was not added
|
||||||
of our own area aka. TEST TEST !!
|
to the seenby list.
|
||||||
|
|
||||||
mbtask:
|
mbtask:
|
||||||
Removed debug logging of "does" info.
|
Removed debug logging of "does" info.
|
||||||
|
@ -328,7 +328,6 @@ void ForwardFile(fidoaddr Node, fa_list *sbl)
|
|||||||
WriteError("$Can't create %s", fname);
|
WriteError("$Can't create %s", fname);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Syslog('p', "Forward almost done");
|
|
||||||
fsync(fileno(fl));
|
fsync(fileno(fl));
|
||||||
fclose(fl);
|
fclose(fl);
|
||||||
|
|
||||||
@ -344,7 +343,6 @@ void ForwardFile(fidoaddr Node, fa_list *sbl)
|
|||||||
free(queuedir);
|
free(queuedir);
|
||||||
free(listfile);
|
free(listfile);
|
||||||
tidy_faddr(routeto);
|
tidy_faddr(routeto);
|
||||||
Syslog('p', "Forward really done");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -774,20 +774,14 @@ int ProcessTic(fa_list *sbl)
|
|||||||
while (GetTicSystem(&Link, First)) {
|
while (GetTicSystem(&Link, First)) {
|
||||||
First = FALSE;
|
First = FALSE;
|
||||||
if ((Link.aka.zone) && (Link.sendto) && (!Link.pause)) {
|
if ((Link.aka.zone) && (Link.sendto) && (!Link.pause)) {
|
||||||
Syslog('p', "Forward loop to %s", aka2str(Link.aka));
|
|
||||||
if (!((TIC.Aka.zone == Link.aka.zone) && (TIC.Aka.net == Link.aka.net) &&
|
if (!((TIC.Aka.zone == Link.aka.zone) && (TIC.Aka.net == Link.aka.net) &&
|
||||||
(TIC.Aka.node == Link.aka.node) && (TIC.Aka.point == Link.aka.point))) {
|
(TIC.Aka.node == Link.aka.node) && (TIC.Aka.point == Link.aka.point))) {
|
||||||
Syslog('p', "Will send");
|
|
||||||
tic_out++;
|
tic_out++;
|
||||||
ForwardFile(Link.aka, sbl);
|
ForwardFile(Link.aka, sbl);
|
||||||
Syslog('p', "Did send");
|
|
||||||
} else {
|
|
||||||
Syslog('p', "Will not send");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Syslog('p', "Forwarding to all nodes done");
|
|
||||||
|
|
||||||
Magic_ExecCommand();
|
Magic_ExecCommand();
|
||||||
Magic_CopyFile();
|
Magic_CopyFile();
|
||||||
@ -798,7 +792,6 @@ int ProcessTic(fa_list *sbl)
|
|||||||
|
|
||||||
unlink(Temp);
|
unlink(Temp);
|
||||||
free(Temp);
|
free(Temp);
|
||||||
Syslog('p', "ptic() done");
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user