summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* add support for smtp authenticationpennae2022-07-252-11/+24
* remove dependency on chronopennae2022-07-258-56/+37
* add mail_starttls parameter, default offpennae2022-07-192-1/+9
* cancel periodic task runners on shutdownpennae2022-07-181-19/+40
* make the Clone bytes types Copy as wellpennae2022-07-178-28/+18
* remove Seal from cryptopennae2022-07-171-10/+1
* remove SecretBytespennae2022-07-174-85/+30
* use SecretKey for key material in cryptopennae2022-07-174-53/+58
* use HawkKey everywhere hawk keys are handledpennae2022-07-176-85/+44
* add dedicated types for all the tokenspennae2022-07-176-84/+175
* make crypto fields private if they're not used outside cryptopennae2022-07-171-7/+7
* don't use SecretBytes in HawkKey/SecretKeypennae2022-07-175-33/+37
* remove zeroize dependencypennae2022-07-171-8/+1
* remove remnants of trying to quickcheck thingspennae2022-07-171-4/+0
* apply rustfmtpennae2022-07-174-4/+8
* fix clippy warningspennae2022-07-174-4/+6
* add test vector for password changes and account resetpennae2022-07-161-1/+48
* allow integration tests to run in parallelpennae2022-07-142-6/+5
* simplify spawn_loggedpennae2022-07-141-23/+7
* keep oauth tokens around a bit after expirypennae2022-07-132-16/+12
* initial importpennae2022-07-1323-0/+5826