aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin/rbw-agent/agent.rs
Commit message (Expand)AuthorAgeFilesLines
* add a separate "register" command to log in with api keysJesse Luehrs2021-10-271-16/+5
* start working on apikey authenticationJesse Luehrs2021-10-271-2/+17
* clippyJesse Luehrs2021-10-271-2/+2
* upgrade to tokio 1.2Jesse Luehrs2021-03-021-9/+9
* implement rbw unlockedJesse Luehrs2020-07-251-0/+9
* remove more unnecessary error contextsJesse Luehrs2020-05-251-9/+3
* fix unlocking org keys on initial loginJesse Luehrs2020-05-031-4/+5
* expand the protocol to allow decrypting with organization keysJesse Luehrs2020-05-021-5/+29
* check protocol version before agent communicationJesse Luehrs2020-05-021-0/+4
* don't kill the agent if it fails to parse a messageJesse Luehrs2020-05-021-0/+9
* add encryption to the agent protocolJesse Luehrs2020-04-181-0/+4
* drop timeout due to tokio limitationsJesse Luehrs2020-04-181-1/+2
* fix private key timeout handlingJesse Luehrs2020-04-121-18/+73
* rename some stuff to be less confusingJesse Luehrs2020-04-121-7/+7
* improve error handling and reportingJesse Luehrs2020-04-121-11/+31
* don't block the main loop on timer eventsJesse Luehrs2020-04-111-1/+4
* also refactor the agent codeJesse Luehrs2020-04-111-0/+74