-
exec/load/sbbsdefs.js
From
rswindell@VERT to
CVS commit on Sunday, June 10, 2018 08:34:00
exec/load sbbsdefs.js 1.77 1.78
Update of /cvsroot/sbbs/exec/load
In directory cvs:/tmp/cvs-serv31385
Modified Files:
sbbsdefs.js
Log Message:
Added the missing MM_* (msg_area.settings) flag definitions.
Added loadmail mode (LM_*) definitions for new bbs.read_mail() argument (optional).
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Wednesday, October 03, 2018 23:50:00
exec/load sbbsdefs.js 1.78 1.79
Update of /cvsroot/sbbs/exec/load
In directory cvs:/tmp/cvs-serv12529
Modified Files:
sbbsdefs.js
Log Message:
Added K_TRIM definition (follows sbbsdefs.h)
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Monday, October 22, 2018 05:25:00
exec/load sbbsdefs.js 1.79 1.80
Update of /cvsroot/sbbs/exec/load
In directory cvs:/tmp/cvs-serv5277
Modified Files:
sbbsdefs.js
Log Message:
Added USER_PETSCII and P_TRUNCATE definitions.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Tuesday, December 25, 2018 02:29:00
exec/load sbbsdefs.js 1.80 1.81
Update of /cvsroot/sbbs/exec/load
In directory cvs:/tmp/cvs-serv4132
Modified Files:
sbbsdefs.js
Log Message:
Added xtrn_area.event[].settings bit-flag values (EVENT_*) froms sbbsdefs.h
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Tuesday, December 25, 2018 02:30:00
exec/load sbbsdefs.js 1.81 1.82
Update of /cvsroot/sbbs/exec/load
In directory cvs:/tmp/cvs-serv4432
Modified Files:
sbbsdefs.js
Log Message:
Fixed previous commit (this ain't C).
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Sunday, December 30, 2018 08:12:00
exec/load sbbsdefs.js 1.82 1.83
Update of /cvsroot/sbbs/exec/load
In directory cvs:/tmp/cvs-serv30139
Modified Files:
sbbsdefs.js
Log Message:
Added the LM_REVERSE load/read_mail() mode flag definition (from sbbsdef.h).
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Thursday, May 02, 2019 21:29:00
exec/load sbbsdefs.js 1.88 1.89
Update of /cvsroot/sbbs/exec/load
In directory cvs:/tmp/cvs-serv11618
Modified Files:
sbbsdefs.js
Log Message:
Fix typo in previous commit (missing comma).
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Saturday, May 04, 2019 06:23:00
exec/load sbbsdefs.js 1.89 1.90
Update of /cvsroot/sbbs/exec/load
In directory cvs:/tmp/cvs-serv963
Modified Files:
sbbsdefs.js
Log Message:
Add CON_CR_CLREOL definition (console.status flag).
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Thursday, May 09, 2019 22:16:00
exec/load sbbsdefs.js 1.90 1.91
Update of /cvsroot/sbbs/exec/load
In directory cvs:/tmp/cvs-serv15729
Modified Files:
sbbsdefs.js
Log Message:
Added new/missing P_mode flag defines:
- P_NOERROR
- P_PETSCII
- P_WRAP
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Saturday, July 06, 2019 08:38:03
exec/load sbbsdefs.js 1.91 1.92
Update of /cvsroot/sbbs/exec/load
In directory cvs:/tmp/cvs-serv11541
Modified Files:
sbbsdefs.js
Log Message:
Added new putmsg()/printfile() mode flag: P_UTF8
Set automatically when printing a *.utf8 file or a file starting with ZWNBSP (BOM) UTF-8 sequence.
When set, UTF-8 sequences will be converted to a compatible charset for the user's terminal.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Tuesday, July 16, 2019 07:08:19
exec/load sbbsdefs.js 1.92 1.93
Update of /cvsroot/sbbs/exec/load
In directory cvs:/tmp/cvs-serv7105
Modified Files:
sbbsdefs.js
Log Message:
Added new bbs.sys_status flag definitions:
- SS_QWKLOGON
- SS_FASTLOGON
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Friday, July 26, 2019 08:47:31
exec/load sbbsdefs.js 1.93 1.94
Update of /cvsroot/sbbs/exec/load
In directory cvs:/tmp/cvs-serv18291
Modified Files:
sbbsdefs.js
Log Message:
Added P_AUTO_UTF8 (new p-mode) definition.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Friday, July 26, 2019 21:04:58
exec/load sbbsdefs.js 1.94 1.95
Update of /cvsroot/sbbs/exec/load
In directory cvs:/tmp/cvs-serv14141
Modified Files:
sbbsdefs.js
Log Message:
Add P_NOXATTRS definition (not used by an scripts yet).
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Thursday, August 01, 2019 07:46:56
exec/load sbbsdefs.js 1.95 1.96
Update of /cvsroot/sbbs/exec/load
In directory cvs:/tmp/cvs-serv6495
Modified Files:
sbbsdefs.js
Log Message:
Support new sbbs_t::email() / bbs.email() mode flag: WM_NOFWD to disable
mail -> netmail forwarding for a specific invocation.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
deuce@VERT to
CVS commit on Thursday, August 15, 2019 23:25:59
exec/load sbbsdefs.js 1.96 1.97
Update of /cvsroot/sbbs/exec/load
In directory cvs:/tmp/cvs-serv11877
Modified Files:
sbbsdefs.js
Log Message:
Add missing semicolon.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Wednesday, October 09, 2019 17:47:24
exec/load sbbsdefs.js 1.98 1.99
Update of /cvsroot/sbbs/exec/load
In directory cvs:/tmp/cvs-serv18080
Modified Files:
sbbsdefs.js
Log Message:
Re-synchronize the SYS_* variables with the SM_ macros from sbbsdefs.h
- Elminate unused values: NOBEEP, REQ_PW, L_SYSOP, QVALKEYS, and ERRALARM
- Added: AUTO_DST and NONODELIST
Addresses issue raised by Alterego (ALTERANT)
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
Rob Swindell@VERT to
Git commit to sbbs/master on Monday, November 02, 2020 09:44:12
-
From
Rob Swindell@VERT to
Git commit to sbbs/master on Wednesday, November 11, 2020 02:32:47
https://gitlab.synchro.net/sbbs/sbbs/-/commit/50a53009f2a9c4991f0ad68f
Modified Files:
exec/load/sbbsdefs.js
Log Message:
Fix problem with U_* defines introduced in CVS rev 1.100 (Apr-1-2020)
as part of the 8->40 password length enhancement.
Everything after U_OLDPASS was NaN because of a typo (U_PASS not yet defined).
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
MRO@VERT/BBSESINF to
Rob Swindell on Wednesday, November 11, 2020 06:47:27
Re: exec/load/sbbsdefs.js
By: Rob Swindell to Git commit to sbbs/master on Tue Nov 10 2020 06:32 pm
https://gitlab.synchro.net/sbbs/sbbs/-/commit/50a53009f2a9c4991f0ad68f Modified Files:
exec/load/sbbsdefs.js
Log Message:
Fix problem with U_* defines introduced in CVS rev 1.100 (Apr-1-2020)
as part of the 8->40 password length enhancement.
Everything after U_OLDPASS was NaN because of a typo (U_PASS not yet
so are you going to encrypt the passwords soon too?
---
þ Synchronet þ ::: BBSES.info - free BBS services :::
-
From
Digital Man@VERT to
MRO on Wednesday, November 11, 2020 05:10:41
Re: exec/load/sbbsdefs.js
By: MRO to Rob Swindell on Tue Nov 10 2020 10:47 pm
Re: exec/load/sbbsdefs.js
By: Rob Swindell to Git commit to sbbs/master on Tue Nov 10 2020 06:32 pm
https://gitlab.synchro.net/sbbs/sbbs/-/commit/50a53009f2a9c4991f0ad68f Modified Files:
exec/load/sbbsdefs.js
Log Message:
Fix problem with U_* defines introduced in CVS rev 1.100 (Apr-1-2020)
as part of the 8->40 password length enhancement.
Everything after U_OLDPASS was NaN because of a typo (U_PASS not yet
so are you going to encrypt the passwords soon too?
Nope.
--
digital man
Synchronet "Real Fact" #108:
Weedpuller "Falling Star"
http://youtu.be/J0ijOUT7KIw
Norco, CA WX: 53.0øF, 45.0% humidity, 2 mph ESE wind, 0.00 inches rain/24hrs
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
Rob Swindell@VERT to
Git commit to main/sbbs/master on Thursday, December 03, 2020 05:02:42
-
From
Rob Swindell@VERT to
Git commit to main/sbbs/master on Friday, January 22, 2021 02:02:10
-
From
Rob Swindell@VERT to
Git commit to main/sbbs/master on Saturday, January 23, 2021 22:24:48