index
:
slackcoder/dendrite
main
Dendrite is a second-generation Matrix homeserver written in Go
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-09-12
Version 0.9.8
v0.9.8
Neil Alexander
2022-09-12
Fix missing signature check on the `/get_missing_events` response
Neil Alexander
2022-09-12
Update to NATS Server v2.9.0
Neil Alexander
2022-09-12
Update to matrix-org/pinecone@b215925
Neil Alexander
2022-09-12
P2P demo tweaks
Neil Alexander
2022-09-11
Update to matrix-org/gomatrixserverlib@dec87dbaa40700a8c8f7c299c53f911047cf2cb9
Neil Alexander
2022-09-09
Only verify if fulltext indexing is enabled
Till Faelligen
2022-09-09
Version 0.9.7 (#2707)
v0.9.7
Neil Alexander
2022-09-09
Optimise `SharedUsers` again by using complete composite index
Neil Alexander
2022-09-09
Optimise shared users query in Synx API slightly by removing a potential sort
Neil Alexander
2022-09-09
Fix database transaction for keyserver `DeleteDeviceKeys`
Neil Alexander
2022-09-09
Fix transactions around assigning NIDs
Neil Alexander
2022-09-09
Change detection of already executed migrations (#2665)
Till
2022-09-09
More writer fixes in the Sync API
Neil Alexander
2022-09-09
Use database writer in user API `DeleteOldNotifications`
Neil Alexander
2022-09-09
Update getting pushrules, add tests, tweak pushrules (#2705)
Till
2022-09-08
Fix issue with stale device lists (#2702)
Till
2022-09-07
Fulltext implementation incl. config (#2480)
Till
2022-09-07
Use a single context instead
Neil Alexander
2022-09-07
Update state reset capture to Sentry
Neil Alexander
2022-09-07
Add HTTP status code to FederationClientError (#2699)
Till
2022-09-07
Avoid unneeded JSON operations (#2698)
Till
2022-09-07
Re-add waitTime if we're not blacklisted and no RetryAfter was
Till Faelligen
2022-09-07
Add a SigningKeyUpdate producer (#2697)
Till
2022-09-07
Handle errors differently in the `DeviceListUpdater` (#2695)
Till
2022-09-07
Update to matrix-org/gomatrixserverlib@637a173
Neil Alexander
2022-09-06
Stronger default power levels
Neil Alexander
2022-09-06
State resolution fixes in `applyAndAuthEvent` (update to matrix-org/gomatrixs...
Neil Alexander
2022-09-05
Tweak Sentry again
Neil Alexander
2022-09-05
Set Sentry user where known
Neil Alexander
2022-09-05
Improve Sentry reporting
Neil Alexander
2022-09-05
Tweak logging for detected state resets
Neil Alexander
2022-09-05
State and auth tweaks (update to matrix-org/gomatrixserverlib#335)
Neil Alexander
2022-09-05
Optimise `resolve-state` tool
Neil Alexander
2022-09-05
Move `SetLatestEvents` call
Neil Alexander
2022-09-02
Only send (invite) events to the AS if it's interested in it (#2692)
Till
2022-09-01
Update P2P demos
Neil Alexander
2022-09-01
Version 0.9.6 (#2689)
v0.9.6
Neil Alexander
2022-09-01
Configuration tweaks (#2567)
Neil Alexander
2022-09-01
Refactor appservices component (#2687)
Neil Alexander
2022-08-31
Allow batching in `JetStreamConsumer` (#2686)
Neil Alexander
2022-08-31
Pinecone standalone refactoring (#2685)
Neil Alexander
2022-08-30
Check for `"creator"` field in `m.room.create` during event auth (update to m...
Neil Alexander
2022-08-30
Index on `syncapi_send_to_device` table (#2684)
PiotrKozimor
2022-08-30
Set the notification count when sending push notifications (#2683)
Till
2022-08-30
Use existing limit instead of default limit when lazy loading members (#2682)
Till
2022-08-30
Fix race condition on startup (#2679)
Till
2022-08-30
Fix the Cat Overflow bug (update to matrix-org/gomatrixserverlib@2020bdc)
Neil Alexander
2022-08-29
Log roomserver error
Till Faelligen
2022-08-29
Race in keyserver intialization (#2619)
Brian Meek
[next]