Virtual Private Server (VPS) Hosting provided by Central Point Networking cpnllc.com
For some reason, the "Nodelist" and "Recent Callers" features are not working.
| Sysop: | Ray Quinn |
|---|---|
| Location: | Visalia, CA |
| Users: | 60 |
| Nodes: | 10 (0 / 10) |
| Uptime: | 74:24:43 |
| Calls: | 12 |
| Files: | 12,941 |
| Messages: | 99,316 |
Check out the US 99 menu above for links to information about US Highway 99, after which the US 99 BBS is named.
Be sure to click on the Amateur Radio menu item above for packet BBSes, packet software, packet organizations, as well as packet how-to's. Also included is links to local and some not-so-local Amateur Radio Clubs.
I have always assumed, that there should be no spaces in nodelist
entries, but makenl_ng makes no objections.
Kees,
I have always assumed, that there should be no spaces in nodelist
entries, but makenl_ng makes no objections.
ERRFLAGS does. It will be recognised as an error.
Should makenl_ng flag spaces in a node line as errors?
Should makenl_ng remove these spaces,
probably a nono, as makenl should not apply automatic editing of
nodelist lines..
Should makenl_ng flag spaces in a node line as errors?
Should makenl_ng remove these spaces,
probably a nono, as makenl should not apply automatic editing of
nodelist lines..
ERRFLAGS does. It will be recognised as an error.
That is nice, sadly the other zones do not use ERRFLAGS, so I think it should be added to makenl as an error condition.
ERRFLAGS does. It will be recognised as an error.
That is nice, sadly the other zones do not use ERRFLAGS, so I think it should be added to makenl as an error condition.
What you're actually saying is that 20% of the nodelist doesn't use
it. Right?
Plus, a space in a nodelist-entry by definition is an error.
What you're actually saying is that 20% of the nodelist doesn't use ml>WD> it. Right?
your math is broken... 75% don't use ERRFLAGS... only one zone of four does...
Plus, a space in a nodelist-entry by definition is an error.
definitely... the first question is what tool does joe use for his
nodelist processing... a secondary question is what did the original ben baker tool do in a case like this?
What you're actually saying is that 20% of the nodelist doesn't
use it. Right?
your math is broken... 75% don't use ERRFLAGS... only one zone of four does...
Plus, a space in a nodelist-entry by definition is an error.
definitely... the first question is what tool does joe use for his nodelist processing... a secondary question is what did the original
ben baker tool do in a case like this?
Joe's system is OS2 ... I think, not certain.
Should makenl_ng flag spaces in a node line as errors?
Should makenl_ng remove these spaces,
probably a nono, as makenl should not apply automatic editing of
nodelist lines..
Hello Michiel!
Wednesday October 01 2014 18:01, Michiel van der Vlist wrote to Kees van Eeten
Should makenl_ng flag spaces in a node line as errors?
Definitely! According to FTS-5000 it IS an error.
Agreed.
Should makenl_ng remove these spaces,
Or replace them with an underscore?
probably a nono, as makenl should not apply automatic editing of
nodelist lines..
Replacing with an underscore will most likely give the desired result
in the name fields. removing spaces will most likely result in line
that parses. Or it may produce another error.
Perhaps it is better to let a human judge. But it definitely should be
flagged as an error!
I just dug through the code. Currently leading or trailing spaces in the firs
7 fields (keyword, number, name, location, sysop, telephone, baudrate) of a nodelist line will be removed. The issue here is an incorrect entry with a
space embedded in the flags field. MakeNL has never done error checking on th
flags, which is why ERRFLAGS was developed in the first place. I suppose I could add basic error checking of the flags (probably limited to flagging illegal characters such as spaces.) Anything more extensive would probably
involve rewriting ERRFLAGS in C and merging it with MakeNL. That is a project
that would require extensive amounts of time to code, test, and debug. Given
that some of the current ZCs refuse to use ERRFLAGS, I don't imagine they woul
want to have the equivalent added to MakeNL.
What you're actually saying is that 20% of the nodelist doesn't use
it. Right?
your math is broken... 75% don't use ERRFLAGS... only one zone of four does...
I just dug through the code. Currently leading or trailing spaces in the first 7 fields (keyword, number, name, location, sysop, telephone, baudrate) of a nodelist line will be removed. The issue here is an incorrect entry with a space embedded in the flags field. MakeNL has never done error checking on the flags, which is why ERRFLAGS was developed in the first place. I suppose I could add basic error checking of the flags (probably limited to flagging illegal characters such as spaces.) Anything more extensive would probably involve rewriting ERRFLAGS in C and merging it with MakeNL. That is a project that would require extensive amounts of time to code, test, and debug. Given that some of the current ZCs refuse to use ERRFLAGS, I don't imagine they would want to have the equivalent added to MakeNL.
merging it with MakeNL. That is a project that would require extensive
amounts of time to code, test, and debug. Given that some of the current
ZCs refuse to use ERRFLAGS, I don't imagine they woul want to have the
equivalent added to MakeNL.
Good points Andrew. I would not like it merged with makenl.
I don't imagine they
would want to have the equivalent added to MakeNL.
This is about lines processed by ERRFLAG, very different numbers will be obtained if we look for individual sysop names, but I will leave that
for another day.
definitely... the first question is what tool does joe use for his nodelist processing... a secondary question is what did the original ben baker tool do in a case like this?
Joe's system is OS2 ... I think, not certain.
The issue here is an incorrect entry with a space embedded in the
flags field. MakeNL has never done error checking on the flags,
and debug. Given that some of the current ZCs refuse to use
ERRFLAGS, I don't imagine they woul want to have the equivalent
added to MakeNL.
Good points Andrew. I would not like it merged with makenl.
... and it wasn't when ERRFLAGS was introduced even though it gave the possibility of conformance it was and has been used as a political tool instead of a technical tool...
while i applaude ERRFLAGS operations, i do not like it because it
forces approved flags... even in "do nothing" mode the operator of
said tool has to deal with the so-called "errors"... U flags, in particular, were never supposed to be "approved" and then there's the possibility of experimental flags which generally start as U flags and then may be moved to non-U flags...
this then seems to become a political problem because some *C may not approve of said flag while others might... thus we end up mixing
politics with technical aspects...
this is not a GoodThing<tm> and it wasn't when ERRFLAGS was introduced even though it gave the possibility of conformance it was
and has been used as a political tool instead of a technical tool...
But then again, since many *Cs have used my patched version of the original MakeNL for ages, that field has kinda redundant for a decade
and a half.
I removed that check completely, since it serves absolutely no
purpose. Never has, except possibly as penis enhancer
for some people in need for that...
I just dug through the code. Currently leading or trailing
spaces in the first 7 fields (keyword, number, name, location,
sysop, telephone, baudrate) of a nodelist line will be removed.
The issue here is an incorrect entry with a space embedded in the
flags field. MakeNL has never done error checking on the flags,
which is why ERRFLAGS was developed in the first place. I
suppose I could add basic error checking of the flags (probably
limited to flagging illegal characters such as spaces.) Anything
more extensive would probably involve rewriting ERRFLAGS in C and
merging it with MakeNL. That is a project that would require
extensive amounts of time to code, test, and debug.
Given that some of the current ZCs refuse to use ERRFLAGS, I
don't imagine they would want to have the equivalent added to
MakeNL.