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
/
input
Age
Commit message (
Expand
)
Author
2024-12-17
Various fixes in `fetchAuthEvents` (#3447)
Till
2024-12-15
Update dependencies (#3449)
Neil
2024-10-18
Update the license headers to mention the commercial license
Quentin Gliech
2024-10-17
Rename the go package
Quentin Gliech
2024-10-17
Update the copyright headers in all files
Quentin Gliech
2024-02-21
Speed up start up time by batch querying ACL events (#3334)
Till
2024-01-24
Update sentry reporting (#3305)
Till
2023-12-19
Use `AckExplicitPolicy` instead of `AckAllPolicy` (#3288)
Till
2023-11-22
Update ACLs when received as outliers (#3008)
Till
2023-10-25
Check event is not rejected (#3243)
Till
2023-09-15
Update gmsl to use new validated RoomID on PDUs (#3200)
devonh
2023-08-24
[pseudoIDs] More pseudo ID fixes - Part 2 (#3181)
Sam Wedgwood
2023-07-21
Fix event federation with pseudoID rooms (#3156)
devonh
2023-07-07
Add event size checks similar to Synapse (#3140)
Till
2023-07-05
Fix metrics..
Till Faelligen
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-05-31
Move CreateRoom logic to Roomserver (#3093)
devonh
2023-05-24
Drop `reference_sha` column (#3083)
Till
2023-05-09
Move json errors over to gmsl (#3080)
devonh
2023-05-08
Only require room version instead of room info for db.Events() (#3079)
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-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-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-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-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-01-20
AWSY missing federation tests (#2943)
Till
2022-12-22
Handle guest access [1/2?] (#2872)
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-02
Improve logging for `processEventWithMissingState`
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-06
Don't try to talk to ourselves when finding missing events
Neil Alexander
[next]