log libpurple/protocols/jabber/usertune.c @ 25443:5f9a24d1c25e

age author description
Mon, 02 Mar 2009 06:37:05 +0000 Elliott Sales de Andrade Remove some extra trailing whitespace I noticed after merging mlundblad's
Thu, 03 Jan 2008 18:31:58 +0000 Stu Tomlinson Fixes for incorrectly displaying user tune emblem and empty current media.
Thu, 20 Sep 2007 16:30:17 +0000 Sadrul Habib Chowdhury Use an independant status type for 'current media' stuff, instead of using
Sat, 15 Sep 2007 18:27:01 +0000 Sadrul Habib Chowdhury Plug some memory leaks.
Fri, 14 Sep 2007 00:17:33 +0000 Daniel Atallah There shouldn't be assert()s in pretty much any libpurple code.
Mon, 10 Sep 2007 14:37:40 +0000 Daniel Atallah Fix mingw build of xmpp prpl
Mon, 18 Jun 2007 14:45:17 +0000 Andreas Monitzer Implemented XEP-0172: User Nickname, fixed some potential crashers in the other PEP callbacks.
Mon, 18 Jun 2007 13:54:26 +0000 Andreas Monitzer Removed some C99-code
Mon, 18 Jun 2007 12:37:29 +0000 Andreas Monitzer Replaced a clean and simple API with a very weird hack due to vivid request on #pidgin by multiple devs. This avoids the change in PurplePluginProtocolInfo, but requires complicated change tracking in every prpl. The others prpl should add this change tracking, too (since otherwise the status gets changed even though nothing they care about changed), but that's not up to me.
Mon, 18 Jun 2007 02:57:22 +0000 Andreas Monitzer Fixed embarrassing typos. Maybe I shouldn't code while half asleep.
Mon, 18 Jun 2007 01:55:54 +0000 Andreas Monitzer Minor compilation fixes and corrected some typos on user tune. Added convenience function for setting the user tune.
Sun, 17 Jun 2007 20:31:01 +0000 Andreas Monitzer Implemented user tune, currently untested.