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
- 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
- Split out mutable event content from event cache into new caches that are keyed by room ID
- Use receipts `event_stream_ordering` column, remove joins to `events`
- blocked_rooms add new additional column "comment"
- Initial and incremental syncs with presence enabled eat up RAM until an OOM hits
- Allow preventing registration of certain localparts using regexes or globs
- Allow to limit federation on a user level
- Docs
- Python not yet supported