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
fe2ba6cb
Commit
fe2ba6cb
authored
23 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
Whoops (didn't mean to remove this).
parent
73671b8e
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/login.src
+0
-81
0 additions, 81 deletions
exec/login.src
with
0 additions
and
81 deletions
exec/login.src
deleted
100644 → 0
+
0
−
81
View file @
73671b8e
# login.src
# Login module for Synchronet BBS v2.2+
# $Id$
# @format.tab-size 8, @format.use-tabs true
!include sbbsdefs.inc
logout
node_status NODE_LOGON
compare_ars WIP
if_true
exec_bin WIPLOGIN
return
end_if
int c
:top
compare c 10
if_greater_or_equal
hangup
return
end_if
print "\r\n\1nEnter Name, Number, '\1hNew\1n', or '\1hGuest\1n'\r\nNN: "
getstr str 25 K_UPRLWR|K_LOWPRIO|K_E71DETECT|K_TAB
truncsp str
compare_str ""
if_true
add c 1
goto top
end_if
compare_str "GUEST"
if_true
setstr "%q"
compare_str "VERTx"
if_true
no_yes "Are you a registered Synchronet owner"
if_false
print "\r\n\1h\1rLogon as \1wNEW\1r to create your account.\r\n"
goto top
end_if
end_if
setstr "Guest"
end_if
compare_str "NEW"
if_true
setstr "%q"
compare_str "VERTx"
if_true
yes_no "Are you calling just to download the Synchronet DEMO"
if_true
setstr "Guest"
login "PW: "
if_true
logon
if_true
return
end_if
end_if
end_if
end_if
newuser
logon
return
end_if
login "PW: "
if_true
logon
if_true
return
end_if
end_if
add c 2
goto top
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