aboutsummaryrefslogtreecommitdiffstats
path: root/protocols
Commit message (Collapse)AuthorAgeLines
...
| * Merging non-SASL authentication patch from #863. This also implementsWilmer van der Gaast2011-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 Gaast2011-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-variablesMiklos Vajna2011-12-06-42/+19
| | |
| | * oscar: unused-but-set-variablesMiklos Vajna2011-12-06-90/+56
| | |
| | * msn: unused-but-set-variablesMiklos Vajna2011-12-06-9/+2
| |/
| * Debug output tweaks: Try to send everything to stderr, and add ifdef toWilmer van der Gaast2011-12-04-5/+5
| | | | | | | | | | enable printing of all SSL traffic.
| * Somewhat improve debug logging of HTTP/SOAP stuff.Wilmer van der Gaast2011-12-02-2/+0
| |
| * MSN: No clue if the OUT command can specify other reasons, but if so, showWilmer van der Gaast2011-11-26-1/+2
| | | | | | | | | | it to the user.
| * msn_soap_debug_print may get called with NULL pointers. Pay attention.Wilmer van der Gaast2011-11-25-4/+8
| |
| * Hopefully this fixed #838. Patch from Artem Savkov, thanks! The problem wasWilmer van der Gaast2011-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 Vajna2011-11-23-0/+10
| |
| * Undoing old workaround for MSN troubles and added more proper fix. TheWilmer van der Gaast2011-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 Gaast2011-11-10-3/+3
| |
| * Fixed bug in msn_soap_debug_print() failing to print HTTP headers of SOAPWilmer van der Gaast2011-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 publicWilmer van der Gaast2011-10-30-3/+4
| | | | | | | | | | servers.
| * Big merge from pesco, closing some OTR issues: #759, #824, #839, #830.Wilmer van der Gaast2011-10-20-3/+3
| |\
| | * rename irc_usermsg to irc_rootmsg.unknown2011-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 Gaast2011-10-19-0/+4
| | |
| * | changeset:devel,814 was silly and incomplete. This should fix that. FullWilmer van der Gaast2011-10-19-0/+4
| | | | | | | | | | | | | | | workaround for Twitter "hang" problem.
| * | Stupid work-around for bug #838. The troublesome condition is known, I justWilmer van der Gaast2011-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 Gaast2011-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 Gaast2011-08-27-5/+3
| |
| * Since t.co is all over Twitter now, start parsing and showing entityWilmer van der Gaast2011-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 Gaast2011-08-25-71/+282
| |
| * Better cleanup of status IDs in Twitter commands. Stop using that sillyWilmer van der Gaast2011-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 Gaast2011-08-17-1/+5
| |\ | | | | | | | | | | | | Patch from Jasper Spaans.
| | * Make it easier to retweet by id.Jasper Spaans2011-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 Gaast2011-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 dirunknown2011-07-03-112/+0
| | |
| | * Install skyped documentation if skype is enabledunknown2011-07-03-2/+12
| | |
| | * Install skyped if skype is enabledunknown2011-07-03-10/+0
| | |
| | * skype: .gitignore -> .bzrignoreMiklos Vajna2011-06-30-0/+0
| | |
| | * skyped: user configuration should have priorityMiklos Vajna2011-06-30-2/+2
| | |
| | * Bind to IPv6 address when -H is in IPv6 formatJan Hruban2011-06-15-2/+5
| | |
| | * Free skype groupchats on logoutJan Hruban2011-06-15-0/+3
| | |
| | * Don't create new channel when skype groupchat turns from DIALOG to ↵Jan Hruban2011-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 groupchatsJan Hruban2011-06-15-4/+1
| | |
| | * Merge bitlbee-skype into bitlbeeMiklos Vajna2011-04-12-0/+4583
| | |
* | | Error handling fixes.Wilmer van der Gaast2011-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 Gaast2011-07-31-0/+3
| | |
* | | OAuth code cleanup.Wilmer van der Gaast2011-07-31-18/+24
| | |
* | | Facebook authentication. This isn't really OAuth in the end: FB doesn'tWilmer van der Gaast2011-07-31-2/+51
| | | | | | | | | | | | | | | | | | really support desktop app OAuth in a way that would work with BitlBee. Plus, it's only OAuth-compliant by, err, name?
* | | Working OAuth2 support. Needs some more debugging (error handling is notWilmer van der Gaast2011-07-26-9/+151
| | | | | | | | | | | | | | | great and imc_logout() gets (rightfully) confused when jabber_data is empty).
* | | Kill obsolete Jabber server string (SSL, port#s, etc) parsing.Wilmer van der Gaast2011-07-25-55/+0
| | |
* | | Nothing useful yet, this just generates an auth URL. Things to do: AbilityWilmer van der Gaast2011-07-22-3/+16
|/ / | | | | | | | | | | | | | | | | | | to process the answer. This is hard because the GTalk server will time out very quickly which means we lose our state/scope/etc. (And the ability to even receive the answer, at least if I'd do this the same way the Twitter module does it.) And then, get the access token and use it, of course. :-)
* | Use sscanf, not strtoull. G_GUINT64_FORMAT really makes format strings lookWilmer van der Gaast2011-06-12-2/+2
| | | | | | | | | | so much better.
* | Oops. prefix shouldn't be just "ca" for identi.ca.Wilmer van der Gaast2011-06-11-1/+3
| |
* | Change the default base_url to something that works. Change the default forWilmer van der Gaast2011-06-11-14/+27
| | | | | | | | | | | | identi.ca to HTTPS while I'm at it. Pretty important since I can't use OAuth for it yet.
* | Use /friends/ids and /users/lookup instead of /statuses/friends to get aWilmer van der Gaast2011-06-11-146/+145
| | | | | | | | | | | | list of contacts at login time. Still depends on adding an API version number to base_url though.
* | Re-indent Twitter code. It just lacks *any* kind of consistency. Flags used:Wilmer van der Gaast2011-06-11-591/+486
| | | | | | | | | | | | -i8 -kr -ts8 -ut -l100 Because K&R isn't so bad after all but spaces are definitely evil. (Not that GNU indent understands how to use tabs, oh well.)