Till
|
e9deb5244e
|
Fix /createRoom and /invite containing displayname/avatarURL of inviter (#3326)
Fixes #3324
|
2024-02-13 19:28:52 +01:00 |
|
Till
|
05a8f1ede3
|
Support for room version v11 (#3204)
Fixes #3203
|
2023-09-27 08:27:08 +02:00 |
|
Sam Wedgwood
|
af13fa1c75
|
[pseudoIDs] Fixes for room alias tests (#3159)
Some (deceptively) simple fixes for some bugs that caused room alias
tests to fail (sytext `tests/30rooms/05aliases.pl`). Each commit has
details about what it fixes.
Sytest results:
- Sytest before (79d4a0e ):
https://gist.github.com/swedgwood/972ac4ef93edd130d3db0930703d6c82
- Sytest after (4b09bed):
https://gist.github.com/swedgwood/504b00ac4ee892acb757b7fac55fa28a
Room aliases go from `8/15` to `15/15`, but looks like these fixes also
managed to fix about `4` other tests, which is a nice bonus :)
Signed-off-by: `Sam Wedgwood <sam@wedgwood.dev>`
|
2023-07-31 14:39:41 +01:00 |
|
devonh
|
d507c5fc95
|
Add pseudoID compatibility to Invites (#3126)
|
2023-07-06 15:15:24 +00:00 |
|
Till
|
23cd7877a1
|
Add MXIDMapping for pseudoID rooms (#3112)
Add `MXIDMapping` on membership events when
creating/joining rooms.
|
2023-06-28 20:29:49 +02:00 |
|
Devon Hudson
|
5aaa539e3e
|
Fix senderID/key conversions
|
2023-06-14 16:42:09 +01:00 |
|
devonh
|
e4665979bf
|
Merge SenderID & Per Room User Key work (#3109)
|
2023-06-14 14:23:46 +00:00 |
|
Till
|
2c87972a3a
|
Create user room key if needed (#3108)
|
2023-06-13 14:19:31 +02:00 |
|
devonh
|
77d9e4e93d
|
Cleanup remaining statekey usage for senderIDs (#3106)
|
2023-06-12 11:19:25 +00:00 |
|
devonh
|
8ea1a11105
|
Use SenderID Type (#3105)
|
2023-06-07 17:14:35 +00:00 |
|
devonh
|
7a1fd7f512
|
PDU Sender split (#3100)
Initial cut of splitting PDU Sender into SenderID & looking up UserID where required.
|
2023-06-06 20:55:18 +00:00 |
|
devonh
|
ea6b368ad4
|
Move Invite logic to GMSL (#3086)
This is both the federation receiving & sending side logic (which were
previously entangeld in a single function)
|
2023-05-31 16:33:49 +00:00 |
|
devonh
|
cbdc601f1b
|
Move CreateRoom logic to Roomserver (#3093)
Move create room logic over to roomserver.
|
2023-05-31 15:27:08 +00:00 |
|