Damir Jelić

Results 61 issues of Damir Jelić

The topic command should allow users to set or remove the topic. It should work similarly to the IRC `/topic` command

The Python script supports SSO login by starting a local HTTP server that waits for the loginToken. The helper for the Python script can be found over [here](https://github.com/poljar/weechat-matrix/blob/master/contrib/matrix_sso_helper.py). We'll likely...

The Python script supports redacting events, though the command is a bit clunky with the syntax so we might want to figure out a better syntax for the command as...

This PR needs to be ported: https://github.com/poljar/weechat-matrix/pull/211.

The Python script somewhat supports smart filtering like the IRC plugin does, it is a bit flaky but often times it works well enough to hide massive amounts of joins/leaves....

Matrix supports room upgrades. Room upgrades are essentially killing off an existing room and suggesting users to move to the new room. To support room upgrades nio will need to...

enhancement
help wanted
good first issue
events

Left rooms didn't receive any love up until now, because of that it's hard to get the events for left rooms. A new room class should be added for left...

enhancement
help wanted
good first issue