Jason Robinson

Results 31 issues of Jason Robinson

A normal `!tr fi Hello this is English` for example works fine in an encrypted room. But replying to for example `Hello this is English` with `!tr fi` fails with...

For example if the bot doesn't have enough power to set power levels and someone uses the `power` command, an error should be given instead of failing silently.

bug

``` File "/app/callbacks.py", line 64, in message await command.process() File "/app/bot_commands.py", line 94, in process await self._users() File "/app/bot_commands.py", line 451, in _users send_password_reset(self.config, user_id) File "/app/users.py", line 36, in...

bug

I realize this is a bit specific, but the [docker-minecraft-server](https://github.com/itzg/docker-minecraft-server) is a popular way to run a Minecraft server, and updating to the latest release 2021.6.0 crashes seemingly due to...

bug

There is no develop branch to submit against. Should guide be fixed to point to master or will there be a develop branch like many matrix-org projects have?

* Apply a retry if message sending fails (due to homeserver / network / etc) * Respect rate limits if rate limited

bug
enhancement

Consider refactoring config to be a YAML file for example. Rooms would be easier to configure and rules could be built based on things like environment or tags.

enhancement

As planned for 3.0.0, require `matrix_server_name` in all verify requests. This seems to already be the case anyway since 2.0.0 due to a big in the verify code refusing to...

For situations where hundreds of users want to verify themselves being in a room at the same time, it makes no sense to do hundreds of Synapse admin `/state` calls....

enhancement