comparison libpurple/protocols/myspace/CHANGES @ 17666:d81f57b8b3d1

Update for 0.8 - fix crash, password length.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Mon, 25 Jun 2007 05:51:13 +0000
parents 4f65f25f9447
children 32b9b6af1010
comparison
equal deleted inserted replaced
17665:5c2720824798 17666:d81f57b8b3d1
1 2007-XX-XX Jeff Connelly <jeff2@homing.pidgin.im> - 0.8 1 2007-XX-XX Jeff Connelly <jeff2@homing.pidgin.im> - 0.8
2 * Allow "Get Info" on all users, by uid or username 2 * Allow "Get Info" on all users, by uid or username
3 * Fix crash when re-logging in, if login failed.
4 * Show descriptive error message if login password is too long.
3 5
4 2007-06-14 Jeff Connelly <jeff2@homing.pidgin.im> - 0.7 6 2007-06-14 Jeff Connelly <jeff2@homing.pidgin.im> - 0.7
5 * Add/delete buddy now functional (required many other code improvements). 7 * Add/delete buddy now functional (required many other code improvements).
6 * Show improved buddy information in tooltip text. 8 * Show improved buddy information in tooltip text.
7 * Show user profile (in "Get Info" option) for buddies on buddy list. 9 * Show user profile (in "Get Info" option) for buddies on buddy list.
8 * Fix crash when re-logging in. 10 * Fix crash when re-logging in, if login succeeded.
9 11
10 2007-06-12 Jeff Connelly <jeff2@homing.pidgin.im> - 0.6 12 2007-06-12 Jeff Connelly <jeff2@homing.pidgin.im> - 0.6
11 * Use RC4 code from Libpurple 2.0.1 13 * Use RC4 code from Libpurple 2.0.1
12 * Use a new implementation for sending and receiving messages (MsimMessage). 14 * Use a new implementation for sending and receiving messages (MsimMessage).
13 This infrastructural change significantly improves extensibility. 15 This infrastructural change significantly improves extensibility.