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
/
streams
/
stream_invite.go
Age
Commit message (
Expand
)
Author
2024-10-17
Rename the go package
Quentin Gliech
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-06-14
Merge SenderID & Per Room User Key work (#3109)
devonh
2023-06-12
Cleanup remaining statekey usage for senderIDs (#3106)
devonh
2023-06-06
PDU Sender split (#3100)
devonh
2023-04-19
refactor: update GMSL (#3058)
kegsay
2023-04-04
Move GMSL client types to Dendrite (#3045)
kegsay
2022-11-02
Fix issue where a member is forced to leave a room when the invite is marked ...
Tak Wai Wong
2022-10-21
Fix `invite -> leave -> join` dance when accepting invites (#2817)
Till
2022-10-05
Remove empty fields from `/sync` response (#2755)
Till
2022-10-03
Modify sync transaction behaviour (#2758)
Neil Alexander
2022-09-30
Reset transaction after a failure
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-08-16
Only return non-retired invites (#2643)
Till
2022-04-07
Add possibility to ignore users (#2329)
Till
2021-07-14
bugfix: retire invites even when we cannot talk to the remote server to make/...
kegsay
2021-01-08
Sync refactor — Part 1 (#1688)
Neil Alexander