aboutsummaryrefslogtreecommitdiffstats
path: root/termcast_server
Commit message (Collapse)AuthorAgeFilesLines
* fix this method nameJesse Luehrs2014-10-161-1/+1
|
* also send a disconnect message when a web viewer goes awayJesse Luehrs2014-10-161-0/+1
|
* notice closed connections when we try to readJesse Luehrs2014-10-161-1/+4
|
* and make absolutely sure we handle everythingJesse Luehrs2014-10-161-1/+4
|
* make sure to close the connection when it's overJesse Luehrs2014-10-161-0/+1
|
* add ssl supportJesse Luehrs2014-10-163-27/+82
|
* remove extraneous codeJesse Luehrs2014-10-161-1/+0
|
* no reason to use password hereJesse Luehrs2014-10-151-2/+2
|
* try to send updates rather than the full screen on every frameJesse Luehrs2014-10-064-13/+66
| | | | | | | this is not a very intelligent method at the moment, but it should (probably?) be an improvement over the current method. it probably fails pretty miserably on scrolling though - need to figure out a better idea for that.
* don't die when writing a message after the websocket has closedJesse Luehrs2014-10-061-1/+4
|
* fix some display issuesJesse Luehrs2014-10-061-3/+14
|
* add foreground and background colors to the web interfaceJesse Luehrs2014-10-062-2/+26
|
* actually draw the screen contentsJesse Luehrs2014-09-234-12/+43
|
* basic structure of the websockets communicationJesse Luehrs2014-09-233-20/+68
|
* stub out websockets code for the web viewerJesse Luehrs2014-09-233-0/+65
|
* packagingJesse Luehrs2014-09-232-3/+5
|
* reorganizeJesse Luehrs2014-09-235-0/+518