log

age author description
Sun, 10 May 2009 22:29:28 +0000 Ka-Hing Cheung Qulogic pointed out that glib has G_N_ELEMENTS already
Sun, 10 May 2009 22:24:37 +0000 Ka-Hing Cheung merge of 'd1fea663a03e5f80f539918a21f5f36c09a452b8'
Sun, 10 May 2009 22:07:22 +0000 Paul Aurich merge of 'f9080d0b3274907da710c3d4d85669464e418ba4'
Sun, 10 May 2009 22:00:38 +0000 Paul Aurich merge of 'bc166fa1753ca1852b8b0dd0566d93a85644884f'
Sun, 10 May 2009 20:23:57 +0000 Marcus Lundblad Fixed some erronious @file headers
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.
Tue, 12 May 2009 00:50:45 +0000 John Bailey Support logging into Yahoo! Japan with protocol 16. It seems not to care
Wed, 06 May 2009 10:12:59 +0000 Sulabh Mahajan Inform user that he wont be able to use Yahoo! in case of absence of ssl
Wed, 06 May 2009 08:48:57 +0000 Sulabh Mahajan Yahoo version 16 login. ---yet to do: prevent password from being displayed in debug logs---
Wed, 06 May 2009 06:40:24 +0000 Paul Aurich Look up the old image before we store the new one in the hash table.
Mon, 04 May 2009 15:47:54 +0000 Marcos Garc«ża Ochoa This allows incoming channel messages with op/voice/etc. mode characters.
Mon, 04 May 2009 03:14:12 +0000 Paul Aurich Break the links before telling the UI to remove the node
Mon, 04 May 2009 02:57:02 +0000 Paul Aurich merge of '7e8d9f694132bc0cdbb6088ca5b557480c71ba45'
Mon, 04 May 2009 02:54:55 +0000 Paul Aurich Fix a crash (from the single instance path) and leak of the node UI data.
Mon, 04 May 2009 02:21:23 +0000 Paul Aurich Free the forms properly; they're xmlnodes, not strings.
Mon, 04 May 2009 02:04:10 +0000 Elliott Sales de Andrade Changelog the GtkIMHtml PRIMARY clipboard API addition and fix a typo in
Mon, 04 May 2009 00:04:55 +0000 Elliott Sales de Andrade merge of '233c28248ecd717704ccb1932748bdf97b679cf1'
Sun, 03 May 2009 23:58:14 +0000 Daniel Atallah Don't set the statusbox imhtml to be editable twice.
Sun, 03 May 2009 23:49:25 +0000 Daniel Atallah Avoid overwriting the PRIMARY clipboard when we select-on-focus the status text for easy editing. Fixes #8781.
Sun, 03 May 2009 23:46:18 +0000 Daniel Atallah Avoid adding several callbacks on repeated invocations of gtk_imhtml_set_editable.
Sun, 03 May 2009 22:59:02 +0000 Ka-Hing Cheung re-enable something that qulogic wrote but commented out because of a
Mon, 04 May 2009 00:01:16 +0000 Elliott Sales de Andrade Also check whether the ADL/FQY count is zero when we've received an error
Sun, 03 May 2009 23:09:57 +0000 Elliott Sales de Andrade merge of '2481b51dce05a40973c023cb3c62c66b082e11bf'
Sun, 03 May 2009 20:18:23 +0000 Paul Aurich merge of '02982091b25d51cf15064b67811f0ff347e3ec48'
Sun, 03 May 2009 17:59:12 +0000 Ka-Hing Cheung merge of '654444067285909ecd842c1a5b06f16f773abe49'
Sun, 03 May 2009 17:58:21 +0000 Ka-Hing Cheung correct what looks like an uninitialized read, not really tested much
Sun, 03 May 2009 17:02:19 +0000 Josep Puigdemont Updated Catalan translation.
Sun, 03 May 2009 20:17:09 +0000 Nick Hebner Clean up jabber prpl memory allocations on uninit.
Sun, 03 May 2009 19:53:53 +0000 Paul Aurich Add ability to list roles/affiliations in a chat via slash-commands and
Sun, 03 May 2009 23:02:31 +0000 Elliott Sales de Andrade The correct fix here is to place non-code in a comment (yes, even if it's
Sun, 03 May 2009 22:51:03 +0000 Elliott Sales de Andrade disapproval of revision 'eb2138cc8c562bba3cf0071ea33e2e7ab4d636aa'