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
42c38b8cc1e190c0bb06c41e08e917e09e3e3d78
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
Jan 13, 2017
Better parsing of query string parameters.
· 42c38b8c
echicken
authored
8 years ago
42c38b8c
Basic OAuth1 client for making signed get/post requests; only tested against Twitter so far.
· 84916a9c
echicken
authored
8 years ago
84916a9c
Added optional extra_headers argument and AddExtraHeaders method.
· 485b9981
echicken
authored
8 years ago
485b9981
Added another comment about DDLightbarMenu.js
· 9247da59
nightfox
authored
8 years ago
9247da59
Updated the documentation a bit
· 08dbb18e
nightfox
authored
8 years ago
08dbb18e
When viewing vote poll results, it now updates the user's last read & scan...
· 176cc105
nightfox
authored
8 years ago
176cc105
When creating a Frame object (for viewing & scrolling ANSI messages), it now...
· 5630e0cf
nightfox
authored
8 years ago
5630e0cf
Resolve macro redefinition warnings.
· 324dfe5f
rswindell
authored
8 years ago
324dfe5f
MSVC++ 2013 solution and project file that successfully builds SyncTERM from
· db6b6dfb
rswindell
authored
8 years ago
db6b6dfb
Don't call cryptlib functions when WITHOUT_CRYPTLIB (SSH) is defined.
· f225a468
rswindell
authored
8 years ago
f225a468
MSVC++ (2013) project file.
· 11340cc4
rswindell
authored
8 years ago
11340cc4
MSVC++ (2013) property sheet for building tcp/ip programs. Currently just links
· 0e3a5cf1
rswindell
authored
8 years ago
0e3a5cf1
Removed old unsupported MSVC++ project/workspace files.
· a129d4ee
rswindell
authored
8 years ago
a129d4ee
Jan 12, 2017
Don't assume the first null message index is the last message in the sub. ...
· d380c61b
echicken
authored
8 years ago
d380c61b
Bug fix: When posting a poll, now it makes sure the user's sub-board is...
· 271b5485
nightfox
authored
8 years ago
271b5485
Added the ability to vote on a topic from the result viewer interface. Also,...
· dbee188b
nightfox
authored
8 years ago
dbee188b
Jan 11, 2017
fix cleartoeol() and clearline() to clear relative to current frame offset...
· 0c9a1a8f
mcmlxxix
authored
8 years ago
0c9a1a8f
Reset x and y offset to 0 after clearing frame. Maybe this should be done in Frame.home().
· 06f95a02
echicken
authored
8 years ago
06f95a02
Send scrollbar back to start of scroll area before adjusting height/width.
· 14dc4d87
echicken
authored
8 years ago
14dc4d87
Unset HIGH in displayFrame.attr rather than passing CTRL-A code.
· 3833e149
echicken
authored
8 years ago
3833e149
Simplified Frame.clear(); mcmlxxix may disapprove.
· 2007ff05
echicken
authored
8 years ago
2007ff05
On second thought, Frame.clear() will probably just be changed and my previous...
· 64ca689f
echicken
authored
8 years ago
64ca689f
Home the frame cursor after nuking the data array.
· 7e5c0bba
echicken
authored
8 years ago
7e5c0bba
In ViewVoteResults, call Frame.cleardata before dumping new content into the...
· 35a60630
echicken
authored
8 years ago
35a60630
Added Frame.cleardata() method; resets Frame data array to [], invalidates Frame.
· d15594ce
echicken
authored
8 years ago
d15594ce
Worked on displaying the vote results - Got the poll result colors showing...
· 2748f2bb
nightfox
authored
8 years ago
2748f2bb
Version 1.17 beta 22: Fixed a couple of bugs related to viewing messages with...
· c86f5349
nightfox
authored
8 years ago
c86f5349
Jan 10, 2017
Trying to use a Frame to display poll message text to ensure it's scrollable. ...
· 36c547e9
nightfox
authored
8 years ago
36c547e9
Jan 09, 2017
Added a check to make sure the user is allowed to vote (by checking the V...
· 48956ed8
nightfox
authored
8 years ago
48956ed8
Version 1.17 beta 21: Updated to check whether the user is allowed to vote...
· 45ea99c0
nightfox
authored
8 years ago
45ea99c0
Jan 08, 2017
Updated to preserve the menu option when an item hotkey is pressed.
· 04a449f9
nightfox
authored
8 years ago
04a449f9
Updated DDLightbarMenu to preserve the current selection when an item hotkey...
· 13a7fb4f
nightfox
authored
8 years ago
13a7fb4f
Added the code for creating a voting topic
· 92ae07f6
nightfox
authored
8 years ago
92ae07f6
Updated to check whether a user has voted on a topic before allowing them to...
· 7fd66540
nightfox
authored
8 years ago
7fd66540
Jan 05, 2017
Implemented saving the user's vote. Also fixed a bug in displaying the...
· d423e79b
nightfox
authored
8 years ago
d423e79b
Jan 03, 2017
Fix echomail loop-back from points for Dan Richter:
· e3e0e945
rswindell
authored
8 years ago
e3e0e945
Made some small tweaks to how the poll question comments are displayed, and...
· 58729012
nightfox
authored
8 years ago
58729012
Jan 02, 2017
Updated to retrieve & display the poll comment lines (up to 3 of them) and...
· 428a5b7e
nightfox
authored
8 years ago
428a5b7e
This is a very early beta version of SlyVote - A voting door for Synchronet...
· 3d77070c
nightfox
authored
8 years ago
3d77070c
Dec 31, 2016
Updated so that when looking for an item's hotkey, it uses the first one it...
· c3f6b1bf
nightfox
authored
8 years ago
c3f6b1bf
Loading