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
2024-03-22
Add getting/deleting single event report (#3344)
Till
2024-03-22
Add `/_synapse/admin/v1/event_reports` endpoint (#3342)
Till
2024-03-21
Add event reporting (#3340)
Till
2024-03-05
Query rooms with ACLs instead of all rooms (#3338)
Till
2023-08-15
[pseudoID] More pseudo ID fixes (#3167)
Sam Wedgwood
2023-06-28
Add `MXIDMapping` for pseudoID rooms (#3112)
Till
2023-06-14
Merge SenderID & Per Room User Key work (#3109)
devonh
2023-06-13
Add `AssignRoomNID` to pre-assign roomNIDs (#3111)
Till
2023-06-12
Cleanup remaining statekey usage for senderIDs (#3106)
devonh
2023-06-12
Add initial support for storing user room keys (#3098)
Till
2023-06-07
Use SenderID Type (#3105)
devonh
2023-06-06
PDU Sender split (#3100)
devonh
2023-05-24
Drop `reference_sha` column (#3083)
Till
2023-05-08
Only require room version instead of room info for db.Events() (#3079)
devonh
2023-05-02
Use PDU not *Event in HeaderedEvent (#3073)
kegsay
2023-04-28
Remove `PerformError` (#3066)
Till
2023-04-27
Use PDU interface (#3070)
kegsay
2023-04-27
Remove gmsl.HeaderedEvent (#3068)
kegsay
2023-04-19
refactor: update GMSL (#3058)
kegsay
2023-03-03
Make redaction check easier to read (#2995)
Till
2023-03-01
Refactor `StoreEvent`, add `MaybeRedactEvent`, create an `EventDatabase` (#2989)
Till
2023-02-24
Refactor `StoreEvent` and create a new `RoomDatabase` interface (#2985)
Till
2023-02-07
Optimize `/sync` and history visibility (#2961)
Till
2023-01-19
Add `/_dendrite/admin/purgeRoom/{roomID}` (#2662)
Neil
2022-12-12
Cleanup stale device lists for users we don't share a room with anymore (#2857)
Till
2022-11-14
Handle remote room upgrades (#2866)
Till
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
[next]