-
src/syncterm/term.c
From
rswindell@VERT to
CVS commit on Wednesday, September 05, 2018 23:37:00
src/syncterm term.c 1.338 1.339
Update of /cvsroot/sbbs/src/syncterm
In directory cvs:/tmp/cvs-serv20600
Modified Files:
term.c
Log Message:
When an invalid UploadPath is specified in the syncterm.lst file, display
an error message (uifc dialog box) rather than just silently refuse to
display the upload file picker dialog. Bug reported by electrosys.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Sunday, October 21, 2018 08:25:00
src/syncterm term.c 1.339 1.340
Update of /cvsroot/sbbs/src/syncterm
In directory cvs:/tmp/cvs-serv3491
Modified Files:
term.c
Log Message:
Stop filtering non-translated Ctrl-Key combinations (from the local
keyboard). PETSCII BBSes include prompts like "Hit Ctrl-X to abort", so
they expect the terminal to be able to send control-key combinations.
Both CGTerm and CBMTerm are able to send all the relevant control-key combinations (and their single-key equivalents, like ESC and TAB) as well.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Sunday, October 21, 2018 20:52:00
src/syncterm term.c 1.340 1.341
Update of /cvsroot/sbbs/src/syncterm
In directory cvs:/tmp/cvs-serv1738
Modified Files:
term.c
Log Message:
PETSCII enhancement: Map the local "End" key to PETSCII Clear / Shift-Home
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Wednesday, August 21, 2019 15:13:24
src/syncterm term.c 1.343 1.344
Update of /cvsroot/sbbs/src/syncterm
In directory cvs:/tmp/cvs-serv9512
Modified Files:
term.c
Log Message:
Fix garbage values in "Sending <file> via XMODEM/YMODEM" output when uploading from a Win32 build: a ulong is not 64-bits in these builds.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Wednesday, August 21, 2019 16:59:14
src/syncterm term.c 1.344 1.345
Update of /cvsroot/sbbs/src/syncterm
In directory cvs:/tmp/cvs-serv5918
Modified Files:
term.c
Log Message:
All the same fixes that were made in 1.300 for ZMODEM file transfer progress information, made again for X/YMODEM file transfer progress (xmodem_progress). I guess we haven't been testing X/YMODEM file transfers in win32 builds...
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Saturday, August 24, 2019 09:41:07
src/syncterm term.c 1.345 1.346
Update of /cvsroot/sbbs/src/syncterm
In directory cvs:/tmp/cvs-serv23381
Modified Files:
term.c
Log Message:
In YMODEM-G, the YMODEM header block is not supposed to be acknowledged
(with an ACK) - you skip right to the requested transfer mode byte ('G').
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Saturday, August 24, 2019 09:58:54
src/syncterm term.c 1.346 1.347
Update of /cvsroot/sbbs/src/syncterm
In directory cvs:/tmp/cvs-serv25594
Modified Files:
term.c
Log Message:
Fix X/YMODEM download of duplicate filename: Was treating *all* user options
as "Cancel" (i.e. overwrite and rename options did not work).
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
Rob Swindell@VERT to
Git commit to sbbs/master on Wednesday, November 11, 2020 07:30:43
https://gitlab.synchro.net/sbbs/sbbs/-/commit/81492c8a4be0f5a00a2994dd
Modified Files:
src/syncterm/term.c
Log Message:
Add original XMODEM send/receive protocol options.
Previously, SyncTERM only supported the more modern XMODEM-1K uploads and XMODEM-CRC downloads. This commit adds support for XMODEM-128 uploads and XMODEM-Checksum downloads.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
Stephen Hurd@VERT to
Git commit to sbbs/master on Monday, November 16, 2020 07:47:05
https://gitlab.synchro.net/sbbs/sbbs/-/commit/fea6104bc351255a90e45937
Modified Files:
src/syncterm/term.c
Log Message:
Fix array size issues introduced on last commit.
Options were added to arrays without increasing the size of arrays.
This caused the menu generated from them to depend on uninitialized
memory and potentially crash or emit garbage.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
Rob Swindell@VERT to
Git commit to main/sbbs/master on Saturday, November 28, 2020 21:21:51
-
From
Deuc¿@VERT to
Git commit to main/sbbs/master on Tuesday, May 18, 2021 05:29:22