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
21d961d571b259f862e99dc8acc6e8924246a9ac
Select Git revision
Branches
20
dailybuild_linux-x64
dailybuild_win32
master
default
protected
web_429_error
rip_abstraction
dailybuild_macos-armv8
dd_file_lister_filanem_in_desc_color
mode7
dd_msg_reader_are_you_there_warning_improvement
c23-playing
syncterm-1.3
syncterm-1.2
test-build
hide_remote_connection_with_telgate
638-can-t-control-c-during-a-file-search
add_body_to_pager_email
mingw32-build
cryptlib-3.4.7
ree/mastermind
new_user_dat
Tags
20
sbbs320d
syncterm-1.6
syncterm-1.5
syncterm-1.4
sbbs320b
syncterm-1.3
syncterm-1.2
syncterm-1.2rc6
syncterm-1.2rc5
push
syncterm-1.2rc4
syncterm-1.2rc2
syncterm-1.2rc1
sbbs319b
sbbs318b
goodbuild_linux-x64_Sep-01-2020
goodbuild_win32_Sep-01-2020
goodbuild_linux-x64_Aug-31-2020
goodbuild_win32_Aug-31-2020
goodbuild_win32_Aug-30-2020
40 results
sbbs
Author
Search by author
Any Author
authors
Brian Klauss
brklauss75
Craig Hendricks
codefenix
Deon George
leenooks
Deucе
Deuce
echicken
echicken
Eric Oulashin
nightfox
Eugene So
eso
John Nicpon
jnicpon
Kayz
phar
Keyop Troy
Keyop
Matthew Asham
awehttam
Michael J. Ryan
tracker1
m j
mcmlxxix
Nigel Reed
nelgin
Phillip Taylor
plt
Rick Parrish
Ree
Rob Swindell
rswindell
Tristan Greaves
Mewcenary
18 authors
Nov 16, 2015
Call js_PrepareToExecute() for background scripts so that exec_path and
· 21d961d5
deuce
authored
9 years ago
21d961d5
Fix up load paths to avoid double slashes, each separate user of ansi_console
· f2f2fd54
deuce
authored
9 years ago
f2f2fd54
When parsing the command-line, remove arguments from argv/argc as they are
· 07426fec
deuce
authored
9 years ago
07426fec
Split the ctrl-a code to attribute modification into a separate function,
· c697e428
deuce
authored
9 years ago
c697e428
Nov 15, 2015
Copy console size into the dk object as well during startup.
· b06f9109
deuce
authored
9 years ago
b06f9109
Overwrite any stuff from a dropfile with stuff from the internal Synchronet
· a142c89b
deuce
authored
9 years ago
a142c89b
Add -d command-line argument to specify a dropfile which gets automatically
· 400349f1
deuce
authored
9 years ago
400349f1
Use the correct sockaddr size for connecting to an outgoing mail server for
· e0899adb
deuce
authored
9 years ago
e0899adb
Create stdio objects in background threads if they exist in the foreground.
· 4f01361a
deuce
authored
9 years ago
4f01361a
Strip &lmr; and ‏ non-printing entities from decoded HTML.
· 7ef61e7d
rswindell
authored
9 years ago
7ef61e7d
Nov 14, 2015
Add dk.console.beep().
· effadc82
deuce
authored
9 years ago
effadc82
Use stdin/stdout for console I/O... this allows us to call stdout.flush()
· 890f585f
deuce
authored
9 years ago
890f585f
Create stdin, stdout, and stderr global File objects in jsexec (and jsdoor).
· b8c28a13
deuce
authored
9 years ago
b8c28a13
Nov 13, 2015
Fix dk.console.aprint().
· e5fafef1
deuce
authored
9 years ago
e5fafef1
Add dk.console.movex() and dk.console.movey() functions.
· 07dc80ee
deuce
authored
9 years ago
07dc80ee
Nov 12, 2015
Add the ansi_console.js file used by the last commit. :-)
· aefb4d6f
deuce
authored
9 years ago
aefb4d6f
Move common ANSI generation into ansi_console which is now load()ed from
· f7a1e3e8
deuce
authored
9 years ago
f7a1e3e8
Fix some bugs, don't use FF to clear screen, start using an origin of 0,0.
· 9152dd38
deuce
authored
9 years ago
9152dd38
Avoid creating new objects when it's avoidable (use Graphic.copy(), modify
· 38839cad
deuce
authored
9 years ago
38839cad
Add Graphic.move() method to allow copy-free movement of blocks around the
· b95a3081
deuce
authored
9 years ago
b95a3081
Set bbs.sys_status & SS_PAUSEOFF to avoid the hit a key prompts.
· 310e85e1
deuce
authored
9 years ago
310e85e1
Add load/remote screen copies which parse the ANSI sent to the remote.
· 280fbf5e
deuce
authored
9 years ago
280fbf5e
Don't enforce side-effects in the separate drivers, do them in the dorkit
· 6c1b5319
deuce
authored
9 years ago
6c1b5319
Add Graphic.get() which extracts a Graphic object out of an existing one.
· f73ba759
deuce
authored
9 years ago
f73ba759
Nov 11, 2015
Fix up extended keys so they work in PuTTY (Derived from PuTTY source).
· f563b90c
deuce
authored
9 years ago
f563b90c
Block out the getstr() API, update TODO comments.
· 97e0d1a8
deuce
authored
9 years ago
97e0d1a8
Be more aggressive in trying to wring a valid attribute out of the constructor
· a8fe19a5
deuce
authored
9 years ago
a8fe19a5
Fix ^A parsing and attribute stuff.
· 8335cd40
deuce
authored
9 years ago
8335cd40
Nov 10, 2015
More JSDoor stuff... create a minimal system object, populate all dirs except
· c8c921fa
deuce
authored
9 years ago
c8c921fa
Fix some typos in previous commit and make ANSI detection work.
· f09babf5
deuce
authored
9 years ago
f09babf5
The ansi_input API currently requires that ai.add be called every 100ms...
· 26283b91
deuce
authored
9 years ago
26283b91
Fix handling of ESC timeouts and undefined/zero-length ch (as required by
· 3ab963ad
deuce
authored
9 years ago
3ab963ad
Set standard input mode to raw.
· 4b438dd6
deuce
authored
9 years ago
4b438dd6
I reverted too far... move back to 1.158, not 1.157.
· 54533435
deuce
authored
9 years ago
54533435
Revert last two commits. You can't use setvbuf() for this type of thing
· fb99b55a
deuce
authored
9 years ago
fb99b55a
Fix bugs in last commit and check the return value of setvbuf().
· d2ac211a
deuce
authored
9 years ago
d2ac211a
Add writeable bufsize and bufmode properties to the File class that allows
· e7d0e1c3
deuce
authored
9 years ago
e7d0e1c3
Add new POSITION_REPORT key. If this key is returned from getkey(), indicates
· 9fc5cb23
deuce
authored
9 years ago
9fc5cb23
dk.console.key object contains strings that match the return values from
· e77b123e
deuce
authored
9 years ago
e77b123e
Nov 09, 2015
previous fix was actually not a fix, but a break.. this should unbreak and refix
· 91d17ce4
mcmlxxix
authored
9 years ago
91d17ce4
Loading