-
src/uifc/uifc32.c
From
rswindell@VERT to
CVS commit on Wed May 29 09:21:29 2019
src/uifc uifc32.c 1.236 1.237
Update of /cvsroot/sbbs/src/uifc
In directory cvs:/tmp/cvs-serv22603
Modified Files:
uifc32.c
Log Message:
Fix time display bug: 12:00 is 12pm, not 12am. Reported by Va7aqd
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Fri May 31 13:31:18 2019
src/uifc uifc32.c 1.237 1.238
Update of /cvsroot/sbbs/src/uifc
In directory cvs:/tmp/cvs-serv12604
Modified Files:
uifc32.c
Log Message:
In uifc.list(), stopping treat the Backspace key as ESC (exit) and instead treat the same Delete Char. This is for systems were there is no "Delete Char" key (e.g. Mac) or where the Delete and Backspace keys send the reverse key codes. On a Mac, the Backspace key is actually labeled "Delete", so treat
the key-code sent as "Delete item", consistent with the status bar/help indicator.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Fri May 31 18:44:26 2019
src/uifc uifc32.c 1.238 1.239
Update of /cvsroot/sbbs/src/uifc
In directory cvs:/tmp/cvs-serv17618
Modified Files:
uifc32.c
Log Message:
Restore the long-standing (forever) behavior of ulist/uifc.list where
Backspace (the "Delete" key on a MacBookPro keyboard) is treated the same
as ESC (exit).
Make the help status bar more clear in Mac OS X builds that the '+' key
may be used in place of the INSert key to add itesm and that fn-DELete key sequence is used to delete items (or the '-' key, though that isn't stated).
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
deuce@VERT to
CVS commit on Wed Jul 10 21:24:27 2019
src/uifc uifc32.c 1.240 1.241
Update of /cvsroot/sbbs/src/uifc
In directory cvs:/tmp/cvs-serv24864
Modified Files:
uifc32.c
Log Message:
No need for ascii chars anymore since we always use font 0 for all the
things.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
deuce@VERT to
CVS commit on Thu Jul 11 07:42:21 2019
src/uifc uifc32.c 1.241 1.242
Update of /cvsroot/sbbs/src/uifc
In directory cvs:/tmp/cvs-serv32061
Modified Files:
uifc32.c
Log Message:
Fix active line updating on inactive windows.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
deuce@VERT to
CVS commit on Thu Jul 11 07:54:47 2019
src/uifc uifc32.c 1.242 1.243
Update of /cvsroot/sbbs/src/uifc
In directory cvs:/tmp/cvs-serv1631
Modified Files:
uifc32.c
Log Message:
Fix scrolling (borken in vmem_puttext update)
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
deuce@VERT to
CVS commit on Fri Jul 12 15:50:59 2019
src/uifc uifc32.c 1.243 1.244
Update of /cvsroot/sbbs/src/uifc
In directory cvs:/tmp/cvs-serv13519
Modified Files:
uifc32.c
Log Message:
More uifc32 proctology.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
deuce@VERT to
CVS commit on Sat Jul 13 11:02:58 2019
src/uifc uifc32.c 1.244 1.245
Update of /cvsroot/sbbs/src/uifc
In directory cvs:/tmp/cvs-serv24153
Modified Files:
uifc32.c
Log Message:
Fix another issues caused by the vmem_gettext() conversion.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
deuce@VERT to
CVS commit on Sun Jul 14 09:42:12 2019
src/uifc uifc32.c 1.245 1.246
Update of /cvsroot/sbbs/src/uifc
In directory cvs:/tmp/cvs-serv7816
Modified Files:
uifc32.c
Log Message:
Don't clreol() the status line unles the gotoxy() is successful.
This fixes screen corruption with CTRL-E in 40-column modes.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
deuce@VERT to
CVS commit on Mon Jul 22 11:55:20 2019
src/uifc uifc32.c 1.246 1.247
Update of /cvsroot/sbbs/src/uifc
In directory cvs:/tmp/cvs-serv11068
Modified Files:
uifc32.c
Log Message:
Remove some extra *2 in places where it's wrong.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
deuce@VERT to
CVS commit on Mon Jul 22 13:29:21 2019
src/uifc uifc32.c 1.247 1.248
Update of /cvsroot/sbbs/src/uifc
In directory cvs:/tmp/cvs-serv21684
Modified Files:
uifc32.c
Log Message:
Fix issue introduced in 1.244 where a line with exactly the number of characters as the buffer width terminated by a linefeed would cause an
extra blank line to be inserted due to incorrect end-of-line detection.
The number of lines to allocate was calculated correctly, so this resulted
in writing past the last line in the screen buffer, corrupting memory after
the allocation. Glibc detected this condition and crashed with a double-
free or corruption message.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
deuce@VERT to
CVS commit on Thu Jul 25 07:28:34 2019
src/uifc uifc32.c 1.248 1.249
Update of /cvsroot/sbbs/src/uifc
In directory cvs:/tmp/cvs-serv12464
Modified Files:
uifc32.c
Log Message:
alloca() considered harmful
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
deuce@VERT to
CVS commit on Fri Mar 6 13:21:01 2020
src/uifc uifc32.c 1.249 1.250
Update of /cvsroot/sbbs/src/uifc
In directory cvs:/tmp/cvs-serv15394
Modified Files:
uifc32.c
Log Message:
Update the clock if the minute changes as well as if sixty seconds have
passed.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Sun Mar 8 09:25:59 2020
src/uifc uifc32.c 1.250 1.251
Update of /cvsroot/sbbs/src/uifc
In directory cvs:/tmp/cvs-serv14574
Modified Files:
uifc32.c
Log Message:
Resolve warning C4013: 'localtime_r' undefined; assuming extern returning int
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
deuce@VERT to
CVS commit on Mon Mar 30 20:19:46 2020
src/uifc uifc32.c 1.251 1.252
Update of /cvsroot/sbbs/src/uifc
In directory cvs:/tmp/cvs-serv4934
Modified Files:
uifc32.c
Log Message:
Turn off hold_update when updating the clock.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
deuce@VERT to
CVS commit on Wed Apr 8 19:00:07 2020
src/uifc uifc32.c 1.253 1.254
Update of /cvsroot/sbbs/src/uifc
In directory cvs:/tmp/cvs-serv7930
Modified Files:
uifc32.c
Log Message:
Show mouse on an error... it's almost certain nobody has ever seen this.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
deuce@VERT to
CVS commit on Thu Apr 9 18:09:13 2020
src/uifc uifc32.c 1.254 1.255
Update of /cvsroot/sbbs/src/uifc
In directory cvs:/tmp/cvs-serv6348
Modified Files:
uifc32.c
Log Message:
Add CTRL-F to find in a list.
Requested by: DigitalMan.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
deuce@VERT to
CVS commit on Thu Apr 9 18:14:27 2020
src/uifc uifc32.c 1.255 1.256
Update of /cvsroot/sbbs/src/uifc
In directory cvs:/tmp/cvs-serv7224
Modified Files:
uifc32.c
Log Message:
Retain search string between CTRL-F presses.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
deuce@VERT to
CVS commit on Thu Apr 9 18:16:32 2020
src/uifc uifc32.c 1.256 1.257
Update of /cvsroot/sbbs/src/uifc
In directory cvs:/tmp/cvs-serv7535
Modified Files:
uifc32.c
Log Message:
Add CTRL-G to repeat the last search.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Thu Apr 9 21:40:30 2020
src/uifc uifc32.c 1.257 1.258
Update of /cvsroot/sbbs/src/uifc
In directory cvs:/tmp/cvs-serv4518
Modified Files:
uifc32.c
Log Message:
Fix MSVC compile error.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Thu Apr 9 21:47:24 2020
src/uifc uifc32.c 1.258 1.259
Update of /cvsroot/sbbs/src/uifc
In directory cvs:/tmp/cvs-serv5481
Modified Files:
uifc32.c
Log Message:
Fix one crash in the new Ctrl-Find feature (option lists can, unfortunately, be terminated with a 0-length option string).
There still another crash I'm investigating that occurs if you type a string that isn't found. It appears to deref past the end of the option array.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Thu Apr 9 21:57:49 2020
src/uifc uifc32.c 1.259 1.260
Update of /cvsroot/sbbs/src/uifc
In directory cvs:/tmp/cvs-serv6915
Modified Files:
uifc32.c
Log Message:
Fix the crash I just mentioned in the previous commit - don't deref past the length of option[].
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
deuce@VERT to
CVS commit on Sun Apr 12 20:21:23 2020
src/uifc uifc32.c 1.261 1.262
Update of /cvsroot/sbbs/src/uifc
In directory cvs:/tmp/cvs-serv14861
Modified Files:
uifc32.c
Log Message:
Actually, this commit fixes the crash... I wasn't high enough up in the
tree to commit both at once.
There was a crash when wrapping at the end of a search. Now there isn't. You're welcome.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
deuce@VERT to
CVS commit on Thu Apr 16 05:55:44 2020
src/uifc uifc32.c 1.262 1.263
Update of /cvsroot/sbbs/src/uifc
In directory cvs:/tmp/cvs-serv8771/uifc
Modified Files:
uifc32.c
Log Message:
Give each font a codepage.
getcliptext() and copytext() (ie: copy/paste) now work on UTF-8 strings.
Not tested on Win32 yet.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
deuce@VERT to
CVS commit on Mon May 4 08:05:11 2020
src/uifc uifc32.c 1.263 1.264
Update of /cvsroot/sbbs/src/uifc
In directory cvs:/tmp/cvs-serv11939
Modified Files:
uifc32.c
Log Message:
Do some crappy scroll-wheel stuff.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
deuce@VERT to
CVS commit on Thu May 7 09:27:25 2020
src/uifc uifc32.c 1.264 1.265
Update of /cvsroot/sbbs/src/uifc
In directory cvs:/tmp/cvs-serv19414
Modified Files:
uifc32.c
Log Message:
Use CIOLIB_MOUSEPTR_BAR in uifc mode.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
deuce@VERT to
CVS commit on Mon May 18 03:52:41 2020
src/uifc uifc32.c 1.265 1.266
Update of /cvsroot/sbbs/src/uifc
In directory cvs:/tmp/cvs-serv3058
Modified Files:
uifc32.c
Log Message:
Add some paranoia around paste buffers.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
deuce@VERT to
CVS commit on Fri Jun 26 13:04:54 2020
src/uifc uifc32.c 1.266 1.267
Update of /cvsroot/sbbs/src/uifc
In directory cvs:/tmp/cvs-serv26277/uifc
Modified Files:
uifc32.c
Log Message:
Initial RIP and SkyPix support. Very rough many bugs. So alpha.
There are a number of conio changes in here too... too many to list. Check
the diffs if you actually want to know what changed.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
Rob Swindell@VERT to
Git commit to sbbs/master on Sun Nov 22 17:45:36 2020
https://gitlab.synchro.net/sbbs/sbbs/-/commit/3e4b05f2cfc033770763bb23
Modified Files:
src/uifc/uifc32.c
Log Message:
If both WIN_ORG and WIN_SAV modes are specified, don't clear save buffers.
umonitor uses these mode flags together (or soon will) and bad things happen
if you always clear the buffers that you're trying to save/restore.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
Randy Sommerfeld@VERT to
Git commit to main/sbbs/master on Thu Jan 28 16:55:39 2021
-
From
Randy Sommerfeld@VERT to
Git commit to main/sbbs/master on Thu Jan 28 17:00:07 2021
-
From
Deuc¿@VERT to
Git commit to main/sbbs/master on Thu Jan 28 20:16:04 2021
-
From
Deuc¿@VERT to
Git commit to main/sbbs/master on Thu Jan 28 20:26:50 2021
-
From
Deuc¿@VERT to
Git commit to main/sbbs/master on Thu Jan 28 20:36:12 2021
https://gitlab.synchro.net/main/sbbs/-/commit/2da95710623d330a22af766d
Modified Files:
src/uifc/uifc32.c
Log Message:
Change bar fix...
Instead of setting bar to zero when possible, set it to the number
of displayed options, putting the lightbar at the bottom of the
displayed list instead of at the top.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
Deuc¿@VERT to
Git commit to main/sbbs/master on Thu Feb 11 13:53:22 2021
-
From
Rob Swindell@VERT to
Git commit to main/sbbs/master on Sun Feb 14 18:17:15 2021
-
From
Deuc¿@VERT to
Git commit to main/sbbs/master on Tue Mar 16 17:36:19 2021
-
From
Deuc¿@VERT to
Git commit to main/sbbs/master on Wed Mar 17 02:52:58 2021
https://gitlab.synchro.net/main/sbbs/-/commit/295ae39399693c75e0c8823c
Modified Files:
src/uifc/uifc32.c
Log Message:
Small fixes for ugetstr()
- Backtab also exits with K_TABEXIT when the string is selected
- Backspace scrolls the text to the left of the cursor to the right
if the left of the input is not the start of the string.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
Deuc¿@VERT to
Git commit to main/sbbs/master on Wed Mar 31 09:57:15 2021
-
From
Deuc¿@VERT to
Git commit to main/sbbs/master on Wed Mar 31 19:05:25 2021
-
From
Rob Swindell@VERT to
Git commit to main/sbbs/master on Sat Apr 17 10:38:39 2021
-
From
Deuc¿@VERT to
Git commit to main/sbbs/master on Wed May 19 14:27:56 2021
https://gitlab.synchro.net/main/sbbs/-/commit/adebb6393f05710e115daf0a
Modified Files:
src/uifc/uifc32.c
Log Message:
Draw the shadow if the API bgcolor is blue
WIN_INACT was not getting a border because it changes the value
of bclr which is explicitly compared with BLUE to detect if a
shadow should be drawn.
Instead, draw a shadow any time it would normally be drawn.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
Deuc¿@VERT to
Git commit to main/sbbs/master on Thu Feb 10 11:14:59 2022
-
From
Deuc¿@VERT to
Git commit to main/sbbs/master on Thu Feb 10 11:23:52 2022
-
From
Deuc¿@VERT to
Git commit to main/sbbs/master on Thu Mar 3 06:29:28 2022
-
From
Rob Swindell@VERT to
Git commit to main/sbbs/master on Wed Jul 13 19:34:44 2022
-
From
Deuc¿@VERT to
Git commit to main/sbbs/master on Fri Dec 23 18:22:34 2022
https://gitlab.synchro.net/main/sbbs/-/commit/6b9e7707aba205242f84cd1a
Modified Files:
src/uifc/uifc32.c
Log Message:
Store curp/barp in showbuf allowing dynamic windows to work
Before this change, dynamic parent windows wouldn't be redrawn as
active after showbuf() returns.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
Rob Swindell (on Debian Linux)@VERT to
Git commit to main/sbbs/master on Tue Feb 14 23:07:07 2023
https://gitlab.synchro.net/main/sbbs/-/commit/61448e1506360d651b98ad7c
Modified Files:
src/uifc/uifc32.c
Log Message:
Fix list() width when WIN_NOBRDR is used
The title isn't displayed in this mode, so the title length is 0.
Why is title being strdup()'d here? Something to look into.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
Rob Swindell (in GitKraken)@VERT to
Git commit to main/sbbs/master on Thu Feb 16 18:56:31 2023
https://gitlab.synchro.net/main/sbbs/-/commit/3d0618d041c62f9720dc9d51
Modified Files:
src/uifc/uifc32.c
Log Message:
Fix centering of the showbuf (e.g. help screen) title
I'm not sure what was going on with this addition of 6 when mouse is enabled (and didn't check for WIN_DYN flag set!), but is wrong. And we need to add 4 to the title_len when figuring out the centered-offset.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
Rob Swindell (on ChromeOS)@VERT to
Git commit to main/sbbs/master on Fri Feb 17 23:16:37 2023
-
From
Rob Swindell (on Debian Linux)@VERT to
Git commit to main/sbbs/master on Wed Apr 12 20:18:09 2023
https://gitlab.synchro.net/main/sbbs/-/commit/a59d7d36daf250b47795d3cb
Modified Files:
src/uifc/uifc32.c
Log Message:
Make the '?' key pull up the online help too
Sometimes F1 doesn't work, Ctrl-Z isn't documented, but there is a '?' displayed
when help is available, so it's reasonable to assume someone might try/use it.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
Deuc¿@VERT to
Git commit to main/sbbs/master on Fri Apr 28 21:10:46 2023
https://gitlab.synchro.net/main/sbbs/-/commit/0e335a02a996b1b6120490e5
Modified Files:
src/uifc/uifc32.c
Log Message:
Avoid delay waiting for key in WIN_DYN mode
When running Windows 11 in a VirtualBox VM, Sleep(1) appears to take
much more than 1ms to return. This causes large delays drawing menus
using WIN_DYN (as SyncTERM does).
If WIN_DYN is set, just use kbhit() with no delay. Leave the delay
there for !WIN_DYN though.
This should generally speed up SyncTERM menu navigation as there
was a 50ms delay for each menu on the screen.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
Deuc¿@VERT to
Git commit to main/sbbs/master on Sat Apr 29 10:52:36 2023
https://gitlab.synchro.net/main/sbbs/-/commit/91114aaf678cf583d3d7fdbf
Modified Files:
src/uifc/uifc32.c
Log Message:
Fix warning.
While we're here, eliminate some explicit int64_t usage.
(not sure why uifc_winmode_t is signed since it's a bitfield, but
that's above my pay grade).
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
Rob Swindell (on Debian Linux)@VERT to
Git commit to main/sbbs/master on Thu May 25 11:30:11 2023
https://gitlab.synchro.net/main/sbbs/-/commit/dc6b7f83882e372ab9199fb7
Modified Files:
src/uifc/uifc32.c
Log Message:
In screen widths < 80 columns, auto-suppress the date/time display
The the date/time display would overwrite parts of the application
title in narrower screen modes, so let's not do that.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
Deuc¿@VERT to
Git commit to main/sbbs/master on Wed Dec 27 12:01:02 2023
-
From
Rob Swindell (on Windows 11)@VERT to
Git commit to main/sbbs/master on Sun Dec 31 20:04:23 2023
https://gitlab.synchro.net/main/sbbs/-/commit/289c3e5cd646300240eff1f5
Modified Files:
src/uifc/uifc32.c
Log Message:
Fix dynamically calcluated list height bug when in T2B mode and top val given
In T2B (top to bottom centering) mode, the 'top' parametr value isn't actually for the top of the window position (later), so just zero it here in case it
was specified (and non-zero) to correct the calcutation on the next lines:
```
if(top+height>s_bottom)
height=(s_bottom)-top;
```
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
Deuc¿@VERT to
Git commit to main/sbbs/master on Tue Mar 12 13:10:16 2024
-
From
Rob Swindell (on Debian Linux)@VERT to
Git commit to main/sbbs/master on Fri Jun 21 00:26:42 2024
-
From
Rob Swindell (on Debian Linux)@VERT to
Git commit to main/sbbs/master on Fri Jun 21 00:26:42 2024
-
From
Deuc¿@VERT to
Git commit to main/sbbs/master on Sun Nov 3 11:14:25 2024
-
From
Deuc¿@VERT to
Git commit to main/sbbs/master on Wed Nov 13 22:38:06 2024
https://gitlab.synchro.net/main/sbbs/-/commit/056304ed9e73c847a08102bb
Modified Files:
src/uifc/uifc32.c
Log Message:
Fix bug reported by DigitalMan
It looks like this has been a long-standing UIFC bug (pre-3.0)
If a uifc list that can scroll is showing the bottom-most line,
and an option that is not the last is deleted, and both *cur and
*bar are left untouched, *bar would be adjusted to be too high,
resulting in various highlight bar corruption issues.
This commit just rewrites that logic to be comprehensible, and
ensures that if bar is set such that the list would end before the
bottom of the window, it gets moved up. This makes delete do the
right thing (didn't test with insert, that may do weird things).
Also, since I figured out a good definition of what bar actually
represtens, add a comment to that effect.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
Deuc¿@VERT to
Git commit to main/sbbs/master on Wed Nov 13 23:26:48 2024