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: | 64:43:01 |
| Calls: | 12 |
| Files: | 12,938 |
| Messages: | 99,120 |
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.
Any remaining fields from position eight (8) onward are flag
fields. Note there may or may not be a trailing comma after
Field 7 if there are no flags listed.
I think MAkeNl should not forcefully add a trailing comma. It should also not remove it when it is present in the submitted segment. It should just pass it "as is" in the case that field seven is the last field.
In order to to get makenl_ng accepted by all ZC's, it had to behave
as the original makenl.
The above behaviour is in complience with this aim.
Hello Andrew,
When line ends with just the baud rate field as fo rexample in
2:280/127, MakeNL addes a trailing comma when it is not there:
Pvt,127,Trapgate_Test,Brunssum,Frans_Lupschen,-Unpublished-,300,
It does not add a trailing comma, when the baud rate is not the last field.
FTS-5000 allows the trailing comma, but does not require it.
I think MAkeNl should not forcefully add a trailing comma. It should
also not remove it when it is present in the submitted segment. It
should just pass it "as is" in the case that field seven is the last field.
In Zone 2 we have the odd situation that the R28 segment that I edit
does not have the trailing comma. When I run it trough MakeNl, it adds
the comma. I submit it to the ZC, who runs it through a filter
(ERRFLAGS) that removes the trailing comma. It reports it as an error.
And then the ZC's MakeNl puts the comma back in....
We could make it an option, but just not touching the trailing comma
would be fine with me.
FTS-5000 allows the trailing comma, but does not require it.
Effective with v3.4.4 (committed to CVS today), MakeNL will no longer
add a trailing comma after the baudrate field when there are no flags listed.
I think MAkeNl should not forcefully add a trailing comma. It
should also not remove it when it is present in the submitted
segment. It should just pass it "as is" in the case that field
seven is the last field.
Due to the design of the program, this is difficult to achieve.
In Zone 2 we have the odd situation that the R28 segment that I
edit does not have the trailing comma. When I run it trough
MakeNl, it adds the comma. I submit it to the ZC, who runs it
through a filter (ERRFLAGS) that removes the trailing comma. It
reports it as an error. And then the ZC's MakeNl puts the comma
back in....
When the 3.4.4 version is released, this situation will be eliminated.
I note, however, that FTS-5000 allows the trailing comma, so ErrFlags
is broken if it flags that as an error.
We could make it an option, but just not touching the trailing
comma would be fine with me.
The change I have made will no longer add one that is not there, but
it will also strip one that is. Given the number of nodes presently existing with no flags, I don't see this as a high priority at this
time.
Effective with v3.4.4 (committed to CVS today), MakeNL will no longer
add a trailing comma after the baudrate field when there are no flags listed.
Effective with v3.4.4 (committed to CVS today), MakeNL will no
longer add a trailing comma after the baudrate field when there
are no flags listed.
Effective with v3.4.4 (committed to CVS today), MakeNL will no
longer add a trailing comma after the baudrate field when there
are no flags listed.
I am in the process of testing to make sure nothing else was broken by
the changes. I can send you a test .EXE; but I ask that you not distribute it further until a release is made.
Are you aware that implementing this option, will create difficulties
for those who build their Nodelist from the previous list and a diff.
It will only work if all convert to this option at the same time.
Blowing this problem away with: "there is no need to use diffs as the full list is small enough", is not a solution.
My fault, I transposed the adding of the comma, to diff-processors