aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/jabber/jabber_util.c
Commit message (Expand)AuthorAgeLines
* jabber: Fix incoming google talk typing notificationsdequis2015-10-21-1/+5
* jabber: Refactor conference message handlingdequis2015-05-28-0/+16
* Fix a bunch of memory leaksdequis2015-03-22-0/+1
* Reindent everything to K&R style with tabsIndent2015-02-20-410/+398
* Use glib's GChecksum for md5/sha1dequis2015-01-31-1/+1
* Add handle_is_self() prpl function to fix JID mismatch confusion bugsdequis2015-01-25-0/+4
* Add jabber_normalize_ext() to fix case sensitivity issues with ext jidsdequis2015-01-16-16/+30
* Replace isdigit/isalpha/.../tolower/toupper with glib variantsdequis2015-01-16-2/+2
* Add support for XEP-0203: Delayed delivery (message timestamps)dequis2014-10-10-10/+20
* One small comment correction while "merging" stuff.Wilmer van der Gaast2014-09-21-1/+1
* Added jabber_compare_jid to fix JID comparison case sensitivityGRMrGecko2014-07-24-0/+22
* Fix for rejecting buddy requests on jabber (Ticket #887)kevin8t82014-02-27-1/+1
* jabber_buddy_* stuff *is* a complete memory management hell already. :-(Wilmer van der Gaast2011-12-26-0/+2
* Detect JID changes at login time and warn the user about them.Wilmer van der Gaast2011-12-20-0/+18
* Change 704 introduced one tiny bug where a Jabber resource doesn't getWilmer van der Gaast2010-10-23-1/+2
* Another memory leak fix.Wilmer van der Gaast2010-10-21-1/+2
* Merging memory leak fixes from devel, time to find the ui-fix-specificWilmer van der Gaast2010-06-08-0/+26
|\
| * Fixing some memory leakage.Wilmer van der Gaast2010-06-08-0/+26
* | Merging loads of stuff from mainline.Wilmer van der Gaast2010-04-14-26/+3
|\|
| * Added a mktime_utc() to misc.c using code that used to be in jabber_util.c.Wilmer van der Gaast2010-04-08-26/+3
* | Including DCC stuff again, with a wonderful extra layer of abstraction.Wilmer van der Gaast2010-04-11-4/+4
* | Merging in file transfer support. Most important points from my reviewWilmer van der Gaast2010-03-21-1/+5
|\ \ | |/ |/|
| * Merging mainline.Wilmer van der Gaast2010-03-17-2/+7
| |\
| * \ Merging head.Wilmer van der Gaast2009-12-07-2/+2
| |\ \
| * \ \ merged in upstream r410.ulim2008-08-04-24/+40
| |\ \ \
| * \ \ \ merged in upstream r379 (somewhere after 1.2-3).ulim2008-04-14-2/+6
| |\ \ \ \
| * \ \ \ \ Merged with upstream r328ulim2008-02-15-18/+26
| |\ \ \ \ \
| * \ \ \ \ \ Merged in current develulim2007-12-04-18/+35
| |\ \ \ \ \ \
| * | | | | | | Intermediate commit. Sending seems to work. TODOs:ulim2007-12-03-0/+7
| * | | | | | | Initial import of jabber file receive and DCC send support. This introducesulim2007-11-28-1/+5
* | | | | | | | Fixed a bug that caused full JIDs to get lost sometimes with the new wayWilmer van der Gaast2010-03-18-6/+5
* | | | | | | | Fixed jabber_util unittest. It passes, yet something still seems to beWilmer van der Gaast2010-03-12-1/+1
* | | | | | | | Merging mainline.Wilmer van der Gaast2010-03-12-2/+7
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | The Jabber part of the change. Also made representation of not-away a bitWilmer van der Gaast2010-03-06-2/+7
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Restoring some logic that seemed broken but was important with handlingWilmer van der Gaast2009-11-19-1/+6
* | | | | | | Fixed a facepalm kind of NULL pointer dereference bug.Wilmer van der Gaast2009-11-19-4/+5
* | | | | | | resource_select now defaults to activity instead of priority. Also, addingWilmer van der Gaast2009-11-19-32/+38
|/ / / / / /
* | | | | / Added SET_INVALID, which set evaluators should now return instead of NULLWilmer van der Gaast2008-08-24-2/+2
| |_|_|_|/ |/| | | |
* | | | | From the department of over-engineering, now cached packet IDs are fullWilmer van der Gaast2008-06-22-3/+21
* | | | | Now preserving case in JID resources, and handling them with case sensitivityWilmer van der Gaast2008-06-22-15/+18
* | | | | Added jabber_util unittests (buddy_add/_by_jid only ATM).Wilmer van der Gaast2008-06-22-1/+3
| |_|_|/ |/| | |
* | | | query.h now defines a callback function type, not using void* for it anymore.Wilmer van der Gaast2008-04-05-2/+6
| |_|/ |/| |
* | | Saner garbage collection of cached packets in the Jabber module. NowWilmer van der Gaast2008-02-03-10/+6
* | | GET_BUDDY_FIRST wasn't actually implemented, even though it was in useWilmer van der Gaast2008-01-20-7/+19
* | | More consistency in error/warning errors. Until now "WARNING:" was usuallyWilmer van der Gaast2008-01-06-1/+1
| |/ |/|
* | Handling of presence-error packets (only useful for groupchats now), movedWilmer van der Gaast2007-12-02-18/+5
* | Removed retarded printf() (ARGH) and moved the event handling handling ofWilmer van der Gaast2007-12-02-0/+30
|/
* Added some random hash to the id= for cached XMPP packets so that packetsWilmer van der Gaast2007-11-24-1/+2
* Added jabber_error_parse() and using it for both stream- and stanzaWilmer van der Gaast2007-07-30-0/+35
* Added (and using) jabber_chat_free() for better memory management, fixedWilmer van der Gaast2007-07-02-8/+11