comparison libpurple/protocols/myspace/CHANGES @ 17680:d87916bd1d73

Fix email address.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Tue, 03 Jul 2007 03:19:16 +0000
parents 51f54868bbad
children 32959ccd8066
comparison
equal deleted inserted replaced
17679:608e4b47dfae 17680:d87916bd1d73
1 2007-07-xx Jeff Connelly <jeff22homing.pidgin.im> - 0.10 1 2007-07-xx Jeff Connelly <jeff2@soc.pidgin.im> - 0.10
2 * On incoming instant messages, support: text color, font face. 2 * On incoming instant messages, support: text color, font face.
3 3
4 2007-07-01 Jeff Connelly <jeff2@homing.pidgin.im> - 0.9 4 2007-07-01 Jeff Connelly <jeff2@soc.pidgin.im> - 0.9
5 * Fix crash on Windows when logging in (bug #1990) 5 * Fix crash on Windows when logging in (bug #1990)
6 * Fix crash on Windows when viewing tooltip text (bug #1999) 6 * Fix crash on Windows when viewing tooltip text (bug #1999)
7 7
8 2007-06-30 Jeff Connelly <jeff2@homing.pidgin.im> - 0.8 8 2007-06-30 Jeff Connelly <jeff2@soc.pidgin.im> - 0.8
9 * Allow "Get Info" on all users, by uid or username 9 * Allow "Get Info" on all users, by uid or username
10 * Fix crash when re-logging in, if login failed. 10 * Fix crash when re-logging in, if login failed.
11 * Show descriptive error message if login password is too long. 11 * Show descriptive error message if login password is too long.
12 * Fake self from being online, since can't add self to buddy list. 12 * Fake self from being online, since can't add self to buddy list.
13 * Update for Libpurple 2.0.2. 13 * Update for Libpurple 2.0.2.
14 * Partial support for formatting on incoming instant messages. 14 * Partial support for formatting on incoming instant messages.
15 15
16 2007-06-14 Jeff Connelly <jeff2@homing.pidgin.im> - 0.7 16 2007-06-14 Jeff Connelly <jeff2@soc.pidgin.im> - 0.7
17 * Add/delete buddy now functional (required many other code improvements). 17 * Add/delete buddy now functional (required many other code improvements).
18 * Show improved buddy information in tooltip text. 18 * Show improved buddy information in tooltip text.
19 * Show user profile (in "Get Info" option) for buddies on buddy list. 19 * Show user profile (in "Get Info" option) for buddies on buddy list.
20 * Fix crash when re-logging in, if login succeeded. 20 * Fix crash when re-logging in, if login succeeded.
21 21
22 2007-06-12 Jeff Connelly <jeff2@homing.pidgin.im> - 0.6 22 2007-06-12 Jeff Connelly <jeff2@soc.pidgin.im> - 0.6
23 * Use RC4 code from Libpurple 2.0.1 23 * Use RC4 code from Libpurple 2.0.1
24 * Use a new implementation for sending and receiving messages (MsimMessage). 24 * Use a new implementation for sending and receiving messages (MsimMessage).
25 This infrastructural change significantly improves extensibility. 25 This infrastructural change significantly improves extensibility.
26 * Show online buddies as online. 26 * Show online buddies as online.
27 * Send and receive typing notifications (along with other required changes). 27 * Send and receive typing notifications (along with other required changes).
28 28
29 2007-05-22 Jeff Connelly <jeff2@homing.pidgin.im> - 0.5 29 2007-05-22 Jeff Connelly <jeff2@soc.pidgin.im> - 0.5
30 * Add protocol escaping, so can now send and receive / and \ characters 30 * Add protocol escaping, so can now send and receive / and \ characters
31 * Designed Pidgin 2.0.0beta7 31 * Designed Pidgin 2.0.0beta7
32 * Use RC4 code from Samba 32 * Use RC4 code from Samba
33 * Use translations (_ macro) 33 * Use translations (_ macro)
34 * No major changes to code, still getting familiar with tools & community 34 * No major changes to code, still getting familiar with tools & community
35 35
36 2007-04-29 Jeff Connelly <jeff2@homing.pidgin.im> 36 2007-04-29 Jeff Connelly <jeff2@soc.pidgin.im>
37 37
38 * NOTE: This code is now being developed under Monotone, in the 38 * NOTE: This code is now being developed under Monotone, in the
39 im.pidgin.soc.2007.msimprpl branch on my local computer, which 39 im.pidgin.soc.2007.msimprpl branch on my local computer, which
40 is periodically sync'd with pidgin.im's Monotone database. 40 is periodically sync'd with pidgin.im's Monotone database.
41 41