Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
a4676fd8
Commit
a4676fd8
authored
Apr 19, 2020
by
rswindell
Browse files
Cosmetics in the "<your system> is not lsited. Add it?" feature.
parent
fdbd28e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
exec/sbbslist.js
exec/sbbslist.js
+2
-2
No files found.
exec/sbbslist.js
View file @
a4676fd8
...
...
@@ -896,7 +896,7 @@ function this_bbs()
bbs
.
network
.
push
({
name
:
"
DOVE-Net
"
,
address
:
system
.
qwk_id
});
if
(
msg_area
.
grp
[
"
FidoNet
"
]
||
msg_area
.
grp
[
"
Fidonet
"
])
bbs
.
network
.
push
({
name
:
"
FidoNet
"
,
address
:
system
.
fido_addr_list
[
0
]
});
print
(
"
Testing common BBS service ports
"
);
print
(
"
Testing common BBS service ports
(this may take a minute)
"
);
var
ports
=
[];
for
(
var
i
in
lib
.
common_bbs_services
)
{
var
prot
=
lib
.
common_bbs_services
[
i
];
...
...
@@ -904,7 +904,7 @@ function this_bbs()
continue
;
if
(
ports
.
indexOf
(
standard_service_port
[
prot
])
>=
0
)
// Already tested this port
continue
;
printf
(
"
%s
"
,
prot
);
printf
(
"
\
b
\
b
\
b%s ...
"
,
prot
);
ports
.
push
(
standard_service_port
[
prot
]);
if
(
test_port
(
standard_service_port
[
prot
]))
bbs
.
service
.
push
({
protocol
:
prot
,
address
:
system
.
inet_addr
,
port
:
standard_service_port
[
prot
]
});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment