log libpurple/protocols/jabber/usertune.c @ 17596:6842cc73b1b7

age author description
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.