Jonas Platte
|
fe744c856f
|
Upgrade ruma
… and refactor push rule code along the way.
|
2021-04-06 17:38:53 +02:00 |
Timo Kösters
|
363c629faf
|
fix: signature key fetching, optimize push sending
|
2021-03-22 14:04:41 +01:00 |
Timo Kösters
|
44425a903a
|
fix: multiple federation/pusher fixes
|
2021-03-16 18:00:46 +01:00 |
Timo Kösters
|
21f785d530
|
Merge branch 'correct-sendtxn' into pushers
|
2021-03-15 09:56:04 +01:00 |
Devin Ragotzy
|
d0df8b495c
|
Merge remote-tracking branch 'upstream/master' into correct-sendtxn
|
2021-03-04 08:39:16 -05:00 |
Rudi Floren
|
231c6032f4
|
Make clippy happy (needless-return, etc.)
|
2021-03-04 12:35:12 +00:00 |
Timo Kösters
|
4155a47db1
|
feat: opentelemetry/jaeger support
|
2021-03-02 15:08:54 +01:00 |
Devin Ragotzy
|
74d530ae0e
|
Address review issues, fix forward extremity calc
Keep track of all prev_events since if we know that an event is a
prev_event it is referenced and does not qualify as a forward extremity.
|
2021-02-23 17:21:01 -05:00 |
Devin Ragotzy
|
e4dc7ea8ac
|
Prevent admin room from recursively spamming itself and user -> user
|
2021-01-30 11:52:48 -05:00 |
Devin Ragotzy
|
2d69e81699
|
WIP: send out push notification, impl pusher routes
It seems in order to test this I may also have to impl the email 3pid
route? I need to call the set_pusher route somehow.
|
2021-01-29 21:48:09 -05:00 |
Devin Ragotzy
|
a0ecd76e21
|
Run cargo fmt using nightly
|
2021-01-29 21:48:09 -05:00 |
Timo Kösters
|
265fab843a
|
feature: push rule settings
|
2021-01-28 20:47:19 +01:00 |
Timo Kösters
|
a119d858f3
|
feature: push rule settings
|
2021-01-24 16:07:49 +01:00 |
Timo Kösters
|
6dbe195695
|
improvement: flush after every request that manipulates the db
|
2020-10-23 14:38:07 +02:00 |
Timo Kösters
|
f0a21b6165
|
fix: use device_id when registering
TIL body.device_id != (*body).device_id, which is pretty bad, so I
renamed body.device_id to body.sender_device
|
2020-10-18 21:51:28 +02:00 |
timokoesters
|
c1c62b7eb4
|
refactor: put endpoints into modules
|
2020-07-30 18:34:03 +02:00 |