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
/
storage
/
interface.go
Age
Commit message (
Expand
)
Author
2022-11-01
Optimize history visibility checks (#2848)
Till
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-10-05
Optimise `QuerySharedUsers` so that we can only work on local users (#2766)
Neil Alexander
2022-08-18
State handling tweaks (#2652)
Neil Alexander
2022-08-18
Reprocess rejected input events (#2647)
Neil Alexander
2022-08-01
Optimise checking other servers allowed to see events (#2596)
Neil Alexander
2022-03-09
Fix `GET /directory/list/room/{roomID}` (#2262)
Neil Alexander
2022-03-01
MSC2946: Spaces Summary (round 2) (#2232)
kegsay
2022-03-01
Limit `JoinedUsersSetInRooms` to interested users (#2234)
Neil Alexander
2022-02-23
Relax roomserver input transactional isolation (#2224)
Neil Alexander
2022-02-04
Full roomserver input transactional isolation (#2141)
Neil Alexander
2021-12-09
Return event NID from `StoreEvent`, match PSQL vs SQLite behaviour, tweak bac...
Neil Alexander
2021-11-22
Don't persist transaction IDs in the roomserver (#2048)
Neil Alexander
2021-07-21
Optimise QueryServerJoinedToRoom (#1933)
Neil Alexander
2021-07-09
Add more optimised code path for checking if we're in a room (#1909)
Neil Alexander
2020-11-16
Pass pointers to events — reloaded (#1583)
Neil Alexander
2020-11-05
Implement forgetting about rooms (#1572)
S7evinK
2020-09-16
Implement rejected events (#1426)
Kegsay
2020-09-07
Remove QueryBulkStateContent from current state server (#1404)
Kegsay
2020-09-03
Move currentstateserver API to roomserver (#1387)
Kegsay
2020-09-02
Expand RoomInfo to cover more DB storage functions (#1377)
Kegsay
2020-09-01
Add RoomInfo metadata struct (#1367)
Kegsay
2020-08-20
Roomserver per-room input parallelisation (Postgres) (#1289)
Neil Alexander
2020-08-19
Roomserver updater changes (#1283)
Neil Alexander
2020-07-07
Emit redacted_event from the roomserver when redactions are validated (#1186)
Kegsay
2020-07-02
Replace publicroomsapi with a combination of clientapi/roomserver/currentstat...
Kegsay
2020-06-26
Finish implementing retiring invites (#1166)
Kegsay
2020-05-27
Convert remaining roomserver tables (#1065)
Kegsay
2020-05-20
Use memberships to determine whether to reset latest events/state on room joi...
Neil Alexander
2020-04-28
Implement backfill in the roomserver (#983)
Kegsay
2020-04-24
More invite support (#979)
Neil Alexander
2020-04-24
Use a single storage.Database interface (#978)
Kegsay
2020-04-03
Invites v2 endpoint (#952)
Neil Alexander
2020-03-17
Get room versions from database (#918)
Neil Alexander
2020-03-16
Update room version descriptors, add error handling (#906)
Neil Alexander
2020-03-06
Add peer-to-peer support into Dendrite via libp2p and fetch (#880)
Kegsay