log

age author description
Fri, 23 Oct 2009 01:45:42 +0000 maiku Move the backend-fs2.h header into noinst_HEADERS.
Fri, 23 Oct 2009 01:06:48 +0000 maiku This is an interface and not a class.
Fri, 23 Oct 2009 00:01:54 +0000 maiku Add a conference-type parameter to PurpleMedia.
Fri, 23 Oct 2009 00:00:44 +0000 maiku Fix parameter to actually be a string instead of an object.
Thu, 22 Oct 2009 23:29:51 +0000 maiku Create and dispose the conference in the Farsight 2 media backend.
Thu, 22 Oct 2009 22:58:48 +0000 maiku Add the conference-type property to the media backend interface.
Thu, 22 Oct 2009 22:30:03 +0000 maiku Remove dummy code I missed.
Thu, 22 Oct 2009 21:30:30 +0000 maiku Skeleton of the Farsight 2 media backend.
Thu, 22 Oct 2009 21:09:36 +0000 maiku Add a media backend interface to handle different backends in addition to
Thu, 22 Oct 2009 00:22:59 +0000 maiku Break PurpleMediaCodec out into its own file.
Thu, 22 Oct 2009 00:22:31 +0000 maiku Include signals.h to provide PurpleCallback. I guess all the other places
Wed, 21 Oct 2009 22:17:53 +0000 maiku Split out PurpleMediaCandidate into its own file.
Wed, 21 Oct 2009 20:58:32 +0000 maiku Split the media API's enum types out into its own file.
Wed, 21 Oct 2009 20:05:52 +0000 maiku Move media.c into libpurple/media/.
Tue, 20 Oct 2009 21:39:16 +0000 maiku Declare XMPP got media caps in the correct place.
Tue, 20 Oct 2009 21:38:57 +0000 maiku Essentially normalize the username passed to purple_prpl_got_media_caps.
Tue, 20 Oct 2009 21:00:23 +0000 maiku Add media_caps to PurpleBuddy structure and use it to determine the old caps
Tue, 20 Oct 2009 20:42:58 +0000 maiku Use purple_prpl_got_media_caps in XMPP to update the caps when they change.
Tue, 20 Oct 2009 20:41:23 +0000 maiku Use purple_prpl_got_media_caps in purple_prpl_got_user_status to remove media
Tue, 20 Oct 2009 20:06:25 +0000 maiku Add the purple_media_got_media_caps function in order to signal when a prpl
Tue, 20 Oct 2009 20:04:06 +0000 maiku Add the buddy-caps-changed signal in order to tell when a buddy's media caps
Tue, 20 Oct 2009 00:12:33 +0000 maiku Rebroadcast XMPP caps whenever the UI caps change.
Tue, 20 Oct 2009 00:11:44 +0000 maiku Added the ui-caps-changed signal to the media manager.
Tue, 20 Oct 2009 00:10:14 +0000 maiku Made the GLib flags structure for PurpleMediaCaps.
Tue, 13 Oct 2009 22:13:57 +0000 Marcus Lundblad Broke out the generation of random UUIDs to its own function
Mon, 12 Oct 2009 22:40:37 +0000 John Bailey propagate from branch 'im.pidgin.pidgin' (head 667654b3309008b53bf4d9df02bd401d1ede8db5)
Mon, 12 Oct 2009 19:55:40 +0000 John Bailey propagate from branch 'im.pidgin.pidgin' (head 80eaa62b397424cadf9ea37ca0e98894f823fbf5)
Mon, 12 Oct 2009 18:52:27 +0000 foufou33 Clean up a case in the Yahoo! prpl where the caller now handles this. Other
Mon, 12 Oct 2009 18:48:19 +0000 foufou33 The current behavior of libpurple reports completions of a file transfer too
Mon, 12 Oct 2009 18:41:51 +0000 foufou33 Kill off the use of fseek for non-seekable streams in file transfers.