Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | skype.c: respont with a PONG to PING | Miklos Vajna | 2008-07-12 | -0/+5 |
| | ||||
* | add support for bitlbee-1.2.1 | Miklos Vajna | 2008-06-28 | -4/+8 |
| | ||||
* | 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 | |||
* | 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. | |||
* | skype_set_call(): allow calling the test girl | Riskó Gergely | 2008-03-31 | -2/+5 |
| | ||||
* | manage incoming calls via questions | Miklos Vajna | 2008-02-29 | -1/+35 |
| | ||||
* | replace the fake SKYPE_CALL_RINGING_OUT with a proper call_out variable | Miklos Vajna | 2008-02-29 | -21/+20 |
| | ||||
* | detect when the call is refused | Miklos Vajna | 2008-02-29 | -0/+10 |
| | ||||
* | error out on cancelling a non-existing call | Miklos Vajna | 2008-02-29 | -0/+2 |
| | ||||
* | report call duration at the end | Miklos Vajna | 2008-02-29 | -1/+15 |
| | ||||
* | report 'finished' when call finishes | Miklos Vajna | 2008-02-29 | -0/+10 |
| | | | | | till now we reported only cancelled calls | |||
* | add support for account set -del skype/call | Miklos Vajna | 2008-02-29 | -13/+49 |
| | | | | | to finish an outgoing call | |||
* | finetune ringing message | Miklos Vajna | 2008-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 | |||
* | new account set skype/call nick command to start calls | Miklos Vajna | 2008-02-29 | -0/+28 |
| | ||||
* | remove an unnecessary comment | Miklos Vajna | 2008-02-29 | -1/+0 |
| | ||||
* | skype_set_display_name(): set FULLNAME, not MOOD_TEXT | Miklos Vajna | 2008-01-21 | -1/+1 |
| | ||||
* | auth via ssl | Miklos Vajna | 2008-01-12 | -6/+27 |
| | | | | | | | | - move the config file to sysconfdir/skyped/skyped.conf as there will other config files there, too - autogenerate the ssl paths in skyped.conf.dist - skype plugin: connect via ssl - skyped: listen via ssl | |||
* | skype_start_stream(): send username/password to skyped | Miklos Vajna | 2008-01-12 | -0/+8 |
| | ||||
* | copyright update | Miklos Vajna | 2008-01-10 | -1/+1 |
| | ||||
* | new skype_set_display_name() function | Miklos Vajna | 2008-01-10 | -11/+33 |
| | | | | | | - this adds support for setting display_name - also add support for the deprecated nick command in skype_set_my_name() | |||
* | added vim modeline | Miklos Vajna | 2008-01-10 | -0/+2 |
| | ||||
* | support for receiving emoted messages | Miklos Vajna | 2008-01-10 | -3/+11 |
| | ||||
* | skype_init(): cosmetics | Miklos Vajna | 2008-01-10 | -2/+2 |
| | ||||
* | added default server "localhost" | Miklos Vajna | 2008-01-10 | -3/+4 |
| | ||||
* | rename SKYPE_PORT_DEFAULT to SKYPE_DEFAULT_PORT | Miklos Vajna | 2008-01-10 | -2/+2 |
| | ||||
* | handle the case when the birthday is unknown | Miklos Vajna | 2007-12-16 | -1/+1 |
| | ||||
* | add "local time" info output | Miklos Vajna | 2007-12-16 | -2/+6 |
| | | | | | thanks Cristobal Palmer (tarheelcoxn) for testing :) | |||
* | fixed gender output | Miklos Vajna | 2007-12-16 | -1/+3 |
| | | | | | woho, last fixme removed \o/ | |||
* | fixed age output | Miklos Vajna | 2007-12-16 | -1/+6 |
| | ||||
* | fixed birthday output | Miklos Vajna | 2007-12-16 | -2/+6 |
| | ||||
* | typo fix in country output | Miklos Vajna | 2007-12-16 | -1/+1 |
| | ||||
* | format last seen output properly | Miklos Vajna | 2007-12-16 | -2/+5 |
| | ||||
* | disable buggy "local time" field | Miklos Vajna | 2007-12-16 | -2/+2 |
| | ||||
* | fixed country and language format | Miklos Vajna | 2007-12-16 | -2/+29 |
| | ||||
* | added much more info output, need to finetune format | Miklos Vajna | 2007-12-16 | -2/+114 |
| | ||||
* | initial support for the info command | Miklos Vajna | 2007-12-16 | -0/+87 |
| | | | | | currently it prints only the full name | |||
* | warning fix in skype_chat_with() | Miklos Vajna | 2007-11-24 | -5/+11 |
| | | | | | | fix "when you start a group chat, a warning is shown saying creating the group chat is failed, but in fact it is created" | |||
* | fixes for the recent upstream API changes | Miklos Vajna | 2007-11-20 | -5/+6 |
| | ||||
* | if you change the topic then wait for skype to confirm that it was really ↵ | Miklos Vajna | 2007-11-20 | -2/+11 |
| | | | | | | | | changed - ie if you don't have enough permissions, you won't see a fake topic - suggested by wilmer | |||
* | fix incoming multiline messages - again | Miklos Vajna | 2007-10-18 | -20/+27 |
| | | | | | i broke it when adding groupchat support | |||
* | show topic if it was set before join | Miklos Vajna | 2007-10-17 | -2/+22 |
| | ||||
* | implement skype_chat_topic() | Miklos Vajna | 2007-10-17 | -0/+10 |
| | ||||
* | use the new imcb_chat_topic() function | Miklos Vajna | 2007-10-17 | -1/+8 |
| | | | | | | WARNING: this is not yet in the bitlbee release branch, i'll update the docs when it'll be there | |||
* | implement skype_chat_with() | VMiklos | 2007-10-07 | -2/+38 |
| | | | | | so that '/j #nick' is possible: we can start a group chat now, too | |||
* | implemented skype_chat_invite() | VMiklos | 2007-10-07 | -1/+16 |
| |