aboutsummaryrefslogtreecommitdiffstats
path: root/skype/skype.c
Commit message (Expand)AuthorAgeLines
* skype.c: respont with a PONG to PINGMiklos Vajna2008-07-12-0/+5
* add support for bitlbee-1.2.1Miklos Vajna2008-06-28-4/+8
* new config variable: skypeout_offline for who liked the old behaviourMiklos Vajna2008-04-04-1/+3
* skype_read_callback(): handle SKYPEOUT nicks as offline as wellMiklos Vajna2008-04-04-1/+1
* skype_read_callback(): handle a profile's balanceMiklos Vajna2008-04-03-0/+4
* new skype_set_balance() functionMiklos Vajna2008-04-03-0/+15
* 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
* skype_set_call(): allow calling the test girlRiskó Gergely2008-03-31-2/+5
* manage incoming calls via questionsMiklos Vajna2008-02-29-1/+35
* 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-1/+15
* report 'finished' when call finishesMiklos Vajna2008-02-29-0/+10
* add support for account set -del skype/callMiklos Vajna2008-02-29-13/+49
* finetune ringing messageMiklos Vajna2008-02-29-3/+16
* new account set skype/call nick command to start callsMiklos Vajna2008-02-29-0/+28
* remove an unnecessary commentMiklos Vajna2008-02-29-1/+0
* skype_set_display_name(): set FULLNAME, not MOOD_TEXTMiklos Vajna2008-01-21-1/+1
* auth via sslMiklos Vajna2008-01-12-6/+27
* skype_start_stream(): send username/password to skypedMiklos Vajna2008-01-12-0/+8
* copyright updateMiklos Vajna2008-01-10-1/+1
* new skype_set_display_name() functionMiklos Vajna2008-01-10-11/+33
* added vim modelineMiklos Vajna2008-01-10-0/+2
* support for receiving emoted messagesMiklos Vajna2008-01-10-3/+11
* skype_init(): cosmeticsMiklos Vajna2008-01-10-2/+2
* added default server "localhost"Miklos Vajna2008-01-10-3/+4
* rename SKYPE_PORT_DEFAULT to SKYPE_DEFAULT_PORTMiklos Vajna2008-01-10-2/+2
* handle the case when the birthday is unknownMiklos Vajna2007-12-16-1/+1
* add "local time" info outputMiklos Vajna2007-12-16-2/+6
* fixed gender outputMiklos Vajna2007-12-16-1/+3
* fixed age outputMiklos Vajna2007-12-16-1/+6
* fixed birthday outputMiklos Vajna2007-12-16-2/+6
* typo fix in country outputMiklos Vajna2007-12-16-1/+1
* format last seen output properlyMiklos Vajna2007-12-16-2/+5
* disable buggy "local time" fieldMiklos Vajna2007-12-16-2/+2
* fixed country and language formatMiklos Vajna2007-12-16-2/+29
* added much more info output, need to finetune formatMiklos Vajna2007-12-16-2/+114
* initial support for the info commandMiklos Vajna2007-12-16-0/+87
* warning fix in skype_chat_with()Miklos Vajna2007-11-24-5/+11
* fixes for the recent upstream API changesMiklos Vajna2007-11-20-5/+6
* if you change the topic then wait for skype to confirm that it was really cha...Miklos Vajna2007-11-20-2/+11
* fix incoming multiline messages - againMiklos Vajna2007-10-18-20/+27
* show topic if it was set before joinMiklos Vajna2007-10-17-2/+22
* implement skype_chat_topic()Miklos Vajna2007-10-17-0/+10
* use the new imcb_chat_topic() functionMiklos Vajna2007-10-17-1/+8
* implement skype_chat_with()VMiklos2007-10-07-2/+38
* implemented skype_chat_invite()VMiklos2007-10-07-1/+16