aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.rs
Commit message (Expand)AuthorAgeFilesLines
* clippy and fmtJesse Luehrs2024-01-011-8/+8
* Fix bitwarden.eu URLsEdvin Ã…kerfeldt2023-12-211-3/+24
* fix websockets for self-hosted bitwardenJesse Luehrs2023-07-181-0/+12
* sync the db every hour, like other bitwarden clientsJesse Luehrs2023-03-251-0/+8
* refactor client cert handlingJesse Luehrs2023-02-181-3/+3
* bump depsJesse Luehrs2023-02-181-1/+1
* clippyJesse Luehrs2023-02-181-2/+1
* support for client certificatesFilipe Pina2022-05-261-0/+8
* move device_id to a separate data fileJesse Luehrs2022-02-101-19/+38
* clippyJesse Luehrs2021-12-151-3/+11
* use a persistent device idJesse Luehrs2021-10-271-1/+16
* avoid generating urls with double slashesJesse Luehrs2021-04-181-2/+2
* switch to thiserrorJesse Luehrs2021-03-061-17/+35
* make the pinentry program configurableJesse Luehrs2021-03-021-0/+7
* include filenames in the error messages about file operationsJesse Luehrs2020-05-231-19/+28
* set default lock_timeout correctly when first creating config fileJesse Luehrs2020-05-231-1/+12
* give a more useful error if rbw is misconfiguredJesse Luehrs2020-05-231-0/+8
* don't allow setting lock_timeout to 0Jesse Luehrs2020-05-221-2/+10
* add command to clear a config settingJesse Luehrs2020-05-031-1/+1
* allow storing password databases from different serversJesse Luehrs2020-05-031-0/+6
* 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