aboutsummaryrefslogtreecommitdiffstats
path: root/termcast_server/ssh.py
Commit message (Collapse)AuthorAgeFilesLines
* pass idle time and creation time to websocketHEADmasterJesse Luehrs2014-12-111-3/+32
|
* display stack traces with exceptionsJesse Luehrs2014-10-201-0/+2
|
* maybe this is where the exception is happening?Jesse Luehrs2014-10-181-1/+5
|
* 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-061-1/+1
| | | | | | | 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.
* actually draw the screen contentsJesse Luehrs2014-09-231-1/+1
|
* reorganizeJesse Luehrs2014-09-231-0/+206