Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | | Moving msn_findheader() to lib/misc.c as get_rfc822_header() so I can use it | Wilmer van der Gaast | 2011-12-19 | -64/+11 | |
| | | | | | | | | | | in OAuth as well. (Need it to find the Content-Type: header.) | ||||
* | | Restructured and updated code a little bit to support new-style (much better | Wilmer van der Gaast | 2011-12-18 | -32/+39 | |
| | | | | | | | | | | | | and "proper" OAuth2) Facebook OAuth support. (And, add wl.offline scope to get tokens that don't expire after an hour.) | ||||
* | | More generic OAuth support now. Should work well for all GTalk accounts now | Wilmer van der Gaast | 2011-12-18 | -17/+69 | |
| | | | | | | | | | | | | and somewhat for MS Messenger. The fb part needs different parsing of the authorize request, and possibly some other work. | ||||
* | | Mainline merge. | Wilmer van der Gaast | 2011-12-17 | -246/+4945 | |
|\| | |||||
| * | As I intended for a while already, use account tags everywhere instead of | Wilmer van der Gaast | 2011-12-13 | -1/+1 | |
| | | | | | | | | | | | | | | | | "protocol(handle)". It's guaranteed to be unique and also shorter. It may suck for people who have multiple accounts and didn't change their tags, but that'll hopefully remind them to change them. | ||||
| * | skyped: give reasonable error message when cert is missing | Miklos Vajna | 2011-12-12 | -5/+9 | |
| | | |||||
| * | Support HTTP/1.1 redirect status codes and use HTTPS for OAuth setup. This | Wilmer van der Gaast | 2011-12-11 | -4/+4 | |
| | | | | | | | | | | | | is required for identi.ca and really should be done for Twitter as well. Twitter OAuth is still broken though, it seems to disagree about signatures. | ||||
| * | Read both alias and server_alias properties for libpurple contacts. TBH I | Wilmer van der Gaast | 2011-12-11 | -0/+2 | |
| | | | | | | | | | | | | don't even know what's the difference, but this fixes Facebook nicks when using libpurple. | ||||
| * | Another packaging fix: Don't put skyped manpage in bitlbee-common. | Wilmer van der Gaast | 2011-12-11 | -11/+11 | |
| | | |||||
| * | Skype module packaging. | Wilmer van der Gaast | 2011-12-10 | -7/+7 | |
| | | |||||
| * | Merging non-SASL authentication patch from #863. This also implements | Wilmer van der Gaast | 2011-12-07 | -2/+5 | |
| | | | | | | | | | | | | | | hidden-default settings, which means a setting is hidden unless it was changed from the default. This seems like appropriate behaviour for something as obscure as this. | ||||
| * | Merging compiler warning fixes from vmiklos. | Wilmer van der Gaast | 2011-12-06 | -138/+75 | |
| |\ | | | | | | | | | | | | | | | | This change also uncovered one bug in groupchat handling in OSCAR, which I fixed during the merge. | ||||
| | * | yahoo: unused-but-set-variables | Miklos Vajna | 2011-12-06 | -42/+19 | |
| | | | |||||
| | * | oscar: unused-but-set-variables | Miklos Vajna | 2011-12-06 | -90/+56 | |
| | | | |||||
| | * | msn: unused-but-set-variables | Miklos Vajna | 2011-12-06 | -9/+2 | |
| |/ | |||||
| * | Debug output tweaks: Try to send everything to stderr, and add ifdef to | Wilmer van der Gaast | 2011-12-04 | -5/+5 | |
| | | | | | | | | | | enable printing of all SSL traffic. | ||||
| * | Somewhat improve debug logging of HTTP/SOAP stuff. | Wilmer van der Gaast | 2011-12-02 | -2/+0 | |
| | | |||||
| * | MSN: No clue if the OUT command can specify other reasons, but if so, show | Wilmer van der Gaast | 2011-11-26 | -1/+2 | |
| | | | | | | | | | | it to the user. | ||||
| * | msn_soap_debug_print may get called with NULL pointers. Pay attention. | Wilmer van der Gaast | 2011-11-25 | -4/+8 | |
| | | |||||
| * | Hopefully this fixed #838. Patch from Artem Savkov, thanks! The problem was | Wilmer van der Gaast | 2011-11-24 | -18/+18 | |
| | | | | | | | | | | | | HTTP failures caused by (most likely) DNS resolution problems. Yes, ignoring return values is still bad, kids! | ||||
| * | Add missing 'skype/skyped.conf.dist' | Miklos Vajna | 2011-11-23 | -0/+10 | |
| | | |||||
| * | Undoing old workaround for MSN troubles and added more proper fix. The | Wilmer van der Gaast | 2011-11-12 | -3/+3 | |
| | | | | | | | | | | | | http_client module needs some refactoring though. Will do that later.. This should hopefully fix bug #850. | ||||
| * | Workaround/Fix for MSN login troubles, many thanks to necropresto. Bug #850. | Wilmer van der Gaast | 2011-11-10 | -3/+3 | |
| | | |||||
| * | Fixed bug in msn_soap_debug_print() failing to print HTTP headers of SOAP | Wilmer van der Gaast | 2011-11-09 | -1/+1 | |
| | | | | | | | | | | | | queries. No, this doesn't fix #850, I just found this bug while trying to get debugging info for that. | ||||
| * | Killed careless use of strcpy(). Luckily these are only a risk on public | Wilmer van der Gaast | 2011-10-30 | -3/+4 | |
| | | | | | | | | | | servers. | ||||
| * | Big merge from pesco, closing some OTR issues: #759, #824, #839, #830. | Wilmer van der Gaast | 2011-10-20 | -3/+3 | |
| |\ | |||||
| | * | rename irc_usermsg to irc_rootmsg. | unknown | 2011-10-03 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | add new irc_usermsg, irc_usernotice. deliver user-specific messages from libotr as notices to that user. | ||||
| * | | Clearer error msg when trying to add an existing OSCAR contact. Bug #828. | Wilmer van der Gaast | 2011-10-19 | -0/+4 | |
| | | | |||||
| * | | changeset:devel,814 was silly and incomplete. This should fix that. Full | Wilmer van der Gaast | 2011-10-19 | -0/+4 | |
| | | | | | | | | | | | | | | | workaround for Twitter "hang" problem. | ||||
| * | | Stupid work-around for bug #838. The troublesome condition is known, I just | Wilmer van der Gaast | 2011-10-17 | -0/+8 | |
| |/ | | | | | | | | | | | don't know exactly how BitlBee gets into it. Any more info from people who see this problem often would be useful. | ||||
| * | Fix #820, make Skype mod compile on NetBSD. | Wilmer van der Gaast | 2011-08-27 | -0/+1 | |
| | | | | | | | | | | | | | | (I haven't personally tested that the Skype module *works* after this nor have I received any reports that either confirm or deny this. This change just makes it *compile*.) | ||||
| * | Just reconstruct all retweets instead of just the ones marked as truncated. | Wilmer van der Gaast | 2011-08-27 | -5/+3 | |
| | | |||||
| * | Since t.co is all over Twitter now, start parsing and showing entity | Wilmer van der Gaast | 2011-08-26 | -10/+35 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | information. I'm going for this way of rendering even though full URLs are also available to me because A) it puts me on the safe side wrt Twitter ToS and B) some full URLS may really be very long. Noticed some problem with truncated RT statuses not getting fixed but this seems to be unrelated. (This is a truncated RT status without the "truncated" property set.) Bug #821. | ||||
| * | Merging Twitter-mentions patch from meh. Bug #663. | Wilmer van der Gaast | 2011-08-25 | -71/+282 | |
| | | |||||
| * | Better cleanup of status IDs in Twitter commands. Stop using that silly | Wilmer van der Gaast | 2011-08-17 | -13/+20 | |
| | | | | | | | | | | | | g_ascii_strtoull() everywhere. This should fix some accidental Tweet incidents. | ||||
| * | To reduce ambiguity, allow using a # to specify Tweet ID's when doing retweets. | Wilmer van der Gaast | 2011-08-17 | -1/+5 | |
| |\ | | | | | | | | | | | | | Patch from Jasper Spaans. | ||||
| | * | Make it easier to retweet by id. | Jasper Spaans | 2011-08-03 | -1/+5 | |
| |/ | | | | | | | | | | | Currently, typing "rt 24" would retweet the last message from @24. This patch allows one to retweet the tweet with id 24 by typing "rt #24". | ||||
| * | Merging Skype plugin. Many thanks to Miklos Vajna for all his work on this, | Wilmer van der Gaast | 2011-07-24 | -0/+4477 | |
| |\ | | | | | | | | | | | | | | | | having this distributed together with BitlBee will hopefully make up for the fact that BitlBee has poor binary API backward compatibility. | ||||
| | * | Drop no longer necessary autofoo from skype plugin dir | unknown | 2011-07-03 | -112/+0 | |
| | | | |||||
| | * | Install skyped documentation if skype is enabled | unknown | 2011-07-03 | -2/+12 | |
| | | | |||||
| | * | Install skyped if skype is enabled | unknown | 2011-07-03 | -10/+0 | |
| | | | |||||
| | * | skype: .gitignore -> .bzrignore | Miklos Vajna | 2011-06-30 | -0/+0 | |
| | | | |||||
| | * | skyped: user configuration should have priority | Miklos Vajna | 2011-06-30 | -2/+2 | |
| | | | |||||
| | * | Bind to IPv6 address when -H is in IPv6 format | Jan Hruban | 2011-06-15 | -2/+5 | |
| | | | |||||
| | * | Free skype groupchats on logout | Jan Hruban | 2011-06-15 | -0/+3 | |
| | | | |||||
| | * | Don't create new channel when skype groupchat turns from DIALOG to ↵ | Jan Hruban | 2011-06-15 | -2/+5 | |
| | | | | | | | | | | | | MULTI_SUBSCRIBED (works only when user initiates the chat, otherwise new channel is created anyway) | ||||
| | * | Fix crash on inviting people to skype groupchats | Jan Hruban | 2011-06-15 | -4/+1 | |
| | | | |||||
| | * | Merge bitlbee-skype into bitlbee | Miklos Vajna | 2011-04-12 | -0/+4583 | |
| | | | |||||
* | | | Error handling fixes. | Wilmer van der Gaast | 2011-08-04 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | Found one double free() bug causing troubles when a buddy_msg() handler takes down the IM connection immediately. | ||||
* | | | Don't timeout Jabber connections on OAuth initialization. | Wilmer van der Gaast | 2011-07-31 | -0/+3 | |
| | | |