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
path:
root
/
roomserver
Age
Commit message (
Expand
)
Author
2022-11-02
Improve logging for `processEventWithMissingState`
Neil Alexander
2022-11-01
Fix SQLite `roomserver_published` migration
Neil Alexander
2022-11-01
Optimize history visibility checks (#2848)
Till
2022-11-01
Move code for calculating auth difference into GMSL
Neil Alexander
2022-10-31
Add `/_dendrite/admin/downloadState/{serverName}/{roomID}` admin endpoint
Neil Alexander
2022-10-27
Fix upgrade appservices
Till Faelligen
2022-10-27
Add AS specific public room list endpoints (#2836)
Till
2022-10-26
Initial support for multiple server names (#2829)
Neil Alexander
2022-10-26
Add support for config "auto_join_rooms" (#2823)
Neboer
2022-10-14
Set inactivity threshold on durable consumers in the roomserver input API (#2...
Neil Alexander
2022-10-14
Fix `outliers whose auth_events are in a different room are correctly rejecte...
Till
2022-10-11
Fix `/get_missing_events` for rooms with `joined`/`invited` history_visibilit...
Till
2022-10-07
Fix issue with DMs shown as normal rooms (#2776)
Till
2022-10-07
Revert "tDatabase transaction tweaks in roomserver"
Neil Alexander
2022-10-07
tDatabase transaction tweaks in roomserver
Neil Alexander
2022-10-06
Don't try to talk to ourselves when finding missing events
Neil Alexander
2022-10-05
Optimise `QuerySharedUsers` so that we can only work on local users (#2766)
Neil Alexander
2022-10-05
Add `RoomEventType` nats.Header to avoid unneeded unmarshalling (#2765)
Till
2022-10-04
Don't perform a federated join after invite if we are already joined to the r...
Neil Alexander
2022-09-26
Remove `origin` field from PDUs (#2737)
Neil Alexander
2022-09-16
Ensure that all state event IDs are included in the `added` section when rewr...
Neil Alexander
2022-09-14
Revert 482914aef4a7d637a8c468d46904fde9f478b5d1
Neil Alexander
2022-09-13
Use `AckNone` on the ephemeral room input consumer
Neil Alexander
2022-09-13
Tweak `LoadMembershipAtEvent` behaviour when state not known (#2716)
Neil Alexander
2022-09-13
Always resolve state in `QueryStateAfterEvents`
Neil Alexander
2022-09-13
Check unique constraint errors when manually inserting migrations (#2712)
Till
2022-09-12
Fix missing signature check on the `/get_missing_events` response
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-07
Use a single context instead
Neil Alexander
2022-09-07
Update state reset capture to Sentry
Neil Alexander
2022-09-05
Improve Sentry reporting
Neil Alexander
2022-09-05
Tweak logging for detected state resets
Neil Alexander
2022-09-05
Move `SetLatestEvents` call
Neil Alexander
2022-08-25
Remove a couple unnecessary Sentry captures from backfill
Neil Alexander
2022-08-25
Tweak logging and Sentry reporting for roomserver input
Neil Alexander
2022-08-25
Fix 500s on `/state`, `/state_ids` when state not known (#2672)
Neil Alexander
2022-08-24
Allow un-rejecting events on reprocessing
Neil Alexander
2022-08-23
Detect `types.MissingStateError` in `CheckServerAllowedToSeeEvent` (#2667)
Neil Alexander
2022-08-22
Tweak soft-failure handling in roomserver
Neil Alexander
2022-08-19
Set historyVisibility for backfilled events over federation (#2656)
Till
2022-08-18
State handling tweaks (#2652)
Neil Alexander
2022-08-18
Reprocess rejected input events (#2647)
Neil Alexander
2022-08-12
Show/hide users in user directory (#2637)
Till
2022-08-11
Restore the room version cache in the roomserver internal API HTTP client
Neil Alexander
2022-08-11
Implement history visibility on `/messages`, `/context`, `/sync` (#2511)
Till
2022-08-11
Set default room version to 9
Neil Alexander
2022-08-11
Generic-based internal HTTP API (#2626)
Neil Alexander
2022-08-08
Fix issues with migrations not getting executed (#2628)
Till
2022-08-05
Fix linter issues (#2624)
Till
[next]