log

age author description
2009-02-24 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 53ec2e73334e6dc99c29f0f13b5ebf4700f5a92c)
2009-02-10 Marcus Lundblad Sätt client type on MSN.
2009-02-10 Marcus Lundblad Changed "type" to "client_type" for the hash value specifying client type
2009-02-09 Marcus Lundblad Set a value "type" in the ui_info hash table
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-14 Paul Aurich Use a JabberStream variable instead of a setting for the initial hash
2009-02-14 Paul Aurich Always publish a <photo/> element, even if we have an empty buddy icon.
2009-02-14 Paul Aurich I had the distinct pleasure of throwing invalid garbage at this code; it
2009-02-05 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 0bfcaf78ec07efb71812fff2c8b738b4532aac7f)
2009-02-10 Paul Aurich Initial presence is sent once the roster is retrieved (in the iq cb).
2009-02-10 Paul Aurich Send initial presence before declaring us connected (I like this a little better)
2009-02-10 Paul Aurich Wait until receiving the roster to tell the core we're logged in
2009-02-10 Paul Aurich Fix advertised capabilities (caps, chatstates, entity time)
2009-02-05 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 0bfcaf78ec07efb71812fff2c8b738b4532aac7f)
2009-01-30 Paul Aurich My lousy typo just consumed 20 minutes of my life. 'metadata', not 'metdata'.
2009-01-30 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head dbdaecf659b7d74cd50fad7c3d9bb621d9e8220e)
2009-01-26 Paul Aurich Whitespace changes
2009-01-26 Paul Aurich Support both XEP-0084 namespaces for fetching our own avatars at login
2009-01-26 Paul Aurich Support XEP-0084 (User Avatar) v1.1 alongside v0.12
2009-01-21 Paul Aurich Send presence updates from jabber_set_info, not jabber_set_buddy_icon.
2009-01-21 Paul Aurich Only (re)publish XMPP avatars at login if the server's avatar differs
2009-01-21 Paul Aurich Don't leak a JabberBuddyAvatarUpdateURLInfo struct in the error case
2009-01-21 Paul Aurich Migrate the XMPP User Avatar (XEP-0084) code to its own file
2009-01-22 Paul Aurich Store PurpleBOSHConnection* instead of void* userdata
2009-01-21 Paul Aurich Don't track a cb-per-POST and remove the PurpleHTTPResponse structure.
2009-01-20 Paul Aurich The BOSH User Agent should include the client name (and optionally version),
2009-01-19 Paul Aurich BOSH: Fix an off-by-one g_memdup that was missing the null terminator.
2009-01-19 Paul Aurich BOSH: Another g_return_if_fail that is backward
2009-01-19 Paul Aurich BOSH: Reset the HTTP parsing vars when we've handled a response
2009-01-19 Paul Aurich BOSH: Fix the HTTP Post to include the actual payload.
2009-01-18 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 42f77b0e8b8ebf5ff3c30d8f8022ac5d289631e8)
2008-12-17 Marcus Lundblad Show idle time for idle resources in buddy tooltips
2008-12-17 Marcus Lundblad Fix merge
2008-12-17 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head a03e0bee477b05d1143ef3e5607d990c1120da34)
2008-12-07 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 196060989ecbfa760153e43530294b78f8999df6)
2008-12-02 Marcus Lundblad Fix merge
2008-12-02 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head f1327672337219c8907eea2d335efb0035e4b39e)
2008-12-02 Marcus Lundblad Merge
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-18 Marcus Lundblad Patch from darkrain42
2008-11-18 Marcus Lundblad Patch from darkrain42
2008-11-17 Marcus Lundblad Support setting offset from <delayed/> element in <presence/> or "stamp"
2008-11-17 Marcus Lundblad Change jabber_presence_send to not take an extra argument to force idle updating
2008-11-16 Marcus Lundblad Killed a warning
2008-11-16 Marcus Lundblad Oops, unleak...
2008-11-16 Marcus Lundblad A first stab at supporting the upcoming new use-case in XMPP XEP-0012
2009-01-18 Paul Aurich Jabber BOSH: memory management fixes
2009-01-18 Paul Aurich Jabber BOSH: Try to continue with no BOSH version attribute
2009-01-18 Paul Aurich Jabber BOSH: Model the parsing on the SOAP stuff
2009-01-18 Paul Aurich Jabber BOSH: Store less for each Request/Response
2008-12-19 Paul Aurich Partial disapproval of b8fdbd255c614e7305f835b843a3414675a86a19
2008-12-19 Paul Aurich Remove the old if 0'd out caps code and reorder some functions.
2008-12-19 Paul Aurich Support old (XEP v1.3) Entity Capabilities alongside the new ones.
2008-12-17 Paul Aurich Rename a few variables
2008-12-15 Paul Aurich Reference-count JabberCapsClientInfo and fix bug.
2008-12-14 Paul Aurich Rename a few functions and clean up the exit cleanup of a function
2008-12-12 Paul Aurich Rename user_data to cb_data (there were too many 'userdata'/'user_data's).
2008-12-05 Paul Aurich Make the Request ID a long long (fit in 2^53-1)
2008-12-05 Paul Aurich Reorder some functions to eliminate prototypes and
2008-12-04 Paul Aurich Jabber BOSH: more fixes.
2008-12-01 Paul Aurich Jabber BOSH: Many fixes
2008-12-01 Paul Aurich Track the TXT query in the js object so it will be cancelleable
2008-12-01 Paul Aurich Add option for forcing BOSH (useful for debugging)
2008-11-29 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 9ba9fc8e618e033ab6a9245be2210194b6364e75)
2008-11-29 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 11ea1799b1892059650fa7dcf6e848a020045e50)
2008-11-29 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 280dc76b99f56c1c9e8c8c8175e03b356f27f757)
2008-11-26 Paul Aurich Sprinkle jabber_resource_has_capability in places
2008-11-26 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head a09b8705223fb492cdb0a664e88d9bf04b58cebd)
2008-11-24 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head ff33fd0d52d8b32701b296048df6105a5c70e554)
2008-11-23 Paul Aurich Cut-n-paste typo
2008-11-23 Paul Aurich dnssrv.c:
2008-11-23 Paul Aurich merge of '0da3644551b2442b2db4cf9d828865d167df8072'
2008-11-22 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 98fe04f817ef415faebd3f7a38b7f0588c0b0cba)
2008-11-22 Paul Aurich Add more jabber plugin unloading functions to clean up more data structures
2008-11-22 Paul Aurich Make capstable caps.c-only and add a jabber_caps_uninit() function
2008-11-22 Paul Aurich jabber_contact_info is no longer used
2008-11-22 Paul Aurich Sprinkle around more support for xml:lang on JabberIdentities
2008-11-22 Paul Aurich const this in order to enforce the don't-you-dare-change-this
2008-11-22 Paul Aurich Move structures and function definitions in to caps.c and stop any other code from killing JabberCapsClientInfo structures (owned by the hash table)
2008-11-22 Paul Aurich Rename some structs and the JabberCapsClientInfo destruction function
2008-11-22 Paul Aurich Whitespace and formatting changes
2008-11-21 Paul Aurich Rework jabber_caps_calculate_hash
2008-11-21 Paul Aurich Clean up jabber_caps_client_iqcb
2008-11-21 Paul Aurich Whitespace cleanup (no functional changes, just unwrap the huge if block and
2008-11-21 Paul Aurich Error checking and use g_list_foreach
2008-11-21 Paul Aurich Don't crash if the lang attribute of an identity is NULL
2008-11-21 Paul Aurich Remove JabberCapsIdentity and just use JabberIdentity everywhere
2008-11-21 Paul Aurich Whitespace, formatting, and // -> /* */
2008-11-21 Paul Aurich Use strcmp instead of a wrapper
2008-11-21 Paul Aurich constify, ifdef out an old-caps remnant, and rewrite a little
2008-11-21 Paul Aurich Clean up a few things
2008-11-21 Paul Aurich Rewrite jabber_presence_set_capabilities a little
2008-11-23 Paul Aurich Fix a null dereference on non-connected accounts
2008-11-21 Paul Aurich Clean up jabber_presence_send
2008-11-21 Paul Aurich Entity Capabilities must be per-JabberStream
2008-11-20 Paul Aurich Fix compilation errors and many warnings
2008-11-20 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head c36cf6e54e25bff1ff7802082ae3c787d658187c)
2008-08-27 Mike Ruprecht Properly free audio and video devices in the preferences.
2008-08-27 Mike Ruprecht Fix up video preview error handling.
2008-08-27 Mike Ruprecht Simplify device API. Use gchar* instead of GValue.
2008-08-27 Mike Ruprecht merge of '3fd2b0bf399bc4820c027060ec6c82ed1ca6ca45'
2008-08-24 Mike Ruprecht Make voice calls work with Finch.
2008-08-24 Mike Ruprecht Restore autoprobe property when finished probing for devices.
2008-08-27 Mike Ruprecht Update to Farsight2 0.0.3.
2008-08-21 Mike Ruprecht Remove a bunch of extraneous GstBus messages from the debug output.
2008-08-21 Mike Ruprecht Fix GStreamer assertion.
2008-08-20 Mike Ruprecht Fixed a compile warning.
2008-08-18 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head 9db6cf3ac465ef3a7aca0eee0f47e02d3ea7b162)
2008-08-18 Mike Ruprecht Fixed a ton of memory leaks.
2008-08-17 Mike Ruprecht * Added input/output volume preferences for voice conversations.
2008-08-17 Mike Ruprecht Only show the mute button when sending an audio stream.
2008-08-17 Mike Ruprecht Decouple stream direction. Allows send only or recv only streams.
2008-08-16 Mike Ruprecht Fix crash when gstreamer audio or video factory can't be found. References #6605
2008-08-15 Mike Ruprecht Stop additional media sessions within a single conversation for grouped contacts.
2008-08-14 Mike Ruprecht Remove warning.
2008-08-14 Mike Ruprecht Prevent multiple voice and video sessions within the same conversation.
2008-08-09 Mike Ruprecht Changed PurpleMediaStreamType to PurpleMediaSessionType.
2008-08-09 Mike Ruprecht Fixed up media functions in prpl.c and prpl.h, adding more documentation and
2008-08-09 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head 434563a4b8fadb9593c241db4bb5ffd0bf2c0627)
2008-11-20 Paul Aurich explicit merge of '714a7c7f903d11c96ffade34966121da549d998f'
2008-08-03 Tobias Markmann propagate from branch 'im.pidgin.pidgin' (head 2747d5e0324ca6b81e83bbb8b75e1efebcbbad6e)
2008-08-09 Mike Ruprecht * Added documentation to media.h and mediamanager.h
2008-08-03 Mike Ruprecht Update Jingle implementation per recent standard changes.
2008-07-23 Mike Ruprecht Added a mute button for the local microphone.
2008-07-23 Mike Ruprecht Set the proper send codec in Farsight.
2008-07-19 Mike Ruprecht merge of '77e249bc561fc09bc5fe8f9c6f8b573701b5d63d'
2008-07-18 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head c7c882ce933f14ae4b89d4c9782a84accaec53b5)
2008-07-19 Mike Ruprecht Convert serv_* media functions to purple_prpl_* functions.
2008-07-17 Mike Ruprecht Add two missed newlines for debug messages.
2008-07-17 Mike Ruprecht Use the purple STUN server preference with the rawudp Farsight transmitter.
2008-07-17 Mike Ruprecht Set the media pipeline to PLAYING immediately after initialization
2008-07-16 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head e3ceb09b71185a9074ce73733f2a65b437c9a545)
2008-07-16 Mike Ruprecht Fix compiling without voice and video support.
2008-07-16 Mike Ruprecht Added whether voice and video support has been enabled in Pidgin's About dialog.
2008-07-11 Mike Ruprecht Fixed some memory leak issues involving GLists.
2008-07-11 Mike Ruprecht Added ChangeLog.API entries.
2008-07-11 Mike Ruprecht Added xmlnode_get_parent.
2008-07-11 Mike Ruprecht Simplify the Jingle handlers by moving repetitive code into the parse function.
2008-07-10 Mike Ruprecht Hide unnecessarily exposed Jingle handler functions
2008-07-10 Mike Ruprecht Further decouple Jingle from iq.c
2008-06-28 Mike Ruprecht Clarify the scope of two variables.
2008-06-27 Mike Ruprecht Added better Farsight error handling.
2008-06-27 Mike Ruprecht Wait to set up the voice and video GUI until the responder has accepted the session.
2008-06-27 Mike Ruprecht Fix the order of the send/recv audio/video display widgets.
2008-06-27 Mike Ruprecht Move the main voice and video pipeline into media.c and display more debug info.
2008-06-26 Mike Ruprecht Add proper padding to the voice conference audio levels.
2008-06-26 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head 868098fbe53290a8abcc3307c6fec2c6054a5e00)
2008-06-26 Mike Ruprecht Widened the vertical audio levels.
2008-06-19 Mike Ruprecht Move the audio progress bar widgets to be beside the video displays.
2008-06-12 Mike Ruprecht Notify the user which type of media session the remote user wants to initiate.
2008-06-10 Mike Ruprecht Preliminary video embedded in the conversation window. It's still kind of buggy.
2008-06-08 Mike Ruprecht Fix assertion.
2008-06-07 Mike Ruprecht New media icons. Thanks, hbons.
2008-06-07 Mike Ruprecht Fix crash when receiving a session-initiate ack for a nonexistent session.
2008-06-07 Mike Ruprecht Fix assertion.
2008-06-07 Mike Ruprecht Send negotiated codecs in session-accept opposed to all local codecs.
2008-06-07 Mike Ruprecht Jingle sessions now keep track of their transaction state to a degree.
2008-06-06 Mike Ruprecht Silence warning.
2008-06-06 Mike Ruprecht Listen to the media pipeline and display errors.
2008-06-06 Mike Ruprecht Use the right namespaces for broadcasting and discovering Jingle support.
2008-06-06 Mike Ruprecht Temporary fix to remove a 5-7 second delay when initiating a media session.
2008-06-06 Mike Ruprecht Added the "media" attribute to the Jingle description element according
2008-06-06 Mike Ruprecht Added some utility functions to convert PurpleMediaStreamType
2008-06-06 Mike Ruprecht merge of '3969ff3f40069748728f9ee2376a4bab3f089d04'
2008-06-06 Mike Ruprecht Corrected debug labels s/"jabber"/"jingle"/
2008-06-06 Mike Ruprecht Refactored PurpleMedia to make creating audio or video sessions virtually identical. Audio, video, and audio/video sessions now work. Also added videotestsrc to the video plugin preference.
2008-06-04 Mike Ruprecht Added functions to help create Jingle packets. Revised some of the Jingle flow.
2008-06-03 Mike Ruprecht Added functions to help with the creation of Jingle packets.
2008-06-03 Mike Ruprecht Added JingleSessionContent structure to store content information
2008-06-02 Mike Ruprecht Further decoupled Jingle code from jabber.c:
2008-06-02 Mike Ruprecht Moved Jingle message handlers from jabber.c to jingle.c.
2008-06-02 Mike Ruprecht Fix crash bug when checking if a contact can do media when logging out.
2008-05-31 Mike Ruprecht Check remote JID's capabilities for audio and video XEP support.
2008-05-31 Mike Ruprecht Remove the "Call" button from the formatting toolbar.
2008-05-31 Mike Ruprecht Create a proper media menu with options for audio, video, and
2008-05-31 Mike Ruprecht Free the PurpleMedia object when the media session ends and fix ending
2008-05-28 Mike Ruprecht merge of '38838bc806900103298d383237d2ae7cd60bbd82'
2008-05-27 Mike Ruprecht propagate from branch 'im.pidgin.pidgin.vv' (head 9443004596a4fc55992da8548ef5b438de22c8ef)
2008-05-27 Sadrul Habib Chowdhury Broken merge.
2008-05-27 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 75f0460d3679231b61d572e76fe02534a597c6b5)
2008-05-27 Mike Ruprecht merge of '0685fc29468269a2af68268baa627b09f83339e4'
2008-05-27 Mike Ruprecht Silence warning.
2008-05-28 Mike Ruprecht Use USE_VV instead of USE_FARSIGHT.
2008-05-28 Mike Ruprecht Change configure script to have a separate check for voice and video
2008-05-27 Mike Ruprecht Require gstreamer-plugins-base-0.10 for compiling with voice and video
2008-05-27 Mike Ruprecht Added better Farsight error handling. Fixes several crash bugs related
2008-05-25 Mike Ruprecht Fix compiling with the --disable-vv switch.
2008-05-24 Mike Ruprecht Fix video plugin/device preference and preview.
2008-05-24 Mike Ruprecht Moved jingle.c global variable "sessions" into JabberStream.