aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* switch from nix to rustixJesse Luehrs8 days3-21/+33
* don't delete custom fields when editing passwordsJesse Luehrs9 days1-3/+4
* fix message when editing passwordsJesse Luehrs9 days1-1/+1
* clippyJesse Luehrs9 days3-13/+3
* alias `rbw totp` to `rbw code`Jesse Luehrs9 days1-1/+4
* add --clipboard to rbw codeJesse Luehrs9 days2-4/+15
* more tests for matchingJesse Luehrs9 days1-19/+652
* clean up url matching a bit, and implement different match typesJesse Luehrs9 days1-89/+103
* Merge pull request #132 from proxict/feature/url-matchJesse Luehrs9 days2-33/+173
|\
| * [WIP] add URI matching for 'rbw get'proxict2024-01-022-33/+173
* | bump depsJesse Luehrs9 days2-23/+17
* | Make directories when not daemonizedWim de With2024-01-232-2/+2
|/
* fix error messageJesse Luehrs2024-01-011-1/+1
* clippy and fmtJesse Luehrs2024-01-013-32/+33
* Merge pull request #137 from soraxas/feat-edit-noteJesse Luehrs2024-01-011-3/+29
|\
| * implements ability to edit notesTin Lai2023-09-211-3/+29
* | fix: cargo fmtarcstur2023-09-031-21/+10
|/
* make display_field more consistentJesse Luehrs2023-08-131-93/+108
* clippyJesse Luehrs2023-07-291-0/+2
* clippyJesse Luehrs2023-07-201-10/+16
* Fallback to the nop clipboard provider.Benjamin Jacobs2023-07-202-5/+15
* more correct websocket notification handlingJesse Luehrs2023-07-192-106/+91
* reconnect to websockets after every successful syncJesse Luehrs2023-07-182-28/+11
* clippyJesse Luehrs2023-07-181-1/+1
* fix not being able to set notifications_urlJesse Luehrs2023-07-181-0/+4
* stop trying to reconnect to notifications so aggressively1.8.0Jesse Luehrs2023-07-182-26/+23
* fix websockets for self-hosted bitwardenJesse Luehrs2023-07-181-7/+6
* make clipboard manipulation happen from the agentJesse Luehrs2023-07-184-33/+63
* tweak some messagesJesse Luehrs2023-07-181-7/+4
* remove unnecessary lineJesse Luehrs2023-07-181-2/+0
* clippy and fmtJesse Luehrs2023-07-165-71/+46
* Merge branch 'main' into result-to-clipboardJesse Luehrs2023-07-164-3/+288
|\
| * Merge pull request #123 from troyready/yubikeyJesse Luehrs2023-07-161-0/+1
| |\
| | * add yubikey supporttroyready2023-06-171-0/+1
| * | Cargo format and reconnect websocket on syncBernd Schoolmann2023-04-274-67/+148
| * | Improve error logging for websocketsBernd Schoolmann2023-04-273-4/+13
| * | Improve websocket disconnect handlingBernd Schoolmann2023-04-171-1/+3
| * | Fix panic when websocket endpoint is not availableBernd Schoolmann2023-04-172-3/+3
| * | Improve error handlingBernd Schoolmann2023-04-172-17/+24
| * | Restructure codeBernd Schoolmann2023-04-163-129/+136
| * | Implement basic websocket supportBernd Schoolmann2023-04-083-0/+178
| |/
* / rbw get add flag --clipboard to copy result to clipboardeatradish2023-06-162-66/+157
|/
* sync the db every hour, like other bitwarden clientsJesse Luehrs2023-03-253-9/+41
* stop using tokio::select!Jesse Luehrs2023-03-253-54/+106
* clippy, fmt, etcJesse Luehrs2023-03-251-6/+21
* Undo change to iterations error messageBernd Schoolmann2023-03-261-1/+1
* Switch kdf type to enumBernd Schoolmann2023-03-261-2/+3
* Implement argon2 kdfBernd Schoolmann2023-03-261-3/+41
* Add support for 2FA-method 'Email'.René 'Necoro' Neumann2023-03-191-33/+38
* restore the --version optionJesse Luehrs2023-03-171-1/+1