-
src/sbbs3/scfg/scfgsys.c
From
rswindell@VERT to
CVS commit on Saturday, February 22, 2020 10:32:31
src/sbbs3/scfg scfgsys.c 1.52 1.53
Update of /cvsroot/sbbs/src/sbbs3/scfg
In directory cvs:/tmp/cvs-serv17967
Modified Files:
scfgsys.c
Log Message:
Fix typo (Depost -> Deposit).
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Saturday, February 22, 2020 10:34:36
src/sbbs3/scfg scfgsys.c 1.53 1.54
Update of /cvsroot/sbbs/src/sbbs3/scfg
In directory cvs:/tmp/cvs-serv18254
Modified Files:
scfgsys.c
Log Message:
Fix a couple more typos, in online help this time.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Sunday, March 01, 2020 10:11:32
src/sbbs3/scfg scfgsys.c 1.54 1.55
Update of /cvsroot/sbbs/src/sbbs3/scfg
In directory cvs:/tmp/cvs-serv3096
Modified Files:
scfgsys.c
Log Message:
Added support for a "list messages module" which is an optional module (Baja or JS) which will be executed when a users uses the the (L)ist msgs command from the "Reading" sub or "Reading E-mail" prompt.
The arguments passed to the module are: <sub-code> [which] [usernum] [lm_mode]
The additional optional arguments are the same values as would be passed to a readmail_mod, if one were to be used instead.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Tuesday, March 24, 2020 20:45:42
src/sbbs3/scfg scfgsys.c 1.55 1.56
Update of /cvsroot/sbbs/src/sbbs3/scfg
In directory cvs:/tmp/cvs-serv30360
Modified Files:
scfgsys.c
Log Message:
Add a configurable System->Loadable Module for Text File Sections, defaults
to "text_sec" (text_sec.js).
This means that the Baja TEXT_FILE_SECTION function and the JS bbs.text_sec() method now execute the module rather than executing the old (now removed)
C++ code. Hooray!
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Tuesday, March 31, 2020 00:29:21
src/sbbs3/scfg scfgsys.c 1.56 1.57
Update of /cvsroot/sbbs/src/sbbs3/scfg
In directory cvs:/tmp/cvs-serv15380
Modified Files:
scfgsys.c
Log Message:
Added SCFG->System->Toggle Option->Require Sys Pass for Sysop Login
(should default to current behavior: Yes). Set to No to not require the system password while logging in as a system operator (level >= 90). The system password will be required while logged-on and performing administrative-like operations.
Added by request from Altere.
Also a little code clean-up: replacing repeated constants with uifcYesNoOpts.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Tuesday, April 14, 2020 19:38:31
src/sbbs3/scfg scfgsys.c 1.57 1.58
Update of /cvsroot/sbbs/src/sbbs3/scfg
In directory cvs:/tmp/cvs-serv16483
Modified Files:
scfgsys.c
Log Message:
Warn the sysop that changing the System Password will require a regeneration
of the Cryptlib private key (cryptlib.key) and TLS certificate (ssl.cert) files.
When the system password is changed, prompt to delete the cryptlib.key and ssl.cert files for the sysop.
This is sort of hacky-yucky but better than answering this FAQ all the time.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Thursday, April 16, 2020 00:21:13
src/sbbs3/scfg scfgsys.c 1.58 1.59
Update of /cvsroot/sbbs/src/sbbs3/scfg
In directory cvs:/tmp/cvs-serv26505
Modified Files:
scfgsys.c
Log Message:
The auto-message module is now configurable (in SCFG->System->Loadable Modules) defaults to "automsg" (e.g. automsg.js). So now shells that use the Baja auto_message function (or call JS bbs.auto_msg()) will execute the module configured here automatically.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Friday, April 17, 2020 11:23:41
src/sbbs3/scfg scfgsys.c 1.59 1.60
Update of /cvsroot/sbbs/src/sbbs3/scfg
In directory cvs:/tmp/cvs-serv7368
Modified Files:
scfgsys.c
Log Message:
Clarify "User Aliases".
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Tuesday, April 21, 2020 14:56:50
src/sbbs3/scfg scfgsys.c 1.60 1.61
Update of /cvsroot/sbbs/src/sbbs3/scfg
In directory cvs:/tmp/cvs-serv1469
Modified Files:
scfgsys.c
Log Message:
3 new configurable system loadable modules:
- nodelist (default: "nodelist")
- who's online (default: "nodelist -active")
- private message (default: "privatemsg")
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Wednesday, April 22, 2020 18:40:59
src/sbbs3/scfg scfgsys.c 1.61 1.62
Update of /cvsroot/sbbs/src/sbbs3/scfg
In directory cvs:/tmp/cvs-serv16543
Modified Files:
scfgsys.c
Log Message:
2 more configurable loadable modules:
- external programs section (default: "xtrn_sec")
- logon list (default: "logonlist")
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
Rob Swindell@VERT to
Git commit to sbbs/master on Sunday, September 20, 2020 11:21:08
-
From
Rob Swindell (on Debian Linux)@VERT to
Git commit to main/sbbs/master on Monday, October 28, 2024 21:55:26
-
From
Rob Swindell (on Windows 11)@VERT to
Git commit to main/sbbs/master on Friday, November 01, 2024 17:16:04
https://gitlab.synchro.net/main/sbbs/-/commit/04ae8ff0004acceb95b1bed9
Modified Files:
src/sbbs3/scfg/scfgsys.c
Log Message:
Fix U.S. system timezone reverting to Atlantic when the DAYLIGHT flag was set
... integer sign extension at fault here.
Also, add examples to Numeric vs. Verbal short date selection dialog.
Update some related help text.
---
þ 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 Thursday, December 19, 2024 13:11:15
https://gitlab.synchro.net/main/sbbs/-/commit/dbf8f666d90d4c61c59d016f
Modified Files:
src/sbbs3/scfg/scfgsys.c
Log Message:
Fix default for "U.S. Time Zone" toggle when west of UTC
... when current timezone is negative offset from UTC, but not a US time zone, the default should be "No".
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
Rob Swindell (on ChromeOS)@VERT to
Git commit to main/sbbs/master on Monday, January 13, 2025 21:10:37
-
From
Rob Swindell (on Debian Linux)@VERT to
Git commit to main/sbbs/master on Monday, January 20, 2025 18:28:01
https://gitlab.synchro.net/main/sbbs/-/commit/0b9f4622643b8847491f2a1c
Modified Files:
src/sbbs3/scfg/scfgsys.c
Log Message:
Update online help to describe deldays options accounting for DELDATE
User records (aka slots) will be preserved this many days since the user was deleted (if the DELDATE field is non-zero) otherwise, days since last user activity.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net