Jonas Platte
|
aba95b20f3
|
Upgrade Ruma
|
2021-12-23 17:40:42 +01:00 |
|
Jonas Platte
|
0183d003d0
|
Revert rename of Ruma<_> parameters
|
2021-12-15 13:58:25 +01:00 |
|
Jonas Platte
|
bffddbd487
|
Simplify identifier parsing code
|
2021-12-15 13:00:37 +01:00 |
|
Jonas Platte
|
892a0525f2
|
Upgrade Ruma
|
2021-12-15 13:00:37 +01:00 |
|
Nyaaori
|
484a044b50
|
Remove device_one_time_keys_count from is_empty() sync checks, fixing sync issue as reported by Nekron
|
2021-10-15 23:17:08 +00:00 |
|
Timo Kösters
|
e88929e154
|
Merge branch 'nyaaori/fix-otk-reporting' into 'next'
Always send device_one_time_keys_count, fixing #178
Closes #169 and #178
See merge request famedly/conduit!213
|
2021-10-15 13:01:52 +00:00 |
|
Nyaaori
|
d996d1b0e6
|
Always send device_one_time_keys_count, fixing #178
|
2021-10-15 12:38:20 +00:00 |
|
Jonas Platte
|
91afa1e0e0
|
Make Result alias usable with any error type
|
2021-10-13 12:25:58 +02:00 |
|
Jonas Platte
|
f2ef5677e0
|
Reduce turbofish usage
Should make the code a little bit easier to read.
|
2021-10-13 12:25:58 +02:00 |
|
Jonas Platte
|
09895a20c8
|
Upgrade Ruma
Co-authored-by: Timo Kösters <timo@koesters.xyz>
|
2021-10-13 10:16:45 +02:00 |
|
Timo Kösters
|
8518d59a0b
|
Merge branch 'clippy' into 'master'
Fix a bunch of clippy lints
See merge request famedly/conduit!178
|
2021-09-01 10:47:23 +00:00 |
|
Jonas Platte
|
a6bb9bbe68
|
Fix a bunch of clippy lints
|
2021-08-31 21:20:03 +02:00 |
|
Timo Kösters
|
b9eb39a9c6
|
docs: documentation for every endpoint
|
2021-08-31 19:20:34 +02:00 |
|
Timo Kösters
|
632a1343eb
|
fix: make appservices more efficient
|
2021-08-29 20:00:43 +02:00 |
|
Timo Kösters
|
afca61fe7c
|
fix: don't retry soft failed events
|
2021-08-28 11:39:33 +02:00 |
|
Timo Kösters
|
41d07be97b
|
improvement: persist cached auth chains in db
|
2021-08-26 14:19:08 +02:00 |
|
Timo Kösters
|
bef4fe50ce
|
fix: better migration, force e2ee device key updates
|
2021-08-26 14:19:08 +02:00 |
|
Timo Kösters
|
9152b877a7
|
fix: wrong soft fail check, too many events in /sync state response
|
2021-08-26 14:19:07 +02:00 |
|
Timo Kösters
|
81e056417c
|
improvement: better e2ee over fed, faster incoming event handling
|
2021-08-24 19:52:05 +02:00 |
|
Timo Kösters
|
3eabaa2a95
|
finish implementing better state store
|
2021-08-13 19:49:16 +02:00 |
|
Timo Kösters
|
0eeba86b32
|
fix: improve locks
|
2021-08-03 11:17:39 +02:00 |
|
Timo Kösters
|
bd63797213
|
improvement: make better use of sqlite connections
|
2021-08-03 10:24:14 +02:00 |
|
Timo Kösters
|
5e924227b6
|
feat: add threadpool for iterator threads, bug fixes, tracing_flame support
|
2021-07-29 08:49:28 +02:00 |
|
Timo Kösters
|
1587f2cd52
|
fix: check events in timeline (not only state) for member changes
|
2021-07-21 09:39:54 +02:00 |
|
Timo Kösters
|
68cc743f2a
|
fix: use get_auth_chain method more often
|
2021-07-20 18:45:21 +02:00 |
|
Timo Kösters
|
56e5d5e3d2
|
fix: add warning for strange bug
|
2021-07-20 18:38:17 +02:00 |
|
Timo Kösters
|
cfaa900e83
|
improvement: auth chain cache
|
2021-07-20 15:25:16 +02:00 |
|
Timo Kösters
|
f5273f7eb1
|
improvement: upgrade ruma and implement blurhashes
|
2021-07-20 15:25:16 +02:00 |
|
Timo Kösters
|
e12b1ff863
|
improvement: locks
|
2021-07-14 13:21:25 +02:00 |
|
Timo Kösters
|
e15e6d4405
|
improvement: efficient /sync, mutex for federation transactions
|
2021-07-14 13:20:39 +02:00 |
|
Timo Kösters
|
8c44312485
|
fix: e2ee verification
|
2021-07-14 13:10:56 +02:00 |
|
Jonathan de Jong
|
9d4fa9a220
|
Sqlite
|
2021-07-14 07:07:08 +00:00 |
|
Timo Kösters
|
05821d6fd5
|
improvement: pdu cache, /sync cache
|
2021-06-30 10:31:34 +02:00 |
|
Jonas Platte
|
f3e630c064
|
Fix lots of clippy lints
|
2021-06-17 20:34:14 +02:00 |
|
Jonas Platte
|
af2ce5803e
|
Remove pointless double deserialization
|
2021-06-17 20:29:02 +02:00 |
|
Timo Kösters
|
d0ee823254
|
feat: swappable database backend
|
2021-06-09 22:21:52 +02:00 |
|
Timo Kösters
|
5b5cc0574e
|
feat: implement /claim, handle to-device events
|
2021-05-28 13:46:15 +02:00 |
|
Timo Kösters
|
9b77eb7bb7
|
fix: too many syncs
|
2021-05-22 11:31:15 +02:00 |
|
Timo Kösters
|
3e2f742f30
|
fix: room version warnings and other bugs when joining rooms
|
2021-05-21 22:22:05 +02:00 |
|
Timo Kösters
|
09157b2096
|
improvement: federation get_keys and optimize signingkey storage
- get encryption keys over federation
- optimize signing key storage
- rate limit parsing of bad events
- rate limit signature fetching
- dependency bumps
|
2021-05-21 13:25:24 +02:00 |
|
Timo Kösters
|
8f27e6123b
|
feat: send read receipts over federation
currently they will only be sent if a PDU has to be sent as well
|
2021-05-17 10:25:27 +02:00 |
|
Timo Kösters
|
b4f79b77ba
|
feat: reject invites over federation
|
2021-04-13 17:41:14 +02:00 |
|
Timo Kösters
|
662a0cf1df
|
improvement: better and more efficient message count calculation
|
2021-04-12 12:40:16 +02:00 |
|
Timo Kösters
|
8773e5013d
|
feat: incoming invites over federation
|
2021-04-11 21:04:31 +02:00 |
|
Timo Kösters
|
c213769d9f
|
improvement: refactor state res and fix a few bugs in the process
|
2021-03-25 23:55:40 +01:00 |
|
Timo Kösters
|
16eed1d8c2
|
chore: get rid of warnings
|
2021-03-24 12:44:10 +01:00 |
|
Timo Kösters
|
f775c76d8a
|
chore: get rid of warnings
|
2021-03-18 18:33:43 +01:00 |
|
Timo Kösters
|
100307c936
|
improvement: optimize state storage
|
2021-03-17 22:31:28 +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 |
|