log

age author description
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-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-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