Devin Ragotzy
851eb555b6
Abstract event validation/fetching, add outlier and signing key DB trees
...
Fixed the miss named commented out keys in conduit-example.toml.
5 years ago
Timo Kösters
b4818716b8
improvement: better deploy guide
5 years ago
Timo Kösters
85364a9c27
improvement: change federation_enabled to federation_disabled
...
This enables federation by default
5 years ago
Timo Kösters
edfd3c1f34
improvement: better config, better logs
5 years ago
Timo Kösters
6606e41dde
feat: improved state store
5 years ago
Timo Kösters
6e5b35ea92
feat: implement appservices
...
this also reverts some stateres changes
5 years ago
Timo Kösters
d62f17a91a
improvement: cache actual destination
5 years ago
Timo Kösters
45086b54b3
improvement: upgrade dependencies, fix timeline reload bug
5 years ago
Timo Kösters
6e36081573
improvement: more logging
5 years ago
Timo Kösters
9439f2c183
feat: send logs into admin room
...
Log entries will automatically be deduplicated, so a message won't be
sent if the same line has already been sent in the last 30 mins
5 years ago
Timo Kösters
9f8cffcd22
Admin room improvements
5 years ago
Timo Kösters
2f5df4aac9
improvement: more reliable federation sending
5 years ago
Timo Kösters
6b3934e31d
feat: configurable cache capacity
5 years ago
Timo Kösters
6dbe195695
improvement: flush after every request that manipulates the db
5 years ago
Timo Kösters
b7ab57897b
fix: sending slowness
5 years ago
Timo Kösters
f7816b11de
feat: send messages over federation
5 years ago
Timo Kösters
12a8c9badd
fix: join rooms over federation
5 years ago
Faelar
df55e8ed0b
Add room upgrade.
5 years ago
Timo
4954df3cc3
feat: handle txn ids
5 years ago
Timo
33215d6099
fix: send notification count updates when private read receipts change
5 years ago
Devin Ragotzy
d73c6aa8ad
Add roomid_statehash tree, clean up review issues
5 years ago
Devin Ragotzy
c4f5a0a631
Keep track of State at event for state resolution
...
feat: first steps towards joining rooms over federation
Add state-res as a dependency of conduit
Add reverse_topological_power_sort before append_pdu
Implement statehashstatid_pduid tree for keeping track of state
Clean up implementation of state_hash as key for tracking state
5 years ago
Timo
804d097a18
fix: wake up /sync for typing events
5 years ago
timokoesters
e457e19088
feat: search pdus
5 years ago
timokoesters
ce460ea159
fix: send device list updates when user is in no rooms
5 years ago
timokoesters
b67372b11b
refactor: make all mods in database pub
...
Now they can easily export their own structs
5 years ago
Devin Ragotzy
d948f896c0
Turn append_pdu args into struct PduBuilder
5 years ago
Devin Ragotzy
1c6f211933
Create media::FileMeta to represent a file and meta data
5 years ago
timokoesters
e0d0fb4703
fix: only send device_one_time_keys_count when there are updates
5 years ago
timokoesters
d891bbb5dc
improve: presence
5 years ago
timokoesters
489cbc0a93
refactor: use <_> instead of <_parameter_name>
5 years ago
Devin R
75959cdc10
Resolve stying review issues
6 years ago
Devin R
63e23154f3
Rebase with key backups and cross signing
...
Moved back to a fork of ruma with timo's key-backup and cross-signing
branch. Ephemeral events in sync responses are EphemeralRoomEventStub
(they also have no room_id like all of sync responses events)
6 years ago
timokoesters
a49a572d76
feat: cross-signing
6 years ago
timokoesters
2368a90584
refactor: better error handling
6 years ago
timokoesters
0067f49d52
feat: close registration with ROCKET_REGISTRATION_DISABLED=true
6 years ago
timokoesters
c85d363d71
feat: user interactive authentication
6 years ago
timokoesters
d404f902bf
fix: send presence too often
6 years ago
timokoesters
168f2281fd
improvement: bundle typing events and only send on changes
...
Fixes #67 and #49
6 years ago
gnieto
ed9b544ace
Implement devices API ( #20 )
...
small improvements
Cargo fmt
Simplify insert and update methods
Review feedback
Remove has_device method calls
Load all devices with a single db call
Remove device as in logout
Put all metadata on the same tree
Create userdevice key fucntion
Implement devices API
Implement all the devices endpoints. There's a couple of pending tasks:
- Integrate the "logout" logic once it lands to master (this should
remove the given device from the database).
- Track and store last seen timestamp and IP.
Co-authored-by: timokoesters <timo@koesters.xyz>
Co-authored-by: Guillem Nieto <gnieto.talo@gmail.com>
6 years ago
timokoesters
4e507ef706
feat: room visibility and aliases
6 years ago
timokoesters
821c608c6a
feat: media
6 years ago
timokoesters
42ae433b25
fix: send devicekeyupdate users in /sync
6 years ago
timokoesters
7fc71b3968
feat: end to end encryption
6 years ago
Rudi Floren
00a9424719
feat: sytests
6 years ago
timokoesters
1dbde0e1c1
improvement: add option to get device id from token
6 years ago
timokoesters
ee0d6940bd
feat: presence updates
6 years ago
timokoesters
551308e9a8
Update dependencies and send displayname updates again
6 years ago
timokoesters
8f67c01efd
refactor: split database into multiple files, more error handling, cleaner code
6 years ago
timokoesters
b02c568941
feat: notifications, simple permission systems
6 years ago