aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* changelog and version bump1.8.3Jesse Luehrs2023-07-203-2/+9
|
* clippyJesse Luehrs2023-07-201-10/+16
|
* Merge pull request #126 from benja-egi/mainJesse Luehrs2023-07-202-5/+15
|\ | | | | Fallback to the nop clipboard provider.
| * Fallback to the nop clipboard provider.Benjamin Jacobs2023-07-202-5/+15
| |
* | Merge pull request #125 from crapstones-forks/docs/alpineJesse Luehrs2023-07-201-0/+5
|\ \ | |/ |/| add explanation for alpine
| * add explanation for alpinecrapStone2023-07-201-0/+5
|/
* changelog and version bump1.8.2Jesse Luehrs2023-07-193-2/+9
|
* more correct websocket notification handlingJesse Luehrs2023-07-192-106/+91
| | | | | | | | | | the servers tend to be fairly chatty with messages, mostly pings and heartbeats of various sorts, and we don't want to sync on all of those. also, the message type in the first array element of the messagepack structure is not the same thing as the UpdateType - that is stored as an argument to the ReceiveMessage invocation, so we need to parse a bit further to get the actual UpdateType. this still just does a full sync on any changes, though.
* reconnect to websockets after every successful syncJesse Luehrs2023-07-182-28/+11
| | | | rather than scattering it around various parts of the code
* clippyJesse Luehrs2023-07-181-1/+1
|
* changelog and version bump1.8.1Jesse Luehrs2023-07-183-2/+8
|
* 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
| | | | it adds a bunch of latency to every command otherwise
* fix websockets for self-hosted bitwardenJesse Luehrs2023-07-183-7/+21
|
* make clipboard manipulation happen from the agentJesse Luehrs2023-07-185-33/+66
| | | | | | | | | on x11 systems, you can't just send data to the os to store on the clipboard, you just register which application currently owns the clipboard and then other applications can use ipc to request the owning application to send them the clipboard data. this requires there to be an application still running in order to respond to those requests. luckily, we have one of those available in the form of the agent.
* tweak some messagesJesse Luehrs2023-07-181-7/+4
|
* changelog and version bumpJesse Luehrs2023-07-183-2/+22
|
* improve error reporting when login or register failJesse Luehrs2023-07-181-2/+26
|
* remove unnecessary lineJesse Luehrs2023-07-181-2/+0
|
* bump depsJesse Luehrs2023-07-182-365/+452
|
* clippy and fmtJesse Luehrs2023-07-165-71/+46
|
* Merge pull request #120 from eatradish/result-to-clipboardJesse Luehrs2023-07-164-83/+565
|\ | | | | rbw get add flag --clipboard to copy result to clipboard
| * Merge branch 'main' into result-to-clipboardJesse Luehrs2023-07-168-21/+493
| |\ | |/ |/|
* | Merge pull request #123 from troyready/yubikeyJesse Luehrs2023-07-162-0/+3
|\ \ | | | | | | add yubikey support
| * | add yubikey supporttroyready2023-06-172-0/+3
| | | | | | | | | | | | | | | This is all that's needed to support Yubikey hardware tokens in OTP mode (https://developers.yubico.com/OTP/)
* | | Merge pull request #122 from kaifrische/keyringJesse Luehrs2023-07-161-0/+72
|\ \ \ | | | | | | | | Add script to store master password in keyring
| * | | Add help to rbw-pinentry-keyring.Kai Frische2023-06-151-16/+29
| | | |
| * | | Add script to store master password in keyring.Kai Frische2023-06-151-0/+59
| |/ /
* | | Merge pull request #115 from quexten/feature/websocket-notificationsJesse Luehrs2023-07-166-21/+418
|\ \ \ | |/ / |/| | Implement basic websocket support
| * | Cargo format and reconnect websocket on syncBernd Schoolmann2023-04-274-67/+148
| | |
| * | Improve error logging for websocketsBernd Schoolmann2023-04-273-4/+13
| | |
| * | Fix tokio-tungstenite dependencyBernd Schoolmann2023-04-272-97/+7
| | |
| * | 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-085-18/+399
|/ /
| * rbw get add flag --clipboard to copy result to clipboardeatradish2023-06-164-83/+565
|/
* changelog and version bump1.7.1Jesse Luehrs2023-03-273-2/+9
|
* Merge pull request #113 from quexten/fix/argon2-loginJesse Luehrs2023-03-271-3/+1
|\ | | | | Fix argon2 login
| * Fix argon2 loginBernd Schoolmann2023-03-271-3/+1
|/
* changelog and version bump1.7.0Jesse Luehrs2023-03-253-3/+3
|
* bump depsJesse Luehrs2023-03-252-121/+108
|
* more changelogJesse Luehrs2023-03-251-0/+5
|
* fix changelogJesse Luehrs2023-03-251-3/+8
|
* sync the db every hour, like other bitwarden clientsJesse Luehrs2023-03-256-9/+55
|
* stop using tokio::select!Jesse Luehrs2023-03-255-62/+141
|
* clippy, fmt, etcJesse Luehrs2023-03-256-133/+193
|
* Merge pull request #109 from quexten/feature/argon2Jesse Luehrs2023-03-258-20/+231
|\ | | | | Implement argon2 kdf
| * Switch argon2 implementation to rustcryptoBernd Schoolmann2023-03-263-70/+41
| |