| Commit message (Expand) | Author | Age | Lines |
* | jabber: return XT_ABORT after failed IQ auth attempts | dequis | 2016-03-12 | -2/+2 |
* | jabber: Reply unknown IQs with service-unavailable instead | dequis | 2015-11-25 | -4/+6 |
* | jabber: Implement carbons (XEP-0280) | dequis | 2015-11-21 | -2/+37 |
* | jabber: Fix leak in jabber_gmail_handle_new | dequis | 2015-10-08 | -2/+2 |
* | Rename mail notification related settings for consistency | dequis | 2015-05-28 | -1/+1 |
* | imcb_notify_email: change parameters to take a format string | dequis | 2015-05-28 | -5/+1 |
* | Simplify display of gmail notifications | dequis | 2015-05-28 | -18/+12 |
* | Gmail notifications support through new imcb_notify_email() API | Artem Savkov | 2015-05-28 | -0/+135 |
* | hipchat: Basic implementation: Auth, profile and mention names | dequis | 2015-04-28 | -2/+9 |
* | Reindent everything to K&R style with tabs | Indent | 2015-02-20 | -606/+569 |
* | Add handle_is_self() prpl function to fix JID mismatch confusion bugs | dequis | 2015-01-25 | -4/+0 |
* | Added jabber_compare_jid to fix JID comparison case sensitivity | GRMrGecko | 2014-07-24 | -1/+1 |
* | I'm still bored on a long flight. Wrote a script to automatically update | Wilmer van der Gaast | 2013-02-21 | -1/+1 |
* | Implement jabber message receipts (XEP-0184) | Michael Stapelberg | 2012-10-17 | -0/+1 |
* | Probing for Google Talk servers, based on iq-discovery responses. I'll need | Wilmer van der Gaast | 2012-02-10 | -0/+44 |
* | Detect JID changes at login time and warn the user about them. | Wilmer van der Gaast | 2011-12-20 | -4/+22 |
* | Add support for XEP 202 (replacement for jabber:iq:time). | Wilmer van der Gaast | 2010-12-06 | -2/+29 |
* | First bits of CTCP support to contacts. (Try /CTCP VERSION on a Jabber | Wilmer van der Gaast | 2010-12-06 | -0/+48 |
* | Merging a few revisions from mainline. | Wilmer van der Gaast | 2010-06-24 | -2/+2 |
|\ |
|
| * | Added user_agent setting to Jabber accounts so people can get around | Wilmer van der Gaast | 2010-06-23 | -2/+2 |
* | | Allow moving contacts around between groups. Works with at least Jabber, | Wilmer van der Gaast | 2010-06-09 | -1/+3 |
* | | Pick up group changes in the middle of a Jabber session, now that we care | Wilmer van der Gaast | 2010-06-05 | -3/+2 |
* | | Merging head. | Wilmer van der Gaast | 2010-06-01 | -1/+0 |
|\| |
|
| * | Don't whine on "incomplete" incoming IQ-set packets either, those also happen. | Wilmer van der Gaast | 2010-05-23 | -1/+0 |
* | | Read group information from Jabber contact lists. The code was already there, | Wilmer van der Gaast | 2010-05-09 | -1/+1 |
* | | Including DCC stuff again, with a wonderful extra layer of abstraction. | Wilmer van der Gaast | 2010-04-11 | -2/+2 |
* | | Killed the last str*cmp(xml_find_attr) combos. | Wilmer van der Gaast | 2010-03-21 | -1/+2 |
* | | xt_status functions should always return an XT_ status, it's not a boolean. | Wilmer van der Gaast | 2010-03-21 | -5/+5 |
* | | Read the from attribute from the main stanza, not the inside query. Also | Wilmer van der Gaast | 2010-03-21 | -2/+2 |
* | | Ouch, committing stuff without even checking if it compiles is bad style. | Wilmer van der Gaast | 2010-03-17 | -2/+2 |
* | | Avoid some NULL pointer dereferences on malformed XMPP packets. | Wilmer van der Gaast | 2010-03-17 | -17/+24 |
* | | Merging mainline. | Wilmer van der Gaast | 2010-03-17 | -7/+22 |
|\| |
|
| * | Oops.. Today's Jabber fix could get stuck in a somewhat infinite loop if a | Wilmer van der Gaast | 2010-03-15 | -6/+2 |
| * | Don't send bind and session requests at the same time when logging in | Wilmer van der Gaast | 2010-03-14 | -6/+25 |
* | | No functional changes, just some style "fixes". Although I admit I'm | Wilmer van der Gaast | 2009-12-13 | -15/+23 |
* | | Merging head. | Wilmer van der Gaast | 2009-12-07 | -2/+3 |
|\| |
|
| * | If you can't find what you expect in an IQ packet, it doesn't mean it's | Wilmer van der Gaast | 2009-10-17 | -2/+3 |
* | | ulibc support, fixes "Invalid SOCKS5 Connect message" problem | ulim | 2008-05-04 | -2/+3 |
* | | merged in upstream r379 (somewhere after 1.2-3). | ulim | 2008-04-14 | -1/+26 |
|\| |
|
| * | Added callback on Jabber add-to-roster requests so buddies get added to the | Wilmer van der Gaast | 2008-02-16 | -1/+26 |
* | | Merged with upstream r328 | ulim | 2008-02-15 | -7/+8 |
|\| |
|
| * | Implemented XEP-0115. This adds some info to the <presence/> tags so | Wilmer van der Gaast | 2008-02-03 | -1/+2 |
| * | More consistency in error/warning errors. Until now "WARNING:" was usually | Wilmer van der Gaast | 2008-01-06 | -6/+6 |
| * | Implemented XEP-0199 (patch from misc@mandriva.org). | Wilmer van der Gaast | 2007-12-16 | -1/+11 |
* | | Merged in 280..288 from upstream (e.g. PING) | kenobi | 2007-12-19 | -1/+11 |
* | | sending via proxy | kenobi | 2007-12-18 | -1/+161 |
* | | Merged in current devel | ulim | 2007-12-04 | -18/+1 |
|\| |
|
| * | Removed retarded printf() (ARGH) and moved the event handling handling of | Wilmer van der Gaast | 2007-12-02 | -18/+1 |
* | | Intermediate commit. Sending seems to work. TODOs: | ulim | 2007-12-03 | -1/+1 |
* | | Initial import of jabber file receive and DCC send support. This introduces | ulim | 2007-11-28 | -10/+18 |
|/ |
|