Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make the Clone bytes types Copy as well | pennae | 2022-07-17 | 1 | -1/+1 |
| | | | | u8 arrays are copy, no need to not have our wrappers be copy. | ||||
* | apply rustfmt | pennae | 2022-07-17 | 1 | -1/+3 |
| | |||||
* | keep oauth tokens around a bit after expiry | pennae | 2022-07-13 | 1 | -4/+3 |
| | | | | | | | firefox wants to delete profile access tokens after they're expired and logs errors if it can't do that. since this happens every hour we can end up with a bunch of error logs very quickly, so we better let it do what it wants. | ||||
* | initial import | pennae | 2022-07-13 | 1 | -0/+1026 |