session-open-group-server
session-open-group-server copied to clipboard
I have used `session-open-group-server --add-moderator {your_session_id} {room_id}` This is not working, I'm not able to edit the group or moderate in any way. I have cross checked the session ID...
Currently the binary handles both duties through the same code path. Implement a way to split this responsibility
Forcing the room_id to be lowercase would likely be an improvement
`dev` currently has a description of new endpoints for accessing new exposed functionality; most of these still need to be implemented. (This is a meta-bug for other bugs and/or PRs...
The rooms table will keep track of a single i64 to track a pinned message for that room. Three associated endpoints have been added to keep track of this pinned...
Hi, if the server goes down, you will only see that the messages to the open group can't be delivered. I think it could be nice as information for the...
Allow moderators to add an optional reason when banning a user, which would be included in 403 responses when the user is banned and could be displayed to the user...
SOGS uploads should be signed by the user who uploaded them, so that the SOGS operator cannot tamper with the contents (so that, for example, someone could upload software without...
Hi, Would be nice with some type of information on which files/folders should be backed up, in case of issue on VPS. If the IP stays the same, it should...
Hi When joining a group, there is no way to know things like if there are specific rules to the group or what commands might be available for bots in...