aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| | * | | skype_read_callback(): handle a profile's balanceMiklos Vajna2008-04-03-0/+4
| | | | |
| | * | | new skype_set_balance() functionMiklos Vajna2008-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 failedMiklos Vajna2008-04-03-0/+1
| | | | |
| | * | | new skype_call_strerror() function to handle different call errorsMiklos Vajna2008-04-03-1/+42
| | | | |
| | * | | skype_set_call() allow calling anybodyMiklos Vajna2008-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.1Miklos Vajna2008-03-31-1/+6
| | | | |
| | * | | renamed make prepare to make autogenMiklos Vajna2008-03-31-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | - since it does basically what autogen.sh is for automake-based projects
| | * | | add new autoclean targetMiklos Vajna2008-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 girlRiskó Gergely2008-03-31-2/+5
| | | | |
| | * | | remove note about dbus-python, it's oldMiklos Vajna2008-03-18-8/+0
| | | | |
| | * | | bitlbee 1.2Miklos Vajna2008-03-18-9/+10
| | | | |
| | * | | ignore more filesMiklos Vajna2008-03-15-0/+12
| | | | |
| | * | | avoid ${prefix} in skyped.confMiklos Vajna2008-03-14-0/+1
| | | | |
| | * | | tested 2.0.0.63Miklos Vajna2008-03-14-1/+1
| | | | |
| | * | | update vnc docMiklos Vajna2008-03-12-4/+4
| | | | |
| | * | | add support for osxMiklos Vajna2008-03-07-7/+25
| | | | |
| | * | | updates for 0.4.0Miklos Vajna2008-02-29-1/+6
| | | | |
| | * | | manage incoming calls via questionsMiklos Vajna2008-02-29-3/+38
| | | | |
| | * | | replace the fake SKYPE_CALL_RINGING_OUT with a proper call_out variableMiklos Vajna2008-02-29-21/+20
| | | | |
| | * | | detect when the call is refusedMiklos Vajna2008-02-29-0/+10
| | | | |
| | * | | error out on cancelling a non-existing callMiklos Vajna2008-02-29-0/+2
| | | | |
| | * | | report call duration at the endMiklos Vajna2008-02-29-2/+16
| | | | |
| | * | | report 'finished' when call finishesMiklos Vajna2008-02-29-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | till now we reported only cancelled calls
| | * | | skyped: don't exit when bitlbee disconnectsMiklos Vajna2008-02-29-1/+1
| | | | |
| | * | | add support for account set -del skype/callMiklos Vajna2008-02-29-15/+57
| | | | | | | | | | | | | | | | | | | | | | | | | to finish an outgoing call
| | * | | finetune ringing messageMiklos Vajna2008-02-29-3/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | old: the user foo is ringing you new: you are ringing the user foo or the user foo is ringing you
| | * | | document account set skype/callMiklos Vajna2008-02-29-3/+4
| | | | |
| | * | | remove item from TODO, fixed upstreamMiklos Vajna2008-02-29-3/+0
| | | | |
| | * | | new account set skype/call nick command to start callsMiklos Vajna2008-02-29-0/+28
| | | | |
| | * | | remove an unnecessary commentMiklos Vajna2008-02-29-1/+0
| | | | |
| | * | | suggest account set, server in account add is oldMiklos Vajna2008-02-29-1/+2
| | | | |
| | * | | remove skype from HACKING as skyped now automatically starts itMiklos Vajna2008-02-29-3/+1
| | | | |
| | * | | next testemonialMiklos Vajna2008-02-26-0/+7
| | | | |
| | * | | add a new section to the readme ;)Miklos Vajna2008-02-26-0/+7
| | | | |
| | * | | small spelling fixesMiklos Vajna2008-02-23-6/+7
| | | | |
| | * | | updates for 0.3.2Miklos Vajna2008-02-23-1/+5
| | | | |
| | * | | tested with 2.0.0.43Miklos Vajna2008-02-23-1/+1
| | | | |
| | * | | skyped: remove comment, we use skype4py alreadyMiklos Vajna2008-02-23-4/+0
| | | | |
| | * | | kill skype on shutdownMiklos Vajna2008-02-23-4/+5
| | | | |
| | * | | small cleanupMiklos Vajna2008-02-23-1/+0
| | | | |
| | * | | doc update: manual start of skype no longer necessaryMiklos Vajna2008-02-23-10/+3
| | | | |
| | * | | skyped: automatically start skype if necessaryMiklos Vajna2008-02-23-2/+3
| | | | |
| | * | | typo fix in automake version detectionMiklos Vajna2008-02-19-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | thanks Sebastian (schwarz.s at gmx.de) for pointing this out
| | * | | remove unnecessary import of threading from skypedMiklos Vajna2008-02-19-1/+0
| | | | |
| | * | | update gitweb urlMiklos Vajna2008-02-17-1/+1
| | | | |
| | * | | it seems some distro does not have an automake symlink in /usr/shareMiklos Vajna2008-01-29-1/+3
| | | | |
| | * | | README: typoMiklos Vajna2008-01-21-1/+1
| | | | |
| | * | | header.html depends on makefileMiklos Vajna2008-01-21-1/+1
| | | | |
| | * | | updates for 0.3.1Miklos Vajna2008-01-21-1/+6
| | | | |
| | * | | update todoMiklos Vajna2008-01-21-3/+8
| | | | |