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
/
api
/
perform.go
Age
Commit message (
Expand
)
Author
2024-02-13
Fix `/createRoom` and `/invite` containing displayname/avatarURL of inviter (...
Till
2024-01-20
Optimize `PrevEventIDs` when getting thousands of backwards extremeties (#3308)
Till
2023-07-06
Add pseudoID compatibility to Invites (#3126)
devonh
2023-06-12
Cleanup remaining statekey usage for senderIDs (#3106)
devonh
2023-05-31
Move Invite logic to GMSL (#3086)
devonh
2023-05-31
Move CreateRoom logic to Roomserver (#3093)
devonh
2023-04-28
Remove `PerformError` (#3066)
Till
2023-04-27
Remove gmsl.HeaderedEvent (#3068)
kegsay
2023-04-19
refactor: update GMSL (#3058)
kegsay
2023-01-19
Add `/_dendrite/admin/purgeRoom/{roomID}` (#2662)
Neil
2022-12-22
Handle guest access [1/2?] (#2872)
Till
2022-11-15
Federation fixes for virtual hosting
Neil Alexander
2022-10-31
Add `/_dendrite/admin/downloadState/{serverName}/{roomID}` admin endpoint
Neil Alexander
2022-10-27
Add AS specific public room list endpoints (#2836)
Till
2022-10-07
Fix issue with DMs shown as normal rooms (#2776)
Till
2022-08-19
Set historyVisibility for backfilled events over federation (#2656)
Till
2022-06-29
Add `evacuateUser` endpoint, use it when deactivating accounts (#2545)
Neil Alexander
2022-04-28
Add `/_dendrite/admin/evacuateRoom/{roomID}` (#2401)
Neil Alexander
2022-04-05
Added /upgrade endpoint (#2307)
David Spenler
2022-02-18
Implement server notices (#2180)
S7evinK
2021-01-22
Peeking over federation via MSC2444 (#1391)
Matthew Hodgson
2020-12-03
Peeking updates (#1607)
Neil Alexander
2020-11-19
MSC2836: Threading - part one (#1589)
Kegsay
2020-11-16
Pass pointers to events — reloaded (#1583)
Neil Alexander
2020-11-05
Implement forgetting about rooms (#1572)
S7evinK
2020-09-10
Peeking via MSC2753 (#1370)
Matthew Hodgson
2020-08-17
Synchronous invites (#1273)
Neil Alexander
2020-07-02
Replace publicroomsapi with a combination of clientapi/roomserver/currentstat...
Kegsay
2020-06-25
Return remote errors from FS.PerformJoin (#1164)
Kegsay
2020-06-24
Make same membership transitions 403, add sytests (#1161)
Kegsay
2020-06-24
Add PerformInvite and refactor how errors get handled (#1158)
Kegsay
2020-06-24
Pass join errors through internal API boundaries (#1157)
Kegsay
2020-06-11
Roomserver API changes (#1118)
Kegsay
2020-06-04
Convert everything but serverkeyapi to inthttp (#1096)
Kegsay
2020-05-26
Miscellaneous fixes (#1060)
Neil Alexander
2020-05-22
Separate muxes for public and internal APIs (#1056)
Neil Alexander
2020-05-21
Fix #897 and shuffle directory around (#1054)
Kegsay
2020-05-04
Roomserver perform join (#1001)
Neil Alexander