Slavi Pantaleev

Results 202 comments of Slavi Pantaleev

I've tested at your URL using Chromium / Linux / X11 and it does seem better (no more duplication), but it adds some weird highlighting. ![Screenshot_20220129_162832](https://user-images.githubusercontent.com/388669/151664764-c7d4c92a-79ae-4525-a6eb-7a15e972dea9.png) ![Screenshot_20220129_162941](https://user-images.githubusercontent.com/388669/151664783-891d17ca-e92e-4011-abee-b208329ff850.png) Pasting the text...

Entering basic text, like my previous example, seems fine. ----- Deleting characters (using backspace) sometimes causes weirdness, but only if automatic conversion (from hiragana to kanji has happened). For example,...

A way to avoid building your own image (to keep things simpler) is to start the image like this: ``` docker run \ -it \ --rm \ --net=host \ --entrypoint=/bin/bash...

Which Client-Server API are you looking at for adding 3pids? It does require user-interaction and the involvement of an identity server, doesn't it? For E2EE, we should do something indeed....

Indeed! It feels like E2EE is pushed fairly hard, while it causes so much complication (UX-wise and feature-wise). It also breaks so many clients, bots, etc.. And then there's the...

Ah, I see! Let me know if you do backport it. We might wait for 1.0 as well.

Hi! matrix-corporal can/will create users that it finds in the policy and assign a display name (and even a profile photo). It can't currently manage email addresses for users though....

It should be possible to intercept and reject certain endpoints (`/key` related APIs) and also prevent sending of some room messages (at least submitted from users on your server) which...

I guess what he meant was, that you can use the new [event hooks](https://github.com/devture/matrix-corporal/blob/master/docs/event-hooks.md) system to hook into `/createRoom` or some other API call, and then initialize the room on...

You're currently supposed to deactivate them, yes. The point of that was to make matrix-corporal manage people in the policy file and leave all other users on the server alone....