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
- URL previews includes unicode punycode which causes issues URLs in the text body
- `event_push_actions_staging` can have many stale rows in them.
- Define a Redis minimum supported version policy
- `EventsPersistenceStorageController.persist_event` is only used by test code
- Refactor database helper functions so they can be checked by mypy
- Investigate whether membership event can be batched during the creation of DM
- Add logging to determine the source of slow database transactions
- `get_users_who_share_room_with_user(...)` should use the `users_who_share_private_rooms`/`users_in_public_rooms` tables instead of calculating it themselves again (`get_users_in_room` mis-use)
- Appservice stream position got stuck ~10k behind current, preventing requests to appservices
- Users that knock on a room with a shared history visibility and are subsequently kicked are able to view all previous events
- Docs
- Python not yet supported