log libpurple/protocols/jabber/message.c @ 28645:7b4ade7c6d8a

age author description
Thu, 26 Nov 2009 22:35:07 +0000 Paul Aurich jabber: Start putting all the namespaces in one location with consistent naming.
Fri, 06 Nov 2009 09:13:28 +0000 Paul Aurich jabber: Use purple_connection_get_prpl() instead of jabber_plugin.
Fri, 06 Nov 2009 08:39:49 +0000 Paul Aurich jabber: Convert to purple_debug_* convenience functions.
Wed, 21 Oct 2009 22:30:35 +0000 Mark Doliner Oh no that wasn't right. This code is weird.
Wed, 21 Oct 2009 22:28:59 +0000 Mark Doliner Surely this was a mem leak?
Sat, 17 Oct 2009 00:37:04 +0000 Paul Aurich jabber: Improved support for XEP-0249 (and document the legacy stuff).
Tue, 08 Sep 2009 22:07:21 +0000 Paul Aurich Oops, it helps to actually use the stripped message.
Mon, 31 Aug 2009 20:07:34 +0000 Marcus Lundblad Don't crash when receiving an error iq response when trying fetch a custom
Sat, 22 Aug 2009 18:29:44 +0000 Paul Aurich jabber: Fix typing notifications between 2.6.0 and <= 2.5.9.
Sat, 22 Aug 2009 02:52:30 +0000 Paul Aurich Remove specific copyright lines from the XMPP prpl.
Mon, 20 Jul 2009 18:26:13 +0000 Paul Aurich Allow fallback for broken XMPP <message/> types. Closes #7837.
Thu, 16 Jul 2009 20:06:27 +0000 Paul Aurich explicit merge of 'c273f8da9712cac21aae5bcbd3d4790f8ee78f79'
Sun, 12 Jul 2009 05:43:38 +0000 Paul Aurich merge of '2348ff22f0ff3453774b8b25b36238465580c609'
Mon, 13 Jul 2009 18:44:28 +0000 Mark Doliner Break the 'if' onto two lines and don't bother calling jabber_id_free()
Sun, 12 Jul 2009 05:25:59 +0000 Paul Aurich Use Entity Capabilities to pick up Chat States support. Refs #4650.
Sun, 12 Jul 2009 05:14:32 +0000 Paul Aurich Remove a superfluous variable.
Sun, 12 Jul 2009 05:07:09 +0000 Paul Aurich Fix reversed logic in c22acf5c042ad7876f4d5d5a039323a6bfb68807.
Sun, 12 Jul 2009 04:41:56 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head cec487e50b3df746ae8b23771513bf85734f618d)
Sun, 12 Jul 2009 04:39:31 +0000 Paul Aurich For contacts who advertise Entity Caps, check for XHTML-IM support. Refs #4650.
Mon, 06 Jul 2009 04:38:08 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head ac87c285c7056f86005dc157b9870745de471f74)
Sun, 21 Jun 2009 16:40:15 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin.2.5.7' (head 81e7f59e74715d44dac9e40e7b43ff377c8b474c)
Thu, 11 Jun 2009 22:34:32 +0000 Paul Aurich --warnings
Sun, 12 Jul 2009 05:42:40 +0000 Paul Aurich disapproval of revision 'a383ad6a4ae7e98bbcb32b4193531ccf960eb2bb'
Thu, 11 Jun 2009 22:33:33 +0000 Paul Aurich Remove obsolete XEP-0091 (Legacy Delayed Delivery) code.
Thu, 11 Jun 2009 22:25:25 +0000 Paul Aurich Remove code for obsoleted XEP-0022 (Message Events)
Wed, 03 Jun 2009 19:09:16 +0000 Paul Aurich Add purple_utf8_strip_unprintables and use it on outgoing XMPP messages.
Fri, 22 May 2009 03:54:29 +0000 Paul Aurich Remove trailing whitespace that has snuck in.
Sun, 17 May 2009 21:49:20 +0000 Paul Aurich propagate from branch 'im.pidgin.cpw.sulabh.yahoo_16' (head 86a698e26bedb5017a143cb8cfeefd9c5bda7beb)
Fri, 15 May 2009 16:21:27 +0000 Paul Aurich Don't set jm->chat_state twice.
Wed, 13 May 2009 20:29:03 +0000 Marcus Lundblad Support custom smileys in MUCs (when all participants support BoB and a maximum
Tue, 12 May 2009 05:49:34 +0000 Paul Aurich Add jabber signals for IQ, Message, and Presence stanzas. Lightly tested (it doesn't crash [Prove me wrong!]) and as you'll note, I refer to documentation that doesn't yet exist.
Thu, 07 May 2009 04:37:30 +0000 Paul Aurich Only include XHTML payload in XMPP message when it's needed. Closes #8738.
Thu, 30 Apr 2009 12:13:21 +0000 John Bailey I was tired of most of us complaining about these things but never actually
Tue, 28 Apr 2009 18:43:57 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head fbb4fe5da444943eecc76bdcd6c8ba967790b6c8)
Sun, 26 Apr 2009 06:45:55 +0000 Paul Aurich Add a new signal which is emitted (after the account is connected) if the
Sun, 26 Apr 2009 02:27:08 +0000 Paul Aurich Only look for and add custom smileys to incoming messages that are going to
Sun, 26 Apr 2009 00:06:30 +0000 Paul Aurich Fix XMPP prpl->set_chat_topic with an empty string (or NULL)
Sat, 18 Apr 2009 17:43:55 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 53303438f1a2d586d17f7efc61cba0bee2329a25)
Fri, 17 Apr 2009 21:29:11 +0000 Marcus Lundblad Only pre-create a PurpleConversation (if there was none yet) if an incoming
Sun, 05 Apr 2009 21:13:10 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head f144c6bda9daf701aa891c875fce7a4dedd611ae)
Fri, 13 Mar 2009 02:26:45 +0000 Paul Aurich Convert all the XMPP IQ callbacks to a typedef similar to the IQ Handlers.
Sat, 07 Mar 2009 01:59:40 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 303af74a38e7b313d4fb0be4d4054a16cb13d819)
Mon, 02 Mar 2009 06:37:05 +0000 Elliott Sales de Andrade Remove some extra trailing whitespace I noticed after merging mlundblad's
Tue, 24 Feb 2009 22:19:49 +0000 Marcus Lundblad Removed a few unnessesary lines of code.
Fri, 16 Jan 2009 21:40:25 +0000 Marcus Lundblad Give username (JID) to purple_prpl_got_attention, not alias
Sun, 04 Jan 2009 23:49:13 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 20e1cd58c08fdfc4116101503338fb89269ea0ea)
Sun, 18 Jan 2009 04:17:50 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 42f77b0e8b8ebf5ff3c30d8f8022ac5d289631e8)
Sat, 02 May 2009 23:30:49 +0000 Paul Aurich *** Plucked rev fade006b (malu@pidgin.im):
Sun, 28 Dec 2008 09:51:19 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head f94ddf7fa975e3a39a53fccae31b7e73f892fd57)
Tue, 16 Dec 2008 19:20:03 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 6b951d62be418d5bfc437a1ab747c6ba900d7979)
Sun, 30 Nov 2008 19:36:38 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head d3440d677dd69ed30a8158b515bd26d210dacb9d)
Mon, 24 Nov 2008 22:13:04 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 7399f80ea98924dbddd57be1e652ecbae89d3a8e)
Sun, 16 Nov 2008 15:39:46 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head f3891f3348abfe90fbe60a054833c12075aa8df4)
Wed, 26 Nov 2008 18:45:57 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head a09b8705223fb492cdb0a664e88d9bf04b58cebd)
Thu, 20 Nov 2008 23:58:17 +0000 Paul Aurich Fix compilation errors and many warnings
Thu, 20 Nov 2008 21:57:52 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head c36cf6e54e25bff1ff7802082ae3c787d658187c)
Wed, 01 Oct 2008 22:25:36 +0000 Marcus Lundblad Updated to new namespace for XEP-0224.
Mon, 16 Jun 2008 13:52:45 +0000 Tobias Markmann Removing short-names for features and calculating own caps hash.
Fri, 02 Jan 2009 22:41:11 +0000 Richard Laager Fix a compiler warning:
Sun, 28 Dec 2008 00:39:39 +0000 Evan Schoenberg Use purple_prpl_got_attention() for XMPP notifications