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
2f9de29f
Commit
2f9de29f
authored
24 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
Added FILE_RECEIVE, PRINTF_LOCAL, and SOCKET_READLINE support.
Added padding (reserved opcodes) between FTP and SOCKET functions.
parent
9c70c327
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
src/sbbs3/cmdshell.h
+16
-2
16 additions, 2 deletions
src/sbbs3/cmdshell.h
with
16 additions
and
2 deletions
src/sbbs3/cmdshell.h
+
16
−
2
View file @
2f9de29f
...
...
@@ -269,7 +269,7 @@ enum {
,
CS_FILE_SET_LIBRARY
,
CS_FILE_SEND
//Like file_get, but no password needed
,
CS_FILE_BATCH_ADD_LIST
,
CS_FILE_
UNUSED1
//0xD0
,
CS_FILE_
RECEIVE
//0xD0
,
CS_NODELIST_ALL
,
CS_NODELIST_USERS
,
CS_CHAT_SECTION
...
...
@@ -329,7 +329,7 @@ enum {
SHOW_VARS
// Show all variables
,
PRINT_VAR
// Print a single variable
,
VAR_PRINTF
// Print a formated line of text
,
VAR_
RESERVED_4
,
VAR_
PRINTF_LOCAL
// Print a formated line of text to local display
,
VAR_RESERVED_3
,
VAR_RESERVED_2
,
VAR_RESERVED_1
...
...
@@ -502,6 +502,13 @@ enum {
,
CS_SOCKET_READ
// Read input buffer
,
CS_SOCKET_WRITE
// Write to socket
,
CS_SOCKET_CHECK
// Check connection
,
CS_SOCKET_READLINE
// Read a cr/lf delimited line from socket
,
CS_SOCKET_UNUSED6
,
CS_SOCKET_UNUSED5
,
CS_SOCKET_UNUSED4
,
CS_SOCKET_UNUSED3
,
CS_SOCKET_UNUSED2
,
CS_SOCKET_UNUSED1
,
CS_FTP_LOGIN
// socket, username, password
,
CS_FTP_LOGOUT
...
...
@@ -512,6 +519,13 @@ enum {
,
CS_FTP_GET
// path, offset
,
CS_FTP_RENAME
,
CS_FTP_DELETE
,
CS_FTP_UNUSED7
,
CS_FTP_UNUSED6
,
CS_FTP_UNUSED5
,
CS_FTP_UNUSED4
,
CS_FTP_UNUSED3
,
CS_FTP_UNUSED2
,
CS_FTP_UNUSED1
};
/* Preceeded by CS_FIO_FUNCTION */
...
...
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