Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | auth via ssl | Miklos Vajna | 2008-01-12 | -14/+18 |
| | | | | | | | | - move the config file to sysconfdir/skyped/skyped.conf as there will other config files there, too - autogenerate the ssl paths in skyped.conf.dist - skype plugin: connect via ssl - skyped: listen via ssl | |||
* | skyped: add authentication support | Miklos Vajna | 2008-01-12 | -20/+61 |
| | | | | | this is not yet ssl, but better than nothing | |||
* | skyped: allow overwriting the host '0.0.0.0' | Miklos Vajna | 2008-01-11 | -3/+7 |
| | ||||
* | fixup for Skype4Py >= 0.9.28.4 | Miklos Vajna | 2007-12-14 | -2/+4 |
| | ||||
* | display received messages in utf8, so that we can avoid most UnicodeEncodeErrors | VMiklos | 2007-10-06 | -3/+8 |
| | ||||
* | handle the case when ping fails (ie: timeout) | VMiklos | 2007-10-06 | -1/+4 |
| | ||||
* | skyped: handle a possible IOError | VMiklos | 2007-09-12 | -1/+4 |
| | ||||
* | don't use internal exceptions either | VMiklos | 2007-09-05 | -2/+2 |
| | ||||
* | do not use internal functions for receiving messages | VMiklos | 2007-09-05 | -5/+2 |
| | | | | | thanks awahlig | |||
* | do not use internal functions for sending messages | VMiklos | 2007-09-05 | -2/+2 |
| | | | | | thanks awahlig (from the skype forums) for this suggestion | |||
* | hide the ping/pong from the log, it's just spam | VMiklos | 2007-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 again | VMiklos | 2007-09-04 | -5/+7 |
| | ||||
* | handle timeouts | VMiklos | 2007-09-04 | -0/+2 |
| | ||||
* | skyped: use Skype4Py's X11 api | VMiklos | 2007-09-04 | -57/+39 |
| | | | | | this solves all those weird freezes | |||
* | handle the case when the input is a multiline message | VMiklos | 2007-09-04 | -3/+15 |
| | ||||
* | bind to 0.0.0.0, not to localhost | VMiklos | 2007-08-22 | -1/+1 |
| | ||||
* | skyped: fix a warning | VMiklos | 2007-08-22 | -1/+4 |
| | ||||
* | skyped: added daemon code | VMiklos | 2007-08-22 | -4/+60 |
| | ||||
* | skyped: automatically reconnect if skype is restarted | VMiklos | 2007-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 header | VMiklos | 2007-08-21 | -0/+26 |
| | ||||
* | skyped: some cleanup, no encoding is needed when sending messages | VMiklos | 2007-08-20 | -19/+3 |
| | ||||
* | skyped: finish cleanup | VMiklos | 2007-08-20 | -37/+36 |
| | | | | | hopefully no later cosmetics changes will be necessary now | |||
* | skyped: use tabs | VMiklos | 2007-08-20 | -53/+51 |
| | | | | | bitlbee uses tabs, too | |||
* | bitlbeed -> skyped | VMiklos | 2007-08-20 | -0/+109 |
i was crazy when i imported the daemon as bitlbeed.. |