-
src/syncterm/bbslist.c
From
rswindell@1:103/705 to
CVS commit on Fri Feb 2 15:28:08 2018
src/syncterm bbslist.c 1.204 1.205
Update of /cvsroot/sbbs/src/syncterm
In directory cvs:/tmp/cvs-serv7988
Modified Files:
bbslist.c
Log Message:
Pretty sure this is what Deuce meant (|| instead of |).
--- SBBSecho 3.03-Win32
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
deuce@1:103/705 to
CVS commit on Tue Feb 20 13:34:11 2018
src/syncterm bbslist.c 1.210 1.211
Update of /cvsroot/sbbs/src/syncterm
In directory cvs:/tmp/cvs-serv5684
Modified Files:
bbslist.c
Log Message:
More niggles
--coverity
--- SBBSecho 3.03-Win32
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
deuce@1:103/705 to
CVS commit on Tue Feb 20 13:45:57 2018
src/syncterm bbslist.c 1.211 1.212
Update of /cvsroot/sbbs/src/syncterm
In directory cvs:/tmp/cvs-serv7001
Modified Files:
bbslist.c
Log Message:
One last "issue".
--- SBBSecho 3.03-Win32
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
deuce@1:103/705 to
CVS commit on Tue Apr 17 20:54:21 2018
src/syncterm bbslist.c 1.212 1.213
Update of /cvsroot/sbbs/src/syncterm
In directory cvs:/tmp/cvs-serv17584
Modified Files:
bbslist.c
Log Message:
Pass a bar pointer to screen mode list to allow showing below end of first screen of rows.
--- SBBSecho 3.04-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
rswindell@1:103/705 to
CVS commit on Mon Oct 22 19:40:24 2018
src/syncterm bbslist.c 1.213 1.214
Update of /cvsroot/sbbs/src/syncterm
In directory cvs:/tmp/cvs-serv2206
Modified Files:
bbslist.c
Log Message:
Removed WIN_HLP from mode flags passed to uifc.list() function:
This mode flag is only for use with ufic.showbuf(). Previously (before
revision 1.226 of uifc32.c), this would result in a NOOP, but when I
added "Cut" (to clipboard) support, I introduced WIN_CUT and used the
same bit value as WIN_HLP (since it wasn't used in uifc.list).
I noticed a new "Shift-DEL Cut" menu option appeared in SyncTERM (with
no corresponding way to paste) and this reuse of the WIN_HLP flag was the reason why.
--- SBBSecho 3.06-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
deuce@1:103/705 to
CVS commit on Wed May 29 23:08:11 2019
src/syncterm bbslist.c 1.214 1.215
Update of /cvsroot/sbbs/src/syncterm
In directory cvs:/tmp/cvs-serv8423
Modified Files:
bbslist.c
Log Message:
Dynamically allocate the BBS list.
May fix OS X stack clobbering issue.
--- SBBSecho 3.07-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
deuce@1:103/705 to
CVS commit on Wed May 29 23:09:15 2019
src/syncterm bbslist.c 1.215 1.216
Update of /cvsroot/sbbs/src/syncterm
In directory cvs:/tmp/cvs-serv8683
Modified Files:
bbslist.c
Log Message:
We don't need BBSLIST_ENTRIES
--- SBBSecho 3.07-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
deuce@1:103/705 to
CVS commit on Wed May 29 23:09:51 2019
src/syncterm bbslist.c 1.216 1.217
Update of /cvsroot/sbbs/src/syncterm
In directory cvs:/tmp/cvs-serv8777
Modified Files:
bbslist.c
Log Message:
And make sure the malloc succeeds.
--- SBBSecho 3.07-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
deuce@1:103/705 to
CVS commit on Wed May 29 23:20:12 2019
src/syncterm bbslist.c 1.217 1.218
Update of /cvsroot/sbbs/src/syncterm
In directory cvs:/tmp/cvs-serv10582
Modified Files:
bbslist.c
Log Message:
Heh, we don't need THAT much memory.
--- SBBSecho 3.07-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
deuce@1:103/705 to
CVS commit on Wed Jul 10 12:46:45 2019
src/syncterm bbslist.c 1.218 1.219
Update of /cvsroot/sbbs/src/syncterm
In directory cvs:/tmp/cvs-serv6048/syncterm
Modified Files:
bbslist.c
Log Message:
Various minor issues found by Coverity.
--- SBBSecho 3.07-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
deuce@1:103/705 to
CVS commit on Fri Jul 12 15:02:30 2019
src/syncterm bbslist.c 1.222 1.223
Update of /cvsroot/sbbs/src/syncterm
In directory cvs:/tmp/cvs-serv11328
Modified Files:
bbslist.c
Log Message:
Put the number of directory items in the title.
Requested by mortifis.
--- SBBSecho 3.07-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
deuce@1:103/705 to
CVS commit on Fri Jul 12 15:35:51 2019
src/syncterm bbslist.c 1.223 1.224
Update of /cvsroot/sbbs/src/syncterm
In directory cvs:/tmp/cvs-serv15403
Modified Files:
bbslist.c
Log Message:
If a vmode can't be found, use 80x24 terminal size.
--- SBBSecho 3.07-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
deuce@1:103/705 to
CVS commit on Fri Jul 12 15:38:08 2019
src/syncterm bbslist.c 1.224 1.225
Update of /cvsroot/sbbs/src/syncterm
In directory cvs:/tmp/cvs-serv15685
Modified Files:
bbslist.c
Log Message:
Missing semicolon.
--- SBBSecho 3.07-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
deuce@1:103/705 to
CVS commit on Tue Sep 10 12:57:32 2019
src/syncterm bbslist.c 1.227 1.228
Update of /cvsroot/sbbs/src/syncterm
In directory cvs:/tmp/cvs-serv21703/syncterm
Modified Files:
bbslist.c
Log Message:
Minor changes to allow building jsdoor with mingw32.
Hopfully this doesn't break the Borland or Watcom (?!) builds.
--- SBBSecho 3.09-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
rswindell@1:103/705 to
CVS commit on Sun Dec 22 13:14:51 2019
src/syncterm bbslist.c 1.228 1.229
Update of /cvsroot/sbbs/src/syncterm
In directory cvs:/home/rswindell/sbbs/src/syncterm
Modified Files:
bbslist.c
Log Message:
Address warning:
bbslist.c: In function 'get_emulation_str':
bbslist.c:2105:1: warning: control reaches end of non-void function
--- SBBSecho 3.10-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
deuce@1:103/705 to
CVS commit on Wed Mar 4 19:17:13 2020
src/syncterm bbslist.c 1.229 1.230
Update of /cvsroot/sbbs/src/syncterm
In directory cvs:/tmp/cvs-serv18976
Modified Files:
bbslist.c
Log Message:
Big TODO item. Dynamically change the current view when the current mode
is Custom, and you modify the custom mode.
This uses global pointers to automatic variables... and other insane things.
--- SBBSecho 3.10-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
deuce@1:103/705 to
CVS commit on Fri Mar 6 18:00:02 2020
src/syncterm bbslist.c 1.230 1.231
Update of /cvsroot/sbbs/src/syncterm
In directory cvs:/tmp/cvs-serv11242
Modified Files:
bbslist.c
Log Message:
Update title string each time through the menu loop.
Fixed but I think DigitalMan reported where the count of entries isn't
updated after and add/delete until you change to the settings menu and back.
--- SBBSecho 3.10-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
rswindell@1:103/705 to
CVS commit on Sat Mar 21 15:18:34 2020
src/syncterm bbslist.c 1.231 1.232
Update of /cvsroot/sbbs/src/syncterm
In directory cvs:/tmp/cvs-serv13458
Modified Files:
bbslist.c
Log Message:
Address warnings In function 'change_settings' (using SAFEPRINTF): bbslist.c:1336:44: warning: '%s' directive writing up to 1024 bytes into a region of size 536 [-Wformat-overflow=]
bbslist.c:1336:3: note: 'sprintf' output between 25 and 1049 bytes into a destination of size 560
bbslist.c:1342:44: warning: '%s' directive writing up to 1023 bytes into a region of size 376 [-Wformat-overflow=]
bbslist.c:1342:3: note: 'sprintf' output between 25 and 1048 bytes into a destination of size 400
bbslist.c:1343:44: warning: '%s' directive writing up to 1023 bytes into a region of size 296 [-Wformat-overflow=]
bbslist.c:1343:3: note: 'sprintf' output between 25 and 1048 bytes into a destination of size 320
bbslist.c:1344:44: warning: '%s' directive writing up to 4096 bytes into a region of size 216 [-Wformat-overflow=]
bbslist.c:1344:3: note: 'sprintf' output between 25 and 4121 bytes into a destination of size 240
bbslist.c:1345:45: warning: '%s' directive writing up to 1024 bytes into a region of size 136 [-Wformat-overflow=]
bbslist.c:1345:3: note: 'sprintf' output between 25 and 1049 bytes into a destination of size 160
--- SBBSecho 3.10-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
deuce@1:103/705 to
CVS commit on Tue Apr 14 05:00:23 2020
src/syncterm bbslist.c 1.233 1.234
Update of /cvsroot/sbbs/src/syncterm
In directory cvs:/tmp/cvs-serv2148
Modified Files:
bbslist.c
Log Message:
Fix impossibug found by Coverity.
--- SBBSecho 3.10-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
deuce@1:103/705 to
CVS commit on Wed Apr 15 10:48:32 2020
src/syncterm bbslist.c 1.234 1.235
Update of /cvsroot/sbbs/src/syncterm
In directory cvs:/tmp/cvs-serv32224
Modified Files:
bbslist.c
Log Message:
Fix another impossibug found by Coverity.
--- SBBSecho 3.10-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
rswindell@1:103/705 to
CVS commit on Thu Apr 23 16:26:40 2020
src/syncterm bbslist.c 1.237 1.238
Update of /cvsroot/sbbs/src/syncterm
In directory cvs:/tmp/cvs-serv3430
Modified Files:
bbslist.c
Log Message:
Fix typo in ANSI music help.
--- SBBSecho 3.10-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
deuce@1:103/705 to
CVS commit on Sun May 3 16:01:01 2020
src/syncterm bbslist.c 1.239 1.240
Update of /cvsroot/sbbs/src/syncterm
In directory cvs:/tmp/cvs-serv14707
Modified Files:
bbslist.c
Log Message:
Setup the shadow palette and fonts in offline scrollback.
Fixes
https://sourceforge.net/p/syncterm/tickets/10/ as well as various color corruption issues in offline scrollback that date back to the sixel "stuff"
--- SBBSecho 3.11-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
deuce@1:103/705 to
CVS commit on Mon May 4 12:33:46 2020
src/syncterm bbslist.c 1.241 1.242
Update of /cvsroot/sbbs/src/syncterm
In directory cvs:/tmp/cvs-serv17434
Modified Files:
bbslist.c
Log Message:
Add conio and uifc keys to listing help.
--- SBBSecho 3.11-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
deuce@1:103/705 to
CVS commit on Thu May 7 11:16:16 2020
src/syncterm bbslist.c 1.242 1.243
Update of /cvsroot/sbbs/src/syncterm
In directory cvs:/tmp/cvs-serv24104
Modified Files:
bbslist.c
Log Message:
Support scrollwheel in offline scrollback.
--- SBBSecho 3.11-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
deuce@1:103/705 to
CVS commit on Thu May 7 11:17:51 2020
src/syncterm bbslist.c 1.243 1.244
Update of /cvsroot/sbbs/src/syncterm
In directory cvs:/tmp/cvs-serv24390
Modified Files:
bbslist.c
Log Message:
Show mouse pointer in offline scrollback mode.
--- SBBSecho 3.11-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
Deucе@1:103/705 to
Git commit to main/sbbs/master on Mon Mar 15 02:42:16 2021
-
From
Deucе@1:103/705 to
Git commit to main/sbbs/master on Mon Mar 15 03:43:01 2021
-
From
Deucе@1:103/705 to
Git commit to main/sbbs/master on Mon Mar 15 12:02:27 2021
https://gitlab.synchro.net/main/sbbs/-/commit/6325bf4596f749354b0e0c2c
Modified Files:
src/syncterm/bbslist.c
Log Message:
Move log options into a separate menu and fix overflowsThere are too many options now to fit in an 80x25 screen, so groupall the log options into a separate sub-menu.While we're here, notice that we're writing paths up to MAX_PATHinto an 80-character buffer and fix that.
--- SBBSecho 3.13-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
Deucе@1:103/705 to
Git commit to main/sbbs/master on Thu Mar 18 10:19:49 2021
https://gitlab.synchro.net/main/sbbs/-/commit/4fd1f9cf53d86689b44a108e
Modified Files:
src/syncterm/bbslist.c
Log Message:
Fix menu draw when returning to dialing list from commentAlso note the spectacularily poorly named WIN_REDRAW and WIN_NODRAWflags. WIN_REDRAW indicates that this *is* a redraw of the menu,which indicates that you don't need to redraw the menu (because it'salready correct on screen). Weird, but not insane... WIN_NODRAW onthe other hand indicates this is *not* a redraw, and
that the windowis incorrect on screen and you therefore *must* redraw the menu.That is to say:WIN_REDRAW prevents the window from being redrawnWIN_NODRAW
forces the window to be redrawn
--- SBBSecho 3.13-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
Deucе@1:103/705 to
Git commit to main/sbbs/master on Mon Mar 29 16:55:44 2021
https://gitlab.synchro.net/main/sbbs/-/commit/9a4d3cd683daaab55ebf799d
Modified Files:
src/syncterm/bbslist.c
Log Message:
Fix issue with redrawing BBS list from settings menuSometimes the comment wasn't redrawn.Also, remove configurable mouse actions stuff, not implemented in13 years, I suspect I'll never do it.
--- SBBSecho 3.14-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
Deucе@1:103/705 to
Git commit to main/sbbs/master on Fri May 14 16:40:25 2021
-
From
Deucе@1:103/705 to
Git commit to main/sbbs/master on Mon May 17 18:42:29 2021
https://gitlab.synchro.net/main/sbbs/-/commit/f688ecceef4dd492558a6eeb
Modified Files:
src/syncterm/bbslist.c
Log Message:
Passing a NULL bar prevents *cur from being off the first screen.Instead, just set bar to the end and let ulist() sort it out. Itsucks, but it sucks less. --- SBBSecho 3.14-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
Deucе@1:103/705 to
Git commit to main/sbbs/master on Mon May 17 18:56:22 2021
-
From
Deucе@1:103/705 to
Git commit to main/sbbs/master on Wed May 19 18:27:55 2021
-
From
Deucе@1:103/705 to
Git commit to main/sbbs/master on Fri May 21 18:35:04 2021
-
From
Deucе@1:103/705 to
Git commit to main/sbbs/master on Sat May 22 02:38:59 2021
-
From
Rob Swindell@1:103/705 to
Git commit to main/sbbs/master on Wed May 11 00:37:31 2022
-
From
Deucе@1:103/705 to
Git commit to main/sbbs/master on Fri Dec 23 18:23:49 2022
https://gitlab.synchro.net/main/sbbs/-/commit/216c8c737ecc6f59f6503fb9
Modified Files:
src/syncterm/bbslist.c
Log Message:
Add a "File Locations" menu item in the settings menu.This doesn't actually contain things you can modify, but ratheranswers the most FAQ "Where are the files stored?"
--- SBBSecho 3.20-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
Deucе@1:103/705 to
Git commit to main/sbbs/master on Fri Dec 23 18:25:35 2022
-
From
Rob Swindell (on Debian Linux)@1:103/705 to
Git commit to main/sbbs/master on Wed Mar 29 12:40:18 2023
https://gitlab.synchro.net/main/sbbs/-/commit/4e78d51696a7414781a3d9f7
Modified Files:
src/syncterm/bbslist.c
Log Message:
Help text updatesDirect users to Program Settings->Startup Screen Mode for initial/defaultscreen mode.Wording update for Startup Screen Mode help.Indent the File Locations less as these paths are usually much longer onWindows and is
ugly when wrapped here.
--- SBBSecho 3.20-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
Rob Swindell (on ChromeOS)@1:103/705 to
Git commit to main/sbbs/master on Sun Apr 16 13:05:51 2023
https://gitlab.synchro.net/main/sbbs/-/commit/1c6aa05e3413aeb9bbfeca2c
Modified Files:
src/syncterm/bbslist.c
Log Message:
If ":<port>" suffix is included in an added TCP address, parse/use itWhen adding a BBS entry with a TCP connection, if a ":port" suffix is included(e.g. "vert.synchro.net:23"), parse and use that port number for the new entryautomatically and remove the suffix from the adddress itself.This is just a time saver when adding new BBS entries.Care was taken to not treat the following addresses in this manner: ":<port>" - would have resulted in a blank address "a::<port>" - possible IPv6 address "a:<port>b" - possible IPv6 address or ... ? "a:<invalid-port>"
--- SBBSecho 3.20-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
Deucе@1:103/705 to
Git commit to main/sbbs/master on Mon May 1 13:59:10 2023
-
From
Deucе@1:103/705 to
Git commit to main/sbbs/master on Mon May 1 20:22:52 2023
-
From
Deucе@1:103/705 to
Git commit to main/sbbs/master on Thu Jun 8 21:37:47 2023
-
From
Rob Swindell (on ChromeOS)@1:103/705 to
Git commit to main/sbbs/master on Mon Jul 3 20:26:18 2023
-
From
Deucе@1:103/705 to
Git commit to main/sbbs/master on Mon Feb 19 06:52:45 2024
https://gitlab.synchro.net/main/sbbs/-/commit/aa50abec0c00298b55611876
Modified Files:
src/syncterm/bbslist.c
Log Message:
There is something horribly wrong with what sscanf(x, "%2hhx", &cptr)
does when compiled with mingw32.
Use "anything else" to convert hex to char.
--- SBBSecho 3.20-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
Deucе@1:103/705 to
Git commit to main/sbbs/master on Tue Feb 20 05:22:23 2024
-
From
Deucе@1:103/705 to
Git commit to main/sbbs/master on Thu Feb 22 06:50:40 2024
-
From
Deucе@1:103/705 to
Git commit to main/sbbs/master on Thu Mar 7 19:42:00 2024
https://gitlab.synchro.net/main/sbbs/-/commit/3c25c4071928fe82a907eec0
Modified Files:
src/syncterm/bbslist.c
Log Message:
Default SFTP Public Key to false.
It causes connections to Mystic BBSs to fail, and assumes the
server is running OpenSSH (or Synchronet, which is purposefully
compatible with OpenSSH).
I love the feature, but it's not good enough for on-by-default.
After 1.2 is released, and I do a proper sftp client, I'll likely
remove the option anyway, and just have a way to upload it on
demand.
--- SBBSecho 3.20-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
Deucе@1:103/705 to
Git commit to main/sbbs/master on Thu Mar 14 10:29:34 2024
-
From
Deucе@1:103/705 to
Git commit to main/sbbs/master on Thu Mar 14 16:35:33 2024
-
From
Deucе@1:103/705 to
Git commit to main/sbbs/master on Thu Mar 28 06:28:53 2024
-
From
Deucе@1:103/705 to
Git commit to main/sbbs/master on Thu Mar 28 06:28:53 2024
-
From
Rob Swindell (on Debian Linux)@1:103/705 to
Git commit to main/sbbs/master on Mon May 6 12:48:19 2024
https://gitlab.synchro.net/main/sbbs/-/commit/6e516aed4bad5d54e3cb7f79
Modified Files:
src/syncterm/bbslist.c
Log Message:
Use name as default address when creating new TCP dialing entry
I usually use the hostname for the name of the dialing entry and got tired
of always having to type the hostname twice when creating a new entry.
If the name looks like a hostname or IP address (includes a dot but
no spaces) and the connection type is appropriate, make the name the
default string for the address (easily over-ridden if wrong, by just
typing the correct address). This time-saving feature doesn't work for single-word hostnames (e.g. "localhost") or IPv6 addresses.
--- SBBSecho 3.20-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
Deucе@1:103/705 to
Git commit to main/sbbs/master on Mon Sep 30 17:48:22 2024
-
From
Deucе@1:103/705 to
Git commit to main/sbbs/master on Fri Oct 18 08:10:20 2024
-
From
Deucе@1:103/705 to
Git commit to main/sbbs/master on Wed Nov 20 14:34:07 2024
-
From
Deucе@1:103/705 to
Git commit to main/sbbs/master on Wed Nov 20 14:35:10 2024
-
From
Deucе@1:103/705 to
Git commit to main/sbbs/master on Fri Nov 22 15:11:13 2024
https://gitlab.synchro.net/main/sbbs/-/commit/2ff66c278ca6b77f7436b25b
Modified Files:
src/syncterm/bbslist.c
Log Message:
Fix editing of name broken in earlier commit, refactor
Split generating help into separate function
- Regenerated when the connection type changes
Split generation the opt list into separate function
- Regenerated after handling any selection
--- SBBSecho 3.23-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
Deucе@1:103/705 to
Git commit to main/sbbs/master on Fri Nov 22 15:28:34 2024
-
From
Deucе@1:103/705 to
Git commit to main/sbbs/master on Fri Nov 22 15:50:55 2024
-
From
Deucе@1:103/705 to
Git commit to main/sbbs/master on Sun Nov 24 21:07:16 2024