log

age author description
Sun, 10 May 2009 20:05:08 +0000 Marcus Lundblad Don't query for "last offline time" when the JID is a full JID (containing
Sun, 10 May 2009 22:23:52 +0000 Ka-Hing Cheung add an ARRAY_LENGTH macro to find out length of static arrays
Sun, 10 May 2009 22:06:08 +0000 Ka-Hing Cheung correctly NULL terminate all the arrays since that's what gtknotify assumes,
Sun, 10 May 2009 21:59:30 +0000 Paul Aurich Avoid an assertion when acking the gmail poke
Fri, 08 May 2009 03:54:58 +0000 jcs Set PurpleConversation unseen-(count|state) in gtkconv_set_unseen, as conv_set_unseen only sets it for hidden_conv conversations. Fixes #8358
Fri, 08 May 2009 02:58:33 +0000 Paul Aurich Only try to fetch adhoc commands from buddies once. Pushed updates (which we support now) are far superior.
Fri, 08 May 2009 02:50:17 +0000 Paul Aurich I forgot to finish this comment before coming back from dinner and committing.
Fri, 08 May 2009 02:42:13 +0000 Paul Aurich merge of 'df25bed2c1c0d097b7f52fbfae76223d8552f0c3'
Fri, 08 May 2009 02:38:39 +0000 Paul Aurich Only call jabber_caps_get_info if we don't have all the information we want.
Thu, 07 May 2009 23:46:11 +0000 Paul Aurich Make the JabberCapsTuple (nee Key) available to the rest of the prpl
Thu, 07 May 2009 19:34:27 +0000 Marcus Lundblad Changed the message string for the "last logged in" value to "Logged off"
Thu, 07 May 2009 19:24:02 +0000 Marcus Lundblad Show when a user was last online (as seen by the server) when doing "Get Info"
Thu, 07 May 2009 17:04:59 +0000 Paul Aurich Don't crash when resource is NULL. Thanks, Marcus!
Thu, 07 May 2009 05:23:15 +0000 Paul Aurich merge of '136cd28c47ef3338b71082503a83a7ecf465df78'
Thu, 07 May 2009 05:20:18 +0000 Paul Aurich In the close_notify ui op, close the email notification dialog.
Thu, 07 May 2009 04:43:16 +0000 Paul Aurich Ack the mail notification IQ. Refs #8240.
Thu, 07 May 2009 04:37:30 +0000 Paul Aurich Only include XHTML payload in XMPP message when it's needed. Closes #8738.
Thu, 07 May 2009 04:16:59 +0000 Josep Puigdemont Updated Catalan translation.
Wed, 06 May 2009 22:01:23 +0000 Paul Aurich Marcus convinced me (I didn't need much) this is a better idea.
Wed, 06 May 2009 21:58:50 +0000 Paul Aurich disapproval of revision '4de75e1b8967aaca07059f575739e49e70fda9da'
Wed, 06 May 2009 21:49:52 +0000 Paul Aurich proxy.jabber.org hasn't existed in a while.
Wed, 06 May 2009 19:19:35 +0000 Marcus Lundblad And punctuation...
Wed, 06 May 2009 19:12:57 +0000 Marcus Lundblad Maybe the ChangeLog entry should actually say what it does... :)
Wed, 06 May 2009 19:03:22 +0000 Marcus Lundblad merge of '48b95d7d853b96052d4478dd475e60a97e7bda8b'
Wed, 06 May 2009 19:01:31 +0000 Marcus Lundblad Add a section break between resources in "Get info"
Wed, 06 May 2009 18:37:40 +0000 Paul Aurich Don't leak image refs in gtkstatusbox and assertion failure in nullprpl
Wed, 13 May 2009 18:42:05 +0000 Paul Aurich Interestingly, this one was IE 5.0, not IE 5.5.
Wed, 13 May 2009 18:40:41 +0000 Paul Aurich Various minor cleanups. The majority of this is the #define for the useragent.
Wed, 13 May 2009 17:34:07 +0000 Paul Aurich An errant YAHOO_AUTH_URL slipped in to yahoo.h. (Thanks rekkanoryo)
Wed, 13 May 2009 06:50:47 +0000 Paul Aurich Whitespace, syntatic sugar, move the URLs to yahoo.h, and escape the token-fetching URL parameters.