tanggen
tanggen
Ligase does not have register and login process defined by Matrix org. We should do two things following: 1. Add [register restful API](https://matrix.org/docs/spec/client_server/r0.6.1#post-matrix-client-r0-register) ``` Post /_matrix/client/r0/register ``` 2. Modify [login...
## Bug Report When some nodes of Kafka restart, some Kafka consumers in Ligase become idle, not consume any messages. If we check Kafka by `kafka-consumer-groups --bootstrap-server localhost:9093 --describe --all-groups`,...
## Bug Report When some Kafka nodes restart or network is not stable, some Kafka producers become idle or continue print "timeout" error. ### 1. Minimal reproduce step (Required) -...
## Feature Request **Is your feature request related to a problem? Please describe:** Currently, when an event is sent to Ligase, there are almost 5 duplications in Kafka. As Ligase...
## Development Task Add wiki page for the project in Github for better documentation.
## Development Task Add documentation about Ligase architecture to help contributor to understand the project.
## Feature Request **Is your feature request related to a problem? Please describe:** Ligase is lack of implementation of lazy loading algorithm defined by [Matrix](https://matrix.org/docs/spec/client_server/r0.6.1#lazy-loading-room-members) **Describe the feature you'd like:**...
## Development Task The minIO netdisk service provide upload/download API. Ensure that the files in IM cannot be reached by these two APIs (only by Ligase upload/download API).
## Development Task Implement default netdisk service and comply with minIO netdisk implementation.
## Feature Request **Is your feature request related to a problem? Please describe:** Currently, Ligase use master-slave mode on PG which can cause inconsistency of data. Replace PG by cockroach...