aboutsummaryrefslogtreecommitdiffstats
path: root/skype/skype.c
Commit message (Collapse)AuthorAgeLines
* auth via sslMiklos Vajna2008-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 skypedMiklos Vajna2008-01-12-0/+8
|
* copyright updateMiklos Vajna2008-01-10-1/+1
|
* new skype_set_display_name() functionMiklos Vajna2008-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 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
| | | | | thanks Cristobal Palmer (tarheelcoxn) for testing :)
* fixed gender outputMiklos Vajna2007-12-16-1/+3
| | | | | woho, last fixme removed \o/
* 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
| | | | | currently it prints only the full name
* warning fix in skype_chat_with()Miklos Vajna2007-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 changesMiklos Vajna2007-11-20-5/+6
|
* if you change the topic then wait for skype to confirm that it was really ↵Miklos Vajna2007-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 - againMiklos Vajna2007-10-18-20/+27
| | | | | i broke it when adding groupchat support
* 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
| | | | | | WARNING: this is not yet in the bitlbee release branch, i'll update the docs when it'll be there
* implement skype_chat_with()VMiklos2007-10-07-2/+38
| | | | | so that '/j #nick' is possible: we can start a group chat now, too
* implemented skype_chat_invite()VMiklos2007-10-07-1/+16
|
* skype_read_callback(): sanity checkVMiklos2007-10-07-1/+2
|
* fix unwanted rejoin after /partVMiklos2007-10-07-1/+12
|
* avoid nicks joining to a group chat multiple timesVMiklos2007-10-07-1/+2
|
* implemented skype_chat_leave()VMiklos2007-10-07-0/+10
|
* handle parts in groupchatsVMiklos2007-10-07-2/+6
|
* handle the topic changes in group chats correctlyVMiklos2007-10-07-11/+30
|
* fix agressive groupchat mechanismVMiklos2007-10-06-11/+12
| | | | | | | since 55f2d43, a groupchat was created even for 2 people. this is wrong. we should not create a group chat when receiving an ACTIVEMEMBERS, only when the CHAT's TYPE is MULTICHAT
* implement skype_chat_msg()VMiklos2007-10-06-2/+6
| | | | | now sending groupchat messages works, too :)
* remove debug printfsVMiklos2007-10-06-6/+1
|
* receiving group chat messages now worksVMiklos2007-10-06-7/+27
| | | | | it's a bit agressive. dialogs are not group chats, but i'll fix it later
* don't mark messages as seenVMiklos2007-10-06-3/+0
| | | | | | - they still spams the skype client - unnecessary transfer then
* revert "handle topic changes"VMiklos2007-10-06-12/+2
| | | | | | | - this reverts commit b2d9bfa54753bcf0c617cc515d08f0ac46c1d65e. - the proper way will be to query the type of a CHATMESSAGE object, and if it's SETTOPIC, then do the same
* new dummy skype_chat_msg() functionVMiklos2007-10-06-0/+6
|
* initial groupchat supportVMiklos2007-10-06-0/+37
| | | | | | read: we detect that we are invited we retreive the nicklist but we can't receive/send messages yet
* handle topic changesVMiklos2007-10-06-1/+21
|
* notification when somebody wants to transfer a fileVMiklos2007-10-06-9/+58
|
* skype_data struct: some more commentsVMiklos2007-09-21-3/+7
| | | | | also renmae r_inpa to bfd
* support for edited messagesVMiklos2007-09-04-0/+11
|
* handle the case when the input is a multiline messageVMiklos2007-09-04-2/+2
|
* skype_read_callback(): ignore empty messagesVMiklos2007-09-03-1/+1
| | | | | skype itself does the same
* send a notice when a call is missedVMiklos2007-08-22-1/+30
|