Age | Commit message (Collapse) | Author | Files | Lines |
|
(cherry picked from commit cd2a7dcf8ce3324179768b48a785f24f0d53aa19)
|
|
(cherry picked from commit 9e91ed56aaed77c6776ef95ebed791c40d7f21d2)
|
|
|
|
|
|
... even if a filter matches to exclude them. Let's have an example:
:global LogForwardFilter "(debug|info)";
:global LogForwardInclude "account";
This will forward everything about topic *account* (login, logout,
failed login, ...) - even with topic *info*.
|
|
|
|
Matrix is an open network for secure, decentralized communication - and
it has a web api.
A warning on message type: Using 'm.notice' breaks rendering on Element
for Android (no fixed width font) and does not pop up desktop
notification. Thus we use 'm.text'. Should be safe as we do not send the
messages in response to other messages.
https://matrix.org/
|
|
That should make the documentation clearer if external sites link to the
documentation of a specific script.
|
|
|
|
|