🦊
-
Element / Matrix.org
- United Kingdom
Highlights
- Pro
Block or Report
Block or report erikjohnston
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
matrix-org/synapse
matrix-org/synapse PublicSynapse: Matrix homeserver written in Python/Twisted.
-
matrix-org/rust-synapse-compress-state
matrix-org/rust-synapse-compress-state PublicA tool to compress some state in a Synapse instance's database
1,118 contributions in the last year
Day of Week | December Dec | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
More
Activity overview
Contributed to
matrix-org/synapse,
twisted/twisted,
erikjohnston/calendar_bot
and 19 other
repositories
Contribution activity
November 2023
Created 17 commits in 3 repositories
Created a pull request in matrix-org/synapse that received 2 comments
Reduce task concurrency
Most background tasks don't have any form of limiting on resource usage, so running ten of them at a time could be problematic for DB load. The del…
+3
−2
lines changed
•
2
comments
Opened 15 other pull requests in 2 repositories
matrix-org/synapse
3
open
9
merged
-
Use Python 3.12 for asyncio CI
This contribution was made on Nov 24
-
Reduce DB load when forget on leave setting is disabled
This contribution was made on Nov 20
-
Speed up pruning of
user_ips
tableThis contribution was made on Nov 20 -
Speed up how quickly we launch new tasks
This contribution was made on Nov 17
-
Speed up purge room by adding index
This contribution was made on Nov 17
-
Also discard 'caches' and 'backfill' stream POSITIONS
This contribution was made on Nov 17
-
Revert #16647
This contribution was made on Nov 16
-
Revert #16456
This contribution was made on Nov 16
-
Speed up persisting large number of outliers
This contribution was made on Nov 16
-
Speed up deleting device messages
This contribution was made on Nov 16
-
More efficiently handle no-op POSITION
This contribution was made on Nov 15
-
Fix sending out of order
POSITION
over replicationThis contribution was made on Nov 15
matrix-org/sytest
3
merged
-
Fix docker image building
This contribution was made on Nov 24
-
Build a
sytest-synapse
docker image with 3.12This contribution was made on Nov 23 -
Fix 'Inbound federation correctly soft fails events'
This contribution was made on Nov 16
Reviewed 24 pull requests in 2 repositories
matrix-org/synapse
22 pull requests
-
Add schema rollback versions to documentation
This contribution was made on Nov 28
-
Ignore
encryption_enabled_by_default_for_room_type
for notices roomThis contribution was made on Nov 28 -
Implement MSC4069: Inhibit profile propagation
This contribution was made on Nov 28
-
Add a test which ensures that new tables get PRIMARY KEYs.
This contribution was made on Nov 28
-
Correctly read to-device stream pos on SQLite
This contribution was made on Nov 24
-
Enable refreshable tokens on the admin registration endpoint
This contribution was made on Nov 22
-
Bump pyo3 (0.20), pythonize (0.20), pyo3-log (0.9)
This contribution was made on Nov 22
-
Filter out auth chain queries that don't exist
This contribution was made on Nov 22
-
Also discard 'caches' and 'backfill' stream POSITIONS
This contribution was made on Nov 17
-
Fix building wheels.
This contribution was made on Nov 17
-
Speed up deleting device messages
This contribution was made on Nov 16
-
Speed up persisting large number of outliers
This contribution was made on Nov 16
-
More efficiently handle no-op POSITION
This contribution was made on Nov 16
-
Fix sending out of order
POSITION
over replicationThis contribution was made on Nov 16 -
Remove whole table locks on push rule add/delete
This contribution was made on Nov 13
-
Bulk-invalidate e2e cached queries after claiming keys
This contribution was made on Nov 9
-
Support reactor timing on more reactors.
This contribution was made on Nov 6
-
Simplify persistance code
This contribution was made on Nov 3
-
Avoid executing no-op queries.
This contribution was made on Nov 3
-
Update the stream_cache less often.
This contribution was made on Nov 2
-
Use simple_select_many_txn in event persistance code.
This contribution was made on Nov 2
-
Bump twisted from 23.8.0 to 23.10.0
This contribution was made on Nov 1
vector-im/matrix-content-scanner-python
2 pull requests
-
Fix typechecking
This contribution was made on Nov 24
-
Pin CI to Python 3.11
This contribution was made on Nov 24
Created an issue in matrix-org/synapse that received 2 comments
If an event takes ages to persist it blocks other events from being notified
This is because we assign a stream ordering fairly early on, and we block notifying /sync
streams / replication / etc about later events until the …
2
comments
9
contributions
in private repositories
Nov 1 – Nov 28