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
5622e5de
Commit
5622e5de
authored
23 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
Moved CHAT_* definitions closer to QWK_* definitions.
Incremented revision.
parent
e4df0923
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/sbbs3/sbbsdefs.h
+12
-10
12 additions, 10 deletions
src/sbbs3/sbbsdefs.h
with
12 additions
and
10 deletions
src/sbbs3/sbbsdefs.h
+
12
−
10
View file @
5622e5de
...
@@ -48,10 +48,10 @@
...
@@ -48,10 +48,10 @@
#ifdef JAVASCRIPT
#ifdef JAVASCRIPT
#define VERSION "3.10"
/* Version: Major.minor */
#define VERSION "3.10"
/* Version: Major.minor */
#define REVISION '
A
'
#define REVISION '
B
'
#else
#else
#define VERSION "3.00"
/* Version: Major.minor */
#define VERSION "3.00"
/* Version: Major.minor */
#define REVISION '
F
'
#define REVISION '
G
'
#endif
#endif
#define VERSION_NOTICE "Synchronet BBS for "PLATFORM_DESC\
#define VERSION_NOTICE "Synchronet BBS for "PLATFORM_DESC\
...
@@ -396,6 +396,14 @@ typedef enum { /* Values for xtrn_t.event */
...
@@ -396,6 +396,14 @@ typedef enum { /* Values for xtrn_t.event */
#define QWK_VIA (1L<<11)
/* Include "@VIA" seen-bys in msgs */
#define QWK_VIA (1L<<11)
/* Include "@VIA" seen-bys in msgs */
#define QWK_NOCTRL (1L<<12)
/* No extraneous control files */
#define QWK_NOCTRL (1L<<12)
/* No extraneous control files */
/* Bits in user.chat */
#define CHAT_ECHO (1<<0)
/* Multinode chat echo */
#define CHAT_ACTION (1<<1)
/* Chat actions */
#define CHAT_NOPAGE (1<<2)
/* Can't be paged */
#define CHAT_NOACT (1<<3)
/* No activity alerts */
#define CHAT_SPLITP (1<<4)
/* Split screen private chat */
#define INVALID_DIR 0xffff
/* Invalid directory value */
#define INVALID_DIR 0xffff
/* Invalid directory value */
#define INVALID_SUB 0xffff
/* Invalid sub-board value */
#define INVALID_SUB 0xffff
/* Invalid sub-board value */
...
@@ -735,12 +743,6 @@ enum { /* Values for 'mode' in listfileinfo */
...
@@ -735,12 +743,6 @@ enum { /* Values for 'mode' in listfileinfo */
#define L_LOGON 1
/* Logon List maintenance */
#define L_LOGON 1
/* Logon List maintenance */
#define LOL_SIZE 81
/* Length of each logon list entry */
#define LOL_SIZE 81
/* Length of each logon list entry */
#define CHAT_ECHO (1<<0)
/* Multinode chat echo */
#define CHAT_ACTION (1<<1)
/* Chat actions */
#define CHAT_NOPAGE (1<<2)
/* Can't be paged */
#define CHAT_NOACT (1<<3)
/* No activity alerts */
#define CHAT_SPLITP (1<<4)
/* Split screen private chat */
/* Bits in mode of scanposts() function */
/* Bits in mode of scanposts() function */
#define SCAN_CONST (1<<0)
/* Continuous message scanning */
#define SCAN_CONST (1<<0)
/* Continuous message scanning */
#define SCAN_NEW (1<<1)
/* New scanning */
#define SCAN_NEW (1<<1)
/* New scanning */
...
...
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