log

age author description
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.
2009-04-12 Paul Aurich merge of '8952794c1397b9cba4b98accf0639bb5499387d4'
2009-04-12 Paul Aurich Whoops, crashy-crashy.
2009-04-12 Paul Aurich merge of '79565c78f0c63b6c8f1b52e57e6e928780ce4f65'
2009-04-12 Daniel Atallah Include the media API on win32 even though it isn't actually enabled.
2009-04-12 Paul Aurich merge of '331dd310d018e9ecbd997e8af14ebcfc79277318'
2009-04-12 Sadrul Habib Chowdhury Fix size constraints for vertical progressbars.
2009-04-12 Sadrul Habib Chowdhury Fix drawing for vertical progressbar.
2009-04-12 Sadrul Habib Chowdhury merge of '009cd1791a028ae463fba5c8a2ee1c60021efb61'
2009-04-12 Sadrul Habib Chowdhury Changelog the progressbar addition.
2009-04-12 Sadrul Habib Chowdhury Change how the progressbar is drawn.
2009-04-12 Sadrul Habib Chowdhury Indentation changes, initialization changes etc.
2009-04-12 Saleem Abdulrasool Add a simple progress-bar in libgnt.
2009-04-12 Paul Aurich PidginBlistTheme now copies all its parameters instead of taking ownership.
2009-04-12 Paul Aurich Free priv->idle.
2009-04-12 Paul Aurich Free the DNS query data before purple_url_parse() to avoid leaking on failure.
2009-04-12 Paul Aurich Don't leak the struct sockaddr* from purple_dnsquery_a.
2009-04-12 Paul Aurich Fix some copy/paste errors in PidginBlistThemeLoader (was leaking online->color)
2009-04-12 Paul Aurich Don't leak GdkColor*s in PidginBlistThemes
2009-04-12 Paul Aurich Plug leak of PurpleContact->alias
2009-04-12 Paul Aurich Fix a leak when loading themes.
2009-04-12 Sadrul Habib Chowdhury Fix build with --disable-vv --enable-gstreamer.
2009-04-11 Paul Aurich Fix two int/size_t format build warnings on 64-bit
2009-04-11 Paul Aurich Reformat a printf so the HTTP headers are easier to read
2009-04-11 Paul Aurich merge of 'c21c65b2cb75f7371f96b652c904d2d83a072cc5'
2009-04-11 Sadrul Habib Chowdhury Starring Carlos Bederian as Zzzoom. Closes #8711.
2009-04-11 Sadrul Habib Chowdhury Open a chat-invite dialog when a buddy is dragged onto a chat.
2009-04-11 Sadrul Habib Chowdhury Reset some global data when uninit-ing. Fixes a crash on quit.
2009-04-11 Sadrul Habib Chowdhury Fix build with --disable-gstreamer.
2009-04-11 Paul Aurich Change purple_blist_get_buddies to return a list instead of the hash table.
2009-04-11 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 079a5ca1aa110ee9f6661eba31e5ea3f0b5a07e7)
2009-04-11 Paul Aurich Fix the dbus type for calling PurpleBlistSetVisible.
2009-04-10 Sadrul Habib Chowdhury Fix build when srcdir != builddir.
2009-04-10 Elliott Sales de Andrade merge of '2f74488ded7cd1eab2d144578340b6d13f570b7a'
2009-04-10 Elliott Sales de Andrade Don't print 'no' twice if GADU libs are not found by pkg-config.
2009-04-10 Elliott Sales de Andrade Print a warning if compiling against libxml2 < 2.6.18 as it may cause XMPP
2009-04-10 foss A patch from Arunan Balasubramaniam to use timeouts in seconds instead of
2009-04-10 foss A patch from Arunan Balasubramaniam to use timeouts in seconds instead of
2009-04-10 Elliott Sales de Andrade Apply patch from darkrain42 to fix the crash-on-exit. Hopefully, the order
2009-04-10 Mike Ruprecht Fix assertion when the blist theme preference is empty.
2009-04-10 Mike Ruprecht Fix purple_buddy_destroy crash on exit.
2009-04-09 Mike Ruprecht Fix some assertions.
2009-04-09 Mike Ruprecht Disable PIDGIN_STOCK_TOOLBAR_AUDIO_VIDEO_CALL until we have an icon for it.
2009-04-09 Mike Ruprecht Switch media to store accounts rather than connections.
2009-04-09 Nick Hebner Clean up libpurple memory allocations on win32 libpurple uninit.
2009-04-09 Nick Hebner Various libpurple uninit memory cleanups.
2009-04-09 Nick Hebner Call purple_log_uninit() in purple_core_uninit().
2009-04-09 Nick Hebner Add purple_{buddy,chat,group,contact}_destroy to the blist API, free
2009-04-09 Sadrul Habib Chowdhury Fix doxygen tags.
2009-04-09 Mike Ruprecht Notify the user if a contact invites them to a voice call over MSN.
2009-04-08 Mike Ruprecht Inform the user when someone tries to initiate a video call with them in msn.
2009-04-08 Mike Ruprecht merge of 'c62ab40bbe8c46b10ab31caed16f8af9dfa7d091'
2009-04-08 Mike Ruprecht Bump required Farsight2 version to 0.0.9.
2009-04-08 Mike Ruprecht Use GtkVolumeButtons for audio if it's available.
2009-04-07 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 5ab68ddb0251205f7ef97f4c280e65696cbd5ff2)
2009-04-08 Elliott Sales de Andrade More Pidgin updates for GTK+ 3.0. Removes any deprecated functions for GLib
2009-04-08 Sadrul Habib Chowdhury Plug a possible leak. Initialize fd to -1. Avoid unnecessary strdup.
2009-04-08 Sadrul Habib Chowdhury Initialize file descriptors to -1.
2009-04-08 Richard Nelson - Don't bother changing/signalling the selected row from NULL to NULL
2009-04-08 Mark Doliner Drop this directory, too. I think maybe it didn't happen before because
2009-04-07 Richard Nelson encode urls passed to tinyurl
2009-04-07 Elliott Sales de Andrade More updates for GTK+ 3.0. This only fixes the single-includes. Fixing all
2009-04-07 Elliott Sales de Andrade Updates for GTK+ 3.0. Remove some deprecated functions (someone should
2009-04-07 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head eed0598058a6e7cc5da7ad99f06bfe136291d2f9)
2009-04-06 Richard Nelson Set _MESSAGE_{RECV,SEND} properly when receiving chat messages. Thanks Sadrul!
2009-04-06 Richard Nelson Remove usage of g_strcmp0 (which would bump the glib version requirement) where strcmp will do nicely
2009-04-06 Richard Nelson ChangeLog the TinyURL plugin
2009-04-06 Richard Nelson Add a gnt TinyURL plugin. Closes #2017
2009-04-06 Richard Nelson Set PURPLE_MESSAGE_RECV before receiving-im-msg. Also set it when receiving chat messages.
2009-04-06 Richard Nelson Activate the current status for an account being enabled
2009-04-06 Richard Nelson Redraw the textview when a tag is changed
2009-04-06 Elliott Sales de Andrade merge of '22d261d19f56b8cec771b7511f11dbbc367568fc'
2009-04-06 Elliott Sales de Andrade Also, fix the libpurple makefile to use the correct cflags/libs.
2009-04-06 Elliott Sales de Andrade Some configure.ac updates.
2009-04-06 Mike Ruprecht merge of '0f3cc5eaf6cb9aff180d63efb1dee828936078d1'
2009-04-05 Paul Aurich Remove duplicate Eric Polino and fix alphabetization. Thanks, Robby.
2009-04-05 Mark Doliner This file was moved to a jingle subdirectory, but I don't see any
2009-04-05 Marcus Lundblad Added a note about receiving "attentions" in the ChangeLog entry for the new
2009-04-05 Paul Aurich Mark's commit reminds me that this should be in POTFILES.in
2009-04-05 Paul Aurich Fix up the propagate
2009-04-05 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head f144c6bda9daf701aa891c875fce7a4dedd611ae)
2009-04-05 Paul Aurich Drop a variable left over from the propagate.
2009-04-05 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head f144c6bda9daf701aa891c875fce7a4dedd611ae)
2009-04-05 Paul Aurich Changelog the *one* user-visible change from the iq-handlers branch (heh).
2009-04-05 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head a59a573e3b9b2eb42ff728ba9ff56095f5c9e0d0)
2009-04-05 Paul Aurich Gratuitous alphabetization of the IQ handlers (again!) and move the data handler to jabber_data_init
2009-04-05 Paul Aurich Further standardize the sentinel style (did someone say leading _s are theoretically a reserved namespace?)
2009-04-05 Paul Aurich Standardize the header file sentinels to PURPLE_JABBER_[BLAH]_H
2009-04-05 Paul Aurich Move some IQ handler registrations to the appropriate init functions
2009-04-05 Paul Aurich Large documentation blocks never hurt anyone.
2009-04-04 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 2c36a90a26f2451978aa41b23e9980337514057d)
2009-04-04 Paul Aurich And google session handling
2009-04-04 Paul Aurich Fix-up the merge some more (*sigh*), readding <session/> handler
2009-04-04 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 58b2ba106e563fcd0984b9438aa427f1d61e25e9)
2009-04-04 Paul Aurich Convert IBB parser (and everything that then stems from that) to new iq-handler
2009-04-03 Paul Aurich Fix merge for ./jingle/
2009-04-03 Paul Aurich Migrate googleinfo:jabber handlers and add some safety checks.
2009-04-03 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head f25348fdce436002d7d508f074aaa70fd9491f01)
2009-04-03 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head e028e1fa5d4d70792f0219311b12e5f4b1587776)
2009-03-27 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 2476e13ecb1702a744a13c42956b29a962a0c7fb)
2009-03-21 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head d70375c084af2336e7fc6646fb778120b05de9a8)
2009-03-14 Paul Aurich Do not advertise support for old XEP-0199 (Ping) namespace
2009-03-13 Paul Aurich Convert all the XMPP IQ callbacks to a typedef similar to the IQ Handlers.
2009-03-12 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 54da791ad8d26949571afcbd931518f5b27f2bfd)
2009-04-05 Paul Aurich Make my comment parse correctly.
2009-04-04 Paul Aurich BOSH: Use a write buffer (read: basically cut-n-paste from jabber.c)
2009-04-04 Paul Aurich A better random number for the rid in the range [0, 2**52).
2009-04-04 Paul Aurich Make the last one compile (add disco.h) and alphabetize.
2009-04-04 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 2c36a90a26f2451978aa41b23e9980337514057d)
2009-04-04 Paul Aurich Fix login process for older servers using IQ-auth.
2009-04-04 Paul Aurich Fix allowing gmail user to initiate voice call by advertising a specific ext
2009-04-04 Paul Aurich darkrain42: Well, that namespace is deprecated. Why is it being advertised?
2009-04-28 Paul Aurich disapproval of revision '536d6ae921253bbffab25aa51ce9bdcb1f0e20ec'
2009-04-04 Paul Aurich Advertise ICEUDP only when libnice is available
2009-04-04 Paul Aurich Advertise video/voice features only when the UI says it has those caps
2009-04-04 Paul Aurich Reorder functions to remove prototypes
2009-04-04 Paul Aurich Remove an unused function
2009-04-04 Paul Aurich Specify SSL properly in debug messages for BOSH sending debug output
2009-04-04 Paul Aurich BOSH: Print out the received data (similar to the standard XMPP method,
2009-04-04 Paul Aurich Pass all messages to BOSH as text, so they pass through the sending-text
2009-04-04 Paul Aurich Fix merge: Move the Jingle features to jabber.c
2009-04-04 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 58b2ba106e563fcd0984b9438aa427f1d61e25e9)
2009-04-05 Sadrul Habib Chowdhury Abort build if we use --enable-vv, and vv-dependencies are not met.
2009-04-05 Sadrul Habib Chowdhury Fix the auto-linking of protocols.
2009-04-05 Sadrul Habib Chowdhury Update hardware cursor correctly after a transient window is closed.
2009-04-05 Sadrul Habib Chowdhury Update the copyright name, as requested.
2009-04-05 Sadrul Habib Chowdhury Update the finch manual some. Refs #8577.
2009-04-05 Sadrul Habib Chowdhury Save the world.
2009-04-05 Sadrul Habib Chowdhury Update hardware cursor correctly.
2009-04-05 Paul Aurich Add PURPLE to the media header sentinels and reorder includes to fix building gf2
2009-04-04 Elliott Sales de Andrade Even more @since tags, because Maiku's watching...
2009-04-04 Elliott Sales de Andrade Minor grammatical message fixes.
2009-04-04 Elliott Sales de Andrade Add some more @since tags.
2009-04-06 Mike Ruprecht Remove old GtkPlug and GtkSocket code.
2009-04-04 Mike Ruprecht merge of '1890ad1259c93f5ad18ceb3365717ebc43b30198'
2009-04-04 Mike Ruprecht Add a resource selector when initiating media.
2009-04-04 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 1890ad1259c93f5ad18ceb3365717ebc43b30198)
2009-04-04 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 1890ad1259c93f5ad18ceb3365717ebc43b30198)
2009-04-03 Marcus Lundblad ChangeLog.API new calls for STUN and TURN servers used by vv
2009-04-03 Mike Ruprecht merge of 'e4b10961a2266d17625787c506f1b258ffa97873'
2009-04-03 Paul Aurich merge of '269d61606f225241d08360ffde046e471f03b833'
2009-04-03 Will Thompson Fix purple_media_set_remote_codecs ()'s docstring
2009-04-03 Mike Ruprecht Make it compile with --disable-vv... again!
2009-04-03 Daniel Atallah Gstreamer shouldn't be a requirement if USE_VV isn't defined.
2009-04-03 Mike Ruprecht Change back the version suffixes.
2009-04-03 Mike Ruprecht Add some ChangeLog stuff.
2009-04-03 Mike Ruprecht Remove unneeded marshaller.
2009-04-03 Mike Ruprecht Revert unintended space removal.
2009-04-03 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head e028e1fa5d4d70792f0219311b12e5f4b1587776)
2009-04-03 Mike Ruprecht Demote debug error to info.
2009-04-03 Mike Ruprecht Pick better devices in Finch too and have fallbacks.
2009-04-03 Mike Ruprecht Change media volume preference to be specific to Finch.
2009-04-03 Mike Ruprecht Change volume preference and make sure it exists.
2009-04-03 Mike Ruprecht Get rid of the media tab in the preferences.
2009-04-03 Mike Ruprecht Use better choices for default elements and have fallbacks.
2009-04-03 Mike Ruprecht Fix embedding video when the sink is a gconfvideosrc pointing to an
2009-04-03 Mike Ruprecht Bump the required Farsight2 version.
2009-04-03 Mike Ruprecht Improve the padding around the mute button.
2009-04-03 Mike Ruprecht Oops. How'd that sneak in there.
2009-04-03 Mike Ruprecht Move volume levels for media to the media window.
2009-04-03 Mike Ruprecht Hide these typedefs too.
2009-04-03 Mike Ruprecht Hide and GObjectify PurpleMediaCandidate.
2009-04-02 Mike Ruprecht Have "no minimum framerate". Fixes khc's cam.
2009-04-02 Mike Ruprecht Hide and gobjectify PurpleMediaCodec.
2009-04-02 Mike Ruprecht Use PurpleMediaKeyPair. Remove PurpleMediaCodecParameter.
2009-04-02 Mike Ruprecht Hide and gobjectify PurpleMediaElementInfo.
2009-04-01 Mike Ruprecht Add G_DEFINE_TYPE compatibility define from gobjectification branch.
2009-04-01 Mike Ruprecht Hide the easy structs in mediamanager.c.
2009-04-01 Mike Ruprecht Hide the easy structs in media.h.
2009-04-01 Mike Ruprecht merge of '21bd048f68510f25c5c854a1c7e395e88f530503'
2009-04-01 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head a609160715ae18beed98b084aac19bc0f6551362)
2009-04-01 Mike Ruprecht Break ABI less.
2009-04-01 Mike Ruprecht Move these variables to the end to not break ABI.
2009-04-01 Mike Ruprecht Say which media type is being requested in Finch.
2009-04-01 Mike Ruprecht Use purple_media_manager_get_pipeline instead.
2009-03-31 Mike Ruprecht Give more information to element creation functions.
2009-03-31 Mike Ruprecht Declare which media caps Pidgin and Finch handle.
2009-03-31 Mike Ruprecht Add purple_media_manager_{get,set}_ui_caps.
2009-03-31 Mike Ruprecht Make Finch not crash if someone requests a session with video with you.
2009-03-31 Mike Ruprecht Make the conference property write only.
2009-03-31 Mike Ruprecht Remove some variables left over from old video embedding code.
2009-03-31 Mike Ruprecht Comment out purple_media_get_active_{local,remote}_candidates.
2009-03-31 Mike Ruprecht Get rid of the purple_media_add_stream wrapper as it isn't useful.
2009-03-31 Mike Ruprecht Add purple_media_is_initiator.
2009-03-30 Mike Ruprecht Remove purple_media_remove_stream as purple_media_end does what it was
2009-03-30 Mike Ruprecht Display which type of media session is being requested.
2009-03-30 Mike Ruprecht Make sharing sources between media sessions work.
2009-03-30 Mike Ruprecht merge of '2d0e977ba883c0b9d24d52360839cfed7cf1f2a6'
2009-03-30 Mike Ruprecht merge of '09e919e395cff260ab58aee3aec04058c5f128b9'
2009-03-30 Mike Ruprecht Silence two more warnings.
2009-03-30 Mike Ruprecht Unique elements ought to be named the same as their id.
2009-03-30 Mike Ruprecht Hide FinchMedia and related structures.
2009-03-30 Mike Ruprecht Fix compiling with --disable-vv.
2009-03-30 Mike Ruprecht Silence warning.
2009-03-30 Mike Ruprecht Hide PidginMedia and related structs.
2009-03-30 Mike Ruprecht Remove purple_media_mute.
2009-03-30 Mike Ruprecht Remove purple_media_accept.
2009-03-30 Mike Ruprecht Remove purple_media_reject.
2009-03-30 Mike Ruprecht Remove purple_media_hangup.
2009-03-30 Mike Ruprecht Move functionality into purple_media_stream_info.
2009-03-29 Mike Ruprecht Add some more PurpleMediaInfo values.
2009-03-29 Mike Ruprecht Create purple_media_stream_info. Add local parameter to stream-info signal.
2009-03-28 Mike Ruprecht Don't assume a PurpleMedia instance will be created immediately.
2009-03-24 Mike Ruprecht No reason for this to be public API.
2009-03-24 Mike Ruprecht merge of '25cc5bdbbd9c509be202ab9847764b104f848577'
2009-03-24 Mike Ruprecht Removed just a bit too much.
2009-03-24 Mike Ruprecht Add some documentation to mediamanager.h.
2009-03-24 Mike Ruprecht Remove unused function.
2009-03-24 Mike Ruprecht Clean unnecessary changes out of the Makefiles.
2009-03-24 Mike Ruprecht Fix lip-sync.
2009-03-24 Mike Ruprecht Extend the range for video dimensions just a hair.
2009-03-24 Mike Ruprecht Add gtkmedia.c to POTFILES.in.
2009-03-23 Mike Ruprecht Send candidates more like GMail.
2009-03-23 Mike Ruprecht Fix Gtalk bug where it would terminate the session after 15 seconds.
2009-03-23 Mike Ruprecht Get rid of nocrash option.
2009-03-23 Mike Ruprecht Get rid of the rest of the extraneous changes.
2009-03-23 Mike Ruprecht Improve padding in media window.
2009-03-23 Mike Ruprecht Properly wrap media functions so the API doesn't disappear when USE_VV
2009-03-23 Mike Ruprecht Move GStreamer related media functions into its own header.
2009-03-23 Mike Ruprecht merge of '85389d6ca8dc05827fa7e57e17906b2f73e2c676'
2009-03-23 Mike Ruprecht Remove some extra edits that snuck into Finch.
2009-03-22 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head 5592cb6a8b667422747bafd555fea0aed19931b6)
2009-03-22 Mike Ruprecht Remove purple_media_audio_init_* functions.
2009-03-22 Mike Ruprecht Implement create_default_audio_* functions in gntmedia.c.
2009-03-22 Mike Ruprecht Implement create_default_audio_* functions in gtkmedia.c.
2009-03-22 Mike Ruprecht Remove purple_media_video_init_* functions.
2009-03-22 Mike Ruprecht Move purple_media_get_devices to gtkprefs.c.
2009-03-22 Mike Ruprecht Remove purple_media_element_get_device.
2009-03-22 Mike Ruprecht Remove purple_media_get_sink and the sink variables in the media structures.
2009-03-22 Mike Ruprecht Have purple_media_set_output_volume handle all sinks.
2009-03-22 Mike Ruprecht Use purple_media_get_tee instead of purple_media_get_sink.
2009-03-22 Mike Ruprecht Remove purple_media_get_overall_type.
2009-03-21 Mike Ruprecht Move and rename GTALK_CAP to GOOGLE_VOICE_CAP.
2009-03-21 Mike Ruprecht Clean up usage of USE_VV in the XMPP protocol.
2009-03-21 Mike Ruprecht Add documentation for a few media functions.
2009-03-21 Mike Ruprecht Remove purple_media_set_src/sink from the public API.
2009-03-21 Mike Ruprecht Remove purple_media_get_elements function.
2009-03-21 Mike Ruprecht Make voice calls in Finch work again.
2009-03-21 Mike Ruprecht Rename state-changed enum and values.
2009-03-21 Mike Ruprecht Declare purple_media_state_changed_get_type.
2009-03-21 Mike Ruprecht Use the right enum for the stream-info signal.
2009-03-21 Mike Ruprecht Remove rejected and hangup states from state-changed.
2009-03-21 Mike Ruprecht Use stream-info instead of state-changed for reject.
2009-03-21 Mike Ruprecht Use stream-info for reject instead of state-changed.
2009-03-21 Mike Ruprecht Use the right enum for the parameter.
2009-03-21 Mike Ruprecht Use stream-info instead of state-changed for hangup and reject.
2009-03-21 Mike Ruprecht Use stream-info instead of state-changed for hangup and reject.
2009-03-21 Mike Ruprecht Add stream-info signal.
2009-03-20 Mike Ruprecht Fix audio levels.
2009-03-20 Mike Ruprecht Don't let initiate or accept be sent again with Google Voice.
2009-03-20 Mike Ruprecht Stop sending multiple session-initiate packets.
2009-03-20 Mike Ruprecht Remove the ready-new signal.
2009-03-23 Mike Ruprecht Disapprove part of the revision that shouldn't be there.
2009-03-20 Mike Ruprecht Remove ready-new from use.
2009-03-20 Mike Ruprecht Move sending session-accept out of the ready-new signal.
2009-03-19 Mike Ruprecht Move accepted signal emission to after it's set to accepted.
2009-03-19 Mike Ruprecht Move sending session-initiate out of the ready-new callback.
2009-03-19 Mike Ruprecht Change purple_media_candidates_prepared to use wildcards.
2009-03-19 Mike Ruprecht Make acceptance be per stream rather than per session.
2009-03-19 Mike Ruprecht Plug memory leak.
2009-03-19 Mike Ruprecht Silence warning about videotestsrc not having two properties.
2009-03-19 Mike Ruprecht Fix some GStreamer timing issues.
2009-03-19 Mike Ruprecht Fix assertion stating FsRawUdpTransmitter doesn't have a relay-info
2009-03-19 Mike Ruprecht merge of '932de261b2c091dd834f54518d4c9df53b9ad7ac'
2009-03-19 Mike Ruprecht Silence a warning.
2009-03-19 Mike Ruprecht Use new find_content wildcard.
2009-03-19 Mike Ruprecht Have creator == NULL be a wildcard.
2009-03-19 Mike Ruprecht merge of 'bf07e6251df10e4c8c39545c4ff401db5b447c37'
2009-03-19 Mike Ruprecht Implement jingle_rtp_candidates_prepared_cb.
2009-03-19 Mike Ruprecht Add candidates-prepared signal to PurpleMedia.
2009-03-19 Mike Ruprecht Silence two warnings.
2009-03-19 Mike Ruprecht Send any additional candidates found after session-initiate or
2009-03-19 Mike Ruprecht Make RawUdp candidates know if they have been sent to the remote client.
2009-03-19 Mike Ruprecht Don't forget to copy the rem_know attribute of IceUdp candidates.
2009-03-19 Mike Ruprecht Make IceUdp candidates know whether the remote side knows about them.
2009-03-19 Mike Ruprecht Fix copy/paste-o.
2009-03-19 Mike Ruprecht Fix a bunch of memsets.
2009-03-19 Mike Ruprecht Plug some memory leaks related to transports.
2009-03-18 Mike Ruprecht Swallow transport refs on setting them in the content.
2009-03-17 Mike Ruprecht Make Jingle Raw-Udp send candidates in session-accept packet.
2009-03-17 Mike Ruprecht Update Jingle Ice-Udp according to the XEP.
2009-03-17 Mike Ruprecht Zero out the proper size for the PurpleMediaPrivate structure.
2009-03-17 Mike Ruprecht Add ssrc property to JingleRtp.
2009-03-17 Mike Ruprecht Add functions for more easily creating session-terminate packets.
2009-03-17 Mike Ruprecht Update to be closer to the current Jingle XEP.
2009-03-17 Mike Ruprecht Remove check to prevent multiple Jingle sessions with the same person.
2009-03-17 Mike Ruprecht Restructure Jingle action handlers to only require modification in one place.
2009-03-16 Mike Ruprecht merge of 'a2ba1fead74d00991a9b2fe1290f7716b1d9d5cf'
2009-03-16 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head 5573ab30de2e34d78f13bad8ae0b2ac5de6d1083)
2009-04-03 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head e028e1fa5d4d70792f0219311b12e5f4b1587776)
2009-03-27 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 2476e13ecb1702a744a13c42956b29a962a0c7fb)
2009-03-21 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head d70375c084af2336e7fc6646fb778120b05de9a8)
2009-04-03 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head e028e1fa5d4d70792f0219311b12e5f4b1587776)
2009-03-27 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 2476e13ecb1702a744a13c42956b29a962a0c7fb)
2009-03-23 Paul Aurich Because BOSH works over connections that may die non-fatally, we need to
2009-03-23 Paul Aurich BOSH: For authentication purposes, HTTPS is equivalent to a secured JabberStream.
2009-03-22 Paul Aurich merge of '2fbd079d0e8c53d5a6f240df5232b63c780212c0'
2009-03-21 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head d70375c084af2336e7fc6646fb778120b05de9a8)
2009-04-01 Elliott Sales de Andrade merge of 'a609160715ae18beed98b084aac19bc0f6551362'
2009-04-01 Ka-Hing Cheung merge of '881df138362222308d7b078687b7576861609e9c'
2009-04-01 Ka-Hing Cheung fixes a race condition, probably Fixes #8594 and maybe others
2009-03-28 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 81bb2e1582a2222b36e57c29ccb573dac27f2a44)
2009-04-01 Elliott Sales de Andrade Fix a faulty condition that would result in an attempt to add most of your
2009-03-31 Ethan Blanton ChangeLog for 0d220fdade88a561785e674e66d01a2a34bd4b1c
2009-03-31 Ethan Blanton Handle multiple 319 (channels joined) messages for IRC WHOIS.
2009-03-30 Elliott Sales de Andrade merge of '37604e59d5a53b761fa4d623e577ff79499b32a5'
2009-03-28 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 81bb2e1582a2222b36e57c29ccb573dac27f2a44)
2009-04-01 Paul Aurich s/category/type/ and s/muc/chat/ in the core and gateway type is a string.
2009-03-31 Paul Aurich Add a node parameter to jabber_disco_items_do and use it in the new disco-listing code.
2009-03-31 Paul Aurich jabber_disco_items_do(), which functions like jabber_disco_info_do.
2009-03-31 Paul Aurich Don't match in the disco callbacks hashtable on remote JID. Use IQ id instead.
2009-03-31 Paul Aurich Clean up Jabber's references and protocol_data if the window is closed
2009-03-31 Paul Aurich The core should be in charge of setting in_progress to FALSE
2009-03-31 Paul Aurich Make the prpl be in charge of creating the PurpleDiscoList; UI data is
2009-03-30 Paul Aurich Use purple_request_input
2009-03-30 Paul Aurich Hide the structs, add accessors, and fix various smaller things:
2009-03-29 Paul Aurich Add the padding needed from the previous commit
2009-03-29 Paul Aurich Fix compilation errors and add padding to UI ops. My bad...
2009-03-29 Paul Aurich Add the files I forgot to `mtn add` earlier (also, alphabetized disco.h
2009-03-29 Paul Aurich 'mrim' is the mail.ru IM service. 'smtp' is an XMPP<>email gateway
2009-03-29 Paul Aurich Applied disco-2.patch from nops with some modifications:
2009-03-28 Marcus Lundblad merge of '6d48acd8a35fbd463e701692ad0c937f59f03b9e'
2009-03-28 Richard Laager Update the documentation for the account-authorization-requested signal, as
2009-03-28 Jochen Kemnade some German translation
2009-03-30 Elliott Sales de Andrade Apply Paul's second patch to fix some memory leaks found in valgrind.
2009-03-28 Elliott Sales de Andrade Save a count of how many ADL (per-request) and FQY (per-contact) we send,
2009-03-28 Elliott Sales de Andrade I think I'm just going to apply this patch. I don't really see how it
2009-03-28 Elliott Sales de Andrade Make these type-sizes more explicit. Also, the field names for the type2
2009-03-28 Elliott Sales de Andrade merge of '72b4eba9246c31efe0760a9e5d1eeb0f87da2867'
2009-03-27 Mark Doliner Need to remove toc from POTFILES.in
2009-03-27 Mark Doliner Remove an unused field
2009-03-27 Mark Doliner Don't leak an fd if we can't open the destination file when untarring
2009-03-27 Mark Doliner These code can't get executed, because we just created a new dialog
2009-03-27 Mark Doliner Remove an unused protocol plugin
2009-03-27 Mark Doliner Remove an unused field
2009-03-27 Mark Doliner Make sure we free itmsurl when showing the info window for a buddy
2009-03-27 Mark Doliner Oh no this one is wrong. msim_set_status_code() calls msim_send() which
2009-03-27 Mark Doliner Fix a memleak when setting your status on myspace
2009-03-27 Mark Doliner You know something about this here data? It ain't ever used.
2009-03-27 Mark Doliner Fix a potential memleak by freeing this regardless of whether hasActions
2009-03-27 Mark Doliner purple_xfer_new only returns NULL if an assertion fails, so we should do
2009-03-27 Mark Doliner Remove some unused fields. Thanks to Mayank Jain Nawal's email to the
2009-03-27 Mark Doliner Free some memory if we exit early due to an error. Thanks to
2009-03-27 Mark Doliner Fix this compile error:
2009-03-27 Mark Doliner Remove a wee bit of stray whitespace
2009-03-28 Elliott Sales de Andrade disapproval of revision '77d562b624d9b55c9ff165d5797b72ba553e3256'
2009-03-27 Mark Doliner Remove some unused fields. Thanks to Mayank Jain Nawal's email to the
2009-03-27 Mark Doliner I wrote a little comment
2009-03-26 Mark Doliner Cast away a few compile warnings in our "make check" tests, and add
2009-03-26 Elliott Sales de Andrade merge of '99d00e3331645ef61bc0f08255d51234daaf67f5'
2009-03-26 Elliott Sales de Andrade For federated buddies, we should set <Member>/<Type> to Email, and use an
2009-03-26 Ka-Hing Cheung merge of 'ab47b66449b213d6fbfc728cc1e8c161bed87755'
2009-03-26 Daniel Atallah Fix an issue with bonjour buddies that have been dragged into permanent groups
2009-03-26 Ka-Hing Cheung fixes an invalid read:
2009-03-25 Ka-Hing Cheung merge of '10055bc9c44d63b38c5279aa2578ad96f442b56d'
2009-03-25 Paul Aurich merge of '50aec6ba5a9f9c1c535bbb23989229593f3ff2ef'
2009-03-25 Michael Terry Break the New Account dialog into three tabs. Move proxy options to the new
2009-03-25 Paul Aurich Fix build of gevolution plugin.
2009-03-25 Paul Aurich Fix displaying of status messages in the conversation infopane.
2009-03-25 Ka-Hing Cheung hidden is never initialized
2009-03-24 Paul Aurich Changelog the im.pidgin.cpw.darkrain42.buddy-add branch.
2009-03-23 Paul Aurich Remove an extra tab
2009-03-23 Paul Aurich Hiding in novell
2009-03-23 Paul Aurich Use purple_buddy_get_protocol_data instead of ->proto_data
2009-03-23 Paul Aurich Re-hide structs
2009-03-23 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head a541830317e5c36be1c0f2cd7c685f587803d16e)
2009-03-21 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head d70375c084af2336e7fc6646fb778120b05de9a8)
2009-03-23 Paul Aurich merge of '96cf043274a971d5a2b9e01ef85fb60ca2a4bcd1'
2009-03-20 Paul Aurich Fix Finch warnings when building on 64-bit
2009-03-20 Paul Aurich merge of '7829ec76bdb008583f8da54e238c2265a1140db2'
2009-03-23 Daniel Atallah Fix a crash when creating an account with a prpl with no protocol_options. Fixes #8747.
2009-03-21 Elliott Sales de Andrade Add some missing newlines in debug messages.
2009-03-20 Daniel Atallah Josef Andrysek noticed that there's a scenario where the PurpleCircBuffer gets
2009-03-18 Marcus Lundblad merge of '661d9bf066d7a7b9605d9c606427c4b5f88b19e0'
2009-03-18 Marcus Lundblad Clarified a couple of points in the ChangeLog
2009-03-16 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 73e463add9a124c86554c2958526e1a6ee5fc22f)
2009-03-17 Mark Doliner Uh, I think this comment is wrong. Or the code is wrong and does silly
2009-03-16 Mark Doliner Add a friendly error message if something uses
2009-03-16 Mark Doliner Just a note
2009-03-16 Peter Hjalmarsson merge of '73e463add9a124c86554c2958526e1a6ee5fc22f'
2009-03-16 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 73e463add9a124c86554c2958526e1a6ee5fc22f)
2009-03-16 Kevin Stange A patch from Jorge Villaseñor which makes all pounces share a single window.
2009-03-15 Marcus Lundblad merge of '71a628a1d60524a087f0cb356fd6425036c72bee'
2009-03-13 Elliott Sales de Andrade merge of '9ae083b7093cb3dc764443a54dbb8d2abe84a0b8'
2009-03-13 Paul Aurich Move 'Minutes before becoming idle' above 'Change status when idle'
2009-03-13 Paul Aurich Mark "Khmer" as translatable since we're not in string freeze
2009-03-13 Mark Doliner Add a note that this function could potentially be faster.
2009-03-13 Elliott Sales de Andrade Add xmlnode_set_attrib_full that enables you to set an attribute with both
2009-03-13 Mark Doliner Is there any reason this is an int instead of PurplePrivacyType? I
2009-03-12 Richard Nelson fix a crash when changing to away without a status message
2009-03-11 John Bailey And make that actually compile.
2009-03-11 John Bailey Add libpurple version to '/debug version' output.
2009-03-10 Ethan Blanton Add libpurple version to --version
2009-03-10 Ethan Blanton Add the libpurple version to Pidgin's About dialog
2009-03-09 Mark Doliner Only show the oscar error "we couldn't fetch your buddy list, but
2009-03-08 Sulabh Mahajan propagate from branch 'im.pidgin.pidgin' (head aa9e255d8e32921a2fe4e6bd74fe36d1ffdc9ec1)
2009-03-08 Sulabh Mahajan Update yahoo.c as per im.pidgin.pidgin to resolve conflicts
2009-03-08 Sulabh Mahajan clear a double free bug
2009-03-01 Sulabh Mahajan propagate from branch 'im.pidgin.pidgin' (head df7280158976d27e9eaf4a660e32a5af5a484578)
2009-03-01 Sulabh Mahajan When acting as a p2p server, send HTTP OK after receiving file.
2009-01-28 Sulabh Mahajan fix a bug in libpurple that prevented receiving file transfers to be marked completed (in case the protocol uses an xfer->ops.read function)
2009-01-28 Sulabh Mahajan use "msn/" rather than "wlm/"
2009-01-21 Sulabh Mahajan msn interoperability : presence settings
2009-01-21 Sulabh Mahajan msn interoperability: change groups
2009-01-20 Sulabh Mahajan initialize *pkt to NULL, remove a warning from the compiler
2009-01-20 Sulabh Mahajan propagate from branch 'im.pidgin.pidgin' (head eeaad582dcb34b6753c78371c4aa03af92b095f5)
2009-01-20 Sulabh Mahajan clearing conflicts while merging from im.pidgin.pidgin to im.pidgin.soc.2008.yahoo
2009-01-20 Sulabh Mahajan implement wlm interoperability, add/message friends using wlm/<wlm id> as id, note prefix "wlm/"
2008-11-14 Sulabh Mahajan identify when packet bounces back and contains our own ip instead
2008-11-14 Sulabh Mahajan remove connection timeout if already connected
2008-11-14 Sulabh Mahajan set fd to -1 initially, if not done, no p2p connection is initiated ever.
2008-11-12 Sulabh Mahajan resolved conflict -- merged im.pidgin.pidgin to im.pidgin.soc.2008.yahoo
2008-11-12 Sulabh Mahajan propagate from branch 'im.pidgin.pidgin' (head bc80dc424bc7a7e274901f9124173538e5b43f41)
2008-11-12 Sulabh Mahajan resolving conflict - merging im.pidgin.pidgin to im.pidgin.soc.2008.yahoo
2008-11-12 Sulabh Mahajan set yahoo_p2p_server_watcher, yahoo_p2p_server_timeout_handle to 0; check for nonnegative fd instead of nonzero;
2008-09-28 Sulabh Mahajan Add timeout to p2p server accepting connections
2008-09-28 Sulabh Mahajan correct a malloc bug
2008-09-27 Sulabh Mahajan During logging out close p2p server if it is waiting for peer to connect
2008-09-27 Sulabh Mahajan dont initiate p2p connection with a peer, while we are waiting for another peer to conenct to us
2008-08-22 Sulabh Mahajan Dont try connecting to those on sms or offline.
2008-08-22 Sulabh Mahajan Remove bug that crashed pidgin when sending p2p pkt to a buddy not on
2008-08-22 Sulabh Mahajan Fix a bug, where malloc failed to allocate memory at times, replaced
2008-08-22 Sulabh Mahajan When sending a file, if there isn't a p2p connection, try establishing it.
2008-08-20 Sulabh Mahajan remove p2p keepalive timer at logout
2008-08-20 Sulabh Mahajan Dont try a p2p connection to non yahoo buddies
2008-08-20 Sulabh Mahajan MSN Interoperability, add, remove buddies, change group, send im, etc
2008-08-20 Sulabh Mahajan Implement keep alives for p2p connections, remove bug causing hundreds
2008-07-22 Sulabh Mahajan Fix a bug, which results in trying to setup a p2p connection to self
2008-07-21 Sulabh Mahajan Remove some bugs related to inserting some data into hash table, data for connected peers
2008-07-20 Sulabh Mahajan Use purple_util_chrreplace instead of g_strsplit then g_strjoinv
2008-07-20 Sulabh Mahajan Remove check of version for file transfer, use only version 15 file transfer
2008-07-20 Sulabh Mahajan Send and receive SMS through yahoo
2008-07-13 Sulabh Mahajan propagate from branch 'im.pidgin.pidgin' (head d2e4560619da68f5b4346dcf1247908d88f39eb3)
2009-03-16 Mike Ruprecht Silence warning.
2009-03-04 Marcus Lundblad Make it compile when --enable-vv is "no"
2009-03-02 Marcus Lundblad Manual merging...
2009-03-02 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 431618de0f30a6938f7e14d2d61ee5d7738acd59)
2009-02-26 Mike Ruprecht Fix up the network preference window.
2009-02-26 Mike Ruprecht Limit the size and framerate of the video source.
2009-02-25 Mike Ruprecht Stop crash when there are no candidates set.
2009-02-25 Mike Ruprecht Have purple_media_codecs_ready handle a session wildcard.
2009-02-25 Mike Ruprecht Silence assertion.
2009-02-25 Mike Ruprecht Remove static sessions variable from google.c.
2009-02-25 Mike Ruprecht Get rid of the medias variable in JabberStream.
2009-02-25 Mike Ruprecht Added purple_media_manager_get_media_by_connection.
2009-02-25 Mike Ruprecht Add a prpl-data property to PurpleMedia.
2009-02-25 Mike Ruprecht Added the connection property back to PurpleMedia.
2009-02-24 Mike Ruprecht Remove unused rem-addr and rem-port attributes.
2009-02-24 Mike Ruprecht Use the correct values for Jingle Ice-Udp's rel-addr and rel-port.
2009-02-24 Mike Ruprecht Use purple_timeout_* instead of g_timeout_*.
2009-02-24 Mike Ruprecht Only create output windows once there's data to be output.
2009-02-21 Mike Ruprecht merge of '6034e4df300b7da5e8fc3095e128f6215af903ab'
2009-02-21 Mike Ruprecht Handle the session tee in the session rather than the src bin.
2009-02-20 Mike Ruprecht Move pipeline creation into the media manager.
2009-02-19 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head e39dfbe6c3a61b035fc764dfaad7b49c84666d14)
2009-02-19 Mike Ruprecht merge of 'd47b8ff41e04be89d7152ac8f587e633fff7c1cb'
2009-02-11 Marcus Lundblad Update namespace for jingle file-transfers application
2009-02-11 Marcus Lundblad merge of '12e8711526f49bf6cecd4f430dec8f661857221f'
2009-02-19 Mike Ruprecht Have all src_pads for a stream be funneled into the same stream.
2009-02-11 Mike Ruprecht Change purple_prpl_can_do_media to purple_prpl_get_media_caps.
2009-02-08 Mike Ruprecht Use the media manager that created the media session in media.c.
2009-02-05 Mike Ruprecht Free the session as well on error.
2009-02-05 Mike Ruprecht Wait to send transport-info until the session-initiate ack is received.
2009-02-05 Mike Ruprecht Make there be no default action for the media request.
2009-02-05 Mike Ruprecht Don't crash if media can't be found.
2009-02-11 Marcus Lundblad Update namespace for socks5 jingle transport to reflect new proto-XEP
2009-02-05 Mike Ruprecht merge of '1cd039d2f04c877820b4097e462f26831c2d828e'
2009-02-05 Mike Ruprecht Fix intermittent crash upon hangup when removing output windows.
2009-02-05 Mike Ruprecht Handle having multiple active candidates.
2009-02-05 Mike Ruprecht Plug memory leak.
2009-02-05 Mike Ruprecht Add the id attribute to ice-udp according to the XEP.
2009-02-05 Mike Ruprecht Have the audio levels' default width match that of the video widgets.
2009-02-05 Mike Ruprecht Close the request dialog if the remote user hung up.
2009-02-05 Mike Ruprecht Remove unnecessary buttons and change statusbar to say "Calling..."
2009-02-21 Mike Ruprecht Properly free item factory. Should fix a crash on close.
2009-02-05 Mike Ruprecht Add a basic menu to the media window.
2009-02-05 Mike Ruprecht Add some debug messages for the remaining Farsight signals.
2009-02-05 Mike Ruprecht Don't output an error if fs-codec.conf doesn't exist.
2009-02-05 Mike Ruprecht Update Jingle's raw-udp version numbers to bring them in line with the XEP.
2009-02-05 Mike Ruprecht Update Jingle RTP's version numbers to be in line with the XEP.
2009-02-05 Mike Ruprecht Update to newest XEP-0166 Jingle spec.
2009-02-05 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head 0bb02399ead9501a3e7951cfba2e8e8350fe917c)
2009-02-05 Mike Ruprecht merge of '8abcc61528a93f4c18a6e1f200a7ba69f1694c28'
2009-02-05 Mike Ruprecht Fix removing output windows when the session is rejected.
2009-02-04 Mike Ruprecht Add active elements to PurpleMediaManager. These are the elements that
2009-02-03 Mike Ruprecht Added PurpleMediaElementType enum and added type to PurpleMediaElementInfo.
2009-02-03 Mike Ruprecht Implement functions to register and unregister media elements for use in
2009-02-03 Marcus Lundblad Add automatic discovery of GTalk STUN servers when using a Gtalk account
2009-02-02 Mike Ruprecht Add statusbar to eventually replace the label.
2009-02-02 Mike Ruprecht Make the sinks better default sizes and display them immediately.
2009-02-02 Mike Ruprecht Implement an X error handler to prevent Pidgin from crashing on
2009-02-02 Mike Ruprecht Make the backgrounds of the drawing areas black so it doesn't look as
2009-02-02 Mike Ruprecht Implement *_remove_output_window and *_remove_output_windows.
2009-02-02 Mike Ruprecht Set the purple_media_connected_cb timeout to a high priority and remove
2009-02-02 Mike Ruprecht Simplify handling prepare-xwindow-id signal. Reduce thread unsafety.
2009-02-02 Mike Ruprecht Added a lot of assertions and error handling.
2009-01-31 Mike Ruprecht Make sure marshallers.h is created before compiling marshallers.c.
2009-01-31 Mike Ruprecht Have all media sessions use a single pipeline.
2009-01-30 Mike Ruprecht Use aliases for the media window title and the request window.
2009-01-30 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head 96db74f0ccbe2a283893e33f0f7bff5a827f48d9)
2009-01-30 Mike Ruprecht Use request API for a media invitation.
2009-01-30 Mike Ruprecht Set media window title to screenname.
2009-01-30 Mike Ruprecht Change the media window items' orientations to look better.
2009-01-30 Mike Ruprecht Create the media srcs inside PurpleMedia.
2009-01-30 Mike Ruprecht Separate PidginMedia from PidginConversation.
2009-01-30 Mike Ruprecht Simplify the media menu callbacks.
2009-01-27 Mike Ruprecht Add the accepted signal and make the accept button go away immediately.
2009-01-27 Mike Ruprecht Added the accepted signal.
2009-01-27 Mike Ruprecht Added codecs-changed signal.
2009-01-27 Mike Ruprecht Added purple_media_end and removed the purple_media_got_hangup.
2009-01-24 Marcus Lundblad Removed a couple of warnings
2009-01-23 Marcus Lundblad Removed some extra tabs on blank lines
2009-01-22 Marcus Lundblad Added support to generate relayed candidates (TURN).
2009-01-19 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head 27a5e4c3bf4db89f9d87c37d7043c1f4dc68ed1f)
2009-01-19 Mike Ruprecht Wait to create the sinks until the frames are ready.
2009-01-17 Mike Ruprecht Set remote candidates as soon as they are received.
2009-01-17 Mike Ruprecht Use the stream's direction to wait to send media.
2009-01-17 Marcus Lundblad Run an asynchronous DNS lookup for the STUN server IP (to set as a property
2009-01-14 Mike Ruprecht Remove unneeded pidgin_media_get_display_widget function.
2009-01-14 Mike Ruprecht Rearrange the Pidgin media GUI.
2009-01-13 Marcus Lundblad merge of '1c8357244603e0d86b5df08b5df711f916c01347'
2009-01-13 Marcus Lundblad merge of 'a38c44e88ee54fa639c5d924a5100699df189a26'
2009-01-13 Marcus Lundblad merge of '36ce4dcc4d637d6227ef52b2e9e72f957f0435ff'
2009-01-12 Marcus Lundblad merge of 'd43b253ca7568a3f07aa77bf397fe4351db73a90'
2009-01-10 Marcus Lundblad merge of '6f874569bd42744b784b694f8a44c06ec7d7f468'
2009-01-10 Marcus Lundblad merge of 'a43fe39095ee00967fa35f7fc14ecd698c4b3241'
2009-01-10 Marcus Lundblad merge of '403c70a10f0947c6a968f38acae33715ffad2fce'
2009-01-13 Mike Ruprecht Remove some of the deprecated API.
2009-01-13 Mike Ruprecht Remove deprecated signals.
2009-01-13 Mike Ruprecht The sink is being held elsewhere.
2009-01-13 Mike Ruprecht Remove levels since they aren't used.
2009-01-13 Mike Ruprecht Update Finch to new media API.
2009-01-13 Mike Ruprecht Replace the got-request signal in PidginMedia.
2009-01-13 Mike Ruprecht Replace the ready signal in PidginMedia.
2009-01-13 Mike Ruprecht Convert more PidginMedia signals to the newer API.
2009-01-13 Mike Ruprecht Convert PidginMedia to use the state-changed signal.
2009-01-13 Mike Ruprecht Convert the GTalk code to completely use the new ready signal.
2009-01-13 Mike Ruprecht Use the state-changed signal in GTalk code.
2009-01-13 Mike Ruprecht Added reject and hangup states to the state-changed signal.
2009-01-13 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head e602a35f60e3d423d43bacc72fcb7239c8b43cf0)
2009-01-12 Mike Ruprecht Manipulate optional parameters properly.
2009-01-12 Mike Ruprecht Fix some crashes from printing debug messages on a separate thread.
2009-01-12 Mike Ruprecht Hopefully stop the last of the BadWindow errors.
2009-01-12 Mike Ruprecht Wrap FsCodec and remove the Farsight2 include from media.h.
2009-01-11 Mike Ruprecht Convert rather than copy.
2009-01-10 Mike Ruprecht Use the correct enumeration name.
2009-01-10 Mike Ruprecht Duplicate FsCandidate to remove it from the public interface.
2009-01-10 Mike Ruprecht merge of '403c70a10f0947c6a968f38acae33715ffad2fce'
2009-01-10 Mike Ruprecht merge of 'a617f86bc9f9f151daef5b0980c124f94f277f9a'
2009-01-10 Marcus Lundblad disapproval of revision '1fa05b8b4d069723f0cba486203a2a00c3baf096'
2009-01-10 Mike Ruprecht Make FsStreamDirection and FsMediaType conversion functions static.
2009-01-10 Mike Ruprecht merge of '1fa05b8b4d069723f0cba486203a2a00c3baf096'
2009-01-10 Marcus Lundblad Setup all prefs for TURN
2009-01-10 Mike Ruprecht merge of '106c6ba87b3a431f8ec3adad7e4e569f3d008f83'
2009-01-10 Marcus Lundblad disapproval of revision '106c6ba87b3a431f8ec3adad7e4e569f3d008f83'
2009-01-10 Marcus Lundblad Added some preliminary prefs settings for configuring a TURN relay server
2009-01-10 Mike Ruprecht Remove some unnecessary GStreamer code.
2009-01-09 Mike Ruprecht Make it compile in Windows with the equivalent of --disable-vv.
2009-01-08 Mike Ruprecht Fix compiling with --disable-vv.
2009-01-08 Mike Ruprecht merge of '856023a0b4273c54f6041597332bd5a0fb63ea0e'
2009-01-08 Mike Ruprecht Fix crash when moving a tab with video.
2009-01-07 Mike Ruprecht Fix a GLib warning when add_stream fails in google.c.
2009-01-07 Mike Ruprecht Use the dispose method too.
2009-01-07 Mike Ruprecht Wait to send media until both sides have accepted.
2009-01-08 Mike Ruprecht Use the right pointer.
2009-01-07 Mike Ruprecht Fix crash on exit during media session.
2009-01-07 Mike Ruprecht Remove unused variable.
2009-03-04 Peter Hjalmarsson merge of 'b7c7f0f5daca252711952e60e283dd18a1983d33'
2009-03-04 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 972457aa8f4a246318025cf2c479a57e1bb70848)
2009-03-22 Paul Aurich BOSH: Support HTTPS connections to the connection manager
2009-03-21 Paul Aurich Use a PurpleCircBuffer for the queued stanzas
2009-03-16 Paul Aurich Rearrange the structs and fix the indentation. No functional changes.
2009-03-16 Paul Aurich Obey the 'inactivity' attribute and send blank updates often enough. Also,
2009-03-16 Paul Aurich Clean up BOSH reading and disconnection handling.
2009-03-16 Paul Aurich Jabber: Default protocol version to 1.0.
2009-03-15 Paul Aurich Close a small race with disconnecting while establishing a connection and
2009-03-15 Paul Aurich Rename a few functions and drop some data members.
2009-03-15 Paul Aurich merge of 'e50b65be3a30b5e9c665a8ee87d28f19e225f459'
2009-03-08 Paul Aurich Remove more #if 0'd code referencing exts
2009-03-15 Paul Aurich Restore BOSH to a more-or-less working state.
2009-03-07 Paul Aurich IBB is now in im.pidgin.pidgin
2009-03-07 Paul Aurich Fix up merge (why can't it simply make the changes to my WD first?)
2009-03-07 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 303af74a38e7b313d4fb0be4d4054a16cb13d819)
2009-03-07 Paul Aurich Fixing busted merge
2009-03-07 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 303af74a38e7b313d4fb0be4d4054a16cb13d819)
2009-03-07 John Bailey I have no idea how we've gone nearly 16 months with no one noticing that the
2009-03-07 Mark Doliner Use "does" here sounds more natural to me
2009-03-07 Paul Aurich Fix merge (i.e. reapply my changes here).
2009-03-07 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 303af74a38e7b313d4fb0be4d4054a16cb13d819)
2009-03-07 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 303af74a38e7b313d4fb0be4d4054a16cb13d819)
2009-03-05 Mark Doliner Woo boy this function is a little crazy. I shuffled some things around:
2009-03-05 Mark Doliner Rename "availmsg" to "statusmsg" here. I think recent official AIM
2009-03-05 Mark Doliner Create two helper functions for setting the available message and iTunes
2009-03-05 Josep Puigdemont Updated Catalan translation.
2009-03-15 Marcus Lundblad Unleak
2009-03-04 Johannes Buchner Make a hack in purple-url-handler cleaner.
2009-03-04 Mark Doliner Change the way oscar deals with account->perm_deny a little bit.
2009-03-04 John Bailey merge of '4f7ebd10f9b2db16fa68b60e528f766e6c9dd450'
2009-03-04 John Bailey disapproval of revision '90bcee91e80ba055eb211168b099418753e096e9'
2009-03-04 John Bailey merge of '48260c71a42cee1dd4e220b7c672187cfe99cc2f'
2009-03-03 Daniel Atallah Implementation of a plugin to facilitate use of One Time Passwords by
2009-03-03 Marcus Lundblad Use text colours from the GTK+ theme instead of black when no buddy list theme
2009-03-03 Ethan Blanton You don't say
2009-03-03 Mark Doliner When setting an AIM or ICQ away message, linkify the message.
2009-03-03 Mark Doliner The status_text variable is only used inside this block, so move
2009-03-03 Mark Doliner Remove a wee bit of trailing whitespace
2009-03-03 John Bailey Fix a minor whitespace inconsistency.
2009-03-03 John Bailey Clear the saved password on an authentication failure. The result of this is
2009-03-03 Elliott Sales de Andrade merge of '431618de0f30a6938f7e14d2d61ee5d7738acd59'
2009-03-02 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 431618de0f30a6938f7e14d2d61ee5d7738acd59)
2009-03-02 Etan Reisner merge of '431618de0f30a6938f7e14d2d61ee5d7738acd59'
2009-03-02 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 431618de0f30a6938f7e14d2d61ee5d7738acd59)
2009-03-02 Daniel Atallah The 2.5.5 win32 builds shipped with GTK+ 2.14.7
2009-03-03 Elliott Sales de Andrade Ignore the Forward List status bit when checking if user is on the Allow
2009-03-02 Elliott Sales de Andrade ChangeLog the XMPP updates.
2009-03-02 Elliott Sales de Andrade Remove some extra trailing whitespace I noticed after merging mlundblad's
2009-03-02 Elliott Sales de Andrade propagate from branch 'im.pidgin.cpw.malu.xmpp.attention' (head cbf0c3bd9fb3c235c896517b27d6ea14b2993e19)
2009-03-02 Elliott Sales de Andrade propagate from branch 'im.pidgin.cpw.malu.xmpp.ibb_ft' (head cb0383f5b2aa47ed5b3bc5beb121c391d70b776a)
2009-03-02 Elliott Sales de Andrade Fix compile errors from the merge. Untested protocols: msnp9, sametime,
2009-03-02 Elliott Sales de Andrade Update versions since we're updating minor.
2009-03-02 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin.next.minor' (head 7305b29db7bd00d3261f348c71674c93aa31b327)
2009-02-25 Casey Ho Changing debug levels. These messages fire every single time a window changes focus, making debugging anything else impossible
2009-02-25 Casey Ho Buddy pounce options are now in four columns instead of two. Fixes issues with height of dialog on small resolutions.
2009-02-04 Sadrul Habib Chowdhury Do not linkify unless <proto> is followed by some non-whitespace string.
2009-02-03 Sadrul Habib Chowdhury Fix building with python < 2.5
2009-01-28 Mark Doliner Add a comment just noting that I think it's kind of annoying that we
2009-01-28 Mark Doliner propagate from branch 'im.pidgin.pidgin' (head 8ae2fca06a3be4b99cc677c8f880d9521a35ec8b)
2009-01-28 Mark Doliner I don't know if these are worth changelogging, but I'll put them here
2009-01-28 Mark Doliner Increment display_lines here so that, for fonts where pixels_inside_wrap()
2009-01-28 Mark Doliner Change the logic for breaking out of the while look to match the if
2009-01-28 Mark Doliner Fix a bug that's bothered me for a while. When pressing shift+enter in
2009-01-28 Mark Doliner Add a GtkIMHtml function that causes the widget to actually insert a
2009-01-28 Mark Doliner The first thing gtk_text_buffer_delete_selection does is call
2009-01-28 Mark Doliner Fix a crash in this branch that I introduced a few days ago. bname
2009-01-27 Mark Doliner Use getters and settings for a bunch of libpurple structs
2009-01-27 Sadrul Habib Chowdhury merge of '89cb8a5cf5210205e245047e7200484202e370a0'
2009-01-26 Richard Laager Drop the effectively empty .todo file.
2009-01-26 Richard Laager Slap some PURPLE_DISABLE_DEPRECATED checks around the functions Mark just
2009-01-26 Mark Doliner Add a newline to this log message
2009-01-26 Mark Doliner Simplify, hoo-boy. Also don't unregister the schemes in
2009-01-26 Mark Doliner Uninitialize the certificate API before unloading the SSL plugin. This
2009-01-26 Mark Doliner Deprecate some functions that aren't really needed
2009-01-26 Mark Doliner Change "screen name" to "username" or "buddy name" in a whole bunch of
2009-01-26 Mark Doliner Remove trailing whitespace
2009-01-26 Mark Doliner s/sucess/success/ in a few places
2009-01-26 Mark Doliner Add two changes to the change log
2009-01-26 Mark Doliner Add @since 2.6.0 doxygen comments to some of our new functions, and
2009-01-26 Mark Doliner * Alphabetize files in a few Makefile.am files
2009-01-26 Richard Laager A patch from Chris Connett to change the log size sorting method to weight
2009-01-26 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 566d2e86bfd45c806aba1b32d6f85a9a409ff9ea)
2009-01-26 Mark Doliner propagate from branch 'im.pidgin.pidgin' (head da4fface7b23fb7415d6ce2a72770ce5fbe006a0)
2009-01-26 Mark Doliner Fix the indentation in this function
2009-01-25 Mark Doliner Add a comment
2009-01-25 Mark Doliner Use the shortcut in the error message to give people more context
2009-01-25 Mark Doliner Use PIDGIN_STOCK_ADD instead of GTK_STOCK_ADD so that the add button
2009-01-25 Mark Doliner Try to improve the wording in our custom smiley manager
2009-01-25 Mark Doliner Lots of minor whitespace and comment changes:
2009-01-24 Richard Laager propagate from branch 'im.pidgin.pidgin' (head c51bf3defef588c1efb6022d502dfc38c55664b2)
2009-01-24 Richard Laager merge of '55fb011e6060667ce31490ccd4621350fb8e90c6'
2009-01-21 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head f49b0bab604f956eb4f9fce3a103320497cd40e5)
2009-01-22 Richard Laager propagate from branch 'im.pidgin.pidgin' (head c5b982597812ab3c0fd2dbca9be31f173fda67bb)
2009-01-15 Gary Kramlich a few struct hiding clean ups
2009-01-15 Gary Kramlich propagate from branch 'im.pidgin.pidgin' (head 42f77b0e8b8ebf5ff3c30d8f8022ac5d289631e8)
2009-01-08 Etan Reisner Use "Add Buddy Pounce" and "Modify Buddy Pounce" as the buddy pounce dialog
2009-01-06 Etan Reisner Made the Purple::Request::Field(s) functions act more perl-like.
2009-01-06 Kevin Stange merge of '123d615deaa8daeeea7d7c341a87eab4e83a7958'
2009-01-06 Daniel Atallah Patch from fqueze to add API for setting the global proxy settings. Fixes #7610.
2009-01-06 Gary Kramlich propagate from branch 'im.pidgin.pidgin' (head c6844c5e097e3d947d35507e2e93557dfe8e0aee)
2009-01-06 Gary Kramlich ChangeLog the addition of themes from Justin Rodriguez's summer of code project, as well as the cleanups and additions from Paul Aurich.
2009-01-06 Paul Aurich Adding the patch to extend the blist theme to allow coloring of chat nodes with unread messages mentioning your nick.
2009-01-06 Paul Aurich Fix the issue with the themes not showing up in the list.
2009-01-06 Paul Aurich This patch fixes a few string leaks (don't g_strdup the FontColorPair? values) and also fixes the bug where, with no theme, everyone on the buddy list is colored "dim grey" (chunks 2, 3, and 4 in the patch)
2009-01-06 Gary Kramlich Document the addition of purple_strequal in ChangeLog.API
2009-01-06 Paul Aurich Patch from Paul Aurich to add purple_strequal to help readability and simplicity of code. Ie, don't need to negate the value of strcmp, since this does a strcmp and does the negation for us
2009-01-02 Richard Laager propagate from branch 'im.pidgin.pidgin' (head b478b184a46116ac87ac85b8cd352ea564224019)
2009-01-02 Richard Laager Compile!
2009-01-02 Richard Laager propagate from branch 'im.pidgin.pidgin' (head f018e11a7ea08e07f22667e6daca2ec7e64f9710)
2009-01-02 Richard Laager explicit merge of '32d4ce0b6cfc9ccb9a6e7ed661423b9260a0bead'
2009-01-02 Richard Laager explicit merge of '814d53152c168c9c4732b3d084260711d536fba6'
2009-01-02 Richard Laager explicit merge of 'cfb115ff00c406f8011c0d661d33bee60813b27c'
2009-01-02 Richard Laager explicit merge of '82e4edbe06cb0ef0fa59f70db44a289bb91e1343'
2009-01-02 Richard Laager explicit merge of 'f7807039eeef499a403d638cbcb94060a1d33eea'
2009-01-02 Richard Laager explicit merge of 'c2a520001286f0c95c761be82c041c4379ddf407'
2009-01-02 Richard Laager explicit merge of 'ba66150a2a1efc5a5cee7204adab69208825630e'
2009-01-02 Richard Laager explicit merge of '9a5e549612efd8ca6f60fc57b51a4eee7e32c861'
2009-01-02 Richard Laager explicit merge of '448583a763dcf343f1a4392bdcdcc4c4f01f3aed'
2009-01-02 Richard Laager explicit merge of 'dabe77d56a2fc7c171caa81bd12d72ce8737a7a8'
2008-12-13 Sadrul Habib Chowdhury merge of '0bf6462dd433df38943094bbed0393698d91a037'
2008-12-12 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 9ad89488379a97b5cfae59ae91eef9212f229b96)
2008-12-12 Richard Laager Fix up the propagate from im.pidgin.pidgin
2008-12-12 Richard Laager propagate from branch 'im.pidgin.pidgin' (head b8d6086aef6b2e65d86e8ce60220ab7f460d5079)
2008-12-12 Richard Laager Remove a hardcoded file path in some debugging code.
2008-12-12 Richard Laager Remove some #if 0'ed debugging code.
2008-12-08 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 81aa401ac9855c99eb55a7cf91fa221860dee220)
2008-12-04 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 97d295a04f3a9852a3b29cf0df43d56d1ddcc672)
2008-12-13 Gary Kramlich Fix a botched line in the merge...
2008-12-13 Gary Kramlich propagate from branch 'im.pidgin.pidgin' (head d5bb29138cbe033bbfd8ec689203d73818765327)
2008-12-03 Sadrul Habib Chowdhury Fix the linkification error where bad things happened if you copy/pasted
2008-12-02 Sadrul Habib Chowdhury merge of 'abbc5b388482e59667d5f7950b41fc554d9332c5'
2008-12-02 Richard Laager Remove all the special-casing in the GNOME URL handler registration.
2008-12-02 Richard Laager Replace the URL registration assertions with regular checks.
2008-12-02 Sadrul Habib Chowdhury Detect duplication registrations by substring.
2008-12-02 Sadrul Habib Chowdhury Cleanup the GNOME URL registration code
2008-12-02 Sadrul Habib Chowdhury Only find URLs on word boundaries to fix a bug rlaager noticed.
2008-12-02 Daniel Atallah Fix win32 build. I haven't actually tested any of the functionality, but it
2008-12-01 Richard Laager In the GNOME URL registration, ftp, gopher, http, and https are now
2008-12-01 Richard Laager Revert the URL scheme passing changes, keeping the miscellaneous other stuff
2008-12-01 Richard Laager Pass only the URL scheme to gtkimhtml and let it add the colon automatically.
2008-12-01 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 1cad4b015e35541ea834da220d2b814b5d5739fb)
2008-12-01 Richard Laager Fix some theme manager assertion failures.
2008-11-30 Richard Laager More icon fixes.
2008-11-30 Richard Laager The DYNAMIC_protocol defines aren't used anywhere.
2008-11-30 Richard Laager Various nullprpl fixes.
2008-11-30 Richard Laager Add a newline to the end of the file.
2008-11-30 Richard Laager propagate from branch 'im.pidgin.pidgin' (head c3f6487e649e7fe5c5f960b9c86a256e09b3976e)
2008-11-28 Richard Laager Add a -f/--force-online option to Pidgin which tells libpurple to claim the
2008-11-28 Richard Laager Finish up the GNOME URL handler code:
2008-11-28 Richard Laager First round of GNOME URL handler support.
2008-11-28 Richard Laager merge of '2dd22d23da4543b04174ef30edee6b709b5ae552'
2008-11-28 Richard Laager disapproval of revision 'cf02e7f6a3488e78b81601065f32c8eee8a19b4c'
2008-11-28 Richard Laager Re-line wrap the latest entry.
2008-11-28 Richard Laager When we call g_spawn_command_line_sync(), we don't care about stderr, so
2008-11-28 Richard Laager Fix a comment
2008-11-27 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.imhtml.customlinks' (head 5b6fe9ec607dbcafe1e078d3b80e2bbe8ebc4778)
2008-11-27 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 4cc0bbe98be861a279e3b1fd97a3b4d491dec519)
2008-11-27 Richard Laager Clean up the merge I just did.
2008-11-27 Richard Laager explicit merge of 'a9579fef71ff6820f390a986132d30b079f590a0'
2008-11-27 Richard Laager explicit merge of '8c6ea3b255d94e0f2867fea830b1380415e6d47a'
2008-11-26 Sadrul Habib Chowdhury Do the struct hiding differently.
2008-11-26 Sadrul Habib Chowdhury Revert the last 'struct-hiding' change.
2008-11-18 Richard Laager Hide the PurpleRequestField struct. I figured this one would be easy and
2008-11-16 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 8daee71db7028dda036c11e23ca5a60fe834fa95)
2008-11-14 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 42f888b4f8e15a19002abe6f40a5d89117ee59a7)
2008-11-14 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 5be7104ff151004112ce3f9c34446335024d06d8)
2008-11-14 Richard Laager More purple_debug printf(msg) fixes. I must have a newer GCC or something...
2008-11-14 Richard Laager Fix two more purple_debug variations on printf(msg).
2008-11-14 Richard Laager Fix a variation on printf(msg);
2008-11-14 Richard Laager Make my last commit compile.
2008-11-14 Richard Laager Another one the cast fixer breaks.
2008-11-14 Richard Laager Minor fixes to the cast changing script.
2008-11-14 Richard Laager Update some casts (that the script didn't fix correctly) to GObject macros.
2008-11-14 Richard Laager Add a script to change casts to GObject macros. We'll run this later.
2008-11-11 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 41aaf584a583a4438033063545b99ca0691a803d)
2008-11-09 Richard Laager Enable logging of IMs and chats by default, using the HTML log format.
2008-11-08 Richard Laager propagate from branch 'im.pidgin.pidgin' (head a2d611d8fe1aec7a7cc8d1837f1a4dceeadcb6eb)
2008-11-03 Gary Kramlich Got about a third of the gtkblist.c direct struct usage, much more to go obviously, but i must sleep...
2008-11-03 Gary Kramlich Added purple_blist_get_ui_data, purple_blist_set_ui_data, purple_blist_node_get_ui_data, and purple_blist_node_set_ui_data functions.
2008-11-03 Richard Laager A totally untested struct hiding fix.
2008-11-02 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 6c480ed0bfda22bc5131c6a0465140f17e3bf40c)
2008-11-02 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 3fa3a746613f1d6095334bfc54443d61166dd9fa)
2008-11-02 Richard Laager Another small struct hiding change.
2008-11-02 Richard Laager Add a commit-check target. The idea is you could use this in a pre-commit
2008-11-02 Richard Laager Add some missing files to POTFILES.in.
2008-11-02 Richard Laager Ignore .loT files. This is helpful to me because I have a wrapper script
2008-11-02 Richard Laager Perl seems to love creating Makefile.old files. Let's ignore them.
2008-11-02 Richard Laager Fix one struct hiding issue.
2008-11-02 Richard Laager merge of '32cd8507d8b94418ca8f083d8555916341b47b94'
2008-11-02 Sadrul Habib Chowdhury A couple of minor fixes.
2008-11-02 Gary Kramlich updated the pidgin plugins for the blist struct hiding
2008-11-02 Gary Kramlich Finish off the libpurple updates for the hidden blist structs
2008-11-02 Gary Kramlich Finished struct hiding in bonjour and qq
2008-11-02 Gary Kramlich Hide PurpleBlist
2008-11-02 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 56f8f1ef1ec93d71fadc9152a3ca7d9a6d4f8057)
2008-11-01 Sadrul Habib Chowdhury Struct hiding for Finch. PurpleChat:alias and PurpleContact:totalsize are still used.
2008-10-31 Sadrul Habib Chowdhury Alias foo. I think blist.h structs are now completely hidden.
2008-10-31 Sadrul Habib Chowdhury merge of 'af834be8e1d99f849b1cade9138e197d7ddf362a'
2008-10-31 Richard Laager Deprecate the unused purple_buddy_get_local_alias() function.
2008-10-31 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 7821a3549d7d99473e999dc067afc4218addcc1e)
2008-10-31 Sadrul Habib Chowdhury Some more PurpleBuddy::proto_data related changes.
2008-10-31 Sadrul Habib Chowdhury Some more struct hiding.
2008-10-31 Sadrul Habib Chowdhury propagate from branch 'local.struct.hiding' (head da9fb6ccb9b3d723d8abdfaae8859bae223cf225)
2008-10-31 Sadrul Habib Chowdhury Typo caught by compile warning.
2008-10-31 Richard Laager More struct hiding work
2008-10-31 Richard Laager Add @since 2.6.0 tags for purple_connection_set_protocol_data() and
2008-10-31 Gary Kramlich updated irc to use the api rather than structs directly
2008-10-31 Gary Kramlich moved gg to use the api rather than structs directly
2008-10-31 Gary Kramlich Finished moving to api for bonjour
2008-10-31 Gary Kramlich Added purple_connection_set_protocol_data and purple_connection_get_protocol_data
2008-10-30 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 9ef0eaddbc0c1196f6ceefc842c249f918d2e131)
2008-10-30 Richard Laager Use purple_buddy_get_protocol_data() and purple_buddy_set_protocol_data()
2008-10-30 Richard Laager Add purple_buddy_get_protocol_data() and purple_buddy_set_protocol_data()
2008-10-30 Richard Laager propagate from branch 'im.pidgin.pidgin' (head d09a92cd7ce9896f92599d245e9964da4ac5b2e1)
2008-10-30 Richard Laager Remove the dim_grey function, which is no longer used.
2008-10-30 Richard Laager Fix a compiler warning.
2008-10-30 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 9287a75e196278c66cd6724dc8d30a471a029c27)
2008-10-30 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 24a56806ef9dfa8ea67d214a92a19c9011bc8a27)
2008-10-30 Gary Kramlich propagate from branch 'im.pidgin.pidgin' (head b630f3305c53ab0eb32b948911940959cc873699)
2008-10-30 Gary Kramlich propagate from branch 'im.pidgin.pidgin' (head 06e4830f3567955e026f3d594afcc65a07d57b26)
2008-08-30 Justin Rodriguez Fixes a bug in the blist theme where a line appears only under the expander
2008-08-28 Gary Kramlich renamed sound-loader.[ch] to sound-theme-loader.[ch]
2008-08-28 Gary Kramlich renamed gtkblist-loader.[ch] to gtblist-theme-loader.[ch]
2008-08-28 Gary Kramlich propagate from branch 'im.pidgin.pidgin' (head 69cdb2b9e20a69a98389b47c672718d5be222338)
2009-02-24 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 53ec2e73334e6dc99c29f0f13b5ebf4700f5a92c)
2009-02-16 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 410f7adb8bbf7aef2373d653d847556cd17169dc)
2009-02-12 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head b79100551ea19cf35ee8952a34a44b97204e75f3)
2009-02-06 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 3da4a61feea56ff40dc5fdba355a1057c675a32d)
2009-01-29 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 6a51501ec3aff341c8cd763ffc2076a9bbc07d23)
2009-01-22 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head c5b982597812ab3c0fd2dbca9be31f173fda67bb)
2009-01-14 Marcus Lundblad disapproval of revision '3de5eea959151773885ba601f681aec2431dd47d'
2009-01-14 Marcus Lundblad Make the IBB-handling code in si.c "steal" the dest_fp from PurpleXfer in the
2009-01-13 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head e602a35f60e3d423d43bacc72fcb7239c8b43cf0)
2009-01-07 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head d6e38b24a5b289e3e7632def307f1d98b177d697)
2009-01-04 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 20e1cd58c08fdfc4116101503338fb89269ea0ea)
2009-01-01 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head dd9cb9ed28311438c0cc3c2962f1c030fb282df3)
2008-12-28 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head f94ddf7fa975e3a39a53fccae31b7e73f892fd57)
2008-12-23 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head c06356e8e8d2c586f0192a5564053c2584020da8)
2008-12-22 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head df6eba32e5b6b34d7483cbfb7e9f2e4c836ac35f)
2008-12-17 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 82e4edbe06cb0ef0fa59f70db44a289bb91e1343)
2008-12-16 Marcus Lundblad Fix error handling on missing "seq" attribute
2008-12-16 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 6b951d62be418d5bfc437a1ab747c6ba900d7979)
2008-12-16 Paul Aurich Standardize all the IBB stream cleanup
2008-12-16 Paul Aurich Trigger error callbacks when receiving a malformed-ish packet.
2008-12-15 Marcus Lundblad Removed debug output referencing a char * that can be NULL, causing crashes
2008-12-15 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 932c83e821824239896f933e32349175efb85741)
2008-12-13 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 3dd9c7e41e98570d3626051c1fa70d698554a58a)
2008-12-13 Marcus Lundblad Remove timeout for IBB when receiving an IBB session open from the initiator
2008-12-13 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 9ad89488379a97b5cfae59ae91eef9212f229b96)
2008-12-13 Marcus Lundblad Add timeout when receiver waits for initiator to open an IBB session
2008-12-09 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 6a13176e096cf5e7cefc5716496a0a7afd2e2621)
2008-12-07 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 196060989ecbfa760153e43530294b78f8999df6)
2008-12-07 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 1203a733696f95eef53b04b5078e0a779371b4d3)
2008-12-02 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head f1327672337219c8907eea2d335efb0035e4b39e)
2008-11-30 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head d3440d677dd69ed30a8158b515bd26d210dacb9d)
2008-11-24 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 7399f80ea98924dbddd57be1e652ecbae89d3a8e)
2008-11-18 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head e1fd1e27a14e8cc717dc7fb6cb69ff1f10672704)
2008-11-16 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head f3891f3348abfe90fbe60a054833c12075aa8df4)
2008-11-13 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 311b4db51b575e1baa7f78d751ff926475edecc3)
2008-10-29 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 37145f1b4ec49b432ea571f96562d44f4c5a908e)
2008-10-27 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 7bdc0d34e54e09101ba68ba39703a8fd5081e8eb)
2008-10-22 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 60eb3945122f9f81bed98851da3567b10baf9450)
2008-10-20 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 3712dc87ef9c46da0dc5283a8d5a571d9a90d340)
2008-10-19 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head aad9cd2bd4296ab92672559fbee882d7ef2a2406)
2008-10-16 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 50ca054a04cd66fc08b411e7237a486ebb13fe4d)
2008-10-12 Marcus Lundblad merge of '1cff30b7f6954a59c5a89c859c10fa1c51feab8c'
2008-10-12 Marcus Lundblad Set state error on IBBSession if the receiver gives an error.
2008-10-01 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 3e5468581850f86ee2b706cd57dfe1096ddcc0ac)
2008-10-01 Marcus Lundblad Call purple_xfer_end when ending an IBB session.
2008-09-30 Marcus Lundblad Check don't try to free the JabberSIXfer if it's already been freed.
2008-09-29 Marcus Lundblad Changed a debug message to refer to the correct function...
2008-09-29 Marcus Lundblad merge of '1f1c4d53b190a6818acec7b4a5469c4a4db37759'
2008-09-28 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 7561443e7b6e50cd96cac03b88cbb8fab1f45d84)
2008-09-29 Marcus Lundblad Set binary mode when opening files for IBB transfers.
2008-09-28 Marcus Lundblad Revert to using g_fopen (since we have a compatability define for old glibs)
2008-09-27 Marcus Lundblad merge of '421269ebbe32a67020772ec7ba39a1e5f8b14b4c'
2008-09-25 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head bf07db8e6300ffa5dc4613996800db83ad350afb)
2008-09-27 Marcus Lundblad Actually close the assoiciated jsx when closing an IBB session.
2008-09-23 Marcus Lundblad Some changes got lost when I merged...
2008-09-23 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head d7476bfe7f9003553f7b3ea48491f4cebd192098)
2008-09-22 Marcus Lundblad Patch from Phil Hannent to fix build on win32,
2008-09-16 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 3ffe6fd197f037185a0012875ef68c8f6d6c2f89)
2008-09-13 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head b14102a6c681b35084d2c3f7726de34d4f859fe1)
2009-02-24 Marcus Lundblad Removed a few unnessesary lines of code.
2009-02-24 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 53ec2e73334e6dc99c29f0f13b5ebf4700f5a92c)
2009-02-16 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 410f7adb8bbf7aef2373d653d847556cd17169dc)
2009-02-12 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head b79100551ea19cf35ee8952a34a44b97204e75f3)
2009-02-06 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 3da4a61feea56ff40dc5fdba355a1057c675a32d)
2009-01-29 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 6a51501ec3aff341c8cd763ffc2076a9bbc07d23)
2009-01-22 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head c5b982597812ab3c0fd2dbca9be31f173fda67bb)
2009-01-19 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 27a5e4c3bf4db89f9d87c37d7043c1f4dc68ed1f)
2009-01-19 Marcus Lundblad Print alias (if known) in some error/info messages when failing to buzz
2009-01-16 Marcus Lundblad Give username (JID) to purple_prpl_got_attention, not alias
2009-01-16 Marcus Lundblad Print to conversation from jabber_cmd_buzz, this prevents printing two info
2009-01-13 Marcus Lundblad Add a missing space, thanks Paul!
2009-01-13 Marcus Lundblad Change error message shown when trying to buzz a buddy who doesn't announce
2009-01-13 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head e602a35f60e3d423d43bacc72fcb7239c8b43cf0)
2009-01-07 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head d6e38b24a5b289e3e7632def307f1d98b177d697)
2009-01-04 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 20e1cd58c08fdfc4116101503338fb89269ea0ea)
2009-02-24 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 53ec2e73334e6dc99c29f0f13b5ebf4700f5a92c)
2009-02-12 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head b79100551ea19cf35ee8952a34a44b97204e75f3)
2009-02-07 Marcus Lundblad Avoid crashing when showing the tooltip of an offline buddy, oops :)
2009-02-07 Marcus Lundblad Remove some unused variables
2009-02-06 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 3da4a61feea56ff40dc5fdba355a1057c675a32d)
2009-02-06 Marcus Lundblad Always show the top resource first in the tooltip
2009-02-06 Marcus Lundblad merge of '971ab963635fdaf00d7a3a11affd22666eef29fa'
2009-02-04 Marcus Lundblad merge of 'be2cd9a5fc757e3ed024c6c2df60547fc162587e'
2009-02-06 Marcus Lundblad Show statuses per resource before other info the jabber prpl adds to the tooltip
2009-02-03 Marcus Lundblad Only show idle time for idle resources in tooltip text when there is more than
2009-02-02 Paul Aurich Drop the "got %d seconds idle from presence\n" debug line now that this is
2009-02-02 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 3224dd8677b28d02b866cce510941fbf67e0fcb7)
2009-02-01 Marcus Lundblad In the state notify plugin, don't print out a status change if we get an update
2009-02-01 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head f3cf3ba10ebc911a27833496dcc4d4dca3de66c5)
2009-02-01 Marcus Lundblad Patch from Paul Aurich to fix reporting idle when reconnecting only when we're
2009-01-29 Marcus Lundblad Set idle time on JabberStream when logging in
2009-01-29 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 6a51501ec3aff341c8cd763ffc2076a9bbc07d23)
2009-01-22 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head c5b982597812ab3c0fd2dbca9be31f173fda67bb)
2009-01-13 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head e602a35f60e3d423d43bacc72fcb7239c8b43cf0)
2009-01-07 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head d6e38b24a5b289e3e7632def307f1d98b177d697)
2009-01-04 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 20e1cd58c08fdfc4116101503338fb89269ea0ea)
2009-03-07 Paul Aurich explicit merge of 'f29c90f0da72e27c601fd8c4e1aff2a250a52473'
2009-02-17 Paul Aurich Don't fallback (under any conditions) from old-style SSL to other connections
2009-02-17 Paul Aurich Allow the user to specify their own BOSH url in the Connect Server option
2009-02-17 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head be64dc9cd9d255a5a6a0f790f5fc505091313e6d)
2009-02-10 Paul Aurich Initial presence is sent once the roster is retrieved (in the iq cb).