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
/
internal
Age
Commit message (
Expand
)
Author
2023-04-27
Add some roomserver UTs (#3067)
Till
2023-04-21
Implement new RoomVersionImpl API (#3062)
kegsay
2023-04-20
refactor: funnel event creation through room versions (#3060)
kegsay
2023-04-19
refactor: update GMSL (#3058)
kegsay
2023-04-14
Remove event building duplication & push to GMSL (#3056)
devonh
2023-04-14
Update GMSL: use static Check functions (#3052)
kegsay
2023-04-06
refactor: use latest GMSL which splits fed client from matrix room logic (#3051)
kegsay
2023-04-04
Move GMSL client types to Dendrite (#3045)
kegsay
2023-04-03
Add tests for `/turnServer`, `/capabilities` and `/3pid/` (#3038)
Till
2023-03-27
Add tests for the Dendrite admin APIs (#3028)
Till
2023-03-22
Remove `BaseDendrite` (#3023)
Till
2023-03-17
Preparations for removing `BaseDendrite` (#3016)
Till
2023-03-13
Add basic runtime tracing (#2996)
Till
2023-03-07
Fix invalid roomNID returned
Till Faelligen
2023-03-06
Actually ignore the error if we were able to backfill events
Till Faelligen
2023-03-03
Make redaction check easier to read (#2995)
Till
2023-03-01
Refactor `StoreEvent`, add `MaybeRedactEvent`, create an `EventDatabase` (#2989)
Till
2023-02-24
Refactor `StoreEvent` and create a new `RoomDatabase` interface (#2985)
Till
2023-02-07
Optimize `/sync` and history visibility (#2961)
Till
2023-02-03
Add Sytest/Complement coverage to scheduled runs (#2962)
Till
2023-01-20
AWSY missing federation tests (#2943)
Till
2023-01-19
Add `/_dendrite/admin/purgeRoom/{roomID}` (#2662)
Neil
2023-01-05
Fix backfilling (#2926)
Till
2022-12-22
Handle guest access [1/2?] (#2872)
Till
2022-12-12
Cleanup stale device lists for users we don't share a room with anymore (#2857)
Till
2022-11-15
Don't get blacklisted hosts when querying joined servers (#2880)
Neil Alexander
2022-11-15
Federation fixes for virtual hosting
Neil Alexander
2022-11-14
Handle remote room upgrades (#2866)
Till
2022-11-11
Fix oops, add simple UT
Till Faelligen
2022-11-02
Improve logging for `processEventWithMissingState`
Neil Alexander
2022-11-01
Optimize history visibility checks (#2848)
Till
2022-10-31
Add `/_dendrite/admin/downloadState/{serverName}/{roomID}` admin endpoint
Neil Alexander
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-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-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-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-12
Fix missing signature check on the `/get_missing_events` response
Neil Alexander
2022-09-07
Use a single context instead
Neil Alexander
2022-09-07
Update state reset capture to Sentry
Neil Alexander
[next]