log libpurple/protocols/myspace/myspace.c @ 24796:c2054d8d23fc

age author description
Wed, 17 Dec 2008 05:39:11 +0000 Mark Doliner Set the server alias for myspace buddies who haven't set their username.
Wed, 17 Dec 2008 02:26:40 +0000 Mark Doliner Add support for blocking buddies on MySpace
Wed, 17 Dec 2008 00:06:05 +0000 Mark Doliner Fix a bug where if "Show our presence only to people on our buddy list"
Tue, 16 Dec 2008 23:43:25 +0000 Mark Doliner Remove an accidentally debug message
Tue, 16 Dec 2008 21:52:50 +0000 Mark Doliner Some other changes to make this more like the official client, and
Tue, 16 Dec 2008 21:47:44 +0000 Mark Doliner I'm not sure why these were strings. The official client uses integers
Tue, 16 Dec 2008 21:31:05 +0000 Mark Doliner Remove a bunch of calls to msim_msg_dump(). I find it really annoying
Tue, 16 Dec 2008 06:25:56 +0000 Mark Doliner Minor comment change
Tue, 16 Dec 2008 04:13:14 +0000 Mark Doliner Set the display name before marking the connection as "connected."
Tue, 16 Dec 2008 03:49:05 +0000 Mark Doliner Use a GString here when constructing the data. It's way more
Tue, 16 Dec 2008 03:35:22 +0000 Mark Doliner No functionality change--just cleanup.
Tue, 16 Dec 2008 01:40:38 +0000 Mark Doliner Mark some parameters as const char * instead of char * and don't
Fri, 12 Dec 2008 04:01:39 +0000 Mark Doliner Keep track of the user ID in the MsimUser struct so that we have a copy
Fri, 12 Dec 2008 03:46:36 +0000 Mark Doliner Don't create a temporary PurpleBuddy when getting info for someone not
Thu, 11 Dec 2008 07:17:32 +0000 Mark Doliner String changes (a few of which I had already made, grumble grumble).