1
0
Fork 0
mirror of https://github.com/matrix-org/dendrite.git synced 2025-03-19 08:04:28 -05:00
Commit graph

8 commits

Author SHA1 Message Date
devonh 77d9e4e93d
Cleanup remaining statekey usage for senderIDs () 2023-06-12 11:19:25 +00:00
devonh 7a1fd7f512
PDU Sender split ()
Initial cut of splitting PDU Sender into SenderID & looking up UserID where required.
2023-06-06 20:55:18 +00:00
kegsay 1432743d1a
Use PDU in more places () 2023-04-28 16:00:22 +01:00
kegsay 3691423626
Move GMSL client types to Dendrite ()
GMSL is intended for Federation only. Sister PR to
https://github.com/matrix-org/gomatrixserverlib/pull/357
2023-04-04 17:16:53 +00:00
Till 5e85a00cb3
Remove BaseDendrite ()
Removes `BaseDendrite` to, hopefully, make testing and composing of
components easier in the future.
2023-03-22 09:21:32 +01:00
Till 5579121c6f
Preparations for removing BaseDendrite ()
Preparations to actually remove/replace `BaseDendrite`.
Quite a few changes:
- SyncAPI accepts an `fulltext.Indexer` interface (fulltext is removed
from `BaseDendrite`)
- Caches are removed from `BaseDendrite`
- Introduces a `Router` struct (likely to change)
  - also fixes 
- Introduces a `sqlutil.ConnectionManager`, which should remove
`base.DatabaseConnection` later on
- probably more
2023-03-17 11:09:45 +00:00
Till 4594233f89
Merge keyserver & userapi ()
As discussed yesterday, a first draft of merging the keyserver and the
userapi.
2023-02-20 14:58:03 +01:00
Till 0351618ff4
Add UserAPI util tests ()
This adds some `userapi/util` tests.
2022-12-08 08:24:24 +01:00