aboutsummaryrefslogtreecommitdiffstats
path: root/termcast_server
Commit message (Collapse)AuthorAgeFilesLines
* pass idle time and creation time to websocketHEADmasterJesse Luehrs2014-12-113-39/+42
|
* full redraw if we change term sizesJesse Luehrs2014-10-211-0/+3
|
* try some more error handling?Jesse Luehrs2014-10-211-2/+8
|
* update for new apiJesse Luehrs2014-10-211-4/+4
|
* pull this out of the loopJesse Luehrs2014-10-201-3/+3
|
* display stack traces with exceptionsJesse Luehrs2014-10-203-1/+9
|
* maybe this is where the exception is happening?Jesse Luehrs2014-10-181-1/+5
|
* remove debuggingJesse Luehrs2014-10-171-2/+0
|
* handle wide charactersJesse Luehrs2014-10-172-1/+24
|
* make the cell size more fixedJesse Luehrs2014-10-171-0/+4
| | | | | the unicode replacement character is double-wide, which throws off the formatting of things if you don't have the required glyphs
* handle inverse on redraws tooJesse Luehrs2014-10-161-9/+19
|
* try to minimize our bandwidth a bitJesse Luehrs2014-10-162-51/+51
|
* handle inverseJesse Luehrs2014-10-162-13/+34
|
* make bold do bright colors, not boldJesse Luehrs2014-10-162-14/+19
|
* refactorJesse Luehrs2014-10-161-14/+20
|
* also handle bold/italic/underlineJesse Luehrs2014-10-162-20/+73
|
* 0 is a valid fg/bg colorJesse Luehrs2014-10-161-4/+4
|
* better default color handlingJesse Luehrs2014-10-161-3/+1
|
* support the 256-color paletteJesse Luehrs2014-10-161-0/+248
|
* one moreJesse Luehrs2014-10-161-1/+1
|
* make the output look a bit betterJesse Luehrs2014-10-161-2/+3
|
* 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