Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
3e052b77
Commit
3e052b77
authored
2 years ago
by
Eric Oulashin
Committed by
Rob Swindell
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
DDMsgReader v1.54: Users now have a personal twit list (configurable via Ctrl-U, user settings).
parent
0f6fea78
No related branches found
No related tags found
2 merge requests
!463
MRC mods by Codefenix (2024-10-20)
,
!205
DDMsgReader v1.54: Users now have a personal twit list (configurable via Ctrl-U, user settings).
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
xtrn/DDMsgReader/DDMsgReader.js
+1887
-426
1887 additions, 426 deletions
xtrn/DDMsgReader/DDMsgReader.js
xtrn/DDMsgReader/readme.txt
+8
-2
8 additions, 2 deletions
xtrn/DDMsgReader/readme.txt
xtrn/DDMsgReader/revision_history.txt
+2
-0
2 additions, 0 deletions
xtrn/DDMsgReader/revision_history.txt
with
1897 additions
and
428 deletions
xtrn/DDMsgReader/DDMsgReader.js
+
1887
−
426
View file @
3e052b77
This diff is collapsed.
Click to expand it.
xtrn/DDMsgReader/readme.txt
+
8
−
2
View file @
3e052b77
Digital Distortion Message Reader
Version 1.5
3
Release date: 2022-0
7-18
Version 1.5
4
Release date: 2022-0
8-06
by
...
...
@@ -66,6 +66,11 @@ interface style can also be toggled by the sysop in the configuration file
in case the sysop wants the reader to use the traditional interface even for
ANSI users.
With this message reader, users can have their own personal twitlists. This
allows users to not see messages from (or to) specified usernames. A user can
edit their twit list by going into their user settings (with the Ctrl-U hotkey)
and choosing the option to edit their personal twit list.
This reader effectively replaces the Digital Distortion Message Lister, which
provided a traditional message reader interface but not the scrollable reader
interface for ANSI users.
...
...
@@ -133,6 +138,7 @@ confirmation before deleting the messages.
- The program settings, colors, and some text can be changed via configuration
files. The configuration files may be placed in the same directory as the
.js script or in the sbbs/ctrl directory.
- Allows a personal twit list, editable via user settings (Ctrl-U)
If a message has been marked for deletion, it will appear in the message list
with a blinking red asterisk (*) after the message number.
...
...
This diff is collapsed.
Click to expand it.
xtrn/DDMsgReader/revision_history.txt
+
2
−
0
View file @
3e052b77
...
...
@@ -5,6 +5,8 @@ Revision History (change log)
=============================
Version Date Description
------- ---- -----------
1.54 2022-08-06 Users now have a personal twit list, configurable via
user settings, with the Ctrl-U hotkey.
1.53 2022-07-18 Deleted messages can now be un-marked for deletion from
the message list (if the user has delete permissions).
Also, the reader now honors the system setting for whether
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment