Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Block sender #13

Open
jcabannes opened this issue Mar 11, 2024 · 2 comments
Open

Block sender #13

jcabannes opened this issue Mar 11, 2024 · 2 comments

Comments

@jcabannes
Copy link
Member

Related to https://ci.linagora.com/publicgroup/oss/twake/tom-server/-/issues/9

@jcabannes
Copy link
Member Author

@guimard I have several questions about this ticket. I think just most of them concern advanced features for this ticket but to keep a trace I think it is good thing to write them here:

1 - Should we implement an unblock endpoint?
2 - Should we block the sender only in one room or in all room he is member of?
3 - Should we prevent him to join public rooms?
4 - Should we prevent him to send direct message to other users?
5 - Should we prevent him to create new rooms?
6 - Should we prevent him to invite users in rooms?
7 - Should he still appear in search results when we are searching for a user or a message?

@guimard
Copy link
Member

guimard commented Mar 11, 2024

@guimard I have several questions about this ticket. I think just most of them concern advanced features for this ticket but to keep a trace I think it is good thing to write them here:

1 - Should we implement an unblock endpoint?
Hi,

we need a way to manipulate the list. Maybe a table in Pg, maybe an API

2 - Should we block the sender only in one room or in all room he is member of?

All

3 - Should we prevent him to join public rooms?

Yes, it's a global ban (it's for external Matrix address. For internal, just to remove account and ban IP

4 - Should we prevent him to send direct message to other users?

Yes, global ban

5 - Should we prevent him to create new rooms?

Yes

6 - Should we prevent him to invite users in rooms?

Yes

7 - Should he still appear in search results when we are searching for a user or a message?

Not related to the issue: it's for external Matrix addresses

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants