synapse
https://github.com/matrix-org/synapse
Python
Synapse: Matrix homeserver written in Python/Twisted.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported11 Subscribers
Add a CodeTriage badge to synapse
Help out
- Issues
- `received_transactions` has a few nullable columns, especially `transaction_id` and `origin` are dodgy
- `server_signature_keys` has all nullable columns, `server_name` and `key_id` are especially dodgy
- Add a test which ensures that new tables get PRIMARY KEYs.
- If an event takes ages to persist it blocks other events from being notified
- Yet another case of state reset in State Resolution v2
- Improve the performance of fetching event reports over the admin API when there are many of them and the requester has paginated far down the list.
- Fetching event reports can be slow
- rooms table has a bunch of nullable columns
- Type information incorrect when @cached methods are passed as parameters
- Sending messages to Android devices takes too long
- Docs
- Python not yet supported