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
/
sqlite3
Age
Commit message (
Expand
)
Author
2024-11-14
Fix linting
Till Faelligen
2024-10-18
Update the license headers to mention the commercial license
Quentin Gliech
2024-10-17
Rename the go package
Quentin Gliech
2024-10-17
Update the copyright headers in all files
Quentin Gliech
2024-09-10
Speed up purging rooms (#3381)
Till
2024-07-27
Fix nil pointer derefernce issues (#3379)
Till
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-11-09
More `rows.Close()` and `rows.Err()` (#3262)
Till
2023-08-15
[pseudoID] More pseudo ID fixes (#3167)
Sam Wedgwood
2023-07-19
Use pointer when passing the connection manager around (#3152)
Till
2023-06-28
Add `MXIDMapping` for pseudoID rooms (#3112)
Till
2023-06-14
Fix senderID/key conversions
Devon Hudson
2023-06-14
Merge SenderID & Per Room User Key work (#3109)
devonh
2023-06-12
Add initial support for storing user room keys (#3098)
Till
2023-05-30
Add tests for the `UpDropEventReferenceSHAPrevEvents` migration (#3087)
Till
2023-05-24
Drop `reference_sha` column (#3083)
Till
2023-04-27
Remove gmsl.HeaderedEvent (#3068)
kegsay
2023-04-19
refactor: update GMSL (#3058)
kegsay
2023-03-17
Preparations for removing `BaseDendrite` (#3016)
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-01
Fix SQLite `roomserver_published` migration
Neil Alexander
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-09-13
Check unique constraint errors when manually inserting migrations (#2712)
Till
2022-09-09
Change detection of already executed migrations (#2665)
Till
2022-08-24
Allow un-rejecting events on reprocessing
Neil Alexander
2022-08-23
Detect `types.MissingStateError` in `CheckServerAllowedToSeeEvent` (#2667)
Neil Alexander
2022-08-18
State handling tweaks (#2652)
Neil Alexander
2022-08-18
Reprocess rejected input events (#2647)
Neil Alexander
2022-08-08
Fix issues with migrations not getting executed (#2628)
Till
2022-08-01
De-race `types.RoomInfo` (#2600)
Neil Alexander
2022-08-01
Optimise checking other servers allowed to see events (#2596)
Neil Alexander
2022-07-25
Update database migrations, remove goose (#2264)
Till
2022-07-22
Try to fix HTTP 500s on `/members` (#2581)
Neil Alexander
2022-07-22
Membership updater refactoring (#2541)
Neil Alexander
2022-07-05
Fix QuerySharedUsers for the SyncAPI keychange consumer (#2554)
Till
2022-05-16
Add roomserver tests (3/4) (#2447)
Till
2022-05-10
Add roomserver tests (2/?) (#2445)
Till
2022-05-09
Add roomserver tests (1/?) (#2434)
Till
2022-05-03
Global database connection pool (for monolith mode) (#2411)
Neil Alexander
2022-03-24
Fix lint errors
Neil Alexander
[next]