log libpurple/protocols/jabber/message.c @ 25479:f35329c1094e

age author description
Sat, 05 May 2007 08:00:03 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head e1c76e1a6e09e3fb3697606e2d8f6b6327e7a7e9)
Tue, 01 May 2007 16:17:33 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head d9de4b9bf74d630786c37ca3c0759f6e4bc1bcda)
Wed, 25 Apr 2007 07:57:26 +0000 Yoshiki Yazawa yaz patch has been applied.
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, 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)
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
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)
Sun, 14 Dec 2008 04:09:23 +0000 Elliott Sales de Andrade Remove a double call to xmlnode_get_namespace and multiple tests for xmlns
Wed, 26 Nov 2008 18:31:24 +0000 Marcus Lundblad Whoops, should return FALSE, not NULL, when jabber_buddy_find returns NULL
Mon, 24 Nov 2008 21:28:22 +0000 Marcus Lundblad Removed som extranious debug output
Sun, 16 Nov 2008 00:10:02 +0000 Richard Laager propagate from branch 'im.pidgin.cpw.khc.msnp14.soap' (head a8cd841bcb25707847d12b7743eaf73cc27274af)
Sat, 15 Nov 2008 17:37:44 +0000 Ka-Hing Cheung I got a crash happened at dereferencing chat when it's NULL, I think this
Wed, 01 Oct 2008 22:25:36 +0000 Marcus Lundblad Updated to new namespace for XEP-0224.
Tue, 23 Sep 2008 08:33:34 +0000 Sadrul Habib Chowdhury Another memory leak fix. Also, keep a copy of the alt-text in
Tue, 23 Sep 2008 07:51:55 +0000 Sadrul Habib Chowdhury A couple of compile warning fixes, a couple of memory leak plugs.
Thu, 11 Sep 2008 19:12:39 +0000 Marcus Lundblad Added a workaround for receiving smileys from Jabbim,
Thu, 11 Sep 2008 18:22:12 +0000 Marcus Lundblad When receiving an <img/> without the "alt" attribute, set
Mon, 08 Sep 2008 20:48:16 +0000 Marcus Lundblad Fixed a memory error, which was due to me destroying some hashtables in the
Fri, 05 Sep 2008 21:55:09 +0000 Marcus Lundblad Updated to use latest spec. in XEP-0231
Sun, 01 Jun 2008 21:07:22 +0000 Sadrul Habib Chowdhury Ooops ... compile\!
Sun, 01 Jun 2008 21:02:39 +0000 Sadrul Habib Chowdhury A couple of leak fixes.
Sun, 01 Jun 2008 20:55:54 +0000 Marcus Lundblad Custom smileys for XMPP according to XEP 0231. Refs #5627.
Wed, 21 May 2008 04:13:12 +0000 Ka-Hing Cheung make this compile