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
/
routing
/
context.go
Age
Commit message (
Expand
)
Author
2023-08-15
[pseudoID] More pseudo ID fixes (#3167)
Sam Wedgwood
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-17
Move MakeJoin logic to GMSL (#3081)
devonh
2023-05-09
Move json errors over to gmsl (#3080)
devonh
2023-04-28
Use PDU in more places (#3072)
kegsay
2023-04-27
Remove gmsl.HeaderedEvent (#3068)
kegsay
2023-04-19
refactor: update GMSL (#3058)
kegsay
2023-04-04
Move GMSL client types to Dendrite (#3045)
kegsay
2023-02-07
Optimize `/sync` and history visibility (#2961)
Till
2022-11-02
Don't limit `"state"` (#2849)
Neil Alexander
2022-09-30
Fix broken `/sync` due to transaction error
Neil Alexander
2022-09-30
Transactional isolation for `/sync` (#2745)
Neil Alexander
2022-09-27
Fulltext implementation using Bleve (#2675)
Till
2022-08-11
Implement history visibility on `/messages`, `/context`, `/sync` (#2511)
Till
2022-07-01
Try to fix backfilling (#2548)
Till
2022-06-13
Handle state before, send history visibility in output (#2532)
Neil Alexander
2022-05-11
Add RoomExists flag to QueryMembershipForUser (#2450)
kegsay
2022-05-06
Move LL cache (#2429)
Till
2022-05-05
syncapi: define specific interfaces for internal HTTP communications (#2416)
kegsay
2022-04-22
Reuse the existing lazyload cache on /context and /messages (#2367)
Till
2022-04-11
Correctly use provided filters (#2339)
Till
2022-03-14
Fix /context with lazy_load_members (#2277)
S7evinK
2022-03-03
Return 404 if event given to `/context` was not found (#2245)
Neil Alexander
2022-03-01
Return state on calls to /message and lazy load members (#2218)
S7evinK
2022-02-21
Fix logic error on context history visibility (#2211)
Neil Alexander
2022-02-21
Implement `/context` (#2207)
S7evinK