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
dfc6ca49
Commit
dfc6ca49
authored
6 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
Re-sync with smbdefs.h:
- Changed MSG_TRUNCFILE to MSG_MIMEATTACH - Removed unused netattr bit definitions.
parent
a646e5f7
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
-7
1 addition, 7 deletions
exec/load/smbdefs.js
with
1 addition
and
7 deletions
exec/load/smbdefs.js
+
1
−
7
View file @
dfc6ca49
...
...
@@ -63,7 +63,7 @@ var MSG_POLL_MAX_ANSWERS =16;
/* Auxiliary header attributes */
var
MSG_FILEREQUEST
=
(
1
<<
0
);
// File request
var
MSG_FILEATTACH
=
(
1
<<
1
);
// File(s) attached to Msg
var
MSG_
TRUNCFILE
=
(
1
<<
2
);
// Truncate file(s) when sent
var
MSG_
MIMEATTACH
=
(
1
<<
2
);
// Truncate file(s) when sent
var
MSG_KILLFILE
=
(
1
<<
3
);
// Delete file(s) when sent
var
MSG_RECEIPTREQ
=
(
1
<<
4
);
// Return receipt requested
var
MSG_CONFIRMREQ
=
(
1
<<
5
);
// Confirmation receipt requested
...
...
@@ -87,12 +87,6 @@ var MSG_HOLD =(1<<5);// Hold for pick-up
var
MSG_CRASH
=
(
1
<<
6
);
// Crash
var
MSG_IMMEDIATE
=
(
1
<<
7
);
// Send Msg now, ignore restrictions
var
MSG_DIRECT
=
(
1
<<
8
);
// Send directly to destination
var
MSG_GATE
=
(
1
<<
9
);
// Send via gateway
var
MSG_ORPHAN
=
(
1
<<
10
);
// Unknown destination
var
MSG_FPU
=
(
1
<<
11
);
// Force pickup
var
MSG_TYPELOCAL
=
(
1
<<
12
);
// Msg is for local use only
var
MSG_TYPEECHO
=
(
1
<<
13
);
// Msg is for conference distribution
var
MSG_TYPENET
=
(
1
<<
14
);
// Msg is direct network mail
/* Net types */
var
NET_NONE
=
0
;
// Local message
...
...
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