Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| | * | | | readme: syntax fix | Miklos Vajna | 2008-06-28 | -0/+2 | |
| | | | | | |||||
| | * | | | add note about skype4py-1.x breakage | Miklos Vajna | 2008-06-28 | -0/+1 | |
| | | | | | |||||
| | * | | | docu update | Miklos Vajna | 2008-06-18 | -4/+5 | |
| | | | | | |||||
| | * | | | updates for 0.5.1 | Miklos Vajna | 2008-06-18 | -1/+5 | |
| | | | | | |||||
| | * | | | configure: match prefix with bitlbee's one | Miklos Vajna | 2008-06-18 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | otherwise bitlbee won't find the plugin | ||||
| | * | | | configure: update email | Miklos Vajna | 2008-06-18 | -1/+1 | |
| | | | | | |||||
| | * | | | echo some config output at the end of configure | Miklos Vajna | 2008-06-18 | -0/+10 | |
| | | | | | |||||
| | * | | | configure: fix "./configure: line 2824: test: too many arguments" | Miklos Vajna | 2008-06-18 | -1/+1 | |
| | | | | | |||||
| | * | | | update public chat todo | Miklos Vajna | 2008-06-02 | -3/+4 | |
| | | | | | |||||
| | * | | | updates for 0.5.0 | Miklos Vajna | 2008-05-24 | -1/+9 | |
| | | | | | |||||
| | * | | | tested with newer skype version | Miklos Vajna | 2008-05-24 | -1/+1 | |
| | | | | | |||||
| | * | | | document how do i usually start skyped in vnc | Miklos Vajna | 2008-05-21 | -6/+7 | |
| | | | | | |||||
| | * | | | 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/+17 | |
| | | | | | |||||
| | * | | | update readme to be easier to follow for frugalware/debian users | Miklos Vajna | 2008-05-19 | -5/+17 | |
| | | | | | |||||
| | * | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - it turns out that once we have a read/write error we can never use the socket again so just close it then bitlbee will reconnect properly | ||||
| | * | | | add more detailed info on how to install skype4py | Miklos Vajna | 2008-05-13 | -3/+9 | |
| | | | | | |||||
| | * | | | doc generation cleanup | Miklos Vajna | 2008-05-12 | -3/+1 | |
| | | | | | |||||
| | * | | | README: document how to avoid compiling bitlbee from source under deb | Miklos Vajna | 2008-05-12 | -1/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | 01:13 < wilmer> vmiklos: Ok, bitlbee-dev will be in unstable in a few hours! | ||||
| | * | | | added a new testemonial | Miklos Vajna | 2008-05-06 | -0/+5 | |
| | | | | | |||||
| | * | | | add python-gnutls support and make it default if available | Miklos Vajna | 2008-05-01 | -7/+25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - this change in general should be ok, since openssl has problems when using it from gpl software which is distributed as a binary. - anyway, i hope that this will solve that magic "Fatal Python error: PyEval_RestoreThread: NULL tstate" error. at least it worth a try. | ||||
| | * | | | modularize openssl code | Miklos Vajna | 2008-05-01 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | - so that later we may use gnutls as well (or other ssl implementations) | ||||
| | * | | | 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 | |
| | | | | | |||||
| | * | | | updates for 0.4.2 | Miklos Vajna | 2008-04-20 | -1/+2 | |
| | | | | | |||||
| | * | | | skyped: use gobject.timeout_add() to make it more responsive | Miklos Vajna | 2008-04-20 | -2/+1 | |
| | | | | | |||||
| | * | | | antispam | Miklos Vajna | 2008-04-16 | -1/+1 | |
| | | | | | |||||
| | * | | | new testemonial | Miklos Vajna | 2008-04-10 | -0/+10 | |
| | | | | | |||||
| | * | | | a fix for python-2.4 compatibility | Miklos Vajna | 2008-04-06 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - interesting, it has been reported this is the only problem, though ideally skype4py doesn't work with python-2.4 either ;) | ||||
| | * | | | new testemonial | Miklos Vajna | 2008-04-05 | -0/+6 | |
| | | | | | |||||
| | * | | | update news | Miklos Vajna | 2008-04-05 | -0/+3 | |
| | | | | | |||||
| | * | | | document skypeout_offline setting | Miklos Vajna | 2008-04-04 | -0/+13 | |
| | | | | | |||||
| | * | | | document how to set a custom port | Miklos Vajna | 2008-04-04 | -0/+6 | |
| | | | | | |||||
| | * | | | new config variable: skypeout_offline for who liked the old behaviour | Miklos Vajna | 2008-04-04 | -1/+3 | |
| | | | | | |||||
| | * | | | skype_read_callback(): handle SKYPEOUT nicks as offline as well | Miklos Vajna | 2008-04-04 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - you can chat with them and you can stil call them without spamming the user list | ||||
| | * | | | update NEWS | Miklos Vajna | 2008-04-03 | -0/+4 | |
| | | | | | |||||
| | * | | | document the new account set skype/balance command | Miklos Vajna | 2008-04-03 | -1/+6 | |
| | | | | | |||||
| | * | | | skype_read_callback(): handle a profile's balance | Miklos Vajna | 2008-04-03 | -0/+4 | |
| | | | | | |||||
| | * | | | new skype_set_balance() function | Miklos Vajna | 2008-04-03 | -0/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - it triggers a query from skype for the current balance, but the read callback does not handle it yet | ||||
| | * | | | skype_read_callback(): mark a call ended if it failed | Miklos Vajna | 2008-04-03 | -0/+1 | |
| | | | | | |||||
| | * | | | new skype_call_strerror() function to handle different call errors | Miklos Vajna | 2008-04-03 | -1/+42 | |
| | | | | | |||||
| | * | | | skype_set_call() allow calling anybody | Miklos Vajna | 2008-04-03 | -7/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - here is the logic: we first try to map nicks to skype user names. on success, we use the username, on failure we use the value we got directly, later skype will return an error if there is no such nick or such other error occures. | ||||
| | * | | | updates for 0.4.1 | Miklos Vajna | 2008-03-31 | -1/+6 | |
| | | | | | |||||
| | * | | | renamed make prepare to make autogen | Miklos Vajna | 2008-03-31 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | - since it does basically what autogen.sh is for automake-based projects | ||||
| | * | | | add new autoclean target | Miklos Vajna | 2008-03-31 | -2/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - after clean, you don't have to re-run configure - after distclean, you should not have to re-run make prepare - as a result, only the new autoclean target will remove files created by make prepare | ||||
| | * | | | skype_set_call(): allow calling the test girl | Riskó Gergely | 2008-03-31 | -2/+5 | |
| | | | | | |||||
| | * | | | remove note about dbus-python, it's old | Miklos Vajna | 2008-03-18 | -8/+0 | |
| | | | | | |||||
| | * | | | bitlbee 1.2 | Miklos Vajna | 2008-03-18 | -9/+10 | |
| | | | | | |||||
| | * | | | ignore more files | Miklos Vajna | 2008-03-15 | -0/+12 | |
| | | | | |