| Commit message (Expand) | Author | Age | Lines |
* | Merging head. Most changes are not so relevant because they're to IM | Wilmer van der Gaast | 2010-03-20 | -11/+1 |
|\ |
|
| * | Oops.. Today's Jabber fix could get stuck in a somewhat infinite loop if a | Wilmer van der Gaast | 2010-03-15 | -11/+1 |
* | | Merging in head. | Wilmer van der Gaast | 2010-03-14 | -26/+12 |
|\| |
|
| * | Don't send bind and session requests at the same time when logging in | Wilmer van der Gaast | 2010-03-14 | -23/+7 |
| * | Don't send a <?xml> stream start after starttls since it upsets certain | Wilmer van der Gaast | 2010-03-14 | -3/+5 |
* | | Make purple use BitlBee's event handling API. Since the APIs never really | Wilmer van der Gaast | 2009-10-11 | -2/+2 |
|/ |
|
* | Fixed stalling issue with OpenSSL and Jabber (#368). | Wilmer van der Gaast | 2008-03-23 | -2/+7 |
* | Moved xmltree handlers initialization to xt_new(). | Wilmer van der Gaast | 2008-02-16 | -2/+1 |
* | Keeping track of valid Jabber connections so _connected() events will be | Wilmer van der Gaast | 2008-01-24 | -1/+9 |
* | Fixed sockerr_again() usage in Jabber module to (hopefully) fix a 100% CPU | Wilmer van der Gaast | 2007-12-12 | -2/+2 |
* | Merging from devel/Jelmer. | Wilmer van der Gaast | 2007-11-14 | -9/+0 |
|\ |
|
| * | Removed some debugging stuff that shouldn't have been here for a long time | Wilmer van der Gaast | 2007-11-14 | -9/+0 |
* | | Added jabber_error_parse() and using it for both stream- and stanza | Wilmer van der Gaast | 2007-07-30 | -23/+8 |
* | | Added a real XML-console to the Jabber module! Add the handle "xmlconsole" | Wilmer van der Gaast | 2007-06-04 | -0/+29 |
|/ |
|
* | s/imc/imcb/ for callback functions. Moved things aroundin nogaim.h a | Wilmer van der Gaast | 2007-04-15 | -15/+15 |
* | Cleaned up struct im_connection. No more username/password stuff since | Wilmer van der Gaast | 2007-04-15 | -13/+14 |
* | Now that all these functions take format strings, I have to make sure I | Wilmer van der Gaast | 2007-04-05 | -3/+1 |
* | More cleanups, mainly in the callbacks. Replaced things like | Wilmer van der Gaast | 2007-04-05 | -27/+27 |
* | s/gaim_connection/im_connection/ and some other minor API changes. The rest | Wilmer van der Gaast | 2007-03-30 | -77/+77 |
* | Fixed me. ;-) This seems to be correct already. | Wilmer van der Gaast | 2006-11-23 | -1/+1 |
* | Added #defines for XML namespaces. | Wilmer van der Gaast | 2006-10-31 | -5/+5 |
* | Proper detections of errors from *_connect() and added a "Connecting" | Wilmer van der Gaast | 2006-10-21 | -4/+0 |
* | Special message when the XMPP session is ended because of a concurrent | Wilmer van der Gaast | 2006-10-12 | -3/+9 |
* | Fixed issues in end-of-connection detection and added basic "handling" of | Wilmer van der Gaast | 2006-10-11 | -1/+50 |
* | Moved handling of all IQ packets to event handlers. Cleaned up a LOT of | Wilmer van der Gaast | 2006-10-08 | -4/+4 |
* | Implemented a better node cache using a GLib hash, and preparing to add | Wilmer van der Gaast | 2006-10-08 | -2/+2 |
* | Never mind about those privacy lists, they're horrible and not supported | Wilmer van der Gaast | 2006-10-07 | -1/+1 |
* | Added max. recursion depth arguments to xt_handle()/_cleanup() to make sure | Wilmer van der Gaast | 2006-10-06 | -2/+2 |
* | Lack of TLS support is also detected now if the server doesn't support | Wilmer van der Gaast | 2006-10-04 | -16/+45 |
* | Added a useful error message for SASL negotiation failures and turned off | Wilmer van der Gaast | 2006-10-02 | -1/+7 |
* | No more double free()/crashes when trying to set up an SSL connection to | Wilmer van der Gaast | 2006-10-02 | -0/+5 |
* | Better fix for servers that report to comply with XMPP 1.0 but don't offer | Wilmer van der Gaast | 2006-10-01 | -8/+7 |
* | Can now log in to the jabber.com server (which pretends to support XMPP 1.0 | Wilmer van der Gaast | 2006-10-01 | -0/+12 |
* | Some initial hooks/stuff for privacy lists, and fixed a crash bug on | Wilmer van der Gaast | 2006-10-01 | -1/+1 |
* | Better handling of user tls setting. | Wilmer van der Gaast | 2006-09-24 | -6/+24 |
* | Added support for SSL- and TLS-connections. Checking of the "tls" user | Wilmer van der Gaast | 2006-09-24 | -9/+98 |
* | Better detection of successful IQ authentication (using packet caching), | Wilmer van der Gaast | 2006-09-22 | -3/+30 |
* | Fixed return value on incomplete write()s in write handler, protection | Wilmer van der Gaast | 2006-09-22 | -9/+58 |
* | Basic SASL (PLAIN only ATM) authentication code. Doesn't log in completely | Wilmer van der Gaast | 2006-09-22 | -3/+12 |
* | Now also sending <presence type="unavailable"/> tag on disconnect, as | Wilmer van der Gaast | 2006-09-21 | -6/+14 |
* | Added simple parsing of incoming <presence> tags, a nice </stream:stream> | Wilmer van der Gaast | 2006-09-21 | -3/+14 |
* | It can send a valid (pre-XMPP) login packet. Lots of work to do, still... | Wilmer van der Gaast | 2006-09-20 | -0/+237 |