Jonas Platte
7526fd8602
Switch to the ruma meta-crate
6 years ago
timokoesters
1014388a9c
fix: one time keys are never removed
6 years ago
timokoesters
8f67c01efd
refactor: split database into multiple files, more error handling, cleaner code
6 years ago
timokoesters
720cc0cffc
feat: federated room directory
6 years ago
timokoesters
b0d9ccdb2d
Signing, basis for federation
6 years ago
timokoesters
80ddf80f17
work
6 years ago
gnieto
fa9e127a1e
Store hashed passwords ( #7 )
...
Use if let instead of unwrap
Default to invalid password if could not calculate
Move hash password methdo and return Result
Rename get_password method
Default to empty password when no pwd is received
Store hashed passwords
Store passwords hashed with Argon2 and verify password with that stored
hash.
Co-authored-by: Guillem Nieto <gnieto.talo@gmail.com>
6 years ago
timokoesters
3debb6203c
feat: handle typing events
6 years ago
timokoesters
8557278b90
better riot.im support
6 years ago
timokoesters
ddcd423e6f
feat: random tokens, sessions, guest usernames and device ids
6 years ago
timokoesters
fa3226898c
feat: save pdus
...
PDUs are saved in a pduid -> pdus map. roomid -> pduleaves keeps track
of the leaves of the event graph and eventid -> pduid maps event ids to
pdus.
6 years ago
timokoesters
dba6c46667
Use sled::Tree::prefix_search for deviceids
6 years ago
timokoesters
533260edd8
Add auth
6 years ago
timokoesters
73e04e71d7
Start work on event creation
6 years ago