aboutsummaryrefslogtreecommitdiffstats
path: root/src/error.rs
Commit message (Expand)AuthorAgeFilesLines
* allow limiting the max length of a ttyrec frameJesse Luehrs2019-11-041-0/+3
* allow adjusting the playback speed of ttyrecsJesse Luehrs2019-11-041-0/+6
* move resizing out into a separate crateJesse Luehrs2019-10-271-0/+5
* remove no longer used error variantsJesse Luehrs2019-10-271-74/+0
* move ttyrec to a separate crateJesse Luehrs2019-10-271-0/+6
* use TryFrom insteadJesse Luehrs2019-10-251-0/+6
* move process out to a separate crateJesse Luehrs2019-10-241-0/+5
* add a basic wizard to generate the initial config fileJesse Luehrs2019-10-211-0/+9
* allow overriding the config fileJesse Luehrs2019-10-201-0/+3
* make running with no config file work againJesse Luehrs2019-10-201-0/+3
* drop root privileges during normal operationJesse Luehrs2019-10-201-0/+18
* configure oauth through the config file tooJesse Luehrs2019-10-201-0/+19
* exit with an error if we fail to parse the config fileJesse Luehrs2019-10-201-0/+3
* display connection errors in the watch uiJesse Luehrs2019-10-191-1/+1
* improve error messagesJesse Luehrs2019-10-191-44/+95
* allow restricting the accepted auth type listJesse Luehrs2019-10-171-0/+6
* optimize the protocol a bit moreJesse Luehrs2019-10-161-2/+2
* cache refresh tokens and use them when the existJesse Luehrs2019-10-161-0/+6
* better error handling in client oauth login flowJesse Luehrs2019-10-161-0/+19
* don't block the main thread when waiting for oauth responseJesse Luehrs2019-10-161-0/+5
* start implementing oauth authenticationJesse Luehrs2019-10-151-0/+41
* consolidate errorsJesse Luehrs2019-10-141-4/+249
* add tls support for clientsJesse Luehrs2019-10-121-0/+3
* use a struct to represent terminal sizeJesse Luehrs2019-10-061-3/+0
* make IntoRawMode a common errorJesse Luehrs2019-10-041-0/+6
* get username from $USERJesse Luehrs2019-10-031-0/+3
* limit the amount of output saved during castingJesse Luehrs2019-10-021-0/+6
* move some commonly used errors to a shared moduleJesse Luehrs2019-10-021-0/+15