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
08262d98c6194fd47a111a044e819ee0bfc4a95c
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
Sep 29, 2015
We need to #define _GNU_SOURCE on Linux before #include<>ing stdio.h.
· 08262d98
deuce
authored
9 years ago
08262d98
Fix warnings. We no longer need to track width and precision since we have
· a93736f6
deuce
authored
9 years ago
a93736f6
Fix off-by-one in memmove() calculation which caused a crash on Linux when
· 3cd17446
deuce
authored
9 years ago
3cd17446
Sep 28, 2015
ifdef-out the asprintf and vasprintf prototypes when building w/non-MSVC
· 979b3194
sbbs
authored
9 years ago
979b3194
Add vasprintf() implementation called from asprintf(), and DLL-export them.
· 53fa6004
deuce
authored
9 years ago
53fa6004
Remove MAX_ARG_LEN usage.
· ff1a27c0
deuce
authored
9 years ago
ff1a27c0
Use vsprintf(), not sprintf(), make a copy of the va_list, return the correct
· a99197da
deuce
authored
9 years ago
a99197da
Add an asprintf() implementation for Win32. Not tested yet, but it should work
· 71eea6ad
deuce
authored
9 years ago
71eea6ad
More fixes for bugs introduced in the great JavaScript-C (SpiderMonkey) upgrade
· 887c5723
rswindell
authored
9 years ago
887c5723
Allow kilo/mega/giga/etc. byte short-hand for -m and -s command-line options
· 844daac1
rswindell
authored
9 years ago
844daac1
Move parseBytes() from ini_file.c (private/static) to genwrap.c (public) and
· 76994c52
rswindell
authored
9 years ago
76994c52
Fix typo in last commit.
· bfdebd36
deuce
authored
9 years ago
bfdebd36
If sprintf() returns a negative number, replace the template with "<error>".
· 240f2f39
deuce
authored
9 years ago
240f2f39
Define "options" variable to avoid conflicts/clobber in the global namespace.
· 8f252c29
rswindell
authored
9 years ago
8f252c29
Sep 27, 2015
Beginnings of the door/browse mode.
· 404ed9a9
rswindell
authored
9 years ago
404ed9a9
Added a max_len const "enum" for various fields.
· 15285f00
rswindell
authored
9 years ago
15285f00
Implemented zoom-in/out and IP and msg network address display on hover.
· 41ac1a57
rswindell
authored
9 years ago
41ac1a57
Handle the case correclty where no argument is passed to prompt()
· 82b5044a
rswindell
authored
9 years ago
82b5044a
Sep 26, 2015
Add documentation and support for more init mode strings.
· 9087e6ef
deuce
authored
9 years ago
9087e6ef
Add an infinite loop exit test.
· 7fe61d2e
deuce
authored
9 years ago
7fe61d2e
Add background terminated tests.
· 8fce101c
deuce
authored
9 years ago
8fce101c
Store the parent js_callback_t in js_callback_t for background threads.
· 587663aa
deuce
authored
9 years ago
587663aa
Sep 25, 2015
Log warnings upon all SMTP AUTH failures (e.g bad/missing arguments).
· 19efe3fe
rswindell
authored
9 years ago
19efe3fe
Sep 24, 2015
Prevent infinite nonblocking loop (100% CPU) by checking that the socket is connected
· 45d7714f
deuce
authored
9 years ago
45d7714f
Fix bug in comment.
· 168ad2ef
deuce
authored
9 years ago
168ad2ef
Sep 20, 2015
Don't allow illegal filename chars, including spaces, in attached filenames.
· 1e51b6f3
rswindell
authored
9 years ago
1e51b6f3
Include filename in "File not found" error message when displaying msgs with
· c00d4938
rswindell
authored
9 years ago
c00d4938
Sep 17, 2015
We can't use 0x2584 for \x16 since that is the same as \xCD and the two are
· ce013fd2
deuce
authored
9 years ago
ce013fd2
Sep 11, 2015
Fix infinite recycle problem reported by Lord Time.
· 47b0e6ae
rswindell
authored
9 years ago
47b0e6ae
Sep 10, 2015
Verify standard UDP sevices.
· 1c5d8ecc
rswindell
authored
9 years ago
1c5d8ecc
Preview zoom/unzoom support.
· 7cd69661
rswindell
authored
9 years ago
7cd69661
Read the entire json file (not just 8K per line).
· 1ef6f927
rswindell
authored
9 years ago
1ef6f927
Return a "stopcase" (string) as part of the result object.
· f70f2b66
rswindell
authored
9 years ago
f70f2b66
Added auth/ident port.
· bb5a79d3
rswindell
authored
9 years ago
bb5a79d3
A small stub that just called fingerservice.js with the '-u' option, for those
· 8e100b45
rswindell
authored
9 years ago
8e100b45
Sep 09, 2015
Replace the activeuserservice.js with a command-line option to fingerservice.js
· 0aedb254
rswindell
authored
9 years ago
0aedb254
Replace the activeuserservice.js with a command-line option to fingerservice.js
· c57785a4
rswindell
authored
9 years ago
c57785a4
Added hotline and json (inter-bbs) TCP ports (5500 and 10088).
· 25ddb352
rswindell
authored
9 years ago
25ddb352
Sep 08, 2015
Fix bug (can't import >1 echo from fidonet.na files) introduced in rev 1.39
· 068a8622
rswindell
authored
9 years ago
068a8622
Fixed typo in recent commit.
· c4b6a31b
rswindell
authored
9 years ago
c4b6a31b
Loading