BareRTC/src/components
Noah 9c77bdb62e New Op commands and fixes with blocking admin users
Add moderation rules:

* You can apply rules in the settings.toml to enforce moderator restrictions on
  certain users, e.g. to force their camera to always be NSFW or bar them from
  sharing their webcam at all anymore.

Chat UI improvements around users blocking admin accounts:

* When a main website block is in place, the DMs button in the Who List shows
  as greyed out with a cross through, as if that user had closed their DMs.
* Admin users are always able to watch the camera of people who have blocked
  them. The broadcaster is not notified about the watch.

New operator commands:

* /cut username: to tell a user to turn off their webcam.
* /unmute-all: to lift all mutes on your side, e.g. so your moderator chatbot
  can still see public messages from users who have blocked it.
* /help-advanced: moved the more dangerous admin command documentation here.

Miscellaneous fixes:

* The admin commands now tolerate an @ prefix in front of usernames.
* The /nsfw command won't fire unless the user's camera is actually active and
  not marked as explicit.
2024-05-17 17:15:48 -07:00
..
icons Port front-end over to Vue CLI (create-vue) 2023-09-06 17:15:02 -07:00
ExplicitOpenModal.vue Refactor some modals and features into components 2023-09-06 23:03:12 -07:00
HelloWorld.vue Port front-end over to Vue CLI (create-vue) 2023-09-06 17:15:02 -07:00
LoginModal.vue Refactor some modals and features into components 2023-09-06 23:03:12 -07:00
MessageBox.vue Fix DM buttons on light theme 2024-04-07 11:56:29 -07:00
ProfileModal.vue New Op commands and fixes with blocking admin users 2024-05-17 17:15:48 -07:00
ReportModal.vue Direct Message History 2024-03-29 17:48:01 -07:00
TheWelcome.vue Port front-end over to Vue CLI (create-vue) 2023-09-06 17:15:02 -07:00
VideoFeed.vue A background graphic for videos to detect broken connections 2024-05-15 19:42:51 -07:00
WelcomeItem.vue Port front-end over to Vue CLI (create-vue) 2023-09-06 17:15:02 -07:00
WhoListRow.vue New Op commands and fixes with blocking admin users 2024-05-17 17:15:48 -07:00