| Commit message (Expand) | Author | Age | Lines |
* | jabber: handle nulls in jabber_compare_jid | dequis | 2016-08-23 | -0/+4 |
* | jabber: Fix incoming google talk typing notifications | dequis | 2015-10-21 | -1/+5 |
* | jabber: Refactor conference message handling | dequis | 2015-05-28 | -0/+16 |
* | Fix a bunch of memory leaks | dequis | 2015-03-22 | -0/+1 |
* | Reindent everything to K&R style with tabs | Indent | 2015-02-20 | -410/+398 |
* | Use glib's GChecksum for md5/sha1 | dequis | 2015-01-31 | -1/+1 |
* | Add handle_is_self() prpl function to fix JID mismatch confusion bugs | dequis | 2015-01-25 | -0/+4 |
* | Add jabber_normalize_ext() to fix case sensitivity issues with ext jids | dequis | 2015-01-16 | -16/+30 |
* | Replace isdigit/isalpha/.../tolower/toupper with glib variants | dequis | 2015-01-16 | -2/+2 |
* | Add support for XEP-0203: Delayed delivery (message timestamps) | dequis | 2014-10-10 | -10/+20 |
* | One small comment correction while "merging" stuff. | Wilmer van der Gaast | 2014-09-21 | -1/+1 |
* | Added jabber_compare_jid to fix JID comparison case sensitivity | GRMrGecko | 2014-07-24 | -0/+22 |
* | Fix for rejecting buddy requests on jabber (Ticket #887) | kevin8t8 | 2014-02-27 | -1/+1 |
* | jabber_buddy_* stuff *is* a complete memory management hell already. :-( | Wilmer van der Gaast | 2011-12-26 | -0/+2 |
* | Detect JID changes at login time and warn the user about them. | Wilmer van der Gaast | 2011-12-20 | -0/+18 |
* | Change 704 introduced one tiny bug where a Jabber resource doesn't get | Wilmer van der Gaast | 2010-10-23 | -1/+2 |
* | Another memory leak fix. | Wilmer van der Gaast | 2010-10-21 | -1/+2 |
* | Merging memory leak fixes from devel, time to find the ui-fix-specific | Wilmer van der Gaast | 2010-06-08 | -0/+26 |
|\ |
|
| * | Fixing some memory leakage. | Wilmer van der Gaast | 2010-06-08 | -0/+26 |
* | | Merging loads of stuff from mainline. | Wilmer van der Gaast | 2010-04-14 | -26/+3 |
|\| |
|
| * | Added a mktime_utc() to misc.c using code that used to be in jabber_util.c. | Wilmer van der Gaast | 2010-04-08 | -26/+3 |
* | | Including DCC stuff again, with a wonderful extra layer of abstraction. | Wilmer van der Gaast | 2010-04-11 | -4/+4 |
* | | Merging in file transfer support. Most important points from my review | Wilmer van der Gaast | 2010-03-21 | -1/+5 |
|\ \
| |/
|/| |
|
| * | Merging mainline. | Wilmer van der Gaast | 2010-03-17 | -2/+7 |
| |\ |
|
| * \ | Merging head. | Wilmer van der Gaast | 2009-12-07 | -2/+2 |
| |\ \ |
|
| * \ \ | merged in upstream r410. | ulim | 2008-08-04 | -24/+40 |
| |\ \ \ |
|
| * \ \ \ | merged in upstream r379 (somewhere after 1.2-3). | ulim | 2008-04-14 | -2/+6 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merged with upstream r328 | ulim | 2008-02-15 | -18/+26 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merged in current devel | ulim | 2007-12-04 | -18/+35 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | Intermediate commit. Sending seems to work. TODOs: | ulim | 2007-12-03 | -0/+7 |
| * | | | | | | | Initial import of jabber file receive and DCC send support. This introduces | ulim | 2007-11-28 | -1/+5 |
* | | | | | | | | Fixed a bug that caused full JIDs to get lost sometimes with the new way | Wilmer van der Gaast | 2010-03-18 | -6/+5 |
* | | | | | | | | Fixed jabber_util unittest. It passes, yet something still seems to be | Wilmer van der Gaast | 2010-03-12 | -1/+1 |
* | | | | | | | | Merging mainline. | Wilmer van der Gaast | 2010-03-12 | -2/+7 |
|\ \ \ \ \ \ \ \
| | |_|_|_|_|_|/
| |/| | | | | | |
|
| * | | | | | | | The Jabber part of the change. Also made representation of not-away a bit | Wilmer van der Gaast | 2010-03-06 | -2/+7 |
| | |_|_|_|_|/
| |/| | | | | |
|
* | | | | | | | Restoring some logic that seemed broken but was important with handling | Wilmer van der Gaast | 2009-11-19 | -1/+6 |
* | | | | | | | Fixed a facepalm kind of NULL pointer dereference bug. | Wilmer van der Gaast | 2009-11-19 | -4/+5 |
* | | | | | | | resource_select now defaults to activity instead of priority. Also, adding | Wilmer van der Gaast | 2009-11-19 | -32/+38 |
|/ / / / / / |
|
* | | | | / | Added SET_INVALID, which set evaluators should now return instead of NULL | Wilmer van der Gaast | 2008-08-24 | -2/+2 |
| |_|_|_|/
|/| | | | |
|
* | | | | | From the department of over-engineering, now cached packet IDs are full | Wilmer van der Gaast | 2008-06-22 | -3/+21 |
* | | | | | Now preserving case in JID resources, and handling them with case sensitivity | Wilmer van der Gaast | 2008-06-22 | -15/+18 |
* | | | | | Added jabber_util unittests (buddy_add/_by_jid only ATM). | Wilmer van der Gaast | 2008-06-22 | -1/+3 |
| |_|_|/
|/| | | |
|
* | | | | query.h now defines a callback function type, not using void* for it anymore. | Wilmer van der Gaast | 2008-04-05 | -2/+6 |
| |_|/
|/| | |
|
* | | | Saner garbage collection of cached packets in the Jabber module. Now | Wilmer van der Gaast | 2008-02-03 | -10/+6 |
* | | | GET_BUDDY_FIRST wasn't actually implemented, even though it was in use | Wilmer van der Gaast | 2008-01-20 | -7/+19 |
* | | | More consistency in error/warning errors. Until now "WARNING:" was usually | Wilmer van der Gaast | 2008-01-06 | -1/+1 |
| |/
|/| |
|
* | | Handling of presence-error packets (only useful for groupchats now), moved | Wilmer van der Gaast | 2007-12-02 | -18/+5 |
* | | Removed retarded printf() (ARGH) and moved the event handling handling of | Wilmer van der Gaast | 2007-12-02 | -0/+30 |
|/ |
|
* | Added some random hash to the id= for cached XMPP packets so that packets | Wilmer van der Gaast | 2007-11-24 | -1/+2 |
* | Added jabber_error_parse() and using it for both stream- and stanza | Wilmer van der Gaast | 2007-07-30 | -0/+35 |