|
|
@47c590c
|
2010-10-24T23:14:27Z |
Miklos Vajna |
skyped: change it to python2.7 just in case python would be python3k …
|
|
|
@a985369
|
2010-06-25T18:39:23Z |
Miklos Vajna |
Typo fix: --debug was --daemon
From: Arthaey Angosii <arthaey@…>
|
|
|
@7cf146f
|
2010-04-18T02:44:08Z |
Miklos Vajna |
copyright
|
|
|
@7cc2c1e
|
2010-04-12T15:37:33Z |
Miklos Vajna |
skyped: use os.path.expanduser for file paths in config
Requested-by: …
|
|
|
@ea1d796
|
2010-03-07T23:37:06Z |
Miklos Vajna |
skyped: fix a typeerror
|
|
|
@d9bca7f
|
2009-12-09T10:27:26Z |
Miklos Vajna |
skyped: cleanup
|
|
|
@1a575f69
|
2009-08-31T17:06:46Z |
Miklos Vajna |
skyped: let the error message suggest placing the config file under …
|
|
|
@ffd078a
|
2009-08-18T11:33:57Z |
Miklos Vajna |
dprint() now timestamps debug messages
it's good to know when exactly …
|
|
|
@1b48afb
|
2009-04-29T17:24:18Z |
Miklos Vajna |
add support for user-wide config files
in the past the config file …
|
|
|
@bcdc24b
|
2009-02-18T00:30:13Z |
Miklos Vajna |
skyped: add logfile option
using this option messages are not lost …
|
|
|
@072c0fe
|
2009-02-17T21:12:03Z |
Miklos Vajna |
skyped: handle the case when LANG and LC_ALL env vars are empty
|
|
|
@8edfc90
|
2008-12-30T02:39:43Z |
Miklos Vajna |
skyped: use hashlib instead of sha (python2.6 warning)
|
|
|
@a349932
|
2008-12-21T23:45:51Z |
Miklos Vajna |
fix typo in skyped -h
|
|
|
@56ae398
|
2008-12-21T18:35:24Z |
Miklos Vajna |
replace /dev/null with os.devnull in skyped
|
|
|
@6b9cab1
|
2008-11-16T01:16:54Z |
Miklos Vajna |
skyped: handle the case when even reading the user/pass fails
ideally …
|
|
|
@885e563e
|
2008-09-08T01:10:00Z |
Miklos Vajna |
skyped: when sending, encode using utf8 if we can't get the system …
|
|
|
@7415989
|
2008-09-06T02:59:03Z |
Miklos Vajna |
ignore error if not yet started skyped fails to shut down
at this …
|
|
|
@4b0092e
|
2008-07-12T20:10:31Z |
Miklos Vajna |
skyped: send periodically a 'PING' to the client
also ignore the …
|
|
|
@9627276
|
2008-05-19T18:22:58Z |
Miklos Vajna |
remove no longer used CLIENT_NAME
|
|
|
@d891915
|
2008-05-19T18:22:03Z |
Miklos Vajna |
allow setting the port from the config file
|
|
|
@5588f7c4
|
2008-05-19T13:25:49Z |
Miklos Vajna |
don't die on failed handshake
|
|
|
@bd85ec5
|
2008-05-16T11:09:24Z |
Miklos Vajna |
skyped: close the socket on read/write error
- it turns out that once …
|
|
|
@b0d40f5
|
2008-04-30T23:57:49Z |
Miklos Vajna |
add python-gnutls support and make it default if available
- this …
|
|
|
@4c340e9
|
2008-04-30T22:17:55Z |
Miklos Vajna |
modularize openssl code
- so that later we may use gnutls as well (or …
|
|
|
@140ffc8
|
2008-04-30T22:07:15Z |
Miklos Vajna |
and same for receive: catch any error
|
|
|
@80dfdce
|
2008-04-28T11:10:28Z |
Miklos Vajna |
catch any error on send (ie SysCallError as well)
|
|
|
@0fbeef1
|
2008-04-20T20:40:32Z |
Miklos Vajna |
skyped: use gobject.timeout_add() to make it more responsive
|
|
|
@944a941
|
2008-04-06T18:39:32Z |
Miklos Vajna |
a fix for python-2.4 compatibility
- interesting, it has been reported …
|
|
|
@239b036
|
2008-02-29T00:42:46Z |
Miklos Vajna |
skyped: don't exit when bitlbee disconnects
|
|
|
@2eb4b1f
|
2008-02-29T00:34:31Z |
Miklos Vajna |
add support for account set -del skype/call
to finish an outgoing call
|
|
|
@1fb0a30
|
2008-02-23T02:26:04Z |
Miklos Vajna |
skyped: remove comment, we use skype4py already
|
|
|
@3a2a0b2
|
2008-02-23T02:24:14Z |
Miklos Vajna |
kill skype on shutdown
|
|
|
@e79a94f
|
2008-02-23T02:17:51Z |
Miklos Vajna |
small cleanup
|
|
|
@6af541d
|
2008-02-23T02:13:59Z |
Miklos Vajna |
skyped: automatically start skype if necessary
|
|
|
@1b97fc0
|
2008-02-19T13:13:24Z |
Miklos Vajna |
remove unnecessary import of threading from skyped
|
|
|
@eeeb30e
|
2008-01-12T21:18:21Z |
Miklos Vajna |
skyped: catch KeyboardInterrupts everywhere
|
|
|
@a74f5b5
|
2008-01-12T20:34:25Z |
Miklos Vajna |
skyped: update copyright year
|
|
|
@c7304b2
|
2008-01-12T20:07:10Z |
Miklos Vajna |
auth via ssl
- move the config file to sysconfdir/skyped/skyped.conf …
|
|
|
@5245e9d
|
2008-01-12T01:36:54Z |
Miklos Vajna |
skyped: add authentication support
this is not yet ssl, but better …
|
|
|
@7e450c3
|
2008-01-11T20:29:28Z |
Miklos Vajna |
skyped: allow overwriting the host '0.0.0.0'
|
|
|
@05cf927
|
2007-12-14T00:59:42Z |
Miklos Vajna |
fixup for Skype4Py >= 0.9.28.4
|
|
|
@a75f2a7
|
2007-10-06T15:35:55Z |
Miklos Vajna |
display received messages in utf8, so that we can avoid most …
|
|
|
@3922d44
|
2007-10-06T15:25:21Z |
Miklos Vajna |
handle the case when ping fails (ie: timeout)
|
|
|
@af8675f
|
2007-09-11T22:11:04Z |
Miklos Vajna |
skyped: handle a possible IOError
|
|
|
@8b3beef
|
2007-09-05T18:11:28Z |
Miklos Vajna |
don't use internal exceptions either
|
|
|
@5268bd7
|
2007-09-05T18:04:04Z |
Miklos Vajna |
do not use internal functions for receiving messages
thanks awahlig
|
|
|
@bfe5a8a
|
2007-09-05T18:01:15Z |
Miklos Vajna |
do not use internal functions for sending messages
thanks awahlig …
|
|
|
@d86dfb1
|
2007-09-04T20:20:51Z |
Miklos Vajna |
hide the ping/pong from the log, it's just spam
also set the ping …
|
|
|
@52d779e
|
2007-09-04T19:29:42Z |
Miklos Vajna |
skyped: fix receiving / sending accents again
|
|
|
@67496f7
|
2007-09-04T19:07:31Z |
Miklos Vajna |
handle timeouts
|
|
|
@c15f71a
|
2007-09-04T16:59:28Z |
Miklos Vajna |
skyped: use Skype4Py's X11 api
this solves all those weird freezes
|
|
|
@7613670
|
2007-09-03T22:22:55Z |
Miklos Vajna |
handle the case when the input is a multiline message
|
|
|
@53b71d3
|
2007-08-22T17:39:17Z |
Miklos Vajna |
bind to 0.0.0.0, not to localhost
|
|
|
@43e2e9d
|
2007-08-21T22:52:53Z |
Miklos Vajna |
skyped: fix a warning
|
|
|
@8237df5
|
2007-08-21T22:33:14Z |
Miklos Vajna |
skyped: added daemon code
|
|
|
@3953172
|
2007-08-21T21:37:43Z |
Miklos Vajna |
skyped: automatically reconnect if skype is restarted
well, not 100% …
|
|
|
@cd3022c
|
2007-08-21T18:18:08Z |
Miklos Vajna |
skyped: added copyright header
|
|
|
@f932b65
|
2007-08-20T18:56:46Z |
Miklos Vajna |
skyped: some cleanup, no encoding is needed when sending messages
|
|
|
@a316c4e
|
2007-08-20T14:50:50Z |
Miklos Vajna |
skyped: finish cleanup
hopefully no later cosmetics changes will be …
|
|
|
@94bd28f
|
2007-08-20T14:26:05Z |
Miklos Vajna |
skyped: use tabs
bitlbee uses tabs, too
|
|
|
@cb35add
|
2007-08-20T14:13:04Z |
Miklos Vajna |
bitlbeed -> skyped
i was crazy when i imported the daemon as bitlbeed..
|