log

age author description
2011-10-18 andrew victor Myspace: Move "inpa" input watcher into protocol_data.
2011-10-18 andrew victor MXit: Move "inpa" input watcher from PurpleConnection into PurpleConnection->proto_data.
2011-10-18 andrew victor Add a purple_connection_update_last_received() function to update the
2011-10-18 andrew victor On the way to hiding the PurpleConnection struct.
2011-10-18 Elliott Sales de Andrade Goodbye Adium themes plugin. I never really liked you anyway.
2011-10-18 Elliott Sales de Andrade Put conversation theme in its own directory.
2011-10-18 tomkiewicz Gadu-Gadu: synchronize internal libgadu with upstream. Refs #343
2011-10-17 tomkiewicz Gadu-Gadu: move our win32 resolver out of libgadu sources. Refs #343
2011-10-17 tomkiewicz Gadu-Gadu: fix win32 warnings, patch from upstream.
2011-10-16 Elliott Sales de Andrade Changelog 64-bit file transfer fix.
2011-10-16 Elliott Sales de Andrade Fix printf format in Pidgin for 64-bit file transfers.
2011-10-16 Elliott Sales de Andrade Update Oscar for 64-bit file transfers. This doesn't actually add any
2011-10-16 Elliott Sales de Andrade Update IRC for 64-bit file transfers. This probably won't really make
2011-10-16 Elliott Sales de Andrade Update Yahoo for 64-bit file transfers. I'm not really sure if this
2011-10-16 Elliott Sales de Andrade MXit doesn't actually support very large file transfers, but fix the
2011-10-16 Elliott Sales de Andrade Update MSN for 64-bit file transfers.
2011-10-16 Elliott Sales de Andrade Update XMPP for 64-bit transfers.
2011-10-16 Elliott Sales de Andrade Update Bonjour for 64-bit file transfers.
2011-10-16 Elliott Sales de Andrade Upgrade PurpleXfer for a 64-bit world.
2011-10-16 Elliott Sales de Andrade Remove free_memory argument from D-Bus list functions. It's already
2011-10-16 Elliott Sales de Andrade Add support for file context v0, which is used by older official MSN
2011-10-16 Elliott Sales de Andrade The second unknown field should be 0xffffffff to match previous and
2011-10-15 Elliott Sales de Andrade Since we don't know what these fields are, and we don't use them,
2011-10-15 Elliott Sales de Andrade It doesn't make sense to set the entire slpcall wasted just because
2011-10-15 Elliott Sales de Andrade Clean up documentation.
2011-10-15 Elliott Sales de Andrade Hide unused gtkimhtml structs (aka, the easy ones).
2011-10-14 tomkiewicz Gadu-Gadu: more debug messages for win32thread resolver.
2011-10-14 tomkiewicz I don't think, it's worth mentioning in ChangeLog.
2011-10-14 tomkiewicz Gadu-Gadu: better handling of invisible and chatty statuses. Fixes #13836
2011-10-13 tomkiewicz Gadu-Gadu: function to normalize gg usernames
2011-10-12 tomkiewicz Gadu-Gadu: option to show links from strangers. Fixes #10591
2011-10-11 tomkiewicz Gadu-Gadu: reorder actions to clean up the mess in gg account menu
2011-10-11 tomkiewicz Gadu-Gadu: use correct libgadu api functions to change password
2011-10-10 tomkiewicz Gadu-Gadu: Fixed password change dialog and problems with connecting to accounts with non-ASCII passwords. Fixes #14652
2011-10-08 tomkiewicz Gadu-Gadu: check for NULL pointer before logging system messages.
2011-10-08 tomkiewicz Gadu-Gadu: detailed descriptions on connection failures. Fixes #14648
2011-10-08 tomkiewicz Gadu-Gadu: Show local time for incoming messages. Fixes #4579
2011-10-08 tomkiewicz Gadu-Gadu: nick field does absolutely nothing
2011-10-08 tomkiewicz Gadu-Gadu: possibility to require encryption; use encryption when available is default option now
2011-10-08 Elliott Sales de Andrade Only update conversation features if they've actually changed. This
2011-10-08 Elliott Sales de Andrade Try not to call purple_conversation_get_features a million times.
2011-10-08 Elliott Sales de Andrade Update the variant in existing conversations when changed. Actually,
2011-10-08 Elliott Sales de Andrade Fix compile with glib<2.26.
2011-10-08 Elliott Sales de Andrade The variant property is not construct-only.
2011-10-05 Mark Doliner Switch back to initializing the struct this way. I guess the other
2011-10-05 Mark Doliner Fix a mistake I made while manually propagating from im.pidgin.pidgin.2.x.y
2011-10-05 Mark Doliner propagate from branch 'im.pidgin.pidgin.2.x.y' (head b9c74c3f836a7a1a64710fc8244c9ec1f3f21b97)
2011-10-04 Ethan Blanton merge of '0b7caf6b17815fe333d151369f26330d4c662bda'
2011-10-01 Patrick Cloke Fix up the Sametime prpl to play nice with Visual C++. This patch also puts
2011-10-01 John Bailey Unless I'm missing something really obvious, this should fix #14544 by telling
2011-09-30 Ethan Blanton UTF-8 salvage unknown strings in IRC
2011-10-04 Ethan Blanton ChangeLog with CVE for #14636
2011-09-30 Ethan Blanton Salvage incoming SILC text if necessary.
2011-10-02 Kevin Stange I guess I shouldn't copy/paste code while running out the door.
2011-10-02 Kevin Stange Restore a union member lost in the merge due to struct hiding.
2011-10-02 Kevin Stange merge of '1b285d0b375fbd5e778db6bb852a7b089feb16a3'
2011-10-01 Kevin Stange Add accessors for _PurpleAccount.ui_data
2011-10-01 Kevin Stange merge of '71541bfa4634807a1cfe0f67a9d648e640d4e293'
2011-10-01 Kevin Stange disapproval of revision '1d1b9a2c6eba253299637dbd5775d4c1578e18c2'
2011-10-01 andrew victor The intention is to make PurpleAccount a private structure in account.c, so merge
2011-10-01 andrew victor _PurpleAccount.ui_data is unused.
2011-10-01 andrew victor Fix for previous commit.
2011-10-01 andrew victor Convert code to use the purple_account accessor functions.
2011-10-01 andrew victor Convert libpurple and protocol prpl's to use the purple_account_* accessor functions.
2011-10-01 andrew victor Hide structs PurpleAccountOption and PurpleAccountUserSplit.
2011-10-01 andrew victor Hide struct _PurpleConversation.
2011-10-02 Kevin Stange disapproval of revision '8e7b47f18e014b8e786f6b8e24ecfe6182130ddc'
2011-10-01 andrew victor Use purple_conversation accessor methods.
2011-10-01 andrew victor More code changed to use the accessor functions.
2011-10-01 andrew victor nullprpl also updated to use accessor methods.
2011-10-01 andrew victor Use purple_conversation accessor methods.
2011-10-01 andrew victor PURPLE_CONV_TYPE_MISC never actually used.
2011-10-01 andrew victor Hide struct _PurpleConvChatBuddy.
2011-10-01 andrew victor Hide struct _PurpleConvIm.
2011-10-01 andrew victor Hide struct _PurpleConvChat.
2011-10-01 andrew victor Use purple_conv_chat_get_nick() rather than accessing chat->nick directly.
2011-09-29 Elliott Sales de Andrade Correct Perl API for purple_util_fetch_url.
2011-09-29 Elliott Sales de Andrade Correct API Changelog for renamed entries.
2011-09-26 Yoshiki Yazawa merged from im.pidgin.pidgin
2011-09-25 Elliott Sales de Andrade merge of '9912972220e43702dfc027a7d3b30db1697ed746'
2011-09-25 andrew victor Remove the special case of fd=0 in purple_xfer_start().
2011-09-25 andrew victor purple_xfer_is_canceled() renamed to purple_xfer_is_cancelled()
2011-09-25 andrew victor Remove obsolete preference "/purple/debug/timestamps".
2011-09-25 andrew victor Clean the API documentation in preparation for 3.0.0 by removing all the old @since tags.
2011-09-25 Elliott Sales de Andrade Ref/unref the theme for a conversation.
2011-09-24 andrew victor merge of '246ce23ba85b41bf89269edfa8ec16583ad89fb3'
2011-09-24 Elliott Sales de Andrade Fix a leak. This strdup shouldn't be here.
2011-09-24 Elliott Sales de Andrade Don't leak variant name and list.
2011-09-24 Elliott Sales de Andrade Rearrange to drop the prototypes.
2011-09-24 Elliott Sales de Andrade Make the current variant a property.
2011-09-24 andrew victor purple_ip_address_is_valid() now checks for an IPv4 or IPv6 address.
2011-09-24 andrew victor * purple_util_fetch_url_request_len() renamed to purple_util_fetch_url_request().
2011-09-24 andrew victor jabber_presence_create() is marked as deprecated and is not used - so remove it.
2011-09-24 andrew victor Remove deprecated purple_network_listen_map_external().
2011-09-24 andrew victor Rename purple_network_listen_range_family() to purple_network_listen_range().
2011-09-24 andrew victor Remove the deprecated purple_network_listen(), and rename the newer