Skip to content
Snippets Groups Projects
  1. Feb 03, 2022
  2. Jan 13, 2022
  3. Oct 13, 2021
  4. Aug 04, 2021
  5. Jul 29, 2021
  6. Jul 14, 2021
  7. Jul 01, 2021
  8. Jun 17, 2021
  9. Jun 12, 2021
  10. Jun 09, 2021
  11. Apr 14, 2021
  12. Apr 09, 2021
  13. Mar 04, 2021
  14. Dec 05, 2020
  15. Sep 16, 2020
  16. Aug 23, 2020
  17. Jun 11, 2020
  18. Jun 05, 2020
  19. May 23, 2020
  20. May 03, 2020
  21. Apr 29, 2020
  22. 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
  23. Apr 12, 2020
  24. Apr 08, 2020
  25. 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
  26. Mar 30, 2020
  27. Mar 29, 2020
Loading