Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
6cda89fe
Commit
6cda89fe
authored
6 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
Numeric entry fields now have defined 'maximum values' in the max_val object.
parent
837ed4ad
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
exec/load/sbbslist_lib.js
+16
-0
16 additions, 0 deletions
exec/load/sbbslist_lib.js
with
16 additions
and
0 deletions
exec/load/sbbslist_lib.js
+
16
−
0
View file @
6cda89fe
...
...
@@ -45,6 +45,22 @@ const max_len = {
description
:
250
,
};
// Some of these max values are hard-technical limits (e.g. port), some are legacy
// SBL limits (e.g. 16-bit min/max_rate) and some are just limited for cosmetic reasons
const
max_val
=
{
port
:
65535
,
nodes
:
255
,
users
:
9999
,
subs
:
99999
,
dirs
:
99999
,
doors
:
99999
,
msgs
:
99999999
,
files
:
9999999
,
storage
:
9999999
,
min_rate
:
65535
,
max_rate
:
65535
,
};
// Services supported by BBS clients (e.g. SyncTERM)
const
common_bbs_services
=
[
"
telnet
"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment