matrix-org
Here are 123 public repositories matching this topic...
Background information
- Dendrite version or git SHA: 0.3.9
- Monolith or Polylith?: dendrite-demo-yggdrasil
- SQLite3 or Postgres?: sqlite (I would like to switch to postgres but I don't know how to do it)
- Running in Docker?: no, compiled with
./build.sh go version: go version go1.
-
Updated
Jul 28, 2021 - Jinja
-
Updated
Jun 14, 2021 - Go
-
Updated
Jul 8, 2021 - Python
-
Updated
Jul 23, 2021 - Go
Currently room::* don't have a method to set the tag for a room, would be nice to add it.
-
Updated
Jul 21, 2021 - JavaScript
-
Updated
Jul 28, 2021 - Rust
Resolving this issue involves going through the handlers in the modules/ tree alongside the matrix client and server specification to flag methods required to be rate-limited. Currently some are, but many are not.
Example of a method with the flag:
resource::method
method
{
resource, "GET", handler,
{
method.REQUIRES_AUTH |
method.RATE_LIMITED
}
};
`
-
Updated
Dec 25, 2018 - Java
Wondering if it's possible to add a configuration option for a proxy (or even multiple proxies), specifically SOCKS5, but I would assume that adding support for others might not be a problem if they're prefixed correctly in the config
-
Updated
Jul 16, 2021 - Python
Invalidates a user access token
Invalidates an existing access token, so that it can no longer be used for
authorization. The device associated with the access token is also deleted.
Device keys <#device-keys>_ for the device are deleted alongside the device.
Spec: https://matrix.org/docs/spec/client_server/r0.6.0#post-matrix-client-r0-logout
Some helpful steps:
- add route to routes
-
Updated
Jul 26, 2021 - Python
-
Updated
Jul 28, 2021 - Go
-
Updated
Jul 4, 2021 - Python
The label does not properly point to the input because the id of the input is incorrect. This should be a simple one line fix.
-
Updated
Jul 25, 2021 - Go
-
Updated
Jun 2, 2021 - Go
-
Updated
Jun 16, 2021 - JavaScript
-
Updated
Jul 21, 2021 - Shell
-
Updated
Jul 24, 2021 - Python
-
Updated
Jul 28, 2021 - Rust
-
Updated
Jul 28, 2021 - Go
-
Updated
Dec 13, 2020 - Rust
-
Updated
Jun 17, 2021 - TypeScript
-
Updated
Dec 7, 2020 - Java
Improve this page
Add a description, image, and links to the matrix-org topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the matrix-org topic, visit your repo's landing page and select "manage topics."