index
:
bitlbee
develop
install-dev
master
patched-3.4.1
patched-master
scram
server-time
set-account
tagged_msg
twitter-reconnect
personal fork of github.com/bitlbee/bitlbee
Marius Halden
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
skype
/
skyped.py
Commit message (
Expand
)
Author
Age
Lines
*
skyped: send periodically a 'PING' to the client
Miklos Vajna
2008-07-12
-3
/
+14
*
remove no longer used CLIENT_NAME
Miklos Vajna
2008-05-19
-1
/
+0
*
allow setting the port from the config file
Miklos Vajna
2008-05-19
-3
/
+16
*
don't die on failed handshake
Miklos Vajna
2008-05-19
-1
/
+5
*
skyped: close the socket on read/write error
Miklos Vajna
2008-05-16
-1
/
+3
*
add python-gnutls support and make it default if available
Miklos Vajna
2008-05-01
-7
/
+17
*
modularize openssl code
Miklos Vajna
2008-05-01
-1
/
+2
*
and same for receive: catch any error
Miklos Vajna
2008-05-01
-1
/
+2
*
catch any error on send (ie SysCallError as well)
Miklos Vajna
2008-04-28
-1
/
+1
*
skyped: use gobject.timeout_add() to make it more responsive
Miklos Vajna
2008-04-20
-2
/
+1
*
a fix for python-2.4 compatibility
Miklos Vajna
2008-04-06
-1
/
+1
*
skyped: don't exit when bitlbee disconnects
Miklos Vajna
2008-02-29
-1
/
+1
*
add support for account set -del skype/call
Miklos Vajna
2008-02-29
-1
/
+4
*
skyped: remove comment, we use skype4py already
Miklos Vajna
2008-02-23
-4
/
+0
*
kill skype on shutdown
Miklos Vajna
2008-02-23
-4
/
+5
*
small cleanup
Miklos Vajna
2008-02-23
-1
/
+0
*
skyped: automatically start skype if necessary
Miklos Vajna
2008-02-23
-2
/
+3
*
remove unnecessary import of threading from skyped
Miklos Vajna
2008-02-19
-1
/
+0
*
skyped: catch KeyboardInterrupts everywhere
Miklos Vajna
2008-01-12
-3
/
+10
*
skyped: update copyright year
Miklos Vajna
2008-01-12
-1
/
+1
*
auth via ssl
Miklos Vajna
2008-01-12
-14
/
+18
*
skyped: add authentication support
Miklos Vajna
2008-01-12
-20
/
+61
*
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
*
do not use internal functions for sending messages
VMiklos
2007-09-05
-2
/
+2
*
hide the ping/pong from the log, it's just spam
VMiklos
2007-09-04
-2
/
+4
*
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
*
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
*
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
*
skyped: use tabs
VMiklos
2007-08-20
-53
/
+51
*
bitlbeed -> skyped
VMiklos
2007-08-20
-0
/
+109