aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * NULL-checking in rfc822_get_header() and OAuth response handling.Wilmer van der Gaast2011-12-20-2/+5
| |
| * Update help text for "set oauth" with what's supported now. Also adding aWilmer van der Gaast2011-12-19-5/+14
| | | | | | | | | | "make testhelp" target to easily see if the current helpfile is loadable.
| * When updating the XMPP password field with OAuth data, try harder to preserveWilmer van der Gaast2011-12-19-13/+12
| | | | | | | | | | existing data. (Like refresh tokens which we'll need again on next login.)
| * Give a list of SASL mechanisms supported by a server when reporting we don'tWilmer van der Gaast2011-12-19-2/+18
| | | | | | | | | | support any of them.
| * Facebook OAuth2 should now be fully usable.Wilmer van der Gaast2011-12-19-1/+23
| |
| * Moving msn_findheader() to lib/misc.c as get_rfc822_header() so I can use itWilmer van der Gaast2011-12-19-67/+64
| | | | | | | | | | in OAuth as well. (Need it to find the Content-Type: header.)
| * Restructured and updated code a little bit to support new-style (much betterWilmer van der Gaast2011-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 nowWilmer van der Gaast2011-12-18-43/+78
| | | | | | | | | | | | 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 Gaast2011-12-17-728/+5747
| |\ | |/ |/|
* | As I intended for a while already, use account tags everywhere instead ofWilmer van der Gaast2011-12-13-14/+15
| | | | | | | | | | | | | | | | "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.
* | Skype merge.Wilmer van der Gaast2011-12-11-5/+9
|\ \
| * | skyped: give reasonable error message when cert is missingMiklos Vajna2011-12-12-5/+9
|/ /
* | Added direct dependency to bitlbee-common since Lintian really really wants3.0.4-1Wilmer van der Gaast2011-12-11-1/+1
| | | | | | | | | | it.
* | Debian changelog entry update for 3.0.4-1.Wilmer van der Gaast2011-12-11-3/+14
| |
* | Support HTTP/1.1 redirect status codes and use HTTPS for OAuth setup. ThisWilmer van der Gaast2011-12-11-10/+26
| | | | | | | | | | | | 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 IWilmer van der Gaast2011-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 Gaast2011-12-11-11/+14
| |
* | asciidoc dependency to build Skype docs.Wilmer van der Gaast2011-12-10-1/+1
| |
* | Skype module packaging.Wilmer van der Gaast2011-12-10-16/+89
| |
* | Merging non-SASL authentication patch from #863. This also implementsWilmer van der Gaast2011-12-07-3/+18
| | | | | | | | | | | | | | 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.
* | Fix libresolv detection on FreeBSD. Based on a patch by ashish@FreeBSD.org.Wilmer van der Gaast2011-12-07-2/+11
| |
* | 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
|/ /
* | Version 3.0.4, probably.3.0.4Wilmer van der Gaast2011-12-04-2/+17
| |
* | Debug output tweaks: Try to send everything to stderr, and add ifdef toWilmer van der Gaast2011-12-04-16/+18
| | | | | | | | | | enable printing of all SSL traffic.
* | Somewhat improve debug logging of HTTP/SOAP stuff.Wilmer van der Gaast2011-12-02-4/+10
| |
* | Merging typo fix for Skype config installation.Wilmer van der Gaast2011-11-28-1/+1
|\ \
| * | Fix Skype typo: the in-tree config has a .dist suffixMiklos Vajna2011-11-24-1/+1
| | |
* | | Merge from pesco.Wilmer van der Gaast2011-11-28-32/+54
|\ \ \
| * | | make sure we avoid file traversal in otr load/save functions (#853)unknown2011-11-26-32/+54
| | | |
* | | | 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
| | |
* | | Removing duplicate twitter=1 line. Bug #804.Wilmer van der Gaast2011-11-25-1/+0
|/ /
* | 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!
* | Merge from vmiklos.Wilmer van der Gaast2011-11-24-0/+10
|\ \
| * | Add missing 'skype/skyped.conf.dist'Miklos Vajna2011-11-23-0/+10
|/ /
* | Document command shortening in another place.Wilmer van der Gaast2011-11-14-0/+2
| |
* | GnuTLS now also needs ssl_pending() implemented. Bug #860.Wilmer van der Gaast2011-11-14-17/+28
| |
* | Cleanup of http_client fix. Use g_strdup_printf and completely avoid strcat,Wilmer van der Gaast2011-11-13-14/+21
| | | | | | | | | | truncate request if we switched from POST to GET.
* | Undoing old workaround for MSN troubles and added more proper fix. TheWilmer van der Gaast2011-11-12-7/+10
| | | | | | | | | | | | 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.
* | Strip illegal characters in generated XML streams so Jabber servers won'tWilmer van der Gaast2011-10-20-2/+25
| | | | | | | | | | | | | | disconnect people who don't understand how to disable stupid IRC client features. Based very loosely on a patch and discussion submitted by Artem Savkov on bug #552.
* | Big merge from pesco, closing some OTR issues: #759, #824, #839, #830.Wilmer van der Gaast2011-10-20-313/+368
|\ \
| * | otr: only skip coloring of leading /me if the message will go to a query windowunknown2011-10-03-3/+4
| | |
| * | send user-specific otr messages generated by us as notices from that userunknown2011-10-03-5/+11
| | |
| * | rename irc_usermsg to irc_rootmsg.unknown2011-10-03-302/+318
| | | | | | | | | | | | | | | | | | add new irc_usermsg, irc_usernotice. deliver user-specific messages from libotr as notices to that user.