Misc updates
This commit is contained in:
parent
6e30d29ce4
commit
89bf6e2e5b
@ -15,6 +15,10 @@ v0.35.05 19-Oct-2002
|
|||||||
There is now a mberrors.h file that defines all errorcodes
|
There is now a mberrors.h file that defines all errorcodes
|
||||||
returned by all programs.
|
returned by all programs.
|
||||||
|
|
||||||
|
faq:
|
||||||
|
Changed the section about ftp feeds.
|
||||||
|
Added Q&A about failing internet polls.
|
||||||
|
|
||||||
mbcico:
|
mbcico:
|
||||||
Fixed crash with incoming YooHoo session with bad password.
|
Fixed crash with incoming YooHoo session with bad password.
|
||||||
|
|
||||||
@ -30,6 +34,7 @@ v0.35.05 19-Oct-2002
|
|||||||
Repl ext. Fixed some help texts.
|
Repl ext. Fixed some help texts.
|
||||||
Added in screen 1.14 settings for Plus All, Notify, Passwd and
|
Added in screen 1.14 settings for Plus All, Notify, Passwd and
|
||||||
Pause.
|
Pause.
|
||||||
|
Removed the default Virnet record from the fidonet setup.
|
||||||
|
|
||||||
mbfido:
|
mbfido:
|
||||||
With ticfile processing, the KeepDate setup setting now works.
|
With ticfile processing, the KeepDate setup setting now works.
|
||||||
|
@ -84,17 +84,10 @@ int CountFidonet(void)
|
|||||||
fidonet.zone[5] = 6;
|
fidonet.zone[5] = 6;
|
||||||
fidonet.available = TRUE;
|
fidonet.available = TRUE;
|
||||||
fwrite(&fidonet, sizeof(fidonet), 1, fil);
|
fwrite(&fidonet, sizeof(fidonet), 1, fil);
|
||||||
memset(&fidonet, 0, sizeof(fidonet));
|
|
||||||
sprintf(fidonet.comment, "Virus network");
|
|
||||||
sprintf(fidonet.domain, "virnet");
|
|
||||||
sprintf(fidonet.nodelist, "VIRNODES");
|
|
||||||
fidonet.zone[0] = 9;
|
|
||||||
fidonet.available = TRUE;
|
|
||||||
fwrite(&fidonet, sizeof(fidonet), 1, fil);
|
|
||||||
fclose(fil);
|
fclose(fil);
|
||||||
exp_golded = TRUE;
|
exp_golded = TRUE;
|
||||||
chmod(ffile, 0640);
|
chmod(ffile, 0640);
|
||||||
return 2;
|
return 1;
|
||||||
} else
|
} else
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user