aboutsummaryrefslogtreecommitdiffstats
path: root/protocols
Commit message (Expand)AuthorAgeLines
...
* Scan media entities as well, not just url entities. This should expand moreWilmer van der Gaast2012-06-04-15/+22
* Shut up a flood of GLib-related compiler warnings.Wilmer van der Gaast2012-06-04-2/+1
* Fixed compiler warning in twitter.c report-spam code.Wilmer van der Gaast2012-06-04-2/+1
* skyped: set FD_CLOEXEC on listening socketMiklos Vajna2012-04-22-0/+3
* Turn show_ids on by default. I need to do some more things to get everyoneWilmer van der Gaast2012-04-14-1/+1
* skype: use ssl_disconnect instead of closesocketMiklos Vajna2012-04-12-1/+6
* Merging report-spam patch for Twitter from Flexo. #923Wilmer van der Gaast2012-03-12-0/+37
* Fix bug that broke MSN-XMPP with confusing error messages.Wilmer van der Gaast2012-03-10-2/+3
* Make the error message on invalid Jabber room names (this is a FAQ by now)Wilmer van der Gaast2012-02-23-1/+4
* Drop dead support for MSN offline messages (that SOAP server isn't even inWilmer van der Gaast2012-02-11-178/+3
* Add missing newslines to debugging output. Bug #896.Wilmer van der Gaast2012-02-11-2/+2
* Rename SRCDIR directory to _SRCDIR_. I guess #907 was caused by SRCDIRWilmer van der Gaast2012-02-11-29/+29
* Applied patch from #895, making show_old_mentions an integer setting insteadWilmer van der Gaast2012-02-10-5/+8
* Support for "nameless" chatrooms on Jabber.Wilmer van der Gaast2012-02-10-0/+55
* Probing for Google Talk servers, based on iq-discovery responses. I'll needWilmer van der Gaast2012-02-10-1/+47
* Take t.co URL lengthe^Wshortening into account when counting message lengthWilmer van der Gaast2012-02-08-1/+35
* Try to show the user_split info for a protocol in "help purple $PROTOCOL".Wilmer van der Gaast2012-01-30-0/+10
* Merging strip_newlines Twitter setting.Wilmer van der Gaast2012-01-30-0/+5
|\
| * add 'strip_newlines' setting to TwitterDaniel Albers2012-01-13-0/+5
* | Report mysterious unsupported libpurple options in "help purple $PROTOCOL".Wilmer van der Gaast2012-01-30-0/+2
* | skype: properly display multiple about linesMiklos Vajna2012-01-28-5/+20
* | skype: don't crash in skype_parse_user() if the user has multiple about linesMiklos Vajna2012-01-28-0/+15
|/
* Don't handle HTTP 401 responses from Twitter API differently anymore afterWilmer van der Gaast2012-01-10-8/+0
* Return, don't try to flush the timeline on a broken connection. This likelyWilmer van der Gaast2012-01-10-2/+2
* jabber_buddy_* stuff *is* a complete memory management hell already. :-(Wilmer van der Gaast2011-12-26-0/+2
* Fixing memory leak in Twitter module.Wilmer van der Gaast2011-12-26-8/+7
* A few more minor cleanups before merging this into mainline.Wilmer van der Gaast2011-12-26-9/+9
* Slight cleanup: Use a constant instead of just "jabber_oauth" everywhere,Wilmer van der Gaast2011-12-24-7/+9
* Merging mainline.Wilmer van der Gaast2011-12-24-13/+44
|\
| * Removing unfinished debugging stuff accidentally committed inWilmer van der Gaast2011-12-24-36/+1
| * Merging SSL certificate verification for GnuTLS, with help from AopicieR.Wilmer van der Gaast2011-12-23-11/+42
| |\
| | * Just check if verification code != 0 instead of checking for one specificWilmer van der Gaast2011-12-19-1/+1
| | * Pass the SSL errors through another layer of indirection (Passport SOAP code).Wilmer van der Gaast2011-12-19-2/+8
| | * Add verify argument to ssl_connect() so HTTPS-based stuff is also secure.Wilmer van der Gaast2011-12-19-2/+2
| | * Move conversion of status codes to status messages into SSL libs.Wilmer van der Gaast2011-12-19-34/+9
| | * Initial merge of tls_verify patch from AopicieR.Wilmer van der Gaast2011-12-19-5/+55
| * | Use initgroups() as well when dropping privileges. Closes bug #852.Wilmer van der Gaast2011-12-22-1/+36
| |/
| * Don't use the C++ keyword 'new' as a variable name.Alex Miller2011-12-18-1/+1
* | Fixed a bug that probably (can't test this now since it's down) broke OAuthWilmer van der Gaast2011-12-21-1/+1
* | Add a helpful message on what to do with OAuth login issues.Wilmer van der Gaast2011-12-21-4/+15
* | Make it easier to add OAuth-authenticated accounts without having to typeWilmer van der Gaast2011-12-21-6/+6
* | Fix parsing of acc->pass. Use oauth_params_ functions instead of stringWilmer van der Gaast2011-12-21-17/+12
* | Detect JID changes at login time and warn the user about them.Wilmer van der Gaast2011-12-20-12/+48
* | When updating the XMPP password field with OAuth data, try harder to preserveWilmer van der Gaast2011-12-19-13/+11
* | Give a list of SASL mechanisms supported by a server when reporting we don'tWilmer van der Gaast2011-12-19-1/+17
* | Moving msn_findheader() to lib/misc.c as get_rfc822_header() so I can use itWilmer van der Gaast2011-12-19-64/+11
* | Restructured and updated code a little bit to support new-style (much betterWilmer van der Gaast2011-12-18-32/+39
* | More generic OAuth support now. Should work well for all GTalk accounts nowWilmer van der Gaast2011-12-18-17/+69
* | Mainline merge.Wilmer van der Gaast2011-12-17-246/+4945
|\|
| * As I intended for a while already, use account tags everywhere instead ofWilmer van der Gaast2011-12-13-1/+1