Mercurial > pidgin
graph
-
The variant property is not construct-only.Sat, 08 Oct 2011 02:37:14 +0000, by Elliott Sales de Andrade
-
Switch back to initializing the struct this way. I guess the otherWed, 05 Oct 2011 07:45:13 +0000, by Mark Doliner
-
Fix a mistake I made while manually propagating from im.pidgin.pidgin.2.x.yWed, 05 Oct 2011 07:35:09 +0000, by Mark Doliner
-
propagate from branch 'im.pidgin.pidgin.2.x.y' (head b9c74c3f836a7a1a64710fc8244c9ec1f3f21b97)Wed, 05 Oct 2011 07:33:20 +0000, by Mark Doliner
-
merge of '0b7caf6b17815fe333d151369f26330d4c662bda'Tue, 04 Oct 2011 18:34:45 +0000, by Ethan Blanton
-
Fix up the Sametime prpl to play nice with Visual C++. This patch also putsSat, 01 Oct 2011 23:29:40 +0000, by Patrick Cloke
-
Unless I'm missing something really obvious, this should fix #14544 by tellingSat, 01 Oct 2011 23:20:49 +0000, by John Bailey
-
UTF-8 salvage unknown strings in IRCFri, 30 Sep 2011 18:23:57 +0000, by Ethan Blanton
-
ChangeLog with CVE for #14636Tue, 04 Oct 2011 18:34:40 +0000, by Ethan Blanton
-
Salvage incoming SILC text if necessary.Fri, 30 Sep 2011 01:31:04 +0000, by Ethan Blanton
-
I guess I shouldn't copy/paste code while running out the door.Sun, 02 Oct 2011 02:37:56 +0000, by Kevin Stange
-
Restore a union member lost in the merge due to struct hiding.Sun, 02 Oct 2011 00:14:08 +0000, by Kevin Stange
-
merge of '1b285d0b375fbd5e778db6bb852a7b089feb16a3'Sun, 02 Oct 2011 00:06:40 +0000, by Kevin Stange
-
Add accessors for _PurpleAccount.ui_dataSat, 01 Oct 2011 23:41:15 +0000, by Kevin Stange
-
merge of '71541bfa4634807a1cfe0f67a9d648e640d4e293'Sat, 01 Oct 2011 23:24:50 +0000, by Kevin Stange
-
disapproval of revision '1d1b9a2c6eba253299637dbd5775d4c1578e18c2'Sat, 01 Oct 2011 23:24:41 +0000, by Kevin Stange
-
The intention is to make PurpleAccount a private structure in account.c, so mergeSat, 01 Oct 2011 21:54:15 +0000, by andrew victor
-
_PurpleAccount.ui_data is unused.Sat, 01 Oct 2011 21:32:38 +0000, by andrew victor
-
Fix for previous commit.Sat, 01 Oct 2011 21:11:11 +0000, by andrew victor
-
Convert code to use the purple_account accessor functions.Sat, 01 Oct 2011 21:04:35 +0000, by andrew victor
-
Convert libpurple and protocol prpl's to use the purple_account_* accessor functions.Sat, 01 Oct 2011 18:21:43 +0000, by andrew victor
-
Hide structs PurpleAccountOption and PurpleAccountUserSplit.Sat, 01 Oct 2011 17:10:45 +0000, by andrew victor
-
Hide struct _PurpleConversation.Sat, 01 Oct 2011 16:48:40 +0000, by andrew victor
-
disapproval of revision '8e7b47f18e014b8e786f6b8e24ecfe6182130ddc'Sun, 02 Oct 2011 00:05:00 +0000, by Kevin Stange
-
Use purple_conversation accessor methods.Sat, 01 Oct 2011 16:21:16 +0000, by andrew victor
-
More code changed to use the accessor functions.Sat, 01 Oct 2011 15:50:20 +0000, by andrew victor
-
nullprpl also updated to use accessor methods.Sat, 01 Oct 2011 15:48:36 +0000, by andrew victor
-
Use purple_conversation accessor methods.Sat, 01 Oct 2011 15:03:57 +0000, by andrew victor
-
PURPLE_CONV_TYPE_MISC never actually used.Sat, 01 Oct 2011 13:49:37 +0000, by andrew victor
-
Hide struct _PurpleConvChatBuddy.Sat, 01 Oct 2011 13:03:38 +0000, by andrew victor
-
Hide struct _PurpleConvIm.Sat, 01 Oct 2011 11:35:15 +0000, by andrew victor
-
Hide struct _PurpleConvChat.Sat, 01 Oct 2011 11:29:43 +0000, by andrew victor
-
Use purple_conv_chat_get_nick() rather than accessing chat->nick directly.Sat, 01 Oct 2011 11:02:15 +0000, by andrew victor
-
Correct Perl API for purple_util_fetch_url.Thu, 29 Sep 2011 05:03:40 +0000, by Elliott Sales de Andrade
-
Correct API Changelog for renamed entries.Thu, 29 Sep 2011 04:57:10 +0000, by Elliott Sales de Andrade
-
merge of '9912972220e43702dfc027a7d3b30db1697ed746'Sun, 25 Sep 2011 20:22:44 +0000, by Elliott Sales de Andrade
-
Remove the special case of fd=0 in purple_xfer_start().Sun, 25 Sep 2011 19:28:12 +0000, by andrew victor
-
purple_xfer_is_canceled() renamed to purple_xfer_is_cancelled()Sun, 25 Sep 2011 19:15:05 +0000, by andrew victor
-
Remove obsolete preference "/purple/debug/timestamps".Sun, 25 Sep 2011 19:09:01 +0000, by andrew victor
-
Clean the API documentation in preparation for 3.0.0 by removing all the old @since tags.Sun, 25 Sep 2011 18:56:58 +0000, by andrew victor
-
Ref/unref the theme for a conversation.Sun, 25 Sep 2011 05:47:54 +0000, by Elliott Sales de Andrade
-
merge of '246ce23ba85b41bf89269edfa8ec16583ad89fb3'Sat, 24 Sep 2011 22:21:48 +0000, by andrew victor
-
Fix a leak. This strdup shouldn't be here.Sat, 24 Sep 2011 21:19:26 +0000, by Elliott Sales de Andrade
-
Don't leak variant name and list.Sat, 24 Sep 2011 21:18:17 +0000, by Elliott Sales de Andrade
-
Rearrange to drop the prototypes.Sat, 24 Sep 2011 21:16:14 +0000, by Elliott Sales de Andrade
-
Make the current variant a property.Sat, 24 Sep 2011 21:15:29 +0000, by Elliott Sales de Andrade
-
purple_ip_address_is_valid() now checks for an IPv4 or IPv6 address.Sat, 24 Sep 2011 22:20:58 +0000, by andrew victor
-
* purple_util_fetch_url_request_len() renamed to purple_util_fetch_url_request().Sat, 24 Sep 2011 22:09:40 +0000, by andrew victor
-
jabber_presence_create() is marked as deprecated and is not used - so remove it.Sat, 24 Sep 2011 21:14:19 +0000, by andrew victor
-
Remove deprecated purple_network_listen_map_external().Sat, 24 Sep 2011 21:10:41 +0000, by andrew victor
-
Rename purple_network_listen_range_family() to purple_network_listen_range().Sat, 24 Sep 2011 20:48:59 +0000, by andrew victor
-
Remove the deprecated purple_network_listen(), and rename the newerSat, 24 Sep 2011 20:36:47 +0000, by andrew victor
-
The following were deprecated since they were moved to the internal API:Sat, 24 Sep 2011 17:04:09 +0000, by andrew victor
-
Remove the old deprecated purple_certificate_check_signature_chain.Sat, 24 Sep 2011 16:36:57 +0000, by andrew victor
-
Sort the variant list in the Preferences. It tends to be veryFri, 23 Sep 2011 18:24:01 +0000, by Elliott Sales de Andrade
-
Make sure our pref parents exist, or else saved variants willFri, 23 Sep 2011 17:50:24 +0000, by Elliott Sales de Andrade