aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.rs
Commit message (Collapse)AuthorAgeFilesLines
* don't allow setting lock_timeout to 0Jesse Luehrs2020-05-221-2/+10
| | | | | this isn't useful, because the agent will just drop the keys as soon as they are unlocked, before they can be used to decrypt anything
* add command to clear a config settingJesse Luehrs2020-05-031-1/+1
|
* allow storing password databases from different serversJesse Luehrs2020-05-031-0/+6
| | | | | this should allow easy switching of servers by just `rbw config set base_url`
* simplifyJesse Luehrs2020-05-031-7/+3
|
* improve error handling and reportingJesse Luehrs2020-04-121-0/+2
|
* read lock timeout from configJesse Luehrs2020-04-111-0/+6
|
* move some basic stuff into configJesse Luehrs2020-04-101-0/+76