Ian Macdonald
Ian Macdonald
### Contributor checklist: * [x] My commits are in nice logical chunks with [good commit messages](http://chris.beams.io/posts/git-commit/) * [x] My changes are [rebased](https://blog.axosoft.com/golden-rule-of-rebasing-in-git/) on the latest [`clearnet`](https://github.com/loki-project/loki-messenger/tree/clearnet) branch * [x] A...
This patch adds a settings toggle to globally prevent the conversation window from scrolling after sending a message. A facility to allow the setting to be overridden on a per-message...
`--banned` would be nice to have in combination with `--rooms` to list the Session ids of banned users in the given rooms.
After creating a new group in PySOGS, Session Desktop does not recognise my global hidden admin status and I cannot, for example, add an avatar to the group. If, however,...
I also took the opportunity to migrate to the full parameter name, `http-socket`, since that's what `uwsgi-sogs-proxied.ini` uses.
This PR complements #167, which has already been merged. Here, we add new endpoints to allow the deletion of a given user's emoji reactions from all messages in a given...
I enabled id blinding for `sog.caliban.org` on 2023-01-01 at 00.00 UTC. The server runs PySOGS 0.3.6. Immediately, I noticed that I had lost hidden global admin privileges in all of...
The great thing about `better-profanity` is that it is much faster than its long-abandoned predecessor, `profanity`. It achieves this by matching fixed strings rather than regular expressions, and therein lies...
`--unban USERS` would be nice to have in combination with `--rooms` to unban the Session ids of the given users in the given rooms.
`--users` would be nice to have in combination with `--rooms` to list the Session ids of users in the given rooms.