Commit Graph

113 Commits

Author SHA1 Message Date
d277e7e289 New sponsor: Octopuce. 2024-04-03 16:22:44 +02:00
d081c0eed1 Fix doc. 2024-03-07 18:10:50 +01:00
de15b7d480 Slow mode duration:
* channel option is no more a default value, but the current value
* changing naming in accordance
* changing labels and documentation
2024-03-07 17:56:27 +01:00
f5b9ffe616 Temporary security fix for #332: rollback of v8.3.1:
* Setting video owner as room owner as side effects. Like leaking the instance moderator/admin list. And maybe others.
  * So we rollback this feature, waiting for a better way to allow room admins/moderators to change room settings.
  * As a consequence, users that are not Peertube moderator/administrator can't change the slow mode configuration without deleting/recreating the room. This will be fixed in a later plugin version.
2024-03-01 15:25:29 +01:00
0b299883b1 fix typo 2024-02-28 15:52:40 +01:00
131711a9e9 link to xep draft. 2024-02-28 15:50:08 +01:00
6bbea26da0 Slow Mode XEP WIP (XEP-0143 compliance). 2024-02-26 11:04:24 +01:00
7c5b67ef99 Slow Mode XEP WIP (RFC 2119 compliance). 2024-02-23 17:57:31 +01:00
ec442fbd2b Slow Mode XEP WIP (including comments from XSF discussion room). 2024-02-23 15:32:44 +01:00
6e9e99ec19 Slow Mode XEP WIP. 2024-02-23 15:04:55 +01:00
1ac1b24e65 Slow Mode XEP WIP (including comments from XSF discussion room). 2024-02-23 14:54:56 +01:00
fbae210832 Slow Mode XEP WIP. 2024-02-23 12:56:44 +01:00
f1a4908e20 Slow Mode XEP WIP. 2024-02-23 12:18:40 +01:00
93e95123ae Slow Mode XEP WIP. 2024-02-23 12:14:44 +01:00
3d7c2099a2 Slow Mode XEP WIP. 2024-02-23 12:12:35 +01:00
5783f262d8 Slow Mode XEP WIP. 2024-02-23 12:07:25 +01:00
c0407ceb3f Slow Mode XEP WIP. 2024-02-22 18:18:38 +01:00
e9d6bd04fb Fix typo 2024-02-17 08:10:59 +01:00
3f8d1bfe9c Documentation: slow mode + several fix + screenshot updates. 2024-02-16 18:09:55 +01:00
8a400d2d9f New abstract avatars 2024-02-12 16:50:08 +01:00
2f311cfc56 Fix typo. 2024-02-12 09:55:56 +01:00
91ef261c16 Fenec avatars. 2024-02-09 15:35:40 +01:00
fbeffef34b Bird avatars. 2024-02-09 15:12:48 +01:00
41ce8e4233 Licenses 2024-02-09 14:46:36 +01:00
9561f36b93 Cats avatars. 2024-02-09 13:17:12 +01:00
70563200fe New avatars:
* new settings to change the avatar set
* user documentation
2024-02-09 12:41:05 +01:00
19fca3891a New avatars:
* moving files in better directory structure
* new bot avatar
2024-02-09 11:16:29 +01:00
b9b0eb41d9 New avatars set WIP:
* adding new avatars by David Revoy
* replacing old avatars to test

TODO: add a settings to choose between legacy and new avatars.
TODO: generate a bot avatar.
2024-02-08 18:49:49 +01:00
28adf29626 Documentation: link to ConverseJS weblate and translations documentation. 2024-02-07 17:41:02 +01:00
99ac4f696a Fix doc typo. 2024-02-07 17:05:18 +01:00
2b1e0fd3e9 Fix typo: improvment/improvement 2024-01-31 18:25:19 +01:00
5cfa177413 Documentation: talk about the bot in the intro 2023-12-27 10:38:12 +01:00
6f1cca0c5b Documentation: livechat-perf-test repository. 2023-12-07 11:03:10 +01:00
af2798366c Renaming "pre-recorded messages" to "timers" 2023-09-26 14:41:46 +02:00
8419a8429f Doc label changes. 2023-09-26 12:07:31 +02:00
5747d6220d Documentation. 2023-09-26 10:45:33 +02:00
e4bbac3ab7 Fix typo. 2023-09-25 18:48:00 +02:00
b8aef07182 Forbidden words comment field. 2023-09-25 13:16:15 +02:00
6fe3900de2 Documentation 2023-09-22 20:42:14 +02:00
64f775c312 Documentation. 2023-09-22 20:15:16 +02:00
2aaacb44a7 Init support/forbidden_words 2023-09-22 20:15:10 +02:00
d80cedfee5 Auto ban anonymous IP:
* New settings: "Ban anonymous user's IP when user is banned from a chatroom":
  * if enabled, every time a streamer bans an anonymous user, it will ban its IP on the chat server,
  * banned IPs are logged on disk, so server's admin can use them to feed fail2ban (for example),
  * option disabled by default, because could be used to create trapped-rooms on public servers
2023-09-22 18:17:54 +02:00
f97e54d499 Moderation Bot integration WIP:
* Start and stop the bot WIP
* Prosody: removing the BOSH module from the global scope (must only be present on relevant virtualhosts)
* Some refactoring
2023-09-22 16:45:06 +02:00
35c9494ed7 Store bot configuration WIP 2023-09-22 16:45:04 +02:00
e4683cf282 WIP: store and get relation between rooms and channels:
* rebuildData
* handling video update (to check for channel changes)
2023-09-22 16:45:04 +02:00
c900d2d1d4 WIP: store and get relation between rooms and channels (refactoring) 2023-09-22 16:45:04 +02:00
32b52adebb WIP: store and get relation between rooms and channels 2023-09-22 16:45:03 +02:00
b4db6be7c0 Documentation. 2023-09-22 16:45:03 +02:00
501f6d53ab doc and css fix 2023-09-22 16:45:03 +02:00
d0ba7d017d External Components interface configuration:
You can now configure on which network interfaces Prosody will listen for external components.
2023-09-22 16:45:02 +02:00