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
31076f888d7c52b9568b7c91
Select Git revision
Branches
20
dailybuild_linux-x64
dailybuild_win32
master
default
protected
sqlite
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
Feb 20, 2024
Fix mingw32 some more.
· 31076f88
Deucе
authored
1 year ago
31076f88
Fix inverted logic for Mingw32.
· 1a853b28
Deucе
authored
1 year ago
1a853b28
Whoops, these are for all !_WIN32 and some _WIN32
· 30854bbb
Deucе
authored
1 year ago
30854bbb
Some fixups to allow mingw-w64 to be used where mingw32 is currently working.
· b1ac0e76
Deucе
authored
1 year ago
b1ac0e76
Move an sftp_state check inside mutex to silence Coverity.
· c7a09e0f
Deucе
authored
1 year ago
c7a09e0f
And use iniReadSString() where appropriate in SyncTERM.
· 5c2982f7
Deucе
authored
1 year ago
5c2982f7
Add iniReadSString() as well.
· c69a4f98
Deucе
authored
1 year ago
c69a4f98
Use new iniGetSString() for syncterm.lst
· cc333821
Deucе
authored
1 year ago
cc333821
Add iniGetSString() that takes the size of the buffer
· 81457b26
Deucе
authored
1 year ago
81457b26
Call map_window() to update size hints when resizing the window.
· 904d202a
Deucе
authored
1 year ago
904d202a
Feb 19, 2024
Fix SSH fingerprinting.
· f3bc86d9
Deucе
authored
1 year ago
f3bc86d9
Likely fix a bunch of Coverity warnings.
· 282069f9
Deucе
authored
1 year ago
282069f9
Expand ssh_mutex over the flushes.
· b8bc029b
Deucе
authored
1 year ago
b8bc029b
Win32 API calls are __stdcall
· 67a9bb19
Deucе
authored
1 year ago
67a9bb19
More fencepost errors in the other direction...
· 891d50ef
Deucе
authored
1 year ago
891d50ef
There is something horribly wrong with what sscanf(x, "%2hhx", &cptr)
· aa50abec
Deucе
authored
1 year ago
aa50abec
Use NEED_BITMAP for no fonts, not X11 | SDL
· 23d2b501
Deucе
authored
1 year ago
23d2b501
Display warning dialog when changing cmdshell or xtrn editor's internal codes
· b8415409
Rob Swindell
authored
1 year ago
b8415409
Some cleanup, make SDL hyper turbo DPI aware as well.
· 8032b14c
Deucе
authored
1 year ago
8032b14c
Fix doorway mode.
· 21c62012
Deucе
authored
1 year ago
21c62012
Feb 18, 2024
Fix pervasive fencepost error calculating width and height.
· c4f50632
Deucе
authored
1 year ago
c4f50632
Update lha command-line to match current *nix and Windows releases of lha
· 0416b59b
Rob Swindell
authored
1 year ago
0416b59b
AdjustWindowRect() can't be used for "High DPI"
· 7ced2067
Deucе
authored
1 year ago
7ced2067
Use the last field of the version for release type
· 8823a939
Deucе
authored
1 year ago
8823a939
Add version info resource.
· 7a379a5a
Deucе
authored
1 year ago
7a379a5a
None of that worked, use #ifdef __GNUC__ on the manifest.
· 18f8c75c
Deucе
authored
1 year ago
18f8c75c
That didn't work, shotgun it into the props files.
· f7d4c509
Deucе
authored
1 year ago
f7d4c509
Move no manifest from lib to rc.
· 490314b4
Deucе
authored
1 year ago
490314b4
Slap some more tags in interesting-looking places.
· 7341224b
Deucе
authored
1 year ago
7341224b
Hack up some props.
· e21758cc
Deucе
authored
1 year ago
e21758cc
Apparently the MSVC builds also specify trustInfo in manifest.
· 360fe836
Deucе
authored
1 year ago
360fe836
As it turns out, setting high DPI awareness in the process fails.
· a8e3de52
Deucе
authored
1 year ago
a8e3de52
Support the third (now preferred) method of setting DPI awareness.
· 2848bf8f
Deucе
authored
1 year ago
2848bf8f
Merge branch 'slyedit_isPrintableChar_UTF8' into 'master'
· ad06de62
Rob Swindell
authored
1 year ago
ad06de62
SlyEdit: Update for the isPrintableChar() function to allow more for UTF-8...
· 0e9be15b
Eric Oulashin
authored
1 year ago
0e9be15b
Show mouse state in status bar, add ALT-O to toggle remote mouse.
· 6c7bd3c8
Deucе
authored
1 year ago
6c7bd3c8
Feb 17, 2024
Depend on .o file and link it.
· 55c4cece
Deucе
authored
1 year ago
55c4cece
Move sftp_state inside ssh_mutex.
· e7d411e0
Deucе
authored
1 year ago
e7d411e0
Move sftp_channel under the ssh_mutex completely.
· 80c10879
Deucе
authored
1 year ago
80c10879
Remove crufty code that effectively never does anything.
· b855aa17
Deucе
authored
1 year ago
b855aa17
Loading