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
/
syncapi
/
types
/
types_test.go
Age
Commit message (
Expand
)
Author
2024-01-29
Fix x86 tests (#3317)
Till
2023-09-15
Move pseudoID ClientEvent hotswapping to a common location (#3199)
devonh
2023-08-31
Handle event_format federation in /sync responses (#3192)
devonh
2023-06-12
Cleanup remaining statekey usage for senderIDs (#3106)
devonh
2023-06-06
PDU Sender split (#3100)
devonh
2023-05-02
Use PDU not *Event in HeaderedEvent (#3073)
kegsay
2023-04-27
Remove gmsl.HeaderedEvent (#3068)
kegsay
2023-04-21
Implement new RoomVersionImpl API (#3062)
kegsay
2023-04-20
refactor: funnel event creation through room versions (#3060)
kegsay
2023-04-04
Move GMSL client types to Dendrite (#3045)
kegsay
2022-11-29
Fix `m.receipt`s causing notifications (#2893)
Till
2022-04-06
Add presence module V2 (#2312)
Till
2022-03-03
Implement Push Notifications (#1842)
Dan
2022-01-20
BREAKING: Remove Partitioned Stream Positions (#2096)
kegsay
2021-01-08
Sync refactor — Part 1 (#1688)
Neil Alexander
2020-12-18
More sane next batch handling, typing notification tweaks, give invites their...
Neil Alexander
2020-12-15
De-map device list positions in streaming tokens (#1642)
Neil Alexander
2020-12-10
Refactor sync tokens (#1628)
Neil Alexander
2020-12-02
Top-level setup package (#1605)
Neil Alexander
2020-10-08
Include a stripped version of the invite itself (#1495)
Neil Alexander
2020-07-30
Implement /keys/changes (#1232)
Kegsay
2020-07-29
Add support for logs in StreamingToken (#1229)
Kegsay
2020-05-13
syncapi: Rename and split out tokens (#1025)
Kegsay
2020-01-23
CS API: Support for /messages, fixes for /sync (#847)
Neil Alexander