Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Synchronet
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
128
Issues
128
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Main
Synchronet
Commits
5cdd931f
Commit
5cdd931f
authored
Oct 18, 2009
by
rswindell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include the prepended space in the NodeConnection text.dat strings.
parent
bacb95cf
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
+10
-10
ctrl/text.dat
ctrl/text.dat
+4
-4
src/sbbs3/getnode.cpp
src/sbbs3/getnode.cpp
+2
-2
src/sbbs3/text_defaults.c
src/sbbs3/text_defaults.c
+4
-4
No files found.
ctrl/text.dat
View file @
5cdd931f
...
...
@@ -883,10 +883,10 @@
"Waiting for all nodes to become inactive" 734 NodeStatusEventWaiting
"Running external event" 735 NodeStatusEventRunning
"Waiting for node %u to finish external event" 736 NodeStatusEventLimbo
"via telnet" 737 NodeConnectionTelnet
"via rlogin" 738 NodeConnectionRLogin
"via ssh" 739 NodeConnectionSSH
"at %ubps" 740 NodeConnectionModem
"
via telnet" 737 NodeConnectionTelnet
"
via rlogin" 738 NodeConnectionRLogin
"
via ssh" 739 NodeConnectionSSH
"
at %ubps" 740 NodeConnectionModem
"\1h\1bQWK Settings for \1w%s #%u:\1n\r\n\r\n" 741 QWKSettingsHdr
"\1n\1b[\1h\1wA\1n\1b] \1hCtrl-A Color Codes \1n\1b: \1c%s\r\n" 742 QWKSettingsCtrlA
"\1n\1b[\1h\1wT\1n\1b] \1hArchive Type \1n\1b: \1c%s\r\n" 743 QWKSettingsArchive
...
...
src/sbbs3/getnode.cpp
View file @
5cdd931f
...
...
@@ -402,7 +402,7 @@ static char* node_connection_desc(sbbs_t* sbbs, ushort conn, char* str)
{
switch
(
conn
)
{
case
NODE_CONNECTION_LOCAL
:
return
"Locally"
;
/* obsolete */
return
"
Locally"
;
/* obsolete */
case
NODE_CONNECTION_TELNET
:
return
sbbs
->
text
[
NodeConnectionTelnet
];
case
NODE_CONNECTION_RLOGIN
:
...
...
@@ -577,7 +577,7 @@ void sbbs_t::printnodedat(uint number, node_t* node)
default:
bputs
(
ultoa
(
node
->
action
,
tmp
,
10
));
break
;
}
bp
rintf
(
" %s"
,
node_connection_desc
(
this
,
node
->
connection
,
tmp
));
bp
uts
(
node_connection_desc
(
this
,
node
->
connection
,
tmp
));
if
(
node
->
action
==
NODE_DLNG
)
{
if
(
cfg
.
sys_misc
&
SM_MILITARY
)
{
hour
=
node
->
aux
/
60
;
...
...
src/sbbs3/text_defaults.c
View file @
5cdd931f
...
...
@@ -1189,10 +1189,10 @@ const char * const text_defaults[TOTAL_TEXT]={
,
"
\x52\x75\x6e\x6e\x69\x6e\x67\x20\x65\x78\x74\x65\x72\x6e\x61\x6c\x20\x65\x76\x65\x6e\x74
"
,
"
\x57\x61\x69\x74\x69\x6e\x67\x20\x66\x6f\x72\x20\x6e\x6f\x64\x65\x20\x25\x75\x20\x74\x6f\x20\x66\x69\x6e\x69\x73\x68\x20\x65\x78
"
"
\x74\x65\x72\x6e\x61\x6c\x20\x65\x76\x65\x6e\x74
"
,
"
\x76\x69\x61\x20\x74\x65\x6c\x6e\x65\x74
"
,
"
\x76\x69\x61\x20\x72\x6c\x6f\x67\x69\x6e
"
,
"
\x76\x69\x61\x20\x73\x73\x68
"
,
"
\x61\x74\x20\x25\x75\x62\x70\x73
"
,
"
\x
20\x
76\x69\x61\x20\x74\x65\x6c\x6e\x65\x74
"
,
"
\x
20\x
76\x69\x61\x20\x72\x6c\x6f\x67\x69\x6e
"
,
"
\x
20\x
76\x69\x61\x20\x73\x73\x68
"
,
"
\x
20\x
61\x74\x20\x25\x75\x62\x70\x73
"
,
"
\x01\x68\x01\x62\x51\x57\x4b\x20\x53\x65\x74\x74\x69\x6e\x67\x73\x20\x66\x6f\x72\x20\x01\x77\x25\x73\x20\x23\x25\x75\x3a\x01\x6e
"
"
\x0d\x0a\x0d\x0a
"
,
"
\x01\x6e\x01\x62\x5b\x01\x68\x01\x77\x41\x01\x6e\x01\x62\x5d\x20\x01\x68\x43\x74\x72\x6c\x2d\x41\x20\x43\x6f\x6c\x6f\x72\x20\x43
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment