Sun, 22 Mar 2009 21:02:48 +0000 |
Mike Ruprecht |
Remove purple_media_get_overall_type.
|
Sat, 21 Mar 2009 09:10:20 +0000 |
Mike Ruprecht |
Move and rename GTALK_CAP to GOOGLE_VOICE_CAP.
|
Sat, 21 Mar 2009 09:07:06 +0000 |
Mike Ruprecht |
Clean up usage of USE_VV in the XMPP protocol.
|
Sat, 21 Mar 2009 07:53:22 +0000 |
Mike Ruprecht |
Add documentation for a few media functions.
|
Sat, 21 Mar 2009 07:34:13 +0000 |
Mike Ruprecht |
Remove purple_media_set_src/sink from the public API.
|
Sat, 21 Mar 2009 06:25:07 +0000 |
Mike Ruprecht |
Remove purple_media_get_elements function.
|
Sat, 21 Mar 2009 06:10:28 +0000 |
Mike Ruprecht |
Make voice calls in Finch work again.
|
Sat, 21 Mar 2009 03:49:11 +0000 |
Mike Ruprecht |
Rename state-changed enum and values.
|
Sat, 21 Mar 2009 03:42:45 +0000 |
Mike Ruprecht |
Declare purple_media_state_changed_get_type.
|
Sat, 21 Mar 2009 03:09:10 +0000 |
Mike Ruprecht |
Use the right enum for the stream-info signal.
|
Sat, 21 Mar 2009 02:25:09 +0000 |
Mike Ruprecht |
Remove rejected and hangup states from state-changed.
|
Sat, 21 Mar 2009 01:37:50 +0000 |
Mike Ruprecht |
Use stream-info instead of state-changed for reject.
|
Sat, 21 Mar 2009 01:11:48 +0000 |
Mike Ruprecht |
Use stream-info for reject instead of state-changed.
|
Sat, 21 Mar 2009 01:03:49 +0000 |
Mike Ruprecht |
Use the right enum for the parameter.
|
Sat, 21 Mar 2009 00:54:34 +0000 |
Mike Ruprecht |
Use stream-info instead of state-changed for hangup and reject.
|
Sat, 21 Mar 2009 00:34:29 +0000 |
Mike Ruprecht |
Use stream-info instead of state-changed for hangup and reject.
|
Sat, 21 Mar 2009 00:27:22 +0000 |
Mike Ruprecht |
Add stream-info signal.
|
Fri, 20 Mar 2009 08:10:26 +0000 |
Mike Ruprecht |
Fix audio levels.
|
Fri, 20 Mar 2009 06:49:55 +0000 |
Mike Ruprecht |
Don't let initiate or accept be sent again with Google Voice.
|
Fri, 20 Mar 2009 06:18:03 +0000 |
Mike Ruprecht |
Stop sending multiple session-initiate packets.
|
Fri, 20 Mar 2009 02:09:44 +0000 |
Mike Ruprecht |
Remove the ready-new signal.
|
Mon, 23 Mar 2009 01:43:21 +0000 |
Mike Ruprecht |
Disapprove part of the revision that shouldn't be there.
|
Fri, 20 Mar 2009 01:48:28 +0000 |
Mike Ruprecht |
Remove ready-new from use.
|
Fri, 20 Mar 2009 00:24:06 +0000 |
Mike Ruprecht |
Move sending session-accept out of the ready-new signal.
|
Thu, 19 Mar 2009 23:26:20 +0000 |
Mike Ruprecht |
Move accepted signal emission to after it's set to accepted.
|
Thu, 19 Mar 2009 23:03:43 +0000 |
Mike Ruprecht |
Move sending session-initiate out of the ready-new callback.
|
Thu, 19 Mar 2009 22:57:53 +0000 |
Mike Ruprecht |
Change purple_media_candidates_prepared to use wildcards.
|
Thu, 19 Mar 2009 22:08:21 +0000 |
Mike Ruprecht |
Make acceptance be per stream rather than per session.
|
Thu, 19 Mar 2009 21:38:16 +0000 |
Mike Ruprecht |
Plug memory leak.
|
Thu, 19 Mar 2009 12:44:52 +0000 |
Mike Ruprecht |
Silence warning about videotestsrc not having two properties.
|
Thu, 19 Mar 2009 12:28:42 +0000 |
Mike Ruprecht |
Fix some GStreamer timing issues.
|
Thu, 19 Mar 2009 12:26:01 +0000 |
Mike Ruprecht |
Fix assertion stating FsRawUdpTransmitter doesn't have a relay-info
|
Thu, 19 Mar 2009 10:46:41 +0000 |
Mike Ruprecht |
merge of '932de261b2c091dd834f54518d4c9df53b9ad7ac'
|
Thu, 19 Mar 2009 10:46:34 +0000 |
Mike Ruprecht |
Silence a warning.
|
Thu, 19 Mar 2009 10:24:10 +0000 |
Mike Ruprecht |
Use new find_content wildcard.
|
Thu, 19 Mar 2009 10:23:35 +0000 |
Mike Ruprecht |
Have creator == NULL be a wildcard.
|
Thu, 19 Mar 2009 09:54:02 +0000 |
Mike Ruprecht |
merge of 'bf07e6251df10e4c8c39545c4ff401db5b447c37'
|
Thu, 19 Mar 2009 09:46:37 +0000 |
Mike Ruprecht |
Implement jingle_rtp_candidates_prepared_cb.
|
Thu, 19 Mar 2009 09:30:16 +0000 |
Mike Ruprecht |
Add candidates-prepared signal to PurpleMedia.
|
Thu, 19 Mar 2009 09:53:56 +0000 |
Mike Ruprecht |
Silence two warnings.
|
Thu, 19 Mar 2009 09:06:54 +0000 |
Mike Ruprecht |
Send any additional candidates found after session-initiate or
|
Thu, 19 Mar 2009 08:05:49 +0000 |
Mike Ruprecht |
Make RawUdp candidates know if they have been sent to the remote client.
|
Thu, 19 Mar 2009 07:38:24 +0000 |
Mike Ruprecht |
Don't forget to copy the rem_know attribute of IceUdp candidates.
|
Thu, 19 Mar 2009 07:34:25 +0000 |
Mike Ruprecht |
Make IceUdp candidates know whether the remote side knows about them.
|
Thu, 19 Mar 2009 01:48:02 +0000 |
Mike Ruprecht |
Fix copy/paste-o.
|
Thu, 19 Mar 2009 01:28:34 +0000 |
Mike Ruprecht |
Fix a bunch of memsets.
|
Thu, 19 Mar 2009 00:58:55 +0000 |
Mike Ruprecht |
Plug some memory leaks related to transports.
|
Wed, 18 Mar 2009 23:10:54 +0000 |
Mike Ruprecht |
Swallow transport refs on setting them in the content.
|
Tue, 17 Mar 2009 12:05:02 +0000 |
Mike Ruprecht |
Make Jingle Raw-Udp send candidates in session-accept packet.
|
Tue, 17 Mar 2009 11:57:22 +0000 |
Mike Ruprecht |
Update Jingle Ice-Udp according to the XEP.
|
Tue, 17 Mar 2009 10:13:10 +0000 |
Mike Ruprecht |
Zero out the proper size for the PurpleMediaPrivate structure.
|
Tue, 17 Mar 2009 10:11:18 +0000 |
Mike Ruprecht |
Add ssrc property to JingleRtp.
|
Tue, 17 Mar 2009 04:40:25 +0000 |
Mike Ruprecht |
Add functions for more easily creating session-terminate packets.
|
Tue, 17 Mar 2009 02:48:43 +0000 |
Mike Ruprecht |
Update to be closer to the current Jingle XEP.
|
Tue, 17 Mar 2009 02:19:10 +0000 |
Mike Ruprecht |
Remove check to prevent multiple Jingle sessions with the same person.
|
Tue, 17 Mar 2009 02:15:09 +0000 |
Mike Ruprecht |
Restructure Jingle action handlers to only require modification in one place.
|
Mon, 16 Mar 2009 02:59:37 +0000 |
Mike Ruprecht |
merge of 'a2ba1fead74d00991a9b2fe1290f7716b1d9d5cf'
|
Mon, 16 Mar 2009 02:33:48 +0000 |
Mike Ruprecht |
propagate from branch 'im.pidgin.pidgin' (head 5573ab30de2e34d78f13bad8ae0b2ac5de6d1083)
|
Fri, 03 Apr 2009 02:42:56 +0000 |
Paul Aurich |
propagate from branch 'im.pidgin.pidgin' (head e028e1fa5d4d70792f0219311b12e5f4b1587776)
|
Fri, 27 Mar 2009 07:56:25 +0000 |
Paul Aurich |
propagate from branch 'im.pidgin.pidgin' (head 2476e13ecb1702a744a13c42956b29a962a0c7fb)
|
Sat, 21 Mar 2009 03:50:14 +0000 |
Paul Aurich |
propagate from branch 'im.pidgin.pidgin' (head d70375c084af2336e7fc6646fb778120b05de9a8)
|
Fri, 03 Apr 2009 02:43:09 +0000 |
Paul Aurich |
propagate from branch 'im.pidgin.pidgin' (head e028e1fa5d4d70792f0219311b12e5f4b1587776)
|
Fri, 27 Mar 2009 07:58:10 +0000 |
Paul Aurich |
propagate from branch 'im.pidgin.pidgin' (head 2476e13ecb1702a744a13c42956b29a962a0c7fb)
|
Mon, 23 Mar 2009 00:47:46 +0000 |
Paul Aurich |
Because BOSH works over connections that may die non-fatally, we need to
|
Mon, 23 Mar 2009 00:38:20 +0000 |
Paul Aurich |
BOSH: For authentication purposes, HTTPS is equivalent to a secured JabberStream.
|
Sun, 22 Mar 2009 23:44:31 +0000 |
Paul Aurich |
merge of '2fbd079d0e8c53d5a6f240df5232b63c780212c0'
|
Sat, 21 Mar 2009 03:49:03 +0000 |
Paul Aurich |
propagate from branch 'im.pidgin.pidgin' (head d70375c084af2336e7fc6646fb778120b05de9a8)
|
Wed, 01 Apr 2009 05:28:20 +0000 |
Elliott Sales de Andrade |
merge of 'a609160715ae18beed98b084aac19bc0f6551362'
|
Wed, 01 Apr 2009 03:36:58 +0000 |
Ka-Hing Cheung |
merge of '881df138362222308d7b078687b7576861609e9c'
|
Wed, 01 Apr 2009 03:36:06 +0000 |
Ka-Hing Cheung |
fixes a race condition, probably Fixes #8594 and maybe others
|
Sat, 28 Mar 2009 16:58:59 +0000 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head 81bb2e1582a2222b36e57c29ccb573dac27f2a44)
|
Wed, 01 Apr 2009 05:25:36 +0000 |
Elliott Sales de Andrade |
Fix a faulty condition that would result in an attempt to add most of your
|
Tue, 31 Mar 2009 01:10:32 +0000 |
Ethan Blanton |
ChangeLog for 0d220fdade88a561785e674e66d01a2a34bd4b1c
|
Tue, 31 Mar 2009 01:08:29 +0000 |
Ethan Blanton |
Handle multiple 319 (channels joined) messages for IRC WHOIS.
|
Mon, 30 Mar 2009 05:52:32 +0000 |
Elliott Sales de Andrade |
merge of '37604e59d5a53b761fa4d623e577ff79499b32a5'
|
Sat, 28 Mar 2009 17:00:03 +0000 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head 81bb2e1582a2222b36e57c29ccb573dac27f2a44)
|
Wed, 01 Apr 2009 05:26:25 +0000 |
Paul Aurich |
s/category/type/ and s/muc/chat/ in the core and gateway type is a string.
|
Tue, 31 Mar 2009 18:32:33 +0000 |
Paul Aurich |
Add a node parameter to jabber_disco_items_do and use it in the new disco-listing code.
|
Tue, 31 Mar 2009 06:58:26 +0000 |
Paul Aurich |
jabber_disco_items_do(), which functions like jabber_disco_info_do.
|
Tue, 31 Mar 2009 06:43:54 +0000 |
Paul Aurich |
Don't match in the disco callbacks hashtable on remote JID. Use IQ id instead.
|
Tue, 31 Mar 2009 05:40:13 +0000 |
Paul Aurich |
Clean up Jabber's references and protocol_data if the window is closed
|
Tue, 31 Mar 2009 05:22:44 +0000 |
Paul Aurich |
The core should be in charge of setting in_progress to FALSE
|
Tue, 31 Mar 2009 05:18:09 +0000 |
Paul Aurich |
Make the prpl be in charge of creating the PurpleDiscoList; UI data is
|
Mon, 30 Mar 2009 02:36:02 +0000 |
Paul Aurich |
Use purple_request_input
|
Mon, 30 Mar 2009 00:42:15 +0000 |
Paul Aurich |
Hide the structs, add accessors, and fix various smaller things:
|
Sun, 29 Mar 2009 21:17:34 +0000 |
Paul Aurich |
Add the padding needed from the previous commit
|
Sun, 29 Mar 2009 20:54:30 +0000 |
Paul Aurich |
Fix compilation errors and add padding to UI ops. My bad...
|
Sun, 29 Mar 2009 19:43:32 +0000 |
Paul Aurich |
Add the files I forgot to `mtn add` earlier (also, alphabetized disco.h
|
Sun, 29 Mar 2009 19:38:31 +0000 |
Paul Aurich |
'mrim' is the mail.ru IM service. 'smtp' is an XMPP<>email gateway
|
Sun, 29 Mar 2009 19:29:22 +0000 |
Paul Aurich |
Applied disco-2.patch from nops with some modifications:
|
Sat, 28 Mar 2009 16:58:32 +0000 |
Marcus Lundblad |
merge of '6d48acd8a35fbd463e701692ad0c937f59f03b9e'
|
Sat, 28 Mar 2009 12:04:03 +0000 |
Richard Laager |
Update the documentation for the account-authorization-requested signal, as
|
Sat, 28 Mar 2009 16:00:47 +0000 |
Jochen Kemnade |
some German translation
|
Mon, 30 Mar 2009 05:50:34 +0000 |
Elliott Sales de Andrade |
Apply Paul's second patch to fix some memory leaks found in valgrind.
|
Sat, 28 Mar 2009 07:31:29 +0000 |
Elliott Sales de Andrade |
Save a count of how many ADL (per-request) and FQY (per-contact) we send,
|
Sat, 28 Mar 2009 05:34:25 +0000 |
Elliott Sales de Andrade |
I think I'm just going to apply this patch. I don't really see how it
|
Sat, 28 Mar 2009 05:12:24 +0000 |
Elliott Sales de Andrade |
Make these type-sizes more explicit. Also, the field names for the type2
|
Sat, 28 Mar 2009 04:35:24 +0000 |
Elliott Sales de Andrade |
merge of '72b4eba9246c31efe0760a9e5d1eeb0f87da2867'
|
Fri, 27 Mar 2009 17:14:12 +0000 |
Mark Doliner |
Need to remove toc from POTFILES.in
|
Fri, 27 Mar 2009 10:17:07 +0000 |
Mark Doliner |
Remove an unused field
|
Fri, 27 Mar 2009 10:16:46 +0000 |
Mark Doliner |
Don't leak an fd if we can't open the destination file when untarring
|
Fri, 27 Mar 2009 10:15:38 +0000 |
Mark Doliner |
These code can't get executed, because we just created a new dialog
|
Fri, 27 Mar 2009 09:55:28 +0000 |
Mark Doliner |
Remove an unused protocol plugin
|
Fri, 27 Mar 2009 09:49:40 +0000 |
Mark Doliner |
Remove an unused field
|
Fri, 27 Mar 2009 09:48:25 +0000 |
Mark Doliner |
Make sure we free itmsurl when showing the info window for a buddy
|
Fri, 27 Mar 2009 09:44:36 +0000 |
Mark Doliner |
Oh no this one is wrong. msim_set_status_code() calls msim_send() which
|
Fri, 27 Mar 2009 09:42:10 +0000 |
Mark Doliner |
Fix a memleak when setting your status on myspace
|
Fri, 27 Mar 2009 09:41:12 +0000 |
Mark Doliner |
You know something about this here data? It ain't ever used.
|
Fri, 27 Mar 2009 09:36:38 +0000 |
Mark Doliner |
Fix a potential memleak by freeing this regardless of whether hasActions
|
Fri, 27 Mar 2009 09:34:27 +0000 |
Mark Doliner |
purple_xfer_new only returns NULL if an assertion fails, so we should do
|
Fri, 27 Mar 2009 09:29:22 +0000 |
Mark Doliner |
Remove some unused fields. Thanks to Mayank Jain Nawal's email to the
|
Fri, 27 Mar 2009 09:09:00 +0000 |
Mark Doliner |
Free some memory if we exit early due to an error. Thanks to
|