source: protocols/jabber/iq.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Date Author Log Message
(edit) @5ebff60   2015-02-20T22:50:54Z dx Reindent everything to K&R style with tabs Used uncrustify, with the …
(edit) @be1efa3   2015-01-26T02:43:34Z dx Add handle_is_self() prpl function to fix JID mismatch confusion bugs …
(edit) @757515a   2014-07-24T03:51:07Z dx Added jabber_compare_jid to fix JID comparison case sensitivity
(edit) @0e788f5   2013-02-21T19:15:59Z wilmer I'm still bored on a long flight. Wrote a script to automatically …
(edit) @1444be5   2012-10-17T07:23:00Z michael Implement jabber message receipts (XEP-0184) This change will make …
(edit) @bb2d198   2012-02-10T15:14:38Z wilmer Probing for Google Talk servers, based on iq-discovery responses. I'll …
(edit) @68286eb   2011-12-20T16:45:53Z wilmer Detect JID changes at login time and warn the user about them.
(edit) @d76e12f   2010-12-06T00:18:27Z wilmer Add support for XEP 202 (replacement for jabber:iq:time).
(edit) @d88c92a   2010-12-06T00:03:49Z wilmer First bits of CTCP support to contacts. (Try /CTCP VERSION on a Jabber …
(edit) @8b8def58   2010-06-24T09:14:34Z wilmer Merging a few revisions from mainline.
(edit) @4eef271   2010-06-23T00:13:46Z wilmer Added user_agent setting to Jabber accounts so people can get around …
(edit) @46d215d   2010-06-08T23:43:13Z wilmer Allow moving contacts around between groups. Works with at least …
(edit) @f5d87ea   2010-06-05T18:26:17Z wilmer Pick up group changes in the middle of a Jabber session, now that we …
(edit) @186bd04   2010-05-23T14:14:16Z wilmer Don't whine on "incomplete" incoming IQ-set packets either, those also …
(edit) @704dd38   2010-06-01T21:51:27Z wilmer Merging head.
(edit) @dcd16c5   2010-05-09T13:21:24Z wilmer Read group information from Jabber contact lists. The code was already …
(edit) @17a6ee9   2010-04-11T14:37:06Z wilmer Including DCC stuff again, with a wonderful extra layer of …
(edit) @aed152f   2010-03-21T01:02:03Z wilmer Killed the last str*cmp(xml_find_attr) combos.
(edit) @54a2014   2010-03-21T00:46:18Z wilmer xt_status functions should always return an XT_ status, it's not a boolean.
(edit) @699376f7   2010-03-21T00:39:45Z wilmer Read the from attribute from the main stanza, not the inside query. …
(edit) @42fc5b6   2010-03-17T23:47:35Z wilmer Ouch, committing stuff without even checking if it compiles is bad …
(edit) @c1a3c27   2010-03-17T23:41:07Z wilmer Avoid some NULL pointer dereferences on malformed XMPP packets.
(edit) @e8c8d00   2010-03-17T15:15:19Z wilmer Merging mainline.
(edit) @315dd4c   2010-03-15T01:25:47Z wilmer Oops.. Today's Jabber fix could get stuck in a somewhat infinite loop …
(edit) @8fb1263   2010-03-14T17:45:33Z wilmer Don't send bind and session requests at the same time when logging in …
(edit) @1c3008a   2009-12-13T14:48:56Z wilmer No functional changes, just some style "fixes". Although I admit I'm …
(edit) @2288705   2009-12-07T21:54:19Z wilmer Merging head.
(edit) @74349eb   2009-10-17T15:13:40Z wilmer If you can't find what you expect in an IQ packet, it doesn't mean …
(edit) @4358b10   2008-05-04T13:32:15Z a.sporto+bee ulibc support, fixes "Invalid SOCKS5 Connect message" problem
(edit) @b79308b   2008-04-14T13:10:53Z a.sporto+bee merged in upstream r379 (somewhere after 1.2-3). Just one trivial …
(edit) @a73e91a   2008-02-16T17:38:30Z wilmer Added callback on Jabber add-to-roster requests so buddies get added …
(edit) @1ba7e8f   2008-02-15T17:38:57Z a.sporto+bee Merged with upstream r328 Wilmer van der Gaast 2008-02-11 Got rid …
(edit) @8c1eb80   2008-02-03T16:59:39Z wilmer Implemented XEP-0115. This adds some info to the <presence/> tags so …
(edit) @43462708   2008-01-06T12:37:55Z wilmer More consistency in error/warning errors. Until now "WARNING:" was …
(edit) @eded1f7   2007-12-18T23:59:35Z kenobi Merged in 280..288 from upstream (e.g. PING)
(edit) @dc0ba9c   2007-12-18T02:07:59Z kenobi sending via proxy
(edit) @529078a   2007-12-16T16:35:38Z wilmer Implemented XEP-0199 (patch from misc@…).
(edit) @08135df   2007-12-04T01:08:43Z a.sporto+bee Merged in current devel Wilmer van der Gaast 2007-12-02 Imported …
(edit) @2ff2076   2007-12-03T14:28:45Z a.sporto+bee Intermediate commit. Sending seems to work. TODOs: * move from …
(edit) @4306d8b   2007-12-02T16:43:57Z wilmer Removed retarded printf() (ARGH) and moved the event handling handling …
(edit) @2c2df7d   2007-11-28T21:07:30Z a.sporto+bee Initial import of jabber file receive and DCC send support. This …
(edit) @608f8cf   2007-11-24T18:02:39Z wilmer Added some random hash to the id= for cached XMPP packets so that …
(edit) @77bfd07   2007-11-23T23:07:44Z wilmer Replaced GPL-incompatible SHA1 hashing code (and renamed the files in …
(edit) @40ef702   2007-07-01T13:08:47Z wilmer Less copy-pasting in the service discovery reply and added MUC support …
(edit) @998b103   2007-06-13T23:31:39Z wilmer Added imcb_remove_buddy() so deletions in Jabber roster pushes …
(edit) @e0e2a71   2007-06-04T13:36:51Z wilmer Fixed retarded use of strcpy() and no longer using Jabber fullnames …
(edit) @d06eabf   2007-06-04T13:22:05Z wilmer Added imcb_buddy_nick_hint so the Jabber conference module can suggest …
(edit) @f0cb961   2007-04-19T06:03:43Z wilmer More API changes: buddy list management. imcb_add_buddy() is now a …
(edit) @6bbb939   2007-04-16T04:01:13Z wilmer Split serv_got_update() into imcb_buddy_(status|times). (Well, the …
(edit) @84b045d   2007-04-16T01:03:08Z wilmer s/imc/imcb/ for callback functions. Moved things aroundin nogaim.h a …
(edit) @c2fb3809   2007-04-15T22:39:35Z wilmer Cleaned up struct im_connection. No more username/password stuff since …
(edit) @cd4723c   2007-04-15T21:59:52Z wilmer More format string problems.
(edit) @aef4828   2007-04-06T05:20:31Z wilmer More cleanups, mainly in the callbacks. Replaced things like …
(edit) @0da65d5   2007-03-31T05:40:45Z wilmer s/gaim_connection/im_connection/ and some other minor API changes. The …
(edit) @9bcbe48   2006-11-23T09:34:18Z wilmer Fixed some (possible) NULL-pointer dereferences. THANKS FOR NOTHING to …
(edit) @47d3ac4   2006-10-31T08:25:41Z wilmer Added #defines for XML namespaces.
(edit) @abbd8ed   2006-10-28T20:54:40Z wilmer Added handling of roster pushes. This means your local buddy list will …
(edit) @dfa41a4   2006-10-20T19:12:14Z wilmer Now all IQ packets get an ID and cached packets get a "special" ID. …
(edit) @1991be6   2006-10-18T17:47:08Z wilmer get_info() now displays vCard information too.
(edit) @e727608   2006-10-16T08:21:03Z wilmer hash_hex buffer for IQ digest authentication missed one byte…
(edit) @a4effbf   2006-10-12T21:01:51Z wilmer Replies to jabber:iq:time packets.
(edit) @259edd4   2006-10-12T17:48:58Z wilmer Special message when the XMPP session is ended because of a concurrent …
(edit) @58b5f62   2006-10-11T08:45:45Z wilmer Handling of some basic IQ-get packets.
(edit) @861c199   2006-10-08T18:41:11Z wilmer Moved handling of all IQ packets to event handlers. Cleaned up a LOT …
(edit) @038d17f   2006-10-08T16:11:16Z wilmer Implemented a better node cache using a GLib hash, and preparing to …
(edit) @090f1cb   2006-10-07T13:01:02Z wilmer Never mind about those privacy lists, they're horrible and not …
(edit) @995913b   2006-10-02T17:46:57Z wilmer Added some error handling for the (not very complete yet) privacy list …
(edit) @6baca2a   2006-10-01T09:31:41Z wilmer Some initial hooks/stuff for privacy lists, and fixed a crash bug on …
(edit) @8e6c732   2006-09-26T13:12:11Z wilmer Proper detection of resource changed strings from the server.
(edit) @cfbb3a6   2006-09-24T18:08:07Z wilmer Added add_buddy/remove_buddy functions. Removing a contact doesn't …
(edit) @5e202b0   2006-09-23T16:18:24Z wilmer Implemented a list of away states, using this for a better set_away(), …
(edit) @fe7a554   2006-09-22T18:39:31Z wilmer Better detection of successful IQ authentication (using packet …
(edit) @8d74291   2006-09-22T16:56:58Z wilmer Fixed return value on incomplete write()s in write handler, protection …
(edit) @0b4a0db   2006-09-20T20:26:47Z wilmer Now parsing roster properly. (Hopefully...)
(edit) @70f6aab8   2006-09-20T20:09:19Z wilmer It now requests a roster when logged in, no parsing for it yet.
(edit) @21167d2   2006-09-20T19:42:27Z wilmer It can send a valid (pre-XMPP) login packet. Lots of work to do, still…
(add) @f06894d   2006-09-20T10:18:56Z wilmer Added some pretty empty files.
Note: See TracRevisionLog for help on using the revision log.