-
ctrl/text.dat
From
rswindell@VERT to
CVS commit on Wed May 8 23:57:53 2013
ctrl text.dat 1.46 1.47
Update of /cvsroot/sbbs/ctrl
In directory cvs:/tmp/cvs-serv32765
Modified Files:
text.dat
Log Message:
Adjust new-scan/search status display to account for msg areas with more than 9999 messages (and an 80 column terminal).
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ
telnet://vert.synchro.net
-
From
deuce@VERT to
CVS commit on Thu May 9 00:51:15 2013
ctrl text.dat 1.47 1.48
Update of /cvsroot/sbbs/ctrl
In directory cvs:/tmp/cvs-serv836
Modified Files:
text.dat
Log Message:
Add missing UnvalidatedWarning string.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ
telnet://vert.synch
-
From
deuce@VERT to
CVS commit on Thu May 9 01:23:28 2013
ctrl text.dat 1.48 1.49
Update of /cvsroot/sbbs/ctrl
In directory cvs:/tmp/cvs-serv1314
Modified Files:
text.dat
Log Message:
perl -e 's/\x01(?![0-9])/\\1/g' text.dat
Phase 1
CVl: ----------------------------------------------------------------------
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ
telnet://vert.synchro.net
-
From
deuce@VERT to
CVS commit on Thu May 9 01:24:18 2013
ctrl text.dat 1.49 1.50
Update of /cvsroot/sbbs/ctrl
In directory cvs:/tmp/cvs-serv1341
Modified Files:
text.dat
Log Message:
perl -e 's/\x01(?=[0-9])/\\1/g' text.dat
Phase 2
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ telne
-
From
rswindell@VERT to
CVS commit on Sat Mar 8 15:21:59 2014
ctrl text.dat 1.50 1.51
Update of /cvsroot/sbbs/ctrl
In directory cvs:/tmp/cvs-serv19328
Modified Files:
text.dat
Log Message:
Change the "Enter your chat handle" prompt to "Enter your handle or call-sign"
---
þ Synchronet þ Vertrauen þ Ho
-
From
rswindell@VERT to
CVS commit on Wed Mar 12 23:48:02 2014
ctrl text.dat 1.51 1.52
Update of /cvsroot/sbbs/ctrl
In directory cvs:/tmp/cvs-serv8201
Modified Files:
text.dat
Log Message:
Added "StartingNewUserRegistration" text.dat line.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ
telnet://v
-
From
rswindell@VERT to
CVS commit on Sat Oct 4 02:04:59 2014
ctrl text.dat 1.52 1.53
Update of /cvsroot/sbbs/ctrl
In directory cvs:/tmp/cvs-serv28825
Modified Files:
text.dat
Log Message:
Display a different Ctrl-K output string (menu) when in "get string" mode since there are several control keys which have special use in this mode, but not in others and Ctrl-Z is in fact different in both modes (raw input vs. undo). Updated the default ControlKeyMenu text.dat string (e.g. removed Ctrl-S and Ctrl-Q since they actually have no globally defined use).
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ
telnet://vert.synchro.net
-
From
rswindell@VERT to
CVS commit on Mon May 4 15:53:58 2015
ctrl text.dat 1.53 1.54
Update of /cvsroot/sbbs/ctrl
In directory cvs:/tmp/cvs-serv21268
Modified Files:
text.dat
Log Message:
2 new text.dat entries: DisplayUnreadMessagesOnlyQ and NoMessagesFound
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ
telnet://vert.synchro.net
-
From
Accession@VERT to
rswindell on Tue May 5 09:03:12 2015
Hello rswindell,
On 04 May 15 15:53, rswindell wrote to CVS commit:
ctrl text.dat 1.53 1.54
Update of /cvsroot/sbbs/ctrl
In directory cvs:/tmp/cvs-serv21268
Modified Files:
text.dat
Log Message:
2 new text.dat entries: DisplayUnreadMessagesOnlyQ and NoMessagesFound
Would text.dat be overwritten if previously modified the next time I would pull
from CVS then? Or is there a way you can merge the two new entries into an existing one without having to do it manually?
Regards,
Nick
--- GoldED+/LNX 1.1.5-b20130910
* Origin: thePharcyde_
telnet://bbs.pharcyde.org (Wisconsin) (723:1/701)
þ Synchronet þ thePharcyde_
telnet://bbs.pharcyde.org (Wisconsin)
-
From
Digital Man@VERT to
Accession on Tue May 5 14:27:11 2015
Re: Re: ctrl/text.dat
By: Accession to rswindell on Tue May 05 2015 09:03 am
Hello rswindell,
On 04 May 15 15:53, rswindell wrote to CVS commit:
ctrl text.dat 1.53 1.54
Update of /cvsroot/sbbs/ctrl
In directory cvs:/tmp/cvs-serv21268
Modified Files:
text.dat
Log Message:
2 new text.dat entries: DisplayUnreadMessagesOnlyQ and NoMessagesFound
Would text.dat be overwritten if previously modified the next time I would pull from CVS then?
Yes, but if you modified your copy, you'll get conflict markers and the CVS status will be reported as a conflicting merge.
Or is there a way you can merge the two new entries into
an existing one without having to do it manually?
A "cvs update" might be able to merge without conflict if the new entries from CVS are only additions to the end of the file. Perform a "cvs diff" after your cvs update and you'll be able to tell if there was a conflict or not. Merge conflicts have to manually resolved, but there are nice diff/merge tools (designed for source code) that can make that task easier.
digital man
Synchronet "Real Fact" #64:
Synchronet can dynamically compress and uncompress message bases (using LZH). Norco, CA WX: 66.7øF, 54.0% humidity, 9 mph ESE wind, 0.00 inches rain/24hrs ---
þ Synchronet þ Vertrauen þ Home of Synchronet þ
telnet://vert.synchro.net
-
From
Accession@VERT to
Digital Man on Tue May 5 19:08:26 2015
Hello Digital,
On 05 May 15 14:27, Digital Man wrote to Accession:
Would text.dat be overwritten if previously modified the next time
I would pull from CVS then?
Yes, but if you modified your copy, you'll get conflict markers and
the CVS status will be reported as a conflicting merge.
That's kind of what I figured. Mine is modified (as well as some other files that probably haven't been updated in years since they're modified as well).
Or is there a way you can merge the two new entries into
an existing one without having to do it manually?
A "cvs update" might be able to merge without conflict if the new
entries from CVS are only additions to the end of the file. Perform a
"cvs diff" after your cvs update and you'll be able to tell if there
was a conflict or not. Merge conflicts have to manually resolved, but there are nice diff/merge tools (designed for source code) that can
make that task easier.
I'll see what I can do. It's only two lines, so if all else fails it won't be hard to manually update. I was just curious.
Thanks for the heads up.
Regards,
Nick
--- GoldED+/LNX 1.1.5-b20130910
* Origin: thePharcyde_
telnet://bbs.pharcyde.org (Wisconsin) (723:1/701)
þ Synchronet þ thePharcyde_
telnet://bbs.pharcyde.org (Wisconsin)
-
From
Digital Man@VERT to
Accession on Tue May 5 21:18:29 2015
Re: Re: ctrl/text.dat
By: Accession to Digital Man on Tue May 05 2015 07:08 pm
Hello Digital,
On 05 May 15 14:27, Digital Man wrote to Accession:
Would text.dat be overwritten if previously modified the next time
I would pull from CVS then?
Yes, but if you modified your copy, you'll get conflict markers and
the CVS status will be reported as a conflicting merge.
That's kind of what I figured. Mine is modified (as well as some other files that probably haven't been updated in years since they're modified as well).
Or is there a way you can merge the two new entries into
an existing one without having to do it manually?
A "cvs update" might be able to merge without conflict if the new entries from CVS are only additions to the end of the file. Perform a "cvs diff" after your cvs update and you'll be able to tell if there was a conflict or not. Merge conflicts have to manually resolved, but there are nice diff/merge tools (designed for source code) that can make that task easier.
I'll see what I can do. It's only two lines, so if all else fails it won't be hard to manually update. I was just curious.
And if you don't update the text.dat, that's fine too. Deuce added a feature a while back where the "stock" strings are automatically used if your text.dat is
missing the new/additional items.
digital man
Synchronet "Real Fact" #51:
Answers to Frequently Asked Questions:
http://wiki.synchro.net/faq:index
Norco, CA WX: 56.9øF, 75.0% humidity, 4 mph SE wind, 0.00 inches rain/24hrs
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ
telnet://vert.synchro.net
-
From
Accession@VERT to
Digital Man on Wed May 6 20:50:20 2015
Hello Digital,
On 05 May 15 21:18, Digital Man wrote to Accession:
I'll see what I can do. It's only two lines, so if all else fails
it won't be hard to manually update. I was just curious.
And if you don't update the text.dat, that's fine too. Deuce added a feature a while back where the "stock" strings are automatically used
if your text.dat is missing the new/additional items.
Sounds good. Twas a breeze now that I know how to use multiple file buffers in nano. As easy as copy/pasting (without mouse support). :)
I was actually missing prompts 763-767 so I suppose I was better off catching up anyways. I also updated to your recent fixes in the noyesbar/yesnobar baja scripts since I was using ones from 1995 I believe (two versions ago or something).. >:)
Every once in awhile I gotta take a look at my stuff. I've customized entirely too much now that it's hard to pay attention to what I'm actually missing and/or would be better off including or merging into what I'm using.. lol
Either way, thanks for the info, and just as well, thanks for having those CVS updates auto-posted to Dovenet or I'd probably be in a world of hurt by now.
Regards,
Nick
--- GoldED+/LNX 1.1.5-b20130910
* Origin: thePharcyde_
telnet://bbs.pharcyde.org (Wisconsin) (723:1/701)
þ Synchronet þ thePharcyde_
telnet://bbs.pharcyde.org (Wisconsin)
-
From
Digital Man@VERT to
Accession on Thu May 7 15:42:28 2015
Re: Re: ctrl/text.dat
By: Accession to Digital Man on Wed May 06 2015 08:50 pm
Either way, thanks for the info, and just as well, thanks for having those CVS updates auto-posted to Dovenet or I'd probably be in a world of hurt by now.
You're welcome!
digital man
Synchronet "Real Fact" #22:
The third ever Synchronet BBS was The Beast's Domain (sysop: King Drafus). Norco, CA WX: 62.3øF, 55.0% humidity, 7 mph NNE wind, 0.00 inches rain/24hrs ---
þ Synchronet þ Vertrauen þ Home of Synchronet þ
telnet://vert.synchro.net
-
From
rswindell@VERT to
CVS commit on Wed Aug 26 15:40:32 2015
ctrl text.dat 1.54 1.55
Update of /cvsroot/sbbs/ctrl
In directory cvs:/tmp/cvs-serv19566
Modified Files:
text.dat
Log Message:
Add 'A' for attribute to MailOnSystemLstFmt to account for attribute column.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ
telnet://vert.synchro.net
-
From
rswindell@VERT to
CVS commit on Wed Aug 26 17:02:17 2015
ctrl text.dat 1.55 1.56
Update of /cvsroot/sbbs/ctrl
In directory cvs:/tmp/cvs-serv21380
Modified Files:
text.dat
Log Message:
Updated the online user editor:
- Display the user's last IP address (no longer stored in the "Note" field)
- Moved the deleted/inactive user indicator to the last line before the prompt - Requires new text.dat entry: UserIpAddr (line 768).
Other text.dat changes:
- Changed the EnterYourComputer prompt to be more accurate
- NewUserFeedbackHdr and UeditAddressBirthday say "BDay" instead of "BD"
- Display Client and Protocol instead of Computer and Connection in uedit.
- UeditPrompt no longer has the leading CRLF embedded in it.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ
telnet://vert.synchro.net
-
From
rswindell@VERT to
CVS commit on Wed Aug 26 17:16:04 2015
ctrl text.dat 1.56 1.57
Update of /cvsroot/sbbs/ctrl
In directory cvs:/tmp/cvs-serv21711
Modified Files:
text.dat
Log Message:
Fix the macro name (YNQP, not YN) for line 720, used by textgen.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ
telnet://vert.synchro.net
-
From
rswindell@VERT to
CVS commit on Fri Oct 30 17:13:11 2015
ctrl text.dat 1.57 1.58
Update of /cvsroot/sbbs/ctrl
In directory cvs:/tmp/cvs-serv14717
Modified Files:
text.dat
Log Message:
Use "location" instead of just "city, state" in new-user registration process to be more globally friendly.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ
telnet://vert.synchro.net
-
From
rswindell@VERT to
CVS commit on Tue Nov 24 18:39:23 2015
ctrl text.dat 1.58 1.59
Update of /cvsroot/sbbs/ctrl
In directory cvs:/tmp/cvs-serv2305
Modified Files:
text.dat
Log Message:
Display age of messages in message headers (e.g. "2 days ago").
Display local time and time zone in system info list.
Display local time zone in Ctrl-T output.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ
telnet://vert.synchro.net
-
From
rswindell@VERT to
CVS commit on Thu Nov 26 15:51:35 2015
ctrl text.dat 1.59 1.60
Update of /cvsroot/sbbs/ctrl
In directory cvs:/tmp/cvs-serv3249
Modified Files:
text.dat
Log Message:
Some minor beautifications and terminoloy update (e.g. "Raw I/O mode").
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ
telnet://vert.synchro.net
-
From
rswindell@VERT to
CVS commit on Fri Dec 4 00:56:53 2015
ctrl text.dat 1.60 1.61
Update of /cvsroot/sbbs/ctrl
In directory cvs:/tmp/cvs-serv1750
Modified Files:
text.dat
Log Message:
Display the user's configured email/netmail address in the "Defaults" config menu.
Changed NodeStatusLogon to from "At logon prompt" to "At login prompt" to be more consistent in the use of the term login vs. logon (in Synchronet).
Added new text.dat line: NodeStatusLogout
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ
telnet://vert.synchro.net
-
From
rswindell@VERT to
CVS commit on Wed Aug 3 16:18:19 2016
ctrl text.dat 1.61 1.62
Update of /cvsroot/sbbs/ctrl
In directory cvs:/tmp/cvs-serv25481
Modified Files:
text.dat
Log Message:
Capitalize "Logging out"
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ
telnet://vert.synchro.net
-
From
Lord Time@VERT to
rswindell on Wed Aug 3 18:21:40 2016
ctrl text.dat 1.61 1.62
Update of /cvsroot/sbbs/ctrl
In directory cvs:/tmp/cvs-serv25481
Modified Files:
text.dat
Log Message:
Capitalize "Logging out"
hmmmm, I just got this am the new sbbs-root.tar.gz for 1 file, now I'll have to download it again, for another file :) lol
---
Rob Starr
Lord Time SysOp of
Time Warp of the Future BBS
Telnet://Time.Darktech.Org:24 or
Telnet://Time.Synchro.Net:24 (qwk or ftn & e-mail)
ICQ # 11868133 or # 70398519 Jabber :
lordtime2000@gmail.com
Yahoo : lordtime2000 AIM : LordTime20000 Astra : lord_time
X-Box : Lord Time 2000 oovoo : lordtime2000
---
þ Synchronet þ Time Warp of the Future BBS - Home of League 10 IBBS Games
-
From
rswindell@VERT to
CVS commit on Sat Nov 12 22:14:30 2016
ctrl text.dat 1.62 1.63
Update of /cvsroot/sbbs/ctrl
In directory cvs:/tmp/cvs-serv15411
Modified Files:
text.dat
Log Message:
Added one more %s to the MsgAttr string to accomodate the new attribute: "Poll" Added a colon to the end of UserDefaultsHdr.
Changed the color fo the colon at the end of QWKSettingsHdr
Changed comand key to toggle @VIA in QWK from 'V' to 'P'.
Added new Voting-related text items to end.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ
telnet://vert.synchro.net
-
From
rswindell@VERT to
CVS commit on Sun Nov 13 13:33:27 2016
ctrl text.dat 1.63 1.64
Update of /cvsroot/sbbs/ctrl
In directory cvs:/tmp/cvs-serv15075
Modified Files:
text.dat
Log Message:
Replaced text.dat line MsgVoteNotice with 2 new strings: MsgUpVoteNotice and MsgDownVoteNotice.
Also moved the R_Voting string, so the last few voting related strings in the text.dat have been re-arranged (sorry about the thrash) - if you don't have these new 8 lines, the default strings are used and you're fine.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ
telnet://vert.synchro.net
-
From
rswindell@VERT to
CVS commit on Tue Nov 15 14:16:48 2016
ctrl text.dat 1.64 1.65
Update of /cvsroot/sbbs/ctrl
In directory cvs:/tmp/cvs-serv13464
Modified Files:
text.dat
Log Message:
Changes to MsgSubj, MsgAttr, and MsgTo strings so that messages without a "to" field can have that line automatically stripped from the displayed header:
- The \r\n's were moved from the end of the MsgSubj and MsgAttr strings
to the beginning of the MsgAttr and MsgTo strings.
Also, fixed the number in the VoteMsgUpDownOrQuit comment.
Removed "I'm" from the "Sorry.." vote related strings.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ
telnet://vert.synchro.net
-
From
rswindell@VERT to
CVS commit on Tue Nov 15 21:57:55 2016
ctrl text.dat 1.65 1.66
Update of /cvsroot/sbbs/ctrl
In directory cvs:/tmp/cvs-serv23455
Modified Files:
text.dat
Log Message:
Poll display support:
* uses new text.dat strings:
- PollVoteNotice
- PollAnswerNumber
- PollAnswerFmt
- PollAnswerChecked
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ
telnet://vert.synchro.net
-
From
rswindell@VERT to
CVS commit on Fri Nov 18 02:02:40 2016
ctrl text.dat 1.66 1.67
Update of /cvsroot/sbbs/ctrl
In directory cvs:/tmp/cvs-serv21883
Modified Files:
text.dat
Log Message:
Added one more %s to the MsgAttr item: for Poll (Closed) status.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ
telnet://vert.synchro.net
-
From
rswindell@VERT to
CVS commit on Sat Nov 19 03:06:25 2016
ctrl text.dat 1.67 1.68
Update of /cvsroot/sbbs/ctrl
In directory cvs:/tmp/cvs-serv15206
Modified Files:
text.dat
Log Message:
Added (optional) message score to MsgVotes string, as last variable (%ld).
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ
telnet://vert.synchro.net
-
From
rswindell@VERT to
CVS commit on Mon Nov 21 01:04:51 2016
ctrl text.dat 1.68 1.69
Update of /cvsroot/sbbs/ctrl
In directory cvs:/tmp/cvs-serv23168
Modified Files:
text.dat
Log Message:
MsgVotes line now contains 2 new %s specifiers to indicate whether the user (reading the msg) submitted an up-vote or down-vote on the current msg.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ
telnet://vert.synchro.net
-
From
rswindell@VERT to
CVS commit on Tue Nov 22 22:10:35 2016
ctrl text.dat 1.69 1.70
Update of /cvsroot/sbbs/ctrl
In directory cvs:/tmp/cvs-serv22057
Modified Files:
text.dat
Log Message:
Removed prepended \r\n on the *VoteNotice lines.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ
telnet://vert.synchro.net
-
From
rswindell@VERT to
CVS commit on Sun Nov 27 16:18:21 2016
ctrl text.dat 1.70 1.71
Update of /cvsroot/sbbs/ctrl
In directory cvs:/tmp/cvs-serv21218
Modified Files:
text.dat
Log Message:
Clear the line and line-counter at the beginning of the FileListBatchCommands help banner. This clears the progress indicator and prevents the [Hit a Key] prompt.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ
telnet://vert.synchro.net
-
From
rswindell@VERT to
CVS commit on Fri Dec 2 00:07:20 2016
ctrl text.dat 1.71 1.72
Update of /cvsroot/sbbs/ctrl
In directory cvs:/tmp/cvs-serv19412
Modified Files:
text.dat
Log Message:
Added a "clear line counter" (Ctrl-AQ) code to *LstHdr text.dat entries that begin with a newline sequence (\r\n), since this would effectively waste a line on the user's terminal.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ
telnet://vert.synchro.net
-
From
rswindell@VERT to
CVS commit on Mon Aug 14 03:36:12 2017
ctrl text.dat 1.72 1.73
Update of /cvsroot/sbbs/ctrl
In directory cvs:/tmp/cvs-serv17631
Modified Files:
text.dat
Log Message:
Implemented support for multiple-answer polls/ballots.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ
telnet://vert.synchro.net
-
From
rswindell@VERT to
CVS commit on Tue Aug 15 14:35:20 2017
ctrl text.dat 1.73 1.74
Update of /cvsroot/sbbs/ctrl
In directory cvs:/tmp/cvs-serv5771
Modified Files:
text.dat
Log Message:
Updated the SubInfoTagLine and SubInfoFidoNet lines to include the tag and origin line prefixes (so it'll be more obvious to sysops when their tag/origin line is too long) and beautified the output a bit.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert|cvs|bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Mon Nov 13 01:00:18 2017
ctrl text.dat 1.74 1.75
Update of /cvsroot/sbbs/ctrl
In directory cvs:/tmp/cvs-serv26412
Modified Files:
text.dat
Log Message:
New feature: control of SPAM visibility when reading mail on the Terminal Server via the new 'V' command from the Reading Mail prompt allows you to toggle between all mail (including SPAM, the default), SPAM only, or HAM only. Also added a new '/' (search text) command from the reading mail prompts.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Mon Nov 27 19:44:51 2017
ctrl text.dat 1.75 1.76
Update of /cvsroot/sbbs/ctrl
In directory cvs:/tmp/cvs-serv8218
Modified Files:
text.dat
Log Message:
New text.dat entries:
- VoteInThisPollNow
- MIMEDecodedPlainText
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Mon Jan 8 18:39:31 2018
ctrl text.dat 1.76 1.77
Update of /cvsroot/sbbs/ctrl
In directory cvs:/tmp/cvs-serv20554
Modified Files:
text.dat
Log Message:
Bug-fix: when I added the SPAM attribute flag, I forgot to extend this
text.dat line to accomodate, so the "(Closed)" auxattr (for closed
polls), if set, would not be shown.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Fri Jan 12 00:49:54 2018
ctrl text.dat 1.77 1.78
Update of /cvsroot/sbbs/ctrl
In directory cvs:/tmp/cvs-serv8930
Modified Files:
text.dat
Log Message:
New line: MsgHdrBodySeparator
- Uses new Ctrl-A/ (conditional new-line) code
- Executes showmsgavatar.js
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Fri Jan 12 14:19:19 2018
ctrl text.dat 1.78 1.79
Update of /cvsroot/sbbs/ctrl
In directory cvs:/tmp/cvs-serv9539
Modified Files:
text.dat
Log Message:
New text.dat line: FileHdrDescSeparator, displayed between file detail display (name, date, uploader, etc.) and extended description, if there is one. This
is used to execute showfileavatar.js.
New text.dat line: RemoveFileQ <- using this rather than the vague: AreYouSureQ, when prompting to remove a file
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Sun Jan 14 16:36:40 2018
ctrl text.dat 1.79 1.80
Update of /cvsroot/sbbs/ctrl
In directory cvs:/tmp/cvs-serv29273
Modified Files:
text.dat
Log Message:
Use the new Ctrl-A? code in FileInfoPrompt to insure there's a blank line before the prompt.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Mon Mar 5 13:29:45 2018
ctrl text.dat 1.80 1.81
Update of /cvsroot/sbbs/ctrl
In directory cvs:/tmp/cvs-serv1008
Modified Files:
text.dat
Log Message:
When displaying posts and email summary (to/from/subj), handle 5-digit
(for subs and "all mail") and 4-digit message numbers. Subs with >9999 msgs
are not unheard of and its easy to accumulate that much mail in the mail base these days. Just eliminated the ':' from the format line(s) to make room.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Sat Mar 24 01:52:49 2018
ctrl text.dat 1.81 1.82
Update of /cvsroot/sbbs/ctrl
In directory cvs:/tmp/cvs-serv7770
Modified Files:
text.dat
Log Message:
The SubLstHdr and SubLstFmt lines display the number of posts per sub-board, increase post-count width supported from 4 to 5 digits (beautifully).
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Mon Jun 4 17:01:29 2018
ctrl text.dat 1.82 1.83
Update of /cvsroot/sbbs/ctrl
In directory cvs:/tmp/cvs-serv16352
Modified Files:
text.dat
Log Message:
Added OriginFidoAddr text item.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Sat Jul 7 00:29:01 2018
ctrl text.dat 1.83 1.84
Update of /cvsroot/sbbs/ctrl
In directory cvs:/tmp/cvs-serv31256
Modified Files:
text.dat
Log Message:
Added @-codes to the SubGroupOrAll and DirLisstOrAll prompts (mnemonics)
so that the current sub/group and dir/lib short name is displayed as
part of the prompt.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Mon Jul 23 16:07:10 2018
ctrl text.dat 1.84 1.85
Update of /cvsroot/sbbs/ctrl
In directory cvs:/tmp/cvs-serv29139
Modified Files:
text.dat
Log Message:
Added a rounded/estimated file size (in parenthesis) to the FiFileSize
output. Example:
File size : 7,128,414 (6.8M) bytes
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Wed Sep 5 19:19:08 2018
ctrl text.dat 1.85 1.86
Update of /cvsroot/sbbs/ctrl
In directory cvs:/tmp/cvs-serv5445
Modified Files:
text.dat
Log Message:
Created VoteNoticeFmt, used fo reach poll vote and concatenated onto the
end of the PollVoteNotice short-message (telegram) sent to the pollster.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Tue Oct 2 23:08:25 2018
ctrl text.dat 1.86 1.87
Update of /cvsroot/sbbs/ctrl
In directory cvs:/tmp/cvs-serv29987
Modified Files:
text.dat
Log Message:
Added message tagging question and prompt lines.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Wed Oct 3 01:08:36 2018
ctrl text.dat 1.87 1.88
Update of /cvsroot/sbbs/ctrl
In directory cvs:/tmp/cvs-serv25061
Modified Files:
text.dat
Log Message:
Added a MsgTags line (for message with "Tags" header display)
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Wed Oct 3 21:01:19 2018
ctrl text.dat 1.88 1.89
Update of /cvsroot/sbbs/ctrl
In directory cvs:/tmp/cvs-serv5951
Modified Files:
text.dat
Log Message:
TagMessagePrompt needs a CRLF (and some colorization) because it won't
always come after a no/yes prompt.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Sun Oct 21 22:06:12 2018
ctrl text.dat 1.89 1.90
Update of /cvsroot/sbbs/ctrl
In directory cvs:/tmp/cvs-serv3019
Modified Files:
text.dat
Log Message:
Numerous changes to better support smaller (e.g. 40-column) terminals,
e.g. Commodore 64, using the new Ctrl-A\ code (conditional newline/cont)
a lot.
5 New strings at the end.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Thu Oct 25 22:15:37 2018
ctrl text.dat 1.90 1.91
Update of /cvsroot/sbbs/ctrl
In directory cvs:/tmp/cvs-serv2094
Modified Files:
text.dat
Log Message:
Make the Ctrl-K menu more readable at 40-cols.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Sun Dec 30 00:32:23 2018
ctrl text.dat 1.91 1.92
Update of /cvsroot/sbbs/ctrl
In directory cvs:/tmp/cvs-serv417
Modified Files:
text.dat
Log Message:
Some 40-column fixes and a new "order" ("newest" or "oldest") argument to
the mail LstHdr text strings.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Sat Feb 2 15:27:40 2019
ctrl text.dat 1.92 1.93
Update of /cvsroot/sbbs/ctrl
In directory cvs:/tmp/cvs-serv4175
Modified Files:
text.dat
Log Message:
Updated SearchSubFmt and CantDeleteMsg.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Sun Apr 28 14:57:25 2019
ctrl text.dat 1.93 1.94
Update of /cvsroot/sbbs/ctrl
In directory cvs:/home/rswindell/sbbs/ctrl
Modified Files:
text.dat
Log Message:
Use conditional blank line for DeletePostQ
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Sun Apr 28 15:02:50 2019
ctrl text.dat 1.94 1.95
Update of /cvsroot/sbbs/ctrl
In directory cvs:/tmp/cvs-serv13498
Modified Files:
text.dat
Log Message:
Use conditional blank lines before prompts and some alerts/notices.
Fix up some message header field lengths.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Sun Apr 28 15:54:41 2019
ctrl text.dat 1.95 1.96
Update of /cvsroot/sbbs/ctrl
In directory cvs:/home/rswindell/sbbs/ctrl
Modified Files:
text.dat
Log Message:
New text.dat strings:
- HitYourBackspaceKey
- CharacterReceivedFmt
- InvalidBackspaceKeyFmt
- SwapDeleteKeyQ
- PetTermDetected
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Tue Apr 30 01:37:17 2019
ctrl text.dat 1.96 1.97
Update of /cvsroot/sbbs/ctrl
In directory cvs:/home/rswindell/sbbs/ctrl
Modified Files:
text.dat
Log Message:
Renamed MIMEDecodedPlainText to MIMEDecodedPlainTextFmt
Removed extra space from LongLineContinuationPrefix (when used, there's
usually already a space following the cond line-break).
Removed the cond-line break from the AutoMsgHdr.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
poindexter FORTRAN@VERT/REALITY to
rswindell on Tue Apr 30 11:35:06 2019
Re: ctrl/text.dat
By: rswindell to CVS commit on Tue Apr 30 2019 01:37 am
Modified Files:
text.dat
I've made some color tweaks to text.dat, it'd be great if Synchronet could read a file with just the changed lines in the mods directory, and read the rest from text.dat - that way people could change what they want without worrying about overwriting changes (or having to hand-hack the text.dat file)
---
þ Synchronet þ realitycheckBBS --
http://realitycheckBBS.org
-
From
Nightfox@VERT/DIGDIST to
poindexter FORTRAN on Tue Apr 30 12:51:07 2019
Re: ctrl/text.dat
By: poindexter FORTRAN to rswindell on Tue Apr 30 2019 11:35 am
Modified Files:
text.dat
I've made some color tweaks to text.dat, it'd be great if Synchronet could read a file with just the changed lines in the mods directory, and read the rest from text.dat - that way people could change what they want without worrying about overwriting changes (or having to hand-hack the text.dat file)
I've had the same thought. Whenever there's an updated text.dat, I have to carefully merge in the changes to my customized text.dat (I've been using WinMerge for this purpose).
Nightfox
---
þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
-
From
Digital Man@VERT to
poindexter FORTRAN on Tue Apr 30 14:33:59 2019
Re: ctrl/text.dat
By: poindexter FORTRAN to rswindell on Tue Apr 30 2019 11:35 am
Re: ctrl/text.dat
By: rswindell to CVS commit on Tue Apr 30 2019 01:37 am
Modified Files:
text.dat
I've made some color tweaks to text.dat, it'd be great if Synchronet could read a file with just the changed lines in the mods directory, and read the rest from text.dat - that way people could change what they want without worrying about overwriting changes (or having to hand-hack the text.dat file)
That's actually how the text.dat file already works. If you just blank out the lines you're not modifying, or add a '#' to the beginning of the line, then sbbs will use the default string value (hard-coded in sbbs.so/sbbs.dll) automatically. You can thank Deuce for that feature. :-)
digital man
This Is Spinal Tap quote #20:
Well, I'm sure I'd feel much worse if I weren't under such heavy sedation. Norco, CA WX: 63.1øF, 69.0% humidity, 5 mph NE wind, 0.00 inches rain/24hrs
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
poindexter FORTRAN@VERT/REALITY to
Digital Man on Tue Apr 30 16:38:25 2019
Re: ctrl/text.dat
By: Digital Man to poindexter FORTRAN on Tue Apr 30 2019 02:33 pm
That's actually how the text.dat file already works. If you just blank out the lines you're not modifying, or add a '#' to the beginning of the line, then sbbs will use the default string value (hard-coded in sbbs.so/sbbs.dll) automatically. You can thank Deuce for that feature. :-)
Thanks, DM and Deuce!
---
þ Synchronet þ realitycheckBBS --
http://realitycheckBBS.org
-
From
Nightfox@VERT/DIGDIST to
Digital Man on Tue Apr 30 17:10:39 2019
Re: ctrl/text.dat
By: Digital Man to poindexter FORTRAN on Tue Apr 30 2019 02:33 pm
That's actually how the text.dat file already works. If you just blank out the lines you're not modifying, or add a '#' to the beginning of the line, then sbbs will use the default string value (hard-coded in sbbs.so/sbbs.dll) automatically. You can thank Deuce for that feature. :-)
Now that you mention it, I seem to recall reading about that some time ago.. That's good to know. If I only include the lines I want to customize, that should make it easier to manage my text.dat.
Nightfox
---
þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
-
From
DaiTengu@VERT/ENSEMBLE to
poindexter FORTRAN on Wed May 1 00:28:54 2019
Re: ctrl/text.dat
By: poindexter FORTRAN to rswindell on Tue Apr 30 2019 11:35 am
Modified Files:
text.dat
I've made some color tweaks to text.dat, it'd be great if Synchronet could read a file with just the changed lines in the mods directory, and read the rest from text.dat - that way people could change what they want without worrying about overwriting changes (or having to hand-hack the text.dat file)
I was seriously going to suggest the same thing. I just couldn't come up with a good way to handle it. Maybe a custom_text.dat file or something that starts with line numbers and the the line that it's replacing? I honestly never looked into how text.dat was read or if line numbers change often or not. I just know I groaned when I saw the text.dat cvs update, because I'm going to have to go through and hand-merge it.
DaiTengu
... I broke a mirror & got 7 years of bad luck; my lawyer thinks he can get me 5.
---
þ Synchronet þ War Ensemble BBS - The sport is war, total war - warensemble.com
-
From
MRO@VERT/BBSESINF to
poindexter FORTRAN on Wed May 1 03:01:26 2019
Re: ctrl/text.dat
By: poindexter FORTRAN to rswindell on Tue Apr 30 2019 11:35 am
Re: ctrl/text.dat
By: rswindell to CVS commit on Tue Apr 30 2019 01:37 am
Modified Files:
text.dat
I've made some color tweaks to text.dat, it'd be great if Synchronet could read a file with just the changed lines in the mods directory, and read the rest from text.dat - that way people could change what they want without
you can do that in a baja script.
---
þ Synchronet þ ::: BBSES.info - free BBS services :::
-
From
rswindell@VERT to
CVS commit on Wed May 1 18:49:33 2019
ctrl text.dat 1.97 1.98
Update of /cvsroot/sbbs/ctrl
In directory cvs:/home/rswindell/sbbs/ctrl
Modified Files:
text.dat
Log Message:
Added new text.dat string: MsgCarbonCopyList
used to display a CC list, when applicable.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Wed May 1 23:58:18 2019
ctrl text.dat 1.98 1.99
Update of /cvsroot/sbbs/ctrl
In directory cvs:/home/rswindell/sbbs/ctrl
Modified Files:
text.dat
Log Message:
Replace the remaining CP437 chars with hexadecimal escape sequences.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Thu May 2 01:47:08 2019
ctrl text.dat 1.99 1.100
Update of /cvsroot/sbbs/ctrl
In directory cvs:/home/rswindell/sbbs/ctrl
Modified Files:
text.dat
Log Message:
Re-wrap long lines for the first 20 or so strings.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Thu May 2 20:08:36 2019
ctrl text.dat 1.100 1.101
Update of /cvsroot/sbbs/ctrl
In directory cvs:/home/rswindell/sbbs/ctrl
Modified Files:
text.dat
Log Message:
show_msgattr() now includes the netattr "Sent" and "InTransit" flags, when set as well as the auxattr "Attach" when either FILEATTACH or MIMEATTACH is set (requires an updated MsgAttr line in text.dat).
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Sat May 4 16:02:54 2019
ctrl text.dat 1.101 1.102
Update of /cvsroot/sbbs/ctrl
In directory cvs:/home/rswindell/sbbs/ctrl
Modified Files:
text.dat
Log Message:
MIMEDecodedPlainTextFmt text.dat line now includes the text sub-type arg
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Thu May 9 14:15:42 2019
ctrl text.dat 1.102 1.103
Update of /cvsroot/sbbs/ctrl
In directory cvs:/home/rswindell/sbbs/ctrl
Modified Files:
text.dat
Log Message:
Updates to the terminal-type selection strings.
New text.dat strings:
- PetTerminalDetected (renamed from PetTermDetected)
- PetTerminalQ
- TerminalAutoDetect
- TerminalColumns
- TerminalRows
- TerminalMonochrome
- TerminalColor
- TerminalIceColor
- IceColorTerminalQ
This also moved the MsgCarbonCopyList definition to the end of the file
for now.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Sun Jul 7 14:17:00 2019
ctrl text.dat 1.103 1.104
Update of /cvsroot/sbbs/ctrl
In directory cvs:/home/rswindell/sbbs/ctrl
Modified Files:
text.dat
Log Message:
Added "Does your terminal support UTF-8" question.
This moved the MsgCarbonCopyList item down.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Mon Jul 8 13:48:26 2019
ctrl text.dat 1.104 1.105
Update of /cvsroot/sbbs/ctrl
In directory cvs:/home/rswindell/sbbs/ctrl
Modified Files:
text.dat
Log Message:
Deuce said the new user registration process was "openly hostile", so:
Disable the "Swap DEL/BBS key" question, by default (if the user sends
DEL, do the swap).
Beautify the backspace key prompt/report thing (add/remove blanks lines mostly).
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
Dan Clough@VERT/PALANT to
rswindell on Mon Jul 8 21:41:00 2019
rswindell wrote to CVS commit <=-
Modified Files:
text.dat
Log Message:
Deuce said the new user registration process was "openly
hostile", so: Disable the "Swap DEL/BBS key" question, by default
(if the user sends DEL, do the swap).
Hahaha! LOL @ "openly hostile". Personally, I like a little
hostility now and then. Keeps things interesting. Let's not get
carried away here... :-)
... Boy, I'm tellin you fer yer own good, I studied them things.
--- MultiMail/Linux v0.52
þ Synchronet þ Palantir BBS * palantirbbs.ddns.net * Pensacola, FL
-
From
Nightfox@VERT/DIGDIST to
Dan Clough on Tue Jul 9 10:19:04 2019
Re: Re: ctrl/text.dat
By: Dan Clough to rswindell on Mon Jul 08 2019 09:41 pm
Hahaha! LOL @ "openly hostile". Personally, I like a little
hostility now and then. Keeps things interesting. Let's not get
No you don't.
Nightfox
---
þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
-
From
rswindell@VERT to
CVS commit on Tue Jul 9 18:17:53 2019
ctrl text.dat 1.105 1.106
Update of /cvsroot/sbbs/ctrl
In directory cvs:/home/rswindell/sbbs/ctrl
Modified Files:
text.dat
Log Message:
Use the @checkmark@ method of embedding a checkmark symbol in strings.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Tue Jul 9 18:53:47 2019
ctrl text.dat 1.106 1.107
Update of /cvsroot/sbbs/ctrl
In directory cvs:/home/rswindell/sbbs/ctrl
Modified Files:
text.dat
Log Message:
Use the new DATEFMT @-code (created just for this purpose).
VS: ----------------------------------------------------------------------
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Thu Jul 11 14:22:48 2019
ctrl text.dat 1.107 1.108
Update of /cvsroot/sbbs/ctrl
In directory cvs:/home/rswindell/sbbs/ctrl
Modified Files:
text.dat
Log Message:
Added new LoggingOn text.dat string (printed rather than the old hard-coded clear-screen (CLS) in logon.cpp.
Use of the new ELLIPSIS @-code.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Sat Aug 3 02:58:22 2019
ctrl text.dat 1.108 1.109
Update of /cvsroot/sbbs/ctrl
In directory cvs:/home/rswindell/sbbs/ctrl
Modified Files:
text.dat
Log Message:
Colorize NoMoreLines (red for warning).
The following message list formats were changed to no longer
artificially limit the length of displayed message subjects. If you have
a wide terminal (> 80 cols), show more of the message subject.
This is done by using the newly-supported bprintf(P_TRUNCATE,...)
feature, so no printf-format magic needed here.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Thu Aug 8 12:07:48 2019
ctrl text.dat 1.109 1.110
Update of /cvsroot/sbbs/ctrl
In directory cvs:/home/rswindell/sbbs/ctrl
Modified Files:
text.dat
Log Message:
Remove Ctrl-A/Q (reset line counter) code from MailOnSystemLstHdr which
the cause of lines of search results scrolling off the screen before an auto-pause [Hit a key] prompt, would be displayed. Reported by Alterego.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
Gamgee@VERT/PALANT to
rswindell on Thu Aug 8 18:58:00 2019
rswindell wrote to CVS commit <=-
ctrl text.dat 1.109 1.110
Update of /cvsroot/sbbs/ctrl
In directory cvs:/home/rswindell/sbbs/ctrl
Modified Files:
text.dat
Log Message:
Remove Ctrl-A/Q (reset line counter) code from MailOnSystemLstHdr
which the cause of lines of search results scrolling off the
screen before an auto-pause [Hit a key] prompt, would be
displayed. Reported by Alterego.
Oh boy. THE MILLIONAIRE is not gonna like that. Not one little
bit. ;-)
... Press any key to continue or any other key to quit
--- MultiMail/Linux v0.52
þ Synchronet þ Palantir BBS * palantirbbs.ddns.net * Pensacola, FL
-
From
Digital Man@VERT to
Gamgee on Thu Aug 8 20:48:53 2019
Re: Re: ctrl/text.dat
By: Gamgee to rswindell on Thu Aug 08 2019 06:58 pm
rswindell wrote to CVS commit <=-
ctrl text.dat 1.109 1.110
Update of /cvsroot/sbbs/ctrl
In directory cvs:/home/rswindell/sbbs/ctrl
Modified Files:
text.dat
Log Message:
Remove Ctrl-A/Q (reset line counter) code from MailOnSystemLstHdr
which the cause of lines of search results scrolling off the
screen before an auto-pause [Hit a key] prompt, would be
displayed. Reported by Alterego.
Oh boy. THE MILLIONAIRE is not gonna like that. Not one little
bit. ;-)
I removed a \1 (ctrl-a) code. I thought he would like that. :-(
digital man
Synchronet/BBS Terminology Definition #83:
XPDEV = Cross-platform Development
Norco, CA WX: 73.5øF, 63.0% humidity, 5 mph ENE wind, 0.00 inches rain/24hrs ---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Fri Aug 16 19:16:03 2019
ctrl text.dat 1.110 1.111
Update of /cvsroot/sbbs/ctrl
In directory cvs:/home/rswindell/sbbs/ctrl
Modified Files:
text.dat
Log Message:
New string: QWKSettingsUtf8
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Tue Aug 20 00:52:40 2019
ctrl text.dat 1.111 1.112
Update of /cvsroot/sbbs/ctrl
In directory cvs:/home/rswindell/sbbs/ctrl
Modified Files:
text.dat
Log Message:
New string: MsgPostedToYouVia
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Tue Aug 20 01:44:06 2019
ctrl text.dat 1.112 1.113
Update of /cvsroot/sbbs/ctrl
In directory cvs:/home/rswindell/sbbs/ctrl
Modified Files:
text.dat
Log Message:
Rearrange the order of arguments to MsgPostedToYouVia and added a newline
to accommodate longer group / sub-board names without an ugly line wrap.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Tue Aug 20 01:56:40 2019
ctrl text.dat 1.113 1.114
Update of /cvsroot/sbbs/ctrl
In directory cvs:/home/rswindell/sbbs/ctrl
Modified Files:
text.dat
Log Message:
a little clean-up of MsgPostedToYouVia
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Fri Aug 30 17:32:27 2019
ctrl text.dat 1.114 1.115
Update of /cvsroot/sbbs/ctrl
In directory cvs:/home/rswindell/sbbs/ctrl
Modified Files:
text.dat
Log Message:
New string: Unlimited
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Fri Oct 11 16:17:03 2019
ctrl text.dat 1.115 1.116
Update of /cvsroot/sbbs/ctrl
In directory cvs:/home/rswindell/sbbs/ctrl
Modified Files:
text.dat
Log Message:
Shorten the MsgPostedToYouVia string to fit on a single line. Exclude
the address part (using %.0s).
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Sun Mar 22 02:46:34 2020
ctrl text.dat 1.116 1.117
Update of /cvsroot/sbbs/ctrl
In directory cvs:/tmp/cvs-serv3829
Modified Files:
text.dat
Log Message:
This change allow with the change to xtrn_sec.js allows > 25 chars
of external program names to be displayed:
32 chars in multicolumn mode
40 chars in singlecolumn mode
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Mon Mar 30 18:40:22 2020
ctrl text.dat 1.117 1.118
Update of /cvsroot/sbbs/ctrl
In directory cvs:/home/rswindell/sbbs/ctrl
Modified Files:
text.dat
Log Message:
NewPassword -> NewPasswordPromptFmt
Fix XtrnProgLstUnderline for textgen.c compatibility.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Wed Apr 22 21:46:57 2020
ctrl text.dat 1.118 1.119
Update of /cvsroot/sbbs/ctrl
In directory cvs:/home/rswindell/sbbs/ctrl
Modified Files:
text.dat
Log Message:
Remove the clear screen code from XtrnProgLstHdr (xtrn_sec.js does that
itself now).
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Fri Apr 24 01:03:23 2020
ctrl text.dat 1.119 1.120
Update of /cvsroot/sbbs/ctrl
In directory cvs:/home/rswindell/sbbs/ctrl
Modified Files:
text.dat
Log Message:
Shorted InternetMailing to accomodate a longer "To:" input string which can
now accept multiple comma-separated addresses.
Include the problematic NetMail address in the InvalidNetMailAddr string.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Fri May 8 01:12:03 2020
ctrl text.dat 1.120 1.121
Update of /cvsroot/sbbs/ctrl
In directory cvs:/home/rswindell/sbbs/ctrl
Modified Files:
text.dat
Log Message:
Add [last] to AddTextFileBeforeWhich.
Put the example text in parens for IceColorTerminalQ.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Sat May 9 00:41:36 2020
ctrl text.dat 1.121 1.122
Update of /cvsroot/sbbs/ctrl
In directory cvs:/home/rswindell/sbbs/ctrl
Modified Files:
text.dat
Log Message:
Fix the yellow/brown blinking/non-blinking text thing.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Mon May 11 01:58:05 2020
ctrl text.dat 1.122 1.123
Update of /cvsroot/sbbs/ctrl
In directory cvs:/home/rswindell/sbbs/ctrl
Modified Files:
text.dat
Log Message:
Add mouse hotspot support via Ctrl-A codes to a lot of prompts.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Sat Aug 1 15:04:58 2020
ctrl text.dat 1.123 1.124
Update of /cvsroot/sbbs/ctrl
In directory cvs:/home/rswindell/sbbs/ctrl
Modified Files:
text.dat
Log Message:
Added NodeConnectionRaw string.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Mon Aug 3 21:27:38 2020
ctrl text.dat 1.124 1.125
Update of /cvsroot/sbbs/ctrl
In directory cvs:/home/rswindell/sbbs/ctrl
Modified Files:
text.dat
Log Message:
Shortened the "Auto Detect" terminal string to just "Auto" to make room
for the (newly-added) TerminalMouse string.
Also added MouseTerminalQ string.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
Rob Swindell@VERT to
Git commit to sbbs/master on Thu Sep 3 22:31:09 2020
-
From
Rob Swindell@VERT to
Git commit to sbbs/master on Sun Sep 6 18:44:57 2020
-
From
Rob Swindell@VERT to
Git commit to sbbs/master on Wed Oct 14 20:34:44 2020
-
From
Rob Swindell@VERT to
Git commit to sbbs/master on Sun Oct 25 15:13:43 2020
-
From
Rob Swindell@VERT to
Git commit to sbbs/master on Fri Nov 13 22:07:03 2020
-
From
Rob Swindell@VERT to
Git commit to sbbs/master on Fri Nov 13 22:25:46 2020
-
From
Rob Swindell@VERT to
Git commit to sbbs/master on Tue Nov 17 23:01:20 2020
-
From
Rob Swindell@VERT to
Git commit to main/sbbs/master on Wed Dec 9 22:03:55 2020
https://gitlab.synchro.net/main/sbbs/-/commit/459e38dea7a027c850374a82
Modified Files:
ctrl/text.dat
Log Message:
Updated Forwarded and ForwardedFrom text.dat lines.
User number is not always relevant (e.g. could be #0) when sending
netmail, so don't show that. And the CRLF at in the Forwarded string
appears extraneous.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
Rob Swindell@VERT to
Git commit to main/sbbs/master on Sat Mar 6 15:49:36 2021
-
From
Rob Swindell@VERT to
Git commit to main/sbbs/master on Fri Apr 16 18:51:50 2021
-
From
Rob Swindell@VERT to
Git commit to main/sbbs/master on Sat Apr 17 14:39:27 2021
-
From
Rob Swindell@VERT to
Git commit to main/sbbs/master on Sat Apr 24 01:36:06 2021
-
From
Rob Swindell@VERT to
Git commit to main/sbbs/master on Tue May 4 22:21:02 2021
-
From
Rob Swindell@VERT to
Git commit to main/sbbs/master on Thu May 13 21:16:33 2021
-
From
Rob Swindell@VERT to
Git commit to main/sbbs/master on Thu May 13 21:49:51 2021
-
From
Rob Swindell@VERT to
Git commit to main/sbbs/master on Sun May 16 20:23:28 2021
-
From
Rob Swindell@VERT to
Git commit to main/sbbs/master on Sat May 22 17:40:03 2021
-
From
Rob Swindell@VERT to
Git commit to main/sbbs/master on Fri May 28 00:22:21 2021
-
From
Rob Swindell@VERT to
Git commit to main/sbbs/master on Sun Jun 6 00:16:46 2021
-
From
Rob Swindell@VERT to
Git commit to main/sbbs/master on Mon Sep 6 14:42:04 2021
-
From
Rob Swindell@VERT to
Git commit to main/sbbs/master on Sat Sep 25 15:03:24 2021
-
From
Rob Swindell@VERT to
Git commit to main/sbbs/master on Wed Nov 17 18:36:37 2021
-
From
Rob Swindell@VERT to
Git commit to main/sbbs/master on Thu Nov 18 13:36:59 2021
-
From
Rob Swindell@VERT to
Git commit to main/sbbs/master on Wed Feb 23 18:10:14 2022
-
From
Rob Swindell@VERT to
Git commit to main/sbbs/master on Thu Feb 24 23:58:11 2022
https://gitlab.synchro.net/main/sbbs/-/commit/c3ee3a429d52fe9df70b62e2
Modified Files:
ctrl/text.dat
Log Message:
Add new text.dat strings for The Millionaire
- InternetMailReceived
- InternetMailForwarded
- FidoNetMailReceived
- WithAttachment
- FidoEchoMailReceived
The first string (suppressed with %.0s) is an optional date/time stamp.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
Rob Swindell@VERT to
Git commit to main/sbbs/master on Sun Feb 27 19:13:30 2022
-
From
Rob Swindell@VERT to
Git commit to main/sbbs/master on Fri Mar 4 23:21:15 2022
-
From
Rob Swindell@VERT to
Git commit to main/sbbs/master on Sun Mar 13 23:39:14 2022
-
From
Rob Swindell@VERT to
Git commit to main/sbbs/master on Wed Mar 23 21:18:28 2022
-
From
Rob Swindell@VERT to
Git commit to main/sbbs/master on Sat Mar 26 22:32:43 2022
https://gitlab.synchro.net/main/sbbs/-/commit/95101b0bde3c452d94e4e136
Modified Files:
ctrl/text.dat
Log Message:
Disable prompt for sub/dir info by default, just show the file
yes/no prompts can be disabled by just setting a string to a blank string. Disable these prompts by default (you can reeanble in your own text.dat if you want).
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
Rob Swindell@VERT to
Git commit to main/sbbs/master on Sat Apr 16 00:53:09 2022
-
From
Rob Swindell (on Debian Linux)@VERT to
Git commit to main/sbbs/master on Sat Feb 18 21:57:43 2023
-
From
Rob Swindell (on Debian Linux)@VERT to
Git commit to main/sbbs/master on Fri Feb 24 21:19:01 2023
-
From
Rob Swindell (on ChromeOS)@VERT to
Git commit to main/sbbs/master on Sat Feb 25 23:13:17 2023
https://gitlab.synchro.net/main/sbbs/-/commit/9d58ae1f6b446c198c4ef10a
Modified Files:
ctrl/text.dat
Log Message:
Display more of the user's password
Reversed the order of the pwmod date and the password itself.
The number of chars of the user's password displayed depends on the
terminal width. e.g. on an 80 column terminal, 18 chars will be
displayed. If the user's password is longer than what can be displayed,
this is indicated with a trailing "..". Wider displays (e.g. 132 column)
can display all 40 chars of a user's password.
This fixes issue #442
When passwords aren't displayed (due to sysop configuration), show
"<hidden>" instead of "XXXXXXXX" to make that more clear.
---
þ 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 Fri Jun 16 16:58:15 2023
https://gitlab.synchro.net/main/sbbs/-/commit/3066a485945d162b9b5ff942
Modified Files:
ctrl/text.dat
Log Message:
Add InactivityAlert, clear out NodeActionMultiChat
The InactivityAlert string is sent as a warning before disconnect when a visible alert (AreYouThere) shouldn't be sent. Defaults to 3 beeps.
Remove the content of the NodeActionMultiChat (over-rides the hard-coded default node status) - weird that this was the only node status that reported the user's security level in the default configuration. This has been this
way since sbbs v2.30, at least. I think it was to be sure that others could
see the age/gender of those they were chatting with. But we have other methods of reporting that in node status now, so we don't need to use this override string to accomplish that.
---
þ 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 Wed Sep 13 16:28:04 2023
-
From
Rob Swindell (on Debian Linux)@VERT to
Git commit to main/sbbs/master on Sat Sep 23 21:48:47 2023
-
From
Rob Swindell (on Debian Linux)@VERT to
Git commit to main/sbbs/master on Mon Sep 25 17:43:09 2023
-
From
Rob Swindell (on Debian Linux)@VERT to
Git commit to main/sbbs/master on Thu Oct 26 01:24:50 2023
-
From
Rob Swindell (on Debian Linux)@VERT to
Git commit to main/sbbs/master on Mon Dec 25 17:47:07 2023
-
From
Rob Swindell (on Debian Linux)@VERT to
Git commit to main/sbbs/master on Sat Mar 2 18:38:11 2024
-
From
Rob Swindell (on Debian Linux)@VERT to
Git commit to main/sbbs/master on Sun Mar 10 16:48:47 2024
-
From
Rob Swindell (on Debian Linux)@VERT to
Git commit to main/sbbs/master on Mon Apr 22 21:59:26 2024
https://gitlab.synchro.net/main/sbbs/-/commit/390cb6ddeaa22a264409056c
Modified Files:
ctrl/text.dat
Log Message:
Use mnemonics and @-codes for more auto-translated prompts
Of particular interest is DoYouMeanThisUserQ since it wasn't a mnemonic
string before.
The string numbers for the last couple strings were wrong, corrected.
---
þ 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 Fri Apr 26 21:05:31 2024
-
From
Rob Swindell (on Debian Linux)@VERT to
Git commit to main/sbbs/master on Wed Aug 7 21:18:13 2024
https://gitlab.synchro.net/main/sbbs/-/commit/a71a20448ca3724c195cd74d
Modified Files:
ctrl/text.dat
Log Message:
StartXferNow string now contains argument (%s) for the protocol name
This is helpful when auto-starting a download using the user's pre-selected default download protocol, reminds the user to start the appropriate transfer protocol on their end (when necessary).
Goes along with the previous commited fix to issue #767
---
þ 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 Mon Oct 21 16:11:56 2024
https://gitlab.synchro.net/main/sbbs/-/commit/82f3426b721f18209ab19baa
Modified Files:
ctrl/text.dat
Log Message:
Add a bunch of conditional line continuations for 40 column terminals
Using Ctrl-A\ (\1\\) in a bunch of text strings (especially prompts) to
better accommodate 40 column terminals.
Fixes email/netmail address prompt issue reported by phigan (TACOPRON)
along with a bunch of other cosmetic and input issues with 40col terminals.
---
þ 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 Fri Oct 25 21:11:37 2024
-
From
Rob Swindell (on Debian Linux)@VERT to
Git commit to main/sbbs/master on Wed Oct 30 17:22:36 2024
-
From
Rob Swindell (on Debian Linux)@VERT to
Git commit to main/sbbs/master on Mon Dec 2 11:12:27 2024
-
From
Rob Swindell (on ChromeOS)@VERT to
Git commit to main/sbbs/master on Wed Jan 8 23:41:31 2025
-
From
Rob Swindell (on ChromeOS)@VERT to
Git commit to main/sbbs/master on Sun Feb 2 14:54:04 2025
-
From
Rob Swindell (on Windows 11)@VERT to
Git commit to main/sbbs/master on Wed Feb 5 11:18:48 2025