alturiak

Results 10 issues of alturiak

Using `client.room_get_event()` on a edited/replaced event returns the edited content in unencrypted rooms, which I'd assume is the correct behaviour. In e2ee-rooms, however, `client.room_get_event()` will return the original content from...

`Plugin.replace()` (or actually `send_replace()` from chat_functions) should send an `m.replace` event only if the new content differs from the old content. This works on: - unedited events (events that have...

bug
upstream

Parameters and return values should be consistent between methods. Internal methods should be factored out of the Plugin-class and not be visible to actual plugins. This will be a breaking...

change

Running commands, hooks and timer should be done asynchronous.

feature

Should be straightforward without too much breakage: https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/renaming-a-repository

change

https://docs.github.com/en/free-pro-team@latest/github/using-git/splitting-a-subfolder-out-into-a-new-repository

change

The functionality provided by `fuzzywuzzy` is not essential to the core bot. We should check for it's availability on startup and just disable fuzzy matching if the module can not...

feature