Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-05-21 | copyright: bump to 2024 | copyCat | 1 | -1/+1 | |
2024-04-30 | common: support boost filesystem copy_options. | 0xFFFC0000 | 1 | -6/+7 | |
Co-authored-by: selsta <selsta@sent.at> | |||||
2023-10-21 | unit tests: wallet_storage: generate in "Ascii" format test | jeffro256 | 1 | -0/+117 | |
2023-08-23 | wallet2: fix `store_to()` and `change_password()` | jeffro256 | 1 | -0/+266 | |
Resolves #8932 and: 2. Not storing cache when new path is different from old in `store_to()` and 3. Detecting same path when new path contains entire string of old path in `store_to()` and 4. Changing your password / decrypting your keys (in this method or others) and providing a bad original password and getting no error and 5. Changing your password and storing to a new file |