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
/
federationapi
Age
Commit message (
Expand
)
Author
2023-05-02
Use PDU not *Event in HeaderedEvent (#3073)
kegsay
2023-04-28
Remove `PerformError` (#3066)
Till
2023-04-27
Pass RoomID to gmsl.PerformJoin
Devon Hudson
2023-04-27
Use PDU interface (#3070)
kegsay
2023-04-27
Remove gmsl.HeaderedEvent (#3068)
kegsay
2023-04-27
Add some roomserver UTs (#3067)
Till
2023-04-27
Move high level room joining logic to GMSL (#3065)
devonh
2023-04-24
Move fedclient interface over to gmsl (#3061)
devonh
2023-04-24
Use IRoomVersion (#3064)
kegsay
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
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-03
Add user profile tests, refactor user API methods (#3030)
Till
2023-03-23
Move every `db.Prepare` to `sqlutil.Statementlist`, remove trace driver (#3026)
Till
2023-03-22
Remove `BaseDendrite` (#3023)
Till
2023-03-17
Preparations for removing `BaseDendrite` (#3016)
Till
2023-03-01
Refactor `StoreEvent`, add `MaybeRedactEvent`, create an `EventDatabase` (#2989)
Till
2023-02-20
Merge keyserver & userapi (#2972)
Till
2023-02-14
Remove polylith/API mode (#2967)
Till
2023-01-28
Relay integration to pinecone demos (#2955)
devonh
2023-01-23
Initial Store & Forward Implementation (#2917)
devonh
2023-01-20
Make tests more reliable (#2948)
Till
2023-01-19
Add `/_dendrite/admin/purgeRoom/{roomID}` (#2662)
Neil
2023-01-17
`/sync` performance optimizations (#2927)
Till
2023-01-12
Always initialize statistics server map
Devon Hudson
2022-12-22
More flakey tests
Till Faelligen
2022-12-22
Fix flakey test
Till Faelligen
2022-12-22
Add federation peeking table tests (#2920)
Till
2022-12-06
Fix issue with sending presence events to invalid servers
Till Faelligen
2022-12-05
Enable/Disable internal metrics (#2899)
Till
2022-11-18
Fix registration for virtual hosting
Neil Alexander
2022-11-18
Add p2p wakeup broadcast handling to pinecone demos (#2841)
devonh
2022-11-17
Try that again
Neil Alexander
2022-11-17
Fix `/key/v2/server`, add HTTP `Host` matching
Neil Alexander
2022-11-16
Fix bug in a2f72dd9
Neil Alexander
2022-11-16
Fix slice out of bounds in federation API
Neil Alexander
2022-11-16
Virtual host server name workaround
Neil Alexander
2022-11-16
Tweak `/key/v2/server`
Neil Alexander
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-11
Virtual hosting schema and logic changes (#2876)
Neil Alexander
2022-11-11
Send presence to newly added servers (#2869)
Till
2022-11-04
Send presence to joined hosts only (#2858)
Till
2022-10-27
Refactor `claimRemoteKeys`
Neil Alexander
2022-10-27
Add AS specific public room list endpoints (#2836)
Till
2022-10-26
Associate events in db before queueing them to send (#2833)
devonh
2022-10-26
Update federation API consumers
Neil Alexander
2022-10-26
Initial support for multiple server names (#2829)
Neil Alexander
[next]