Skip to content
Snippets Groups Projects
  1. Aug 23, 2020
  2. Jun 11, 2020
  3. Jun 05, 2020
  4. May 23, 2020
  5. May 03, 2020
  6. Apr 29, 2020
  7. Apr 14, 2020
    • gnieto's avatar
      Store hashed passwords (#7) · fa9e127a
      gnieto authored
      
      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: default avatarGuillem Nieto <gnieto.talo@gmail.com>
      fa9e127a
  8. Apr 12, 2020
  9. Apr 08, 2020
  10. Apr 03, 2020
    • timokoesters's avatar
      feat: save pdus · fa322689
      timokoesters authored
      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.
      Unverified
      fa322689
  11. Mar 30, 2020
  12. Mar 29, 2020
Loading