What if one party sends a bad key event? Should test that it correctly sends a cancel event of invalid_message
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Fri, Mar 13
I don't think we want to do this. The benefits of keeping Crypto a value type isn't great. For example, it delays saving of the crypto state, which can cause problems in the case of a crash / kill of the process. A solution might be to make Crypto a dependency of the store instead.
mmore tests and error handling
Thu, Mar 12
Move state into VerificationProcess
Wed, Mar 11
more error handling
Tue, Mar 10
Mon, Mar 9
When I enter a wrong password, then open the input box again, the old password will still be retained. Especially when I click the "show password", the input box will retain this setting. This is obviously inconsistent with the behavior of most similar software and may lead to unexpected occurrences.
Clear password before showing dialog
Sun, Mar 8
Sat, Mar 7
Open file when cache success
Fri, Mar 6
Thu, Mar 5
When I enter a wrong password, then open the input box again, the old password will still be retained. Especially when I click the "show password", the input box will retain this setting. This is obviously inconsistent with the behavior of most similar software and may lead to unexpected occurrences.