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
Age
Commit message (
Expand
)
Author
2023-11-08
Fix potential connection leak (#3247)
Till
2023-09-15
Move pseudoID ClientEvent hotswapping to a common location (#3199)
devonh
2023-09-15
Update gmsl to use new validated RoomID on PDUs (#3200)
devonh
2023-08-31
Handle event_format federation in /sync responses (#3192)
devonh
2023-08-15
[pseudoID] More pseudo ID fixes (#3167)
Sam Wedgwood
2023-07-13
Tweaks around `/messages` (#3149)
Till
2023-07-08
Avoid loops by setting end to an empty string if start == end (#3146)
Till
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-02
Fix newly found linter issues (#3099)
Till
2023-05-17
Move MakeJoin logic to GMSL (#3081)
devonh
2023-05-09
Move json errors over to gmsl (#3080)
devonh
2023-05-02
Use PDU not *Event in HeaderedEvent (#3073)
kegsay
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-03-27
Add `/search` tests (#3025)
Till
2023-03-17
Preparations for removing `BaseDendrite` (#3016)
Till
2023-03-01
Refactor `StoreEvent`, add `MaybeRedactEvent`, create an `EventDatabase` (#2989)
Till
2023-02-07
Optimize `/sync` and history visibility (#2961)
Till
2023-01-17
`/sync` performance optimizations (#2927)
Till
2023-01-17
Omit state field from `/messages` response if empty (#2940)
Umar Getagazov
2022-11-15
Federation fixes for virtual hosting
Neil Alexander
2022-11-11
Deny guest access on several endpoints (#2873)
Till
2022-11-02
Don't limit `"state"` (#2849)
Neil Alexander
2022-11-01
return required room_id field in /members (#2846)
ash lea
2022-10-27
Fix /members (#2837)
Till
2022-10-25
Return forbidden if not a member anymore (fix #2802)
Till Faelligen
2022-10-25
Filter `/members`, return members at given point (#2827)
Till
2022-10-24
Get messages from before user left the room (#2824)
Till
2022-10-13
Event relations (#2790)
Neil Alexander
2022-10-10
Move /event to the SyncAPI (#2782)
Till
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-19
Set historyVisibility for backfilled events over federation (#2656)
Till
2022-08-11
Implement history visibility on `/messages`, `/context`, `/sync` (#2511)
Till
2022-08-05
Invalidate lazyLoadCache if we're doing an initial sync (#2623)
Till
2022-08-05
Do not use `ioutil` as it is deprecated (#2625)
Neil Alexander
2022-08-05
Fix linter issues (#2624)
Till
2022-07-18
History visibility database changes (#2533)
Till
2022-07-01
Try to fix backfilling (#2548)
Till
2022-06-29
Don't return `end` if there are not more messages (#2542)
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
[next]