log

age author description
2009-04-18 Ethan Blanton Add the Tcl command purple::connection state (purple_connection_get_state).
2009-04-18 Elliott Sales de Andrade The alignment in this file is quite odd.
2009-04-18 Elliott Sales de Andrade Replace the deprecated GtkSignalFunc and GTK_SIGNAL_FUNC with GCallback and
2009-04-18 Elliott Sales de Andrade Use g_object_ref/unref instead of the deprecated versions.
2009-04-18 Elliott Sales de Andrade Fix some more GTK_CHECK_* macros and a GtkType.
2009-04-18 Elliott Sales de Andrade Remove GTK_CHECK_* macros which were deprecated.
2009-04-22 Marcus Lundblad Actually reject content unknown content types on Jingle session-initiate,
2009-04-17 Marcus Lundblad merge of '526c6b9002e19ef77ccf9723d0dd04a2d9287ec5'
2009-04-17 Marcus Lundblad merge of '580055bb22fea0076d3a90d9df9346abd1789bab'
2009-04-17 Marcus Lundblad Only pre-create a PurpleConversation (if there was none yet) if an incoming
2009-04-18 Paul Aurich Constify the disco_type_mappings struct
2009-04-18 Paul Aurich Use defaults provided by the server where applicable and when available
2009-04-18 Paul Aurich Don't leak the GObject data and disable the Add/Register buttons when browsing.
2009-04-17 Paul Aurich Rename pdl->cats to pdl->services, since these aren't roomlist categories
2009-04-17 Paul Aurich This is a little less...repetitious
2009-04-17 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 73f33f8afb4c118efe65d1481a4160f9c8cfb11a)
2009-04-15 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 58fbcc161c5eadf3f307cd460a6ce0a209d908df)
2009-04-15 Paul Aurich Do not call the non-destroy prpl-ops when the connection is gone.
2009-04-15 Paul Aurich Move the handling of chat rooms to jabber_disco_service_items_cb.
2009-04-15 Paul Aurich Handle expanding disco lists on the UI side
2009-04-14 Paul Aurich XMPP prpl depends on the core's setting in-progress-ness
2009-04-14 Paul Aurich Discovered why that default assumption of PURPLE_DISCO_BROWSE was in there...
2009-04-14 Paul Aurich Iteratively expand the disco tree as prompted by the UI.
2009-04-13 Paul Aurich Remove most of the mappings, add in the ones necessary from our prpls, and
2009-04-13 Paul Aurich Alphabetize jabber_disco_type_from_string comparisons
2009-04-13 Paul Aurich More minor cleanup (no functional changes other than not printing a log msg)
2009-04-13 Paul Aurich It helps to actually add functions when adding prototypes to a header
2009-04-13 Paul Aurich Various minor nitpicky changes
2009-04-13 Paul Aurich Split the jabber_disco_info_do IQ callback from the IQ handler and use the IQ callback semantics.
2009-04-13 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 580055bb22fea0076d3a90d9df9346abd1789bab)
2009-04-11 Paul Aurich Use per-PurpleDiscoList ops for canceling a disco and registering.
2009-04-11 Paul Aurich Fix merge (convert to IQ-handlers syntax)
2009-04-11 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 0068cedd03804855a4ded8aeb153ccaffb8158bc)
2009-04-09 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 3c568b43fb4447b65a2b06e6767340edd7763c53)
2009-04-18 Paul Aurich Support BOSH when connecting via the register_account prpl.
2009-04-12 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head e7a572653bbe02d5d4ec2efc43c303629911993b)
2009-04-11 Paul Aurich Hide PurpleTxtResponse and use a more purple API
2009-04-11 Paul Aurich First crack at Win32 TXT DNS query code and don't leak the PurpleTxtResponses
2009-04-11 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 079a5ca1aa110ee9f6661eba31e5ea3f0b5a07e7)
2009-04-13 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 580055bb22fea0076d3a90d9df9346abd1789bab)
2009-04-13 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 580055bb22fea0076d3a90d9df9346abd1789bab)
2009-04-20 Sadrul Habib Chowdhury Show preview of only the supported sizes for each class of icons.
2009-04-20 Sadrul Habib Chowdhury Allow editing dialog icons.
2009-04-20 Sadrul Habib Chowdhury Add some more status emblems, and since the dialog is too long, use a
2009-04-20 Sadrul Habib Chowdhury Make it possible to load non-status icons using a PidginStockIconTheme.
2009-04-19 Sadrul Habib Chowdhury We don't have huge status icons, and set only the icons changed from the
2009-04-19 Sadrul Habib Chowdhury A status-icon theme editor.
2009-04-18 Sadrul Habib Chowdhury Mark the description of the properties for translation. Show the
2009-04-18 Sadrul Habib Chowdhury Fix some assertion failures.
2009-04-18 Sadrul Habib Chowdhury Allow editing the theme when no theme is selected (the default).
2009-04-18 Sadrul Habib Chowdhury Allow unsetting the color for a PidginThemeFont.
2009-04-17 Sadrul Habib Chowdhury Theme editor plugin (of sorts) for buddylist themes.
2009-04-17 Sadrul Habib Chowdhury Do a null-check before gdk_color_free, and mark property-names for
2009-04-17 Sadrul Habib Chowdhury Document some functions.
2009-04-17 Sadrul Habib Chowdhury Several changes:
2009-04-17 Sadrul Habib Chowdhury Some doxygen fixes.
2009-04-17 Sadrul Habib Chowdhury Use boxed-types for the color properties.
2009-04-16 Björn Voigt German update
2009-04-15 Sulabh Mahajan Remove a bug where host_ip was accessed after freeing it.
2009-04-15 Paul Aurich Send XMPP keepalive pings to our server, not our bare JID.