BareRTC/pkg
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
..
config New Op commands and fixes with blocking admin users 2024-05-17 17:15:48 -07:00
jwt Support for VIP users via JWT Auth 2023-09-03 12:08:23 -07:00
log Initial commit 2023-01-10 22:38:48 -08:00
messages New Op commands and fixes with blocking admin users 2024-05-17 17:15:48 -07:00
models Clear DMs history button 2024-04-11 23:28:35 -07:00
util A bit more logging to debug WebSocket issues 2023-02-08 20:01:06 -08:00
api.go Clear DMs history button 2024-04-11 23:28:35 -07:00
banned_users.go Commands: /ban and /op 2023-08-04 20:31:21 -07:00
commands.go New Op commands and fixes with blocking admin users 2024-05-17 17:15:48 -07:00
config.go Re-sign JWT tokens for safer server deployments 2023-04-19 19:55:39 -07:00
expand_media.go YouTube link embeds 2023-03-24 22:47:58 -07:00
handlers.go New Op commands and fixes with blocking admin users 2024-05-17 17:15:48 -07:00
images.go Photo sharing support 2023-03-21 21:29:24 -07:00
logging.go Fix webcam freezing issues with mutualOpen video connections 2023-11-18 15:38:02 -08:00
markdown.go JWT Token-based Authentication 2023-02-05 17:42:09 -08:00
message_filters.go Include DM context in reported messages 2024-01-20 15:17:02 -08:00
pages.go Chat Setting Menu + Various Tweaks 2023-09-08 18:46:36 -07:00
polling_api.go Add DisconnectNow API endpoint 2024-03-15 15:59:42 -07:00
server.go Clear DMs history button 2024-04-11 23:28:35 -07:00
webhook_messages.go Webhooks and Report Users 2023-08-12 21:35:41 -07:00
webhooks.go Profile Modals + Misc Features 2023-10-07 13:22:41 -07:00
websocket.go New Op commands and fixes with blocking admin users 2024-05-17 17:15:48 -07:00