log

age author description
Sun, 17 Aug 2008 07:55:38 +0000 Mike Ruprecht * Added input/output volume preferences for voice conversations.
Sun, 17 Aug 2008 01:06:27 +0000 Mike Ruprecht Only show the mute button when sending an audio stream.
Sun, 17 Aug 2008 00:49:29 +0000 Mike Ruprecht Decouple stream direction. Allows send only or recv only streams.
Sat, 16 Aug 2008 20:22:41 +0000 Mike Ruprecht Fix crash when gstreamer audio or video factory can't be found. References #6605
Fri, 15 Aug 2008 04:07:00 +0000 Mike Ruprecht Stop additional media sessions within a single conversation for grouped contacts.
Thu, 14 Aug 2008 23:23:41 +0000 Mike Ruprecht Remove warning.
Thu, 14 Aug 2008 23:14:56 +0000 Mike Ruprecht Prevent multiple voice and video sessions within the same conversation.
Sat, 09 Aug 2008 03:51:42 +0000 Mike Ruprecht Changed PurpleMediaStreamType to PurpleMediaSessionType.
Sat, 09 Aug 2008 03:11:46 +0000 Mike Ruprecht Fixed up media functions in prpl.c and prpl.h, adding more documentation and
Sat, 09 Aug 2008 02:24:38 +0000 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head 434563a4b8fadb9593c241db4bb5ffd0bf2c0627)
Thu, 20 Nov 2008 21:13:56 +0000 Paul Aurich explicit merge of '714a7c7f903d11c96ffade34966121da549d998f'
Sun, 03 Aug 2008 23:16:24 +0000 Tobias Markmann propagate from branch 'im.pidgin.pidgin' (head 2747d5e0324ca6b81e83bbb8b75e1efebcbbad6e)
Sat, 09 Aug 2008 01:50:06 +0000 Mike Ruprecht * Added documentation to media.h and mediamanager.h
Sun, 03 Aug 2008 23:31:48 +0000 Mike Ruprecht Update Jingle implementation per recent standard changes.
Wed, 23 Jul 2008 22:34:22 +0000 Mike Ruprecht Added a mute button for the local microphone.
Wed, 23 Jul 2008 20:10:18 +0000 Mike Ruprecht Set the proper send codec in Farsight.
Sat, 19 Jul 2008 03:10:38 +0000 Mike Ruprecht merge of '77e249bc561fc09bc5fe8f9c6f8b573701b5d63d'
Fri, 18 Jul 2008 22:05:55 +0000 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head c7c882ce933f14ae4b89d4c9782a84accaec53b5)
Sat, 19 Jul 2008 03:10:00 +0000 Mike Ruprecht Convert serv_* media functions to purple_prpl_* functions.
Thu, 17 Jul 2008 23:09:58 +0000 Mike Ruprecht Add two missed newlines for debug messages.
Thu, 17 Jul 2008 22:59:31 +0000 Mike Ruprecht Use the purple STUN server preference with the rawudp Farsight transmitter.
Thu, 17 Jul 2008 21:01:46 +0000 Mike Ruprecht Set the media pipeline to PLAYING immediately after initialization
Wed, 16 Jul 2008 21:55:08 +0000 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head e3ceb09b71185a9074ce73733f2a65b437c9a545)
Wed, 16 Jul 2008 21:42:13 +0000 Mike Ruprecht Fix compiling without voice and video support.
Wed, 16 Jul 2008 21:35:24 +0000 Mike Ruprecht Added whether voice and video support has been enabled in Pidgin's About dialog.
Fri, 11 Jul 2008 02:10:04 +0000 Mike Ruprecht Fixed some memory leak issues involving GLists.
Fri, 11 Jul 2008 01:35:54 +0000 Mike Ruprecht Added ChangeLog.API entries.
Fri, 11 Jul 2008 01:20:08 +0000 Mike Ruprecht Added xmlnode_get_parent.
Fri, 11 Jul 2008 01:04:44 +0000 Mike Ruprecht Simplify the Jingle handlers by moving repetitive code into the parse function.
Thu, 10 Jul 2008 22:54:18 +0000 Mike Ruprecht Hide unnecessarily exposed Jingle handler functions
Thu, 10 Jul 2008 22:49:52 +0000 Mike Ruprecht Further decouple Jingle from iq.c
Sat, 28 Jun 2008 17:42:31 +0000 Mike Ruprecht Clarify the scope of two variables.
Fri, 27 Jun 2008 21:39:56 +0000 Mike Ruprecht Added better Farsight error handling.
Fri, 27 Jun 2008 18:44:49 +0000 Mike Ruprecht Wait to set up the voice and video GUI until the responder has accepted the session.
Fri, 27 Jun 2008 18:01:13 +0000 Mike Ruprecht Fix the order of the send/recv audio/video display widgets.
Fri, 27 Jun 2008 16:56:25 +0000 Mike Ruprecht Move the main voice and video pipeline into media.c and display more debug info.
Thu, 26 Jun 2008 20:59:15 +0000 Mike Ruprecht Add proper padding to the voice conference audio levels.
Thu, 26 Jun 2008 20:25:38 +0000 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head 868098fbe53290a8abcc3307c6fec2c6054a5e00)
Thu, 26 Jun 2008 19:57:37 +0000 Mike Ruprecht Widened the vertical audio levels.
Thu, 19 Jun 2008 17:38:04 +0000 Mike Ruprecht Move the audio progress bar widgets to be beside the video displays.
Thu, 12 Jun 2008 03:59:26 +0000 Mike Ruprecht Notify the user which type of media session the remote user wants to initiate.
Tue, 10 Jun 2008 05:18:29 +0000 Mike Ruprecht Preliminary video embedded in the conversation window. It's still kind of buggy.
Sun, 08 Jun 2008 02:47:38 +0000 Mike Ruprecht Fix assertion.
Sat, 07 Jun 2008 23:23:25 +0000 Mike Ruprecht New media icons. Thanks, hbons.
Sat, 07 Jun 2008 20:16:06 +0000 Mike Ruprecht Fix crash when receiving a session-initiate ack for a nonexistent session.
Sat, 07 Jun 2008 19:57:32 +0000 Mike Ruprecht Fix assertion.
Sat, 07 Jun 2008 03:43:45 +0000 Mike Ruprecht Send negotiated codecs in session-accept opposed to all local codecs.
Sat, 07 Jun 2008 03:14:52 +0000 Mike Ruprecht Jingle sessions now keep track of their transaction state to a degree.
Fri, 06 Jun 2008 22:20:33 +0000 Mike Ruprecht Silence warning.
Fri, 06 Jun 2008 21:57:59 +0000 Mike Ruprecht Listen to the media pipeline and display errors.
Fri, 06 Jun 2008 21:10:16 +0000 Mike Ruprecht Use the right namespaces for broadcasting and discovering Jingle support.
Fri, 06 Jun 2008 20:48:13 +0000 Mike Ruprecht Temporary fix to remove a 5-7 second delay when initiating a media session.
Fri, 06 Jun 2008 20:28:20 +0000 Mike Ruprecht Added the "media" attribute to the Jingle description element according
Fri, 06 Jun 2008 19:08:04 +0000 Mike Ruprecht Added some utility functions to convert PurpleMediaStreamType
Fri, 06 Jun 2008 08:26:57 +0000 Mike Ruprecht merge of '3969ff3f40069748728f9ee2376a4bab3f089d04'
Fri, 06 Jun 2008 08:04:37 +0000 Mike Ruprecht Corrected debug labels s/"jabber"/"jingle"/
Fri, 06 Jun 2008 07:43:03 +0000 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.
Wed, 04 Jun 2008 19:21:49 +0000 Mike Ruprecht Added functions to help create Jingle packets. Revised some of the Jingle flow.
Tue, 03 Jun 2008 23:35:39 +0000 Mike Ruprecht Added functions to help with the creation of Jingle packets.
Tue, 03 Jun 2008 02:59:48 +0000 Mike Ruprecht Added JingleSessionContent structure to store content information
Mon, 02 Jun 2008 21:58:39 +0000 Mike Ruprecht Further decoupled Jingle code from jabber.c:
Mon, 02 Jun 2008 20:59:20 +0000 Mike Ruprecht Moved Jingle message handlers from jabber.c to jingle.c.
Mon, 02 Jun 2008 18:18:58 +0000 Mike Ruprecht Fix crash bug when checking if a contact can do media when logging out.
Sat, 31 May 2008 20:15:34 +0000 Mike Ruprecht Check remote JID's capabilities for audio and video XEP support.
Sat, 31 May 2008 06:45:42 +0000 Mike Ruprecht Remove the "Call" button from the formatting toolbar.
Sat, 31 May 2008 06:29:38 +0000 Mike Ruprecht Create a proper media menu with options for audio, video, and
Sat, 31 May 2008 04:01:18 +0000 Mike Ruprecht Free the PurpleMedia object when the media session ends and fix ending
Wed, 28 May 2008 21:13:36 +0000 Mike Ruprecht merge of '38838bc806900103298d383237d2ae7cd60bbd82'
Tue, 27 May 2008 16:30:26 +0000 Mike Ruprecht propagate from branch 'im.pidgin.pidgin.vv' (head 9443004596a4fc55992da8548ef5b438de22c8ef)
Tue, 27 May 2008 06:51:21 +0000 Sadrul Habib Chowdhury Broken merge.
Tue, 27 May 2008 06:27:46 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 75f0460d3679231b61d572e76fe02534a597c6b5)
Tue, 27 May 2008 04:55:10 +0000 Mike Ruprecht merge of '0685fc29468269a2af68268baa627b09f83339e4'
Tue, 27 May 2008 04:54:12 +0000 Mike Ruprecht Silence warning.
Wed, 28 May 2008 21:00:40 +0000 Mike Ruprecht Use USE_VV instead of USE_FARSIGHT.
Wed, 28 May 2008 18:41:03 +0000 Mike Ruprecht Change configure script to have a separate check for voice and video
Tue, 27 May 2008 04:30:36 +0000 Mike Ruprecht Require gstreamer-plugins-base-0.10 for compiling with voice and video
Tue, 27 May 2008 02:24:03 +0000 Mike Ruprecht Added better Farsight error handling. Fixes several crash bugs related
Sun, 25 May 2008 04:01:44 +0000 Mike Ruprecht Fix compiling with the --disable-vv switch.
Sat, 24 May 2008 20:02:01 +0000 Mike Ruprecht Fix video plugin/device preference and preview.
Sat, 24 May 2008 01:40:34 +0000 Mike Ruprecht Moved jingle.c global variable "sessions" into JabberStream.
Fri, 23 May 2008 02:42:32 +0000 Mike Ruprecht Updates voice and video to use Farsight 2, gets XMPP voice conferences
Sun, 13 Apr 2008 17:53:46 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 9da7555026cd7b8456f95ae153a7852ddbcf6678)
Sat, 22 Mar 2008 09:40:38 +0000 Sadrul Habib Chowdhury Add log-handlers for farsight foo.
Sat, 22 Mar 2008 09:36:22 +0000 Sadrul Habib Chowdhury Fine tune the media (audio) widget in finch.
Sat, 22 Mar 2008 09:17:34 +0000 Sadrul Habib Chowdhury Change a few things:
Sat, 22 Mar 2008 05:10:29 +0000 Sadrul Habib Chowdhury Add Marcus Lundblad to the COPYRIGHT.
Sat, 22 Mar 2008 05:09:19 +0000 Sadrul Habib Chowdhury Patch from Michael Ruprecht (Maiku) to announce voice support to the officia gtalk client. References #34.
Sat, 22 Mar 2008 04:56:03 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 86f8b3e5d789c691f873f515a92fe8e111dcab6e)
Sat, 22 Mar 2008 04:51:58 +0000 Sadrul Habib Chowdhury Some media support in finch. This needs to be updated for the got-accept signal.
Sat, 22 Mar 2008 04:48:36 +0000 Sadrul Habib Chowdhury Add the new jingle.c/h files.
Sat, 22 Mar 2008 04:45:46 +0000 Sadrul Habib Chowdhury Patch from Marcus Lundblad ('mlundblad') to improve audio support in xmpp.
Tue, 18 Mar 2008 05:40:29 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 119df2055ed7ee5143047b4d18ae81d58c2feac6)
Sat, 15 Mar 2008 07:39:15 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 8ca6a80e2cd7fbbc59983f8ba370f7276e062db9)
Sat, 15 Mar 2008 07:37:03 +0000 Sadrul Habib Chowdhury Show a message when the remote end terminates a session.
Fri, 08 Feb 2008 20:18:49 +0000 Sadrul Habib Chowdhury Fix a compile error due to set_clock being defined in term.h conflicting with gstreamer.
Wed, 06 Feb 2008 19:44:41 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 16d99d9757384d801e4f13d991cb769a71f9c190)
Sun, 13 Jul 2008 14:10:22 +0000 Sulabh Mahajan Fix file transfer to a user not in buddy list, defaulting to use v15
Sat, 12 Jul 2008 19:44:24 +0000 Sulabh Mahajan minor changes in comments style and alphabetic ordering of header files.
Sat, 12 Jul 2008 19:24:34 +0000 Sulabh Mahajan changed gboolean connection_type to enum yahoo_p2p_connection_type
Sat, 12 Jul 2008 19:13:31 +0000 Sulabh Mahajan changed PKT_YAHOOSERVER and PKT_P2P, into enum yahoo_pkt_type
Sat, 12 Jul 2008 18:55:29 +0000 Sulabh Mahajan Better naming convention, prefix YAHOO_P2PSTATUS_ to values in the enum YahooP2PStatus
Sat, 12 Jul 2008 18:33:15 +0000 Sulabh Mahajan if(p2p_data->source >= 0) in place of if(p2p_data->source)
Sat, 12 Jul 2008 18:28:22 +0000 Sulabh Mahajan f->p2p_packet_sent and f->p2p_status initialization in yahoo_friend_new() redundant
Fri, 11 Jul 2008 19:03:59 +0000 Sulabh Mahajan Receive files when we are p2p server
Wed, 09 Jul 2008 18:19:37 +0000 Sulabh Mahajan Add + in place of spaces in p2p url, fixes transfer of file with name containing spaces
Wed, 09 Jul 2008 15:05:09 +0000 Sulabh Mahajan Send file by p2p when we are server
Wed, 02 Jul 2008 11:16:35 +0000 Sulabh Mahajan Check for session id (value for key 11) in the received IMs and Notifications against our session id. Disconnect in
Wed, 02 Jul 2008 07:22:58 +0000 Sulabh Mahajan Changed user_data to more apt p2p_data, change in variable name.
Wed, 02 Jul 2008 06:58:57 +0000 Sulabh Mahajan Act as a YMSG server on port 5101 for IMs and Notifications
Fri, 27 Jun 2008 16:02:30 +0000 Sulabh Mahajan Fall back to establishing connection as a client when unable to act as a server.
Fri, 27 Jun 2008 13:34:44 +0000 Sulabh Mahajan Sending of p2p packet, providing peer with our IP address to make a connection to us.
Sat, 21 Jun 2008 14:34:38 +0000 Sulabh Mahajan Support for P2P file transfer (SEND), when we are client to the peer
Tue, 17 Jun 2008 21:30:49 +0000 Sulabh Mahajan propagate from branch 'im.pidgin.pidgin' (head 420b71541a7786d593759ead8d775f487291fb97)
Mon, 18 Aug 2008 17:08:01 +0000 Tobias Markmann * free xmlnodes after bosh receive callback is called
Mon, 18 Aug 2008 16:20:46 +0000 Tobias Markmann * removing some comment with XML example
Mon, 18 Aug 2008 15:44:43 +0000 Tobias Markmann * fixing a bug in jabber_bosh_http_connection_receive_parse_header()
Mon, 18 Aug 2008 11:11:32 +0000 Tobias Markmann * adding some missing documentation
Mon, 18 Aug 2008 08:42:37 +0000 Tobias Markmann * sending empty <body> requests if there are not othere requests to be answered to keep a CM -> client channel open
Sat, 16 Aug 2008 21:28:32 +0000 Tobias Markmann * data buffer for received data. Support for any HTTP resonse size now.
Fri, 15 Aug 2008 16:35:32 +0000 Tobias Markmann * moving BOSH interfacing from jabber_send to jabber_send_raw