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
2024-07-27
Don't bother hitting the DB if we got everything from cache (#3376)
Till
2024-05-01
Take advantage of changes in recent Go versions (#3361)
0x1a8510f2
2024-04-09
Don't attempt to send transactions if Dendrite is shutting down (#3356)
Till
2024-03-28
Fix spaces over federation (#3347)
Till
2024-02-28
Make usage of relays optional, avoid DB roundtrips (#3337)
Till
2024-01-24
Update sentry reporting (#3305)
Till
2024-01-20
Optimize `PrevEventIDs` when getting thousands of backwards extremeties (#3308)
Till
2024-01-08
Fix notary keys requests for all keys (#3296)
Till
2023-11-22
Update ACLs when received as outliers (#3008)
Till
2023-11-22
Add `keydb_server_keys` table tests (#3270)
Till
2023-11-09
Use `IsBlacklistedOrBackingOff` to determine if we should try to fetch device...
Till
2023-11-09
More `rows.Close()` and `rows.Err()` (#3262)
Till
2023-09-15
Update gmsl to use new validated RoomID on PDUs (#3200)
devonh
2023-08-15
[pseudoID] More pseudo ID fixes (#3167)
Sam Wedgwood
2023-08-02
Use `*spec.SenderID` for `QuerySenderIDForUser` (#3164)
Sam Wedgwood
2023-07-20
de-MSC-ifying space summaries (MSC2946) (#3134)
helm-dendrite-0.13.1
Sam Wedgwood
2023-07-19
Use pointer when passing the connection manager around (#3152)
Till
2023-07-18
Extend context timeout on send_join to allow for joining complex rooms (#3153)
devonh
2023-07-14
Don't HTTP500 if a profile does't exist
Till Faelligen
2023-07-14
Avoid panic due to being unable to query the userID
Till Faelligen
2023-07-06
Add pseudoID compatibility to Invites (#3126)
devonh
2023-06-28
Add `MXIDMapping` for pseudoID rooms (#3112)
Till
2023-06-14
Merge SenderID & Per Room User Key work (#3109)
devonh
2023-06-12
Cleanup remaining statekey usage for senderIDs (#3106)
devonh
2023-06-07
Use SenderID Type (#3105)
devonh
2023-06-06
PDU Sender split (#3100)
devonh
2023-06-06
Make `StrictValidityChecking` a function (#3092)
Till
2023-05-31
Move Invite logic to GMSL (#3086)
devonh
2023-05-31
Move CreateRoom logic to Roomserver (#3093)
devonh
2023-05-23
Move `MakeLeave` to GMSL (#3085)
Till
2023-05-19
Move SendJoin logic to GMSL (#3084)
devonh
2023-05-17
Move MakeJoin logic to GMSL (#3081)
devonh
2023-05-09
Move json errors over to gmsl (#3080)
devonh
2023-05-04
Use ProtoEvent where needed instead of EventBuilder (#3075)
kegsay
2023-05-03
Use PDU in even more places (#3074)
kegsay
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
[next]