aboutsummaryrefslogtreecommitdiffstats
path: root/skype/skyped.py
Commit message (Collapse)AuthorAgeLines
* hide the ping/pong from the log, it's just spamVMiklos2007-09-04-2/+4
| | | | | | also set the ping timeout to 2sec, it does not cause a big cpu load but this way skyped is much more interactive
* skyped: fix receiving / sending accents againVMiklos2007-09-04-5/+7
|
* handle timeoutsVMiklos2007-09-04-0/+2
|
* skyped: use Skype4Py's X11 apiVMiklos2007-09-04-57/+39
| | | | | this solves all those weird freezes
* handle the case when the input is a multiline messageVMiklos2007-09-04-3/+15
|
* bind to 0.0.0.0, not to localhostVMiklos2007-08-22-1/+1
|
* skyped: fix a warningVMiklos2007-08-22-1/+4
|
* skyped: added daemon codeVMiklos2007-08-22-4/+60
|
* skyped: automatically reconnect if skype is restartedVMiklos2007-08-21-3/+10
| | | | | | well, not 100% perfect because we detect the error when we send something. but far better than writing to devnull forever ;)
* skyped: added copyright headerVMiklos2007-08-21-0/+26
|
* skyped: some cleanup, no encoding is needed when sending messagesVMiklos2007-08-20-19/+3
|
* skyped: finish cleanupVMiklos2007-08-20-37/+36
| | | | | hopefully no later cosmetics changes will be necessary now
* skyped: use tabsVMiklos2007-08-20-53/+51
| | | | | bitlbee uses tabs, too
* bitlbeed -> skypedVMiklos2007-08-20-0/+109
i was crazy when i imported the daemon as bitlbeed..