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
465abea2
Commit
465abea2
authored
4 years ago
by
Rob Swindell
Browse files
Options
Downloads
Patches
Plain Diff
Define SMB_TAGS_MAXLEN for maximum total tags length per message
parent
09a7dfa9
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/smbdefs.js
+1
-0
1 addition, 0 deletions
exec/load/smbdefs.js
with
1 addition
and
0 deletions
exec/load/smbdefs.js
+
1
−
0
View file @
465abea2
...
...
@@ -118,6 +118,7 @@ const SMB_SUMMARY = 0x61; // Not currently used for messages
const
SMB_COMMENT
=
0x62
;
// Appear in message text, before body
const
SMB_TAGS
=
0x69
;
// Tags (ala hashtags) for a message
const
SMB_TAG_DELIMITER
=
'
'
;
// Tags are space-separated
const
SMB_TAG_MAXLEN
=
60
;
// Tags strings are limited to this total length
const
SMB_POLL_ANSWER
=
0xe0
;
// One poll answer (the subject is the question)
const
FIDOCTRL
=
0xa0
;
...
...
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