aboutsummaryrefslogtreecommitdiffstats
path: root/server.py
Commit message (Collapse)AuthorAgeFilesLines
* reorganizeJesse Luehrs2014-09-231-82/+0
|
* nope, this doesn't seem to workJesse Luehrs2014-09-181-1/+0
| | | | | i think python does something weird with SIGPIPE, not entirely sure how this all works
* reformattingJesse Luehrs2014-09-171-2/+6
|
* ignore SIGPIPEJesse Luehrs2014-09-161-0/+2
| | | | | this occurs sometimes when connections drop, and kills the server since that's the default action for SIGPIPE
* allow rsa or dsa keysJesse Luehrs2014-09-151-3/+3
|
* make the ssh private key configurableJesse Luehrs2014-09-151-3/+5
|
* introduce a pubsub system for communicationJesse Luehrs2014-09-141-12/+8
|
* split the termcast and ssh handling out into separate filesJesse Luehrs2014-09-141-89/+31
|
* initial very rough sketchJesse Luehrs2014-09-131-0/+137