aboutsummaryrefslogtreecommitdiffstats
path: root/termcast.py
Commit message (Expand)AuthorAgeFilesLines
* disconnect watchers when the streamer disconnectsJesse Luehrs2014-09-231-0/+1
* handle another exceptionJesse Luehrs2014-09-181-1/+6
* handle utf8 decoding errors properlyJesse Luehrs2014-09-171-4/+12
* ignore watcher disconnect events that aren't for usJesse Luehrs2014-09-171-0/+2
* reformattingJesse Luehrs2014-09-171-3/+9
* report the number of viewers in the selection menuJesse Luehrs2014-09-171-0/+4
* handle clears betterJesse Luehrs2014-09-161-2/+6
* properly handle split packetsJesse Luehrs2014-09-161-13/+9
* use the updated metadata escape (see App::Termcast 0.13)Jesse Luehrs2014-09-161-4/+4
* commentJesse Luehrs2014-09-151-0/+3
* mostly handle streamer resizingJesse Luehrs2014-09-151-3/+23
* no need to compile these regexes every timeJesse Luehrs2014-09-151-2/+3
* display idle time and total time for streamersJesse Luehrs2014-09-151-1/+39
* start working on providing more information in the watcher screenJesse Luehrs2014-09-151-0/+3
* handle line endings betterJesse Luehrs2014-09-151-0/+3
* also notify on disconnectsJesse Luehrs2014-09-151-1/+4
* notify clients when watchers connectJesse Luehrs2014-09-151-0/+1
* this works nowJesse Luehrs2014-09-151-3/+2
* start working on a watcher menu for the ssh sideJesse Luehrs2014-09-151-1/+8
* actually broadcast the data being receivedJesse Luehrs2014-09-151-3/+3
* allow different kinds of message publishingJesse Luehrs2014-09-151-2/+2
* this needs to be a byte stringJesse Luehrs2014-09-151-1/+1
* clear the buffer on screen clearsJesse Luehrs2014-09-151-0/+3
* introduce a pubsub system for communicationJesse Luehrs2014-09-141-2/+11
* set the terminal size as requested by the termcasterJesse Luehrs2014-09-141-5/+20
* dereference this pointer automaticallyJesse Luehrs2014-09-141-1/+1
* split the termcast and ssh handling out into separate filesJesse Luehrs2014-09-141-0/+56