aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
Commit message (Collapse)AuthorAgeFilesLines
* bump seedJesse Luehrs2019-12-071-2/+2
|
* bump oauth2Jesse Luehrs2019-12-071-32/+9
|
* bump depsJesse Luehrs2019-12-071-138/+167
|
* remove unicode-normalization from the wasm buildJesse Luehrs2019-11-231-2/+2
| | | | | this cuts about 30% off of the binary size, and should have almost no impact
* add basic template rendering abilityJesse Luehrs2019-11-231-0/+75
|
* more web display improvementsJesse Luehrs2019-11-221-0/+1
|
* use vt100 to render the terminal data in the browser(!)Jesse Luehrs2019-11-221-0/+1
|
* switch to the log crateJesse Luehrs2019-11-221-0/+12
|
* connect to the teleterm server on watch requestsJesse Luehrs2019-11-221-0/+11
|
* implement listing and watching on the web sideJesse Luehrs2019-11-221-0/+3
| | | | | watching doesn't do anything yet, because the server side doesn't yet know how to send messages to a watch client
* start using seed on the web sideJesse Luehrs2019-11-221-4/+107
|
* make it return jsonJesse Luehrs2019-11-211-0/+1
|
* drop another unused depJesse Luehrs2019-11-211-1/+0
| | | | this was moved to tokio-terminal-resize
* bump vt100 againJesse Luehrs2019-11-201-2/+2
|
* fix cargo lockJesse Luehrs2019-11-201-17/+0
|
* serve the teleterm-web contentJesse Luehrs2019-11-151-0/+18
|
* add basic websocket clientJesse Luehrs2019-11-151-0/+142
|
* add basic websocket server implementationJesse Luehrs2019-11-151-10/+151
| | | | | 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/+255
|
* finish bumping version0.2.0Jesse Luehrs2019-11-141-1/+1
|
* bump vt100 againJesse Luehrs2019-11-131-2/+3
|
* bump vt100 againJesse Luehrs2019-11-081-2/+2
|
* bump vt100Jesse Luehrs2019-11-081-2/+2
|
* 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-104/+65
|
* implement seeking in playing ttyrecsJesse Luehrs2019-11-061-1/+108
|
* fix playback of ttyrecs whose timestamps don't start at 0Jesse Luehrs2019-11-041-2/+2
|
* move resizing out into a separate crateJesse Luehrs2019-10-271-2/+17
|
* move ttyrec to a separate crateJesse Luehrs2019-10-271-0/+12
|
* bump component-futureJesse Luehrs2019-10-241-2/+2
|
* move process out to a separate crateJesse Luehrs2019-10-241-782/+795
|
* move component_future to a separate crateJesse Luehrs2019-10-241-0/+10
|
* 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
|
* improve dependencies a bitJesse Luehrs2019-10-211-101/+0
|
* update depsJesse Luehrs2019-10-211-168/+124
|
* improve usage informationJesse Luehrs2019-10-211-0/+13
|
* drop root privileges during normal operationJesse Luehrs2019-10-201-0/+10
| | | | | 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/+119
|
* cache refresh tokens and use them when the existJesse Luehrs2019-10-161-0/+63
| | | | to avoid needing to go through the browser auth flow every time
* start implementing oauth authenticationJesse Luehrs2019-10-151-0/+731
|
* name change, againJesse Luehrs2019-10-141-23/+23
|
* add tls support to the serverJesse Luehrs2019-10-121-0/+161
|
* move to a real logging crateJesse Luehrs2019-10-091-0/+94
|
* basic rate limitingJesse Luehrs2019-10-091-0/+34
| | | | | | | 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/+75
| | | | | | 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
|