aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* also build the wasm with -OzJesse Luehrs2019-11-251-0/+1
|
* enable lto for release buildsJesse Luehrs2019-11-231-0/+3
|
* add basic websocket clientJesse Luehrs2019-11-151-1/+2
|
* use workspacesJesse Luehrs2019-11-151-58/+2
|
* add basic websocket server implementationJesse Luehrs2019-11-151-1/+6
| | | | | based on example in the gotham repo - ugly, but it's what is supported for now
* add basic structure of web serverJesse Luehrs2019-11-141-0/+1
|
* changelog and version bumpJesse Luehrs2019-11-141-1/+1
|
* bump vt100 againJesse Luehrs2019-11-131-1/+1
|
* bump vt100 againJesse Luehrs2019-11-081-1/+1
|
* changelog and version bump0.1.6Jesse Luehrs2019-11-071-1/+1
|
* changelog and version bump0.1.5Jesse Luehrs2019-11-061-1/+1
|
* changelog and version bump0.1.4Jesse Luehrs2019-11-061-1/+1
|
* bump depsJesse Luehrs2019-11-061-1/+1
|
* implement seeking in playing ttyrecsJesse Luehrs2019-11-061-0/+1
|
* fix playback of ttyrecs whose timestamps don't start at 0Jesse Luehrs2019-11-041-1/+1
|
* move resizing out into a separate crateJesse Luehrs2019-10-271-1/+2
|
* move ttyrec to a separate crateJesse Luehrs2019-10-271-0/+1
|
* move process out to a separate crateJesse Luehrs2019-10-241-1/+1
|
* move component_future to a separate crateJesse Luehrs2019-10-241-0/+1
|
* changelog and version bump0.1.3Jesse Luehrs2019-10-231-1/+1
|
* changelog and version bump0.1.2Jesse Luehrs2019-10-231-1/+1
|
* version bump0.1.1Jesse Luehrs2019-10-231-1/+1
|
* use cargo debJesse Luehrs2019-10-221-0/+3
|
* improve dependencies a bitJesse Luehrs2019-10-211-10/+10
|
* update depsJesse Luehrs2019-10-211-2/+2
|
* improve usage informationJesse Luehrs2019-10-211-1/+1
|
* metadataJesse Luehrs2019-10-211-0/+7
|
* drop root privileges during normal operationJesse Luehrs2019-10-201-0/+1
| | | | | it should only be necessary for reading the tls key and binding to low-numbered ports
* load config data from a file tooJesse Luehrs2019-10-181-0/+1
|
* hide all logs except error logs for interactive subcommandsJesse Luehrs2019-10-171-1/+1
| | | | | this should let us use the logger more idiomatically without interfering with normal command output
* cache refresh tokens and use them when the existJesse Luehrs2019-10-161-0/+1
| | | | to avoid needing to go through the browser auth flow every time
* commentJesse Luehrs2019-10-161-1/+1
|
* start implementing oauth authenticationJesse Luehrs2019-10-151-0/+7
|
* name change, againJesse Luehrs2019-10-141-2/+2
|
* add tls support to the serverJesse Luehrs2019-10-121-0/+2
|
* move to a real logging crateJesse Luehrs2019-10-091-0/+2
|
* basic rate limitingJesse Luehrs2019-10-091-0/+1
| | | | | | | for now, it just closes down connections if a single user is being too spammy (other than with TerminalOutput messages). this is better than nothing, but overall doesn't really do a whole lot - it'll probably need some amount of tweaking.
* better client reconnect handlingJesse Luehrs2019-10-091-0/+1
| | | | | | make sure we always use the reconnect timer, even in cases where we successfully log in before the connection gets dropped, and use exponential backoff for reconnect attempts
* add stub sigwinch handlerJesse Luehrs2019-10-021-0/+1
|
* bump dependency versionsJesse Luehrs2019-10-011-2/+2
|
* renameJesse Luehrs2019-10-011-1/+5
|
* use tokio codecs for some of the protocol parsingJesse Luehrs2019-09-051-0/+1
|
* only record starting from the most recent screen clearJesse Luehrs2019-09-041-0/+1
|
* make cast run a commandJesse Luehrs2019-09-021-0/+2
| | | | doesn't do anything with it yet
* give sessions an idJesse Luehrs2019-09-021-0/+1
|
* refactorJesse Luehrs2019-09-021-0/+1
|
* actually, remove protobufs tooJesse Luehrs2019-09-011-5/+2
|
* cleanups and updatesJesse Luehrs2019-09-011-0/+1
|
* let's avoid grpc for nowJesse Luehrs2019-07-171-2/+2
|
* get a basic command structure in placeJesse Luehrs2019-07-141-0/+2
|