log

age author description
Sun, 19 Apr 2009 15:35:28 +0000 Daniel Atallah Delete the Start Menu shortcut when uninstalling. Fixes #8985
Sat, 18 Apr 2009 22:46:29 +0000 Elliott Sales de Andrade Replace gtk_timeout_remove with g_source_remove.
Sat, 18 Apr 2009 22:39:56 +0000 Elliott Sales de Andrade Oops, I must have been tired. I only replaced the first occurrence of these
Sat, 18 Apr 2009 22:13:26 +0000 Elliott Sales de Andrade merge of '34995dad46199f27666dc85ca2bef4e49470eaf8'
Sat, 18 Apr 2009 14:03:16 +0000 Ethan Blanton Patch from Zsombor Welker to expand the list of PurpleValue valid subtypes.
Sat, 18 Apr 2009 03:08:12 +0000 Ethan Blanton Notify the user if an IRC /nick command fails, rather than trying fallbacks.
Sat, 18 Apr 2009 02:52:46 +0000 Ethan Blanton Add the Tcl command purple::connection state (purple_connection_get_state).
Sat, 18 Apr 2009 22:11:10 +0000 Elliott Sales de Andrade The alignment in this file is quite odd.
Sat, 18 Apr 2009 21:45:41 +0000 Elliott Sales de Andrade Replace the deprecated GtkSignalFunc and GTK_SIGNAL_FUNC with GCallback and
Sat, 18 Apr 2009 07:31:32 +0000 Elliott Sales de Andrade Use g_object_ref/unref instead of the deprecated versions.
Sat, 18 Apr 2009 07:00:20 +0000 Elliott Sales de Andrade Fix some more GTK_CHECK_* macros and a GtkType.
Sat, 18 Apr 2009 05:53:42 +0000 Elliott Sales de Andrade Remove GTK_CHECK_* macros which were deprecated.
Wed, 22 Apr 2009 18:37:23 +0000 Marcus Lundblad Actually reject content unknown content types on Jingle session-initiate,
Fri, 17 Apr 2009 21:31:45 +0000 Marcus Lundblad merge of '526c6b9002e19ef77ccf9723d0dd04a2d9287ec5'
Fri, 17 Apr 2009 21:29:18 +0000 Marcus Lundblad merge of '580055bb22fea0076d3a90d9df9346abd1789bab'
Fri, 17 Apr 2009 21:29:11 +0000 Marcus Lundblad Only pre-create a PurpleConversation (if there was none yet) if an incoming
Sat, 18 Apr 2009 06:52:59 +0000 Paul Aurich Constify the disco_type_mappings struct
Sat, 18 Apr 2009 06:52:34 +0000 Paul Aurich Use defaults provided by the server where applicable and when available
Sat, 18 Apr 2009 06:51:59 +0000 Paul Aurich Don't leak the GObject data and disable the Add/Register buttons when browsing.
Fri, 17 Apr 2009 16:34:03 +0000 Paul Aurich Rename pdl->cats to pdl->services, since these aren't roomlist categories
Fri, 17 Apr 2009 06:05:07 +0000 Paul Aurich This is a little less...repetitious
Fri, 17 Apr 2009 05:24:45 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 73f33f8afb4c118efe65d1481a4160f9c8cfb11a)
Wed, 15 Apr 2009 23:32:18 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 58fbcc161c5eadf3f307cd460a6ce0a209d908df)
Wed, 15 Apr 2009 06:57:48 +0000 Paul Aurich Do not call the non-destroy prpl-ops when the connection is gone.
Wed, 15 Apr 2009 04:38:28 +0000 Paul Aurich Move the handling of chat rooms to jabber_disco_service_items_cb.
Wed, 15 Apr 2009 02:51:48 +0000 Paul Aurich Handle expanding disco lists on the UI side
Tue, 14 Apr 2009 08:39:39 +0000 Paul Aurich XMPP prpl depends on the core's setting in-progress-ness
Tue, 14 Apr 2009 08:29:25 +0000 Paul Aurich Discovered why that default assumption of PURPLE_DISCO_BROWSE was in there...
Tue, 14 Apr 2009 06:54:44 +0000 Paul Aurich Iteratively expand the disco tree as prompted by the UI.
Mon, 13 Apr 2009 16:54:25 +0000 Paul Aurich Remove most of the mappings, add in the ones necessary from our prpls, and
Mon, 13 Apr 2009 16:38:11 +0000 Paul Aurich Alphabetize jabber_disco_type_from_string comparisons
Mon, 13 Apr 2009 16:35:13 +0000 Paul Aurich More minor cleanup (no functional changes other than not printing a log msg)
Mon, 13 Apr 2009 06:10:26 +0000 Paul Aurich It helps to actually add functions when adding prototypes to a header
Mon, 13 Apr 2009 05:21:52 +0000 Paul Aurich Various minor nitpicky changes
Mon, 13 Apr 2009 04:34:17 +0000 Paul Aurich Split the jabber_disco_info_do IQ callback from the IQ handler and use the IQ callback semantics.
Mon, 13 Apr 2009 04:08:05 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 580055bb22fea0076d3a90d9df9346abd1789bab)
Sat, 11 Apr 2009 21:46:12 +0000 Paul Aurich Use per-PurpleDiscoList ops for canceling a disco and registering.
Sat, 11 Apr 2009 18:32:51 +0000 Paul Aurich Fix merge (convert to IQ-handlers syntax)
Sat, 11 Apr 2009 18:20:52 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 0068cedd03804855a4ded8aeb153ccaffb8158bc)
Thu, 09 Apr 2009 04:27:58 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 3c568b43fb4447b65a2b06e6767340edd7763c53)
Sat, 18 Apr 2009 17:50:44 +0000 Paul Aurich Support BOSH when connecting via the register_account prpl.
Sun, 12 Apr 2009 00:43:01 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head e7a572653bbe02d5d4ec2efc43c303629911993b)
Sat, 11 Apr 2009 21:20:31 +0000 Paul Aurich Hide PurpleTxtResponse and use a more purple API
Sat, 11 Apr 2009 20:31:19 +0000 Paul Aurich First crack at Win32 TXT DNS query code and don't leak the PurpleTxtResponses
Sat, 11 Apr 2009 04:39:48 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 079a5ca1aa110ee9f6661eba31e5ea3f0b5a07e7)
Mon, 13 Apr 2009 13:33:47 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 580055bb22fea0076d3a90d9df9346abd1789bab)
Mon, 13 Apr 2009 13:36:00 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 580055bb22fea0076d3a90d9df9346abd1789bab)
Mon, 20 Apr 2009 06:34:00 +0000 Sadrul Habib Chowdhury Show preview of only the supported sizes for each class of icons.
Mon, 20 Apr 2009 06:07:43 +0000 Sadrul Habib Chowdhury Allow editing dialog icons.
Mon, 20 Apr 2009 05:41:56 +0000 Sadrul Habib Chowdhury Add some more status emblems, and since the dialog is too long, use a
Mon, 20 Apr 2009 03:20:15 +0000 Sadrul Habib Chowdhury Make it possible to load non-status icons using a PidginStockIconTheme.
Sun, 19 Apr 2009 19:45:53 +0000 Sadrul Habib Chowdhury We don't have huge status icons, and set only the icons changed from the
Sun, 19 Apr 2009 17:30:59 +0000 Sadrul Habib Chowdhury A status-icon theme editor.
Sat, 18 Apr 2009 23:27:38 +0000 Sadrul Habib Chowdhury Mark the description of the properties for translation. Show the
Sat, 18 Apr 2009 23:21:56 +0000 Sadrul Habib Chowdhury Fix some assertion failures.
Sat, 18 Apr 2009 18:13:04 +0000 Sadrul Habib Chowdhury Allow editing the theme when no theme is selected (the default).
Sat, 18 Apr 2009 18:11:28 +0000 Sadrul Habib Chowdhury Allow unsetting the color for a PidginThemeFont.
Fri, 17 Apr 2009 23:50:36 +0000 Sadrul Habib Chowdhury Theme editor plugin (of sorts) for buddylist themes.
Fri, 17 Apr 2009 23:49:40 +0000 Sadrul Habib Chowdhury Do a null-check before gdk_color_free, and mark property-names for
Fri, 17 Apr 2009 19:34:00 +0000 Sadrul Habib Chowdhury Document some functions.
Fri, 17 Apr 2009 19:28:20 +0000 Sadrul Habib Chowdhury Several changes:
Fri, 17 Apr 2009 16:23:02 +0000 Sadrul Habib Chowdhury Some doxygen fixes.
Fri, 17 Apr 2009 16:21:21 +0000 Sadrul Habib Chowdhury Use boxed-types for the color properties.
Thu, 16 Apr 2009 14:30:45 +0000 Bj«Órn Voigt German update
Wed, 15 Apr 2009 15:46:31 +0000 Sulabh Mahajan Remove a bug where host_ip was accessed after freeing it.
Wed, 15 Apr 2009 01:44:17 +0000 Paul Aurich Send XMPP keepalive pings to our server, not our bare JID.
Sun, 12 Apr 2009 23:57:27 +0000 Paul Aurich merge of '8952794c1397b9cba4b98accf0639bb5499387d4'
Sun, 12 Apr 2009 23:56:20 +0000 Paul Aurich Whoops, crashy-crashy.
Sun, 12 Apr 2009 23:47:43 +0000 Paul Aurich merge of '79565c78f0c63b6c8f1b52e57e6e928780ce4f65'
Sun, 12 Apr 2009 23:40:01 +0000 Daniel Atallah Include the media API on win32 even though it isn't actually enabled.
Sun, 12 Apr 2009 22:42:38 +0000 Paul Aurich merge of '331dd310d018e9ecbd997e8af14ebcfc79277318'
Sun, 12 Apr 2009 21:32:35 +0000 Sadrul Habib Chowdhury Fix size constraints for vertical progressbars.
Sun, 12 Apr 2009 21:28:59 +0000 Sadrul Habib Chowdhury Fix drawing for vertical progressbar.
Sun, 12 Apr 2009 21:11:00 +0000 Sadrul Habib Chowdhury merge of '009cd1791a028ae463fba5c8a2ee1c60021efb61'
Sun, 12 Apr 2009 21:10:03 +0000 Sadrul Habib Chowdhury Changelog the progressbar addition.
Sun, 12 Apr 2009 20:55:49 +0000 Sadrul Habib Chowdhury Change how the progressbar is drawn.
Sun, 12 Apr 2009 18:58:27 +0000 Sadrul Habib Chowdhury Indentation changes, initialization changes etc.
Sun, 12 Apr 2009 18:10:03 +0000 Saleem Abdulrasool Add a simple progress-bar in libgnt.
Sun, 12 Apr 2009 23:46:55 +0000 Paul Aurich PidginBlistTheme now copies all its parameters instead of taking ownership.
Sun, 12 Apr 2009 22:34:07 +0000 Paul Aurich Free priv->idle.
Sun, 12 Apr 2009 22:25:56 +0000 Paul Aurich Free the DNS query data before purple_url_parse() to avoid leaking on failure.
Sun, 12 Apr 2009 22:23:34 +0000 Paul Aurich Don't leak the struct sockaddr* from purple_dnsquery_a.
Sun, 12 Apr 2009 21:53:41 +0000 Paul Aurich Fix some copy/paste errors in PidginBlistThemeLoader (was leaking online->color)
Sun, 12 Apr 2009 21:52:37 +0000 Paul Aurich Don't leak GdkColor*s in PidginBlistThemes
Sun, 12 Apr 2009 21:30:33 +0000 Paul Aurich Plug leak of PurpleContact->alias
Sun, 12 Apr 2009 20:47:38 +0000 Paul Aurich Fix a leak when loading themes.
Sun, 12 Apr 2009 00:34:57 +0000 Sadrul Habib Chowdhury Fix build with --disable-vv --enable-gstreamer.
Sat, 11 Apr 2009 21:54:06 +0000 Paul Aurich Fix two int/size_t format build warnings on 64-bit
Sat, 11 Apr 2009 21:52:58 +0000 Paul Aurich Reformat a printf so the HTTP headers are easier to read
Sat, 11 Apr 2009 17:41:18 +0000 Paul Aurich merge of 'c21c65b2cb75f7371f96b652c904d2d83a072cc5'
Sat, 11 Apr 2009 07:20:53 +0000 Sadrul Habib Chowdhury Starring Carlos Bederian as Zzzoom. Closes #8711.
Sat, 11 Apr 2009 06:40:48 +0000 Sadrul Habib Chowdhury Open a chat-invite dialog when a buddy is dragged onto a chat.
Sat, 11 Apr 2009 06:01:36 +0000 Sadrul Habib Chowdhury Reset some global data when uninit-ing. Fixes a crash on quit.
Sat, 11 Apr 2009 06:00:50 +0000 Sadrul Habib Chowdhury Fix build with --disable-gstreamer.
Sat, 11 Apr 2009 17:41:10 +0000 Paul Aurich Change purple_blist_get_buddies to return a list instead of the hash table.
Sat, 11 Apr 2009 04:34:47 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 079a5ca1aa110ee9f6661eba31e5ea3f0b5a07e7)
Sat, 11 Apr 2009 02:55:46 +0000 Paul Aurich Fix the dbus type for calling PurpleBlistSetVisible.
Fri, 10 Apr 2009 18:55:26 +0000 Sadrul Habib Chowdhury Fix build when srcdir != builddir.
Fri, 10 Apr 2009 07:31:51 +0000 Elliott Sales de Andrade merge of '2f74488ded7cd1eab2d144578340b6d13f570b7a'
Fri, 10 Apr 2009 07:30:32 +0000 Elliott Sales de Andrade Don't print 'no' twice if GADU libs are not found by pkg-config.
Fri, 10 Apr 2009 07:16:20 +0000 Elliott Sales de Andrade Print a warning if compiling against libxml2 < 2.6.18 as it may cause XMPP
Fri, 10 Apr 2009 06:32:57 +0000 foss A patch from Arunan Balasubramaniam to use timeouts in seconds instead of
Fri, 10 Apr 2009 06:18:08 +0000 foss A patch from Arunan Balasubramaniam to use timeouts in seconds instead of
Fri, 10 Apr 2009 05:57:23 +0000 Elliott Sales de Andrade Apply patch from darkrain42 to fix the crash-on-exit. Hopefully, the order
Fri, 10 Apr 2009 01:32:31 +0000 Mike Ruprecht Fix assertion when the blist theme preference is empty.
Fri, 10 Apr 2009 01:18:15 +0000 Mike Ruprecht Fix purple_buddy_destroy crash on exit.
Thu, 09 Apr 2009 23:18:13 +0000 Mike Ruprecht Fix some assertions.
Thu, 09 Apr 2009 23:11:44 +0000 Mike Ruprecht Disable PIDGIN_STOCK_TOOLBAR_AUDIO_VIDEO_CALL until we have an icon for it.
Thu, 09 Apr 2009 21:35:06 +0000 Mike Ruprecht Switch media to store accounts rather than connections.
Thu, 09 Apr 2009 17:59:35 +0000 Nick Hebner Clean up libpurple memory allocations on win32 libpurple uninit.
Thu, 09 Apr 2009 17:38:45 +0000 Nick Hebner Various libpurple uninit memory cleanups.
Thu, 09 Apr 2009 17:36:34 +0000 Nick Hebner Call purple_log_uninit() in purple_core_uninit().
Thu, 09 Apr 2009 17:33:20 +0000 Nick Hebner Add purple_{buddy,chat,group,contact}_destroy to the blist API, free
Thu, 09 Apr 2009 01:59:24 +0000 Sadrul Habib Chowdhury Fix doxygen tags.
Thu, 09 Apr 2009 01:38:23 +0000 Mike Ruprecht Notify the user if a contact invites them to a voice call over MSN.
Wed, 08 Apr 2009 22:49:14 +0000 Mike Ruprecht Inform the user when someone tries to initiate a video call with them in msn.
Wed, 08 Apr 2009 22:48:04 +0000 Mike Ruprecht merge of 'c62ab40bbe8c46b10ab31caed16f8af9dfa7d091'
Wed, 08 Apr 2009 22:36:53 +0000 Mike Ruprecht Bump required Farsight2 version to 0.0.9.
Wed, 08 Apr 2009 21:48:22 +0000 Mike Ruprecht Use GtkVolumeButtons for audio if it's available.
Tue, 07 Apr 2009 08:11:26 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 5ab68ddb0251205f7ef97f4c280e65696cbd5ff2)
Wed, 08 Apr 2009 01:40:39 +0000 Elliott Sales de Andrade More Pidgin updates for GTK+ 3.0. Removes any deprecated functions for GLib
Wed, 08 Apr 2009 16:45:16 +0000 Sadrul Habib Chowdhury Plug a possible leak. Initialize fd to -1. Avoid unnecessary strdup.
Wed, 08 Apr 2009 16:28:17 +0000 Sadrul Habib Chowdhury Initialize file descriptors to -1.
Wed, 08 Apr 2009 12:35:09 +0000 Richard Nelson - Don't bother changing/signalling the selected row from NULL to NULL
Wed, 08 Apr 2009 09:43:52 +0000 Mark Doliner Drop this directory, too. I think maybe it didn't happen before because
Tue, 07 Apr 2009 23:26:33 +0000 Richard Nelson encode urls passed to tinyurl
Tue, 07 Apr 2009 05:28:58 +0000 Elliott Sales de Andrade More updates for GTK+ 3.0. This only fixes the single-includes. Fixing all
Tue, 07 Apr 2009 05:22:48 +0000 Elliott Sales de Andrade Updates for GTK+ 3.0. Remove some deprecated functions (someone should
Tue, 07 Apr 2009 05:10:52 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head eed0598058a6e7cc5da7ad99f06bfe136291d2f9)
Mon, 06 Apr 2009 23:05:02 +0000 Richard Nelson Set _MESSAGE_{RECV,SEND} properly when receiving chat messages. Thanks Sadrul!
Mon, 06 Apr 2009 13:18:36 +0000 Richard Nelson Remove usage of g_strcmp0 (which would bump the glib version requirement) where strcmp will do nicely
Mon, 06 Apr 2009 11:23:07 +0000 Richard Nelson ChangeLog the TinyURL plugin
Mon, 06 Apr 2009 10:36:43 +0000 Richard Nelson Add a gnt TinyURL plugin. Closes #2017
Mon, 06 Apr 2009 10:33:28 +0000 Richard Nelson Set PURPLE_MESSAGE_RECV before receiving-im-msg. Also set it when receiving chat messages.
Mon, 06 Apr 2009 10:31:17 +0000 Richard Nelson Activate the current status for an account being enabled
Mon, 06 Apr 2009 10:30:25 +0000 Richard Nelson Redraw the textview when a tag is changed
Mon, 06 Apr 2009 06:11:24 +0000 Elliott Sales de Andrade merge of '22d261d19f56b8cec771b7511f11dbbc367568fc'
Mon, 06 Apr 2009 06:09:07 +0000 Elliott Sales de Andrade Also, fix the libpurple makefile to use the correct cflags/libs.
Mon, 06 Apr 2009 05:49:05 +0000 Elliott Sales de Andrade Some configure.ac updates.
Mon, 06 Apr 2009 02:07:40 +0000 Mike Ruprecht merge of '0f3cc5eaf6cb9aff180d63efb1dee828936078d1'
Sun, 05 Apr 2009 23:20:42 +0000 Paul Aurich Remove duplicate Eric Polino and fix alphabetization. Thanks, Robby.
Sun, 05 Apr 2009 22:59:21 +0000 Mark Doliner This file was moved to a jingle subdirectory, but I don't see any
Sun, 05 Apr 2009 22:20:12 +0000 Marcus Lundblad Added a note about receiving "attentions" in the ChangeLog entry for the new
Sun, 05 Apr 2009 23:03:28 +0000 Paul Aurich Mark's commit reminds me that this should be in POTFILES.in
Sun, 05 Apr 2009 21:18:15 +0000 Paul Aurich Fix up the propagate
Sun, 05 Apr 2009 21:13:10 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head f144c6bda9daf701aa891c875fce7a4dedd611ae)
Sun, 05 Apr 2009 21:54:03 +0000 Paul Aurich Drop a variable left over from the propagate.
Sun, 05 Apr 2009 21:49:01 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head f144c6bda9daf701aa891c875fce7a4dedd611ae)
Sun, 05 Apr 2009 20:57:56 +0000 Paul Aurich Changelog the *one* user-visible change from the iq-handlers branch (heh).
Sun, 05 Apr 2009 20:52:06 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head a59a573e3b9b2eb42ff728ba9ff56095f5c9e0d0)
Sun, 05 Apr 2009 19:25:45 +0000 Paul Aurich Gratuitous alphabetization of the IQ handlers (again!) and move the data handler to jabber_data_init
Sun, 05 Apr 2009 19:21:22 +0000 Paul Aurich Further standardize the sentinel style (did someone say leading _s are theoretically a reserved namespace?)
Sun, 05 Apr 2009 19:16:14 +0000 Paul Aurich Standardize the header file sentinels to PURPLE_JABBER_[BLAH]_H
Sun, 05 Apr 2009 19:14:19 +0000 Paul Aurich Move some IQ handler registrations to the appropriate init functions
Sun, 05 Apr 2009 19:05:49 +0000 Paul Aurich Large documentation blocks never hurt anyone.
Sat, 04 Apr 2009 18:17:58 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 2c36a90a26f2451978aa41b23e9980337514057d)
Sat, 04 Apr 2009 08:02:52 +0000 Paul Aurich And google session handling
Sat, 04 Apr 2009 07:51:13 +0000 Paul Aurich Fix-up the merge some more (*sigh*), readding <session/> handler
Sat, 04 Apr 2009 07:08:33 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 58b2ba106e563fcd0984b9438aa427f1d61e25e9)
Sat, 04 Apr 2009 07:05:23 +0000 Paul Aurich Convert IBB parser (and everything that then stems from that) to new iq-handler
Fri, 03 Apr 2009 17:36:24 +0000 Paul Aurich Fix merge for ./jingle/
Fri, 03 Apr 2009 17:15:40 +0000 Paul Aurich Migrate googleinfo:jabber handlers and add some safety checks.
Fri, 03 Apr 2009 16:45:38 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head f25348fdce436002d7d508f074aaa70fd9491f01)
Fri, 03 Apr 2009 02:43:22 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head e028e1fa5d4d70792f0219311b12e5f4b1587776)
Fri, 27 Mar 2009 07:59:37 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 2476e13ecb1702a744a13c42956b29a962a0c7fb)
Sat, 21 Mar 2009 03:50:31 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head d70375c084af2336e7fc6646fb778120b05de9a8)
Sat, 14 Mar 2009 15:50:56 +0000 Paul Aurich Do not advertise support for old XEP-0199 (Ping) namespace
Fri, 13 Mar 2009 02:26:45 +0000 Paul Aurich Convert all the XMPP IQ callbacks to a typedef similar to the IQ Handlers.
Thu, 12 Mar 2009 23:46:34 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 54da791ad8d26949571afcbd931518f5b27f2bfd)
Sun, 05 Apr 2009 03:25:00 +0000 Paul Aurich Make my comment parse correctly.
Sat, 04 Apr 2009 23:05:04 +0000 Paul Aurich BOSH: Use a write buffer (read: basically cut-n-paste from jabber.c)
Sat, 04 Apr 2009 21:49:34 +0000 Paul Aurich A better random number for the rid in the range [0, 2**52).
Sat, 04 Apr 2009 20:59:15 +0000 Paul Aurich Make the last one compile (add disco.h) and alphabetize.
Sat, 04 Apr 2009 20:25:03 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 2c36a90a26f2451978aa41b23e9980337514057d)
Sat, 04 Apr 2009 18:44:17 +0000 Paul Aurich Fix login process for older servers using IQ-auth.
Sat, 04 Apr 2009 17:01:59 +0000 Paul Aurich Fix allowing gmail user to initiate voice call by advertising a specific ext
Sat, 04 Apr 2009 07:29:50 +0000 Paul Aurich darkrain42: Well, that namespace is deprecated. Why is it being advertised?
Tue, 28 Apr 2009 19:05:59 +0000 Paul Aurich disapproval of revision '536d6ae921253bbffab25aa51ce9bdcb1f0e20ec'
Sat, 04 Apr 2009 06:15:58 +0000 Paul Aurich Advertise ICEUDP only when libnice is available
Sat, 04 Apr 2009 05:50:34 +0000 Paul Aurich Advertise video/voice features only when the UI says it has those caps
Sat, 04 Apr 2009 05:15:18 +0000 Paul Aurich Reorder functions to remove prototypes
Sat, 04 Apr 2009 05:00:44 +0000 Paul Aurich Remove an unused function
Sat, 04 Apr 2009 04:57:02 +0000 Paul Aurich Specify SSL properly in debug messages for BOSH sending debug output
Sat, 04 Apr 2009 04:54:56 +0000 Paul Aurich BOSH: Print out the received data (similar to the standard XMPP method,
Sat, 04 Apr 2009 04:34:57 +0000 Paul Aurich Pass all messages to BOSH as text, so they pass through the sending-text
Sat, 04 Apr 2009 03:40:43 +0000 Paul Aurich Fix merge: Move the Jingle features to jabber.c
Sat, 04 Apr 2009 03:15:59 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 58b2ba106e563fcd0984b9438aa427f1d61e25e9)
Sun, 05 Apr 2009 20:06:11 +0000 Sadrul Habib Chowdhury Abort build if we use --enable-vv, and vv-dependencies are not met.
Sun, 05 Apr 2009 16:54:09 +0000 Sadrul Habib Chowdhury Fix the auto-linking of protocols.
Sun, 05 Apr 2009 11:44:03 +0000 Sadrul Habib Chowdhury Update hardware cursor correctly after a transient window is closed.
Sun, 05 Apr 2009 10:36:20 +0000 Sadrul Habib Chowdhury Update the copyright name, as requested.
Sun, 05 Apr 2009 08:46:24 +0000 Sadrul Habib Chowdhury Update the finch manual some. Refs #8577.
Sun, 05 Apr 2009 08:42:00 +0000 Sadrul Habib Chowdhury Save the world.
Sun, 05 Apr 2009 08:22:22 +0000 Sadrul Habib Chowdhury Update hardware cursor correctly.
Sun, 05 Apr 2009 04:34:48 +0000 Paul Aurich Add PURPLE to the media header sentinels and reorder includes to fix building gf2
Sat, 04 Apr 2009 07:39:33 +0000 Elliott Sales de Andrade Even more @since tags, because Maiku's watching...
Sat, 04 Apr 2009 07:20:10 +0000 Elliott Sales de Andrade Minor grammatical message fixes.
Sat, 04 Apr 2009 05:17:30 +0000 Elliott Sales de Andrade Add some more @since tags.
Mon, 06 Apr 2009 02:06:39 +0000 Mike Ruprecht Remove old GtkPlug and GtkSocket code.
Sat, 04 Apr 2009 02:55:39 +0000 Mike Ruprecht merge of '1890ad1259c93f5ad18ceb3365717ebc43b30198'
Sat, 04 Apr 2009 02:26:49 +0000 Mike Ruprecht Add a resource selector when initiating media.
Sat, 04 Apr 2009 11:18:39 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 1890ad1259c93f5ad18ceb3365717ebc43b30198)
Sat, 04 Apr 2009 10:33:33 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 1890ad1259c93f5ad18ceb3365717ebc43b30198)
Fri, 03 Apr 2009 20:46:31 +0000 Marcus Lundblad ChangeLog.API new calls for STUN and TURN servers used by vv
Fri, 03 Apr 2009 19:29:53 +0000 Mike Ruprecht merge of 'e4b10961a2266d17625787c506f1b258ffa97873'
Fri, 03 Apr 2009 16:38:12 +0000 Paul Aurich merge of '269d61606f225241d08360ffde046e471f03b833'
Fri, 03 Apr 2009 14:13:16 +0000 Will Thompson Fix purple_media_set_remote_codecs ()'s docstring
Fri, 03 Apr 2009 19:28:00 +0000 Mike Ruprecht Make it compile with --disable-vv... again!
Fri, 03 Apr 2009 15:57:25 +0000 Daniel Atallah Gstreamer shouldn't be a requirement if USE_VV isn't defined.
Fri, 03 Apr 2009 08:57:04 +0000 Mike Ruprecht Change back the version suffixes.
Fri, 03 Apr 2009 08:17:22 +0000 Mike Ruprecht Add some ChangeLog stuff.
Fri, 03 Apr 2009 07:54:24 +0000 Mike Ruprecht Remove unneeded marshaller.
Fri, 03 Apr 2009 07:29:01 +0000 Mike Ruprecht Revert unintended space removal.
Fri, 03 Apr 2009 07:10:07 +0000 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head e028e1fa5d4d70792f0219311b12e5f4b1587776)
Fri, 03 Apr 2009 06:59:41 +0000 Mike Ruprecht Demote debug error to info.
Fri, 03 Apr 2009 06:46:41 +0000 Mike Ruprecht Pick better devices in Finch too and have fallbacks.
Fri, 03 Apr 2009 06:31:56 +0000 Mike Ruprecht Change media volume preference to be specific to Finch.
Fri, 03 Apr 2009 06:11:34 +0000 Mike Ruprecht Change volume preference and make sure it exists.
Fri, 03 Apr 2009 05:24:47 +0000 Mike Ruprecht Get rid of the media tab in the preferences.
Fri, 03 Apr 2009 05:02:57 +0000 Mike Ruprecht Use better choices for default elements and have fallbacks.
Fri, 03 Apr 2009 04:40:36 +0000 Mike Ruprecht Fix embedding video when the sink is a gconfvideosrc pointing to an
Fri, 03 Apr 2009 03:22:23 +0000 Mike Ruprecht Bump the required Farsight2 version.
Fri, 03 Apr 2009 03:14:38 +0000 Mike Ruprecht Improve the padding around the mute button.
Fri, 03 Apr 2009 02:45:00 +0000 Mike Ruprecht Oops. How'd that sneak in there.
Fri, 03 Apr 2009 02:25:30 +0000 Mike Ruprecht Move volume levels for media to the media window.
Fri, 03 Apr 2009 00:26:41 +0000 Mike Ruprecht Hide these typedefs too.
Fri, 03 Apr 2009 00:21:10 +0000 Mike Ruprecht Hide and GObjectify PurpleMediaCandidate.
Thu, 02 Apr 2009 04:23:14 +0000 Mike Ruprecht Have "no minimum framerate". Fixes khc's cam.
Thu, 02 Apr 2009 04:06:07 +0000 Mike Ruprecht Hide and gobjectify PurpleMediaCodec.
Thu, 02 Apr 2009 01:12:23 +0000 Mike Ruprecht Use PurpleMediaKeyPair. Remove PurpleMediaCodecParameter.
Thu, 02 Apr 2009 00:11:49 +0000 Mike Ruprecht Hide and gobjectify PurpleMediaElementInfo.
Wed, 01 Apr 2009 23:43:38 +0000 Mike Ruprecht Add G_DEFINE_TYPE compatibility define from gobjectification branch.
Wed, 01 Apr 2009 19:01:31 +0000 Mike Ruprecht Hide the easy structs in mediamanager.c.
Wed, 01 Apr 2009 18:39:23 +0000 Mike Ruprecht Hide the easy structs in media.h.
Wed, 01 Apr 2009 05:24:19 +0000 Mike Ruprecht merge of '21bd048f68510f25c5c854a1c7e395e88f530503'
Wed, 01 Apr 2009 04:25:37 +0000 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head a609160715ae18beed98b084aac19bc0f6551362)
Wed, 01 Apr 2009 05:23:53 +0000 Mike Ruprecht Break ABI less.
Wed, 01 Apr 2009 04:24:11 +0000 Mike Ruprecht Move these variables to the end to not break ABI.
Wed, 01 Apr 2009 03:23:21 +0000 Mike Ruprecht Say which media type is being requested in Finch.
Wed, 01 Apr 2009 01:05:03 +0000 Mike Ruprecht Use purple_media_manager_get_pipeline instead.