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
a8c8af7c
Commit
a8c8af7c
authored
21 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
Added sub SCAN_CFG_* bit definitions.
parent
ddac3373
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/sbbsdefs.js
+9
-0
9 additions, 0 deletions
exec/load/sbbsdefs.js
with
9 additions
and
0 deletions
exec/load/sbbsdefs.js
+
9
−
0
View file @
a8c8af7c
...
...
@@ -548,6 +548,15 @@ var SCAN_FIND =(1<<4) /* Scan for text in messages */
var
SCAN_UNREAD
=
(
1
<<
5
)
/* Find un-read messages to you */
/********************************************/
/********************************************/
/* Bits in msg_area.sub[].scan_cfg */
/********************************************/
var
SCAN_CFG_NEW
=
(
1
<<
0
)
/* Auto-scan for new messages */
var
SCAN_CFG_TOYOU
=
(
1
<<
1
)
/* Auto-scan for unread messages to you */
var
SCAN_CFG_YONLY
=
(
1
<<
8
)
/* Auto-scan for new messages to you only */
/********************************************/
/********************************************/
/********************************************/
/* Bits in mode for bbs.scan_dirs() */
/* bbs.list_files() & bbs.list_file_info() */
...
...
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