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
c6ec0a68
Commit
c6ec0a68
authored
9 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
Removed the SCAN_UNREAD definition (never used by SBBS).
parent
4abd5df4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
exec/load/sbbsdefs.js
+1
-2
1 addition, 2 deletions
exec/load/sbbsdefs.js
src/sbbs3/sbbsdefs.h
+1
-2
1 addition, 2 deletions
src/sbbs3/sbbsdefs.h
with
2 additions
and
4 deletions
exec/load/sbbsdefs.js
+
1
−
2
View file @
c6ec0a68
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
* @format.tab-size 4 (Plain Text/Source Code File Header) *
* @format.tab-size 4 (Plain Text/Source Code File Header) *
* @format.use-tabs true (see http://www.synchro.net/ptsc_hdr.html) *
* @format.use-tabs true (see http://www.synchro.net/ptsc_hdr.html) *
* *
* *
* Copyright 201
1
Rob Swindell - http://www.synchro.net/copyright.html *
* Copyright 201
5
Rob Swindell - http://www.synchro.net/copyright.html *
* *
* *
* This program is free software; you can redistribute it and/or *
* This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License *
* modify it under the terms of the GNU General Public License *
...
@@ -573,7 +573,6 @@ var SCAN_NEW =(1<<1); /* New scanning */
...
@@ -573,7 +573,6 @@ var SCAN_NEW =(1<<1); /* New scanning */
var
SCAN_BACK
=
(
1
<<
2
);
/* Scan the last message if no new */
var
SCAN_BACK
=
(
1
<<
2
);
/* Scan the last message if no new */
var
SCAN_TOYOU
=
(
1
<<
3
);
/* Scan for messages to you */
var
SCAN_TOYOU
=
(
1
<<
3
);
/* Scan for messages to you */
var
SCAN_FIND
=
(
1
<<
4
);
/* Scan for text in messages */
var
SCAN_FIND
=
(
1
<<
4
);
/* Scan for text in messages */
var
SCAN_UNREAD
=
(
1
<<
5
);
/* Find un-read messages to you */
/********************************************/
/********************************************/
/********************************************/
/********************************************/
...
...
This diff is collapsed.
Click to expand it.
src/sbbs3/sbbsdefs.h
+
1
−
2
View file @
c6ec0a68
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
* @format.tab-size 4 (Plain Text/Source Code File Header) *
* @format.tab-size 4 (Plain Text/Source Code File Header) *
* @format.use-tabs true (see http://www.synchro.net/ptsc_hdr.html) *
* @format.use-tabs true (see http://www.synchro.net/ptsc_hdr.html) *
* *
* *
* Copyright 201
4
Rob Swindell - http://www.synchro.net/copyright.html *
* Copyright 201
5
Rob Swindell - http://www.synchro.net/copyright.html *
* *
* *
* This program is free software; you can redistribute it and/or *
* This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License *
* modify it under the terms of the GNU General Public License *
...
@@ -810,7 +810,6 @@ enum XFER_TYPE { /* Values for type in xfer_prot_select() */
...
@@ -810,7 +810,6 @@ enum XFER_TYPE { /* Values for type in xfer_prot_select() */
#define SCAN_BACK (1<<2)
/* Scan the last message if no new */
#define SCAN_BACK (1<<2)
/* Scan the last message if no new */
#define SCAN_TOYOU (1<<3)
/* Scan for messages to you */
#define SCAN_TOYOU (1<<3)
/* Scan for messages to you */
#define SCAN_FIND (1<<4)
/* Scan for text in messages */
#define SCAN_FIND (1<<4)
/* Scan for text in messages */
#define SCAN_UNREAD (1<<5)
/* Find un-read messages to you */
/* Bits in misc of chan_t */
/* Bits in misc of chan_t */
#define CHAN_PW (1<<0)
/* Can be password protected */
#define CHAN_PW (1<<0)
/* Can be password protected */
...
...
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