annotate libpurple/protocols/myspace/CHANGES @ 22292:5aabf4e24188

In msimprpl, for server-side contacts, first search for an existing group on the client before creating one and adding it to the beginning of the list. If there is an existing group, use that. Fixes problem where MySpaceIM groups always move to the top of the buddy list upon sign-on, because they were always created anew. Closes #3378.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Thu, 14 Feb 2008 07:49:57 +0000
parents f586bc904d71
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
19561
f1740f23c896 Update msimprpl CHANGES for 0.17 (if it is ever released independently).
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 19401
diff changeset
1 2007-08-28 Jeff Connelly <pidgin@xyzzy.cjb.net> - 0.17
f1740f23c896 Update msimprpl CHANGES for 0.17 (if it is ever released independently).
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 19401
diff changeset
2 * Get server-side contact list from server on sign-on (partly implements
f1740f23c896 Update msimprpl CHANGES for 0.17 (if it is ever released independently).
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 19401
diff changeset
3 server-side contacts, ticket #2658).
f1740f23c896 Update msimprpl CHANGES for 0.17 (if it is ever released independently).
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 19401
diff changeset
4 * Set local alias to username on sign-on, if not already set. This fixes
f1740f23c896 Update msimprpl CHANGES for 0.17 (if it is ever released independently).
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 19401
diff changeset
5 #2793, though this may not be the best way, other fixes under consideration.
f1740f23c896 Update msimprpl CHANGES for 0.17 (if it is ever released independently).
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 19401
diff changeset
6 * Support myim:sendIM and addContact URLs with cID and uID parameters.
f1740f23c896 Update msimprpl CHANGES for 0.17 (if it is ever released independently).
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 19401
diff changeset
7 * Fix #2722, only check for mail if "New mail notifications" is enabled.
f1740f23c896 Update msimprpl CHANGES for 0.17 (if it is ever released independently).
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 19401
diff changeset
8 * Modularize msimprpl.
19595
f586bc904d71 Update msimprpl to 0.17, for an independent release for Pidgin 2.1.1.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 19561
diff changeset
9 * Pidgin 2.1.1 only.
19561
f1740f23c896 Update msimprpl CHANGES for 0.17 (if it is ever released independently).
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 19401
diff changeset
10
19401
ff23b2470850 Update msimprpl to 0.16.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 19349
diff changeset
11 2007-08-23 Jeff Connelly <pidgin@xyzzy.cjb.net> - 0.16
ff23b2470850 Update msimprpl to 0.16.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 19349
diff changeset
12 * Add option to add all friends from myspace.com to your buddy list (#2660)
ff23b2470850 Update msimprpl to 0.16.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 19349
diff changeset
13 * If a user doesn't have a picture, don't display an icon (instead of
ff23b2470850 Update msimprpl to 0.16.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 19349
diff changeset
14 displaying MySpace's "no photo" icon)
ff23b2470850 Update msimprpl to 0.16.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 19349
diff changeset
15 * Fix #2725, a common crash related to buddy icon data
ff23b2470850 Update msimprpl to 0.16.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 19349
diff changeset
16 * Fix #2752, which led to duplicate groups
ff23b2470850 Update msimprpl to 0.16.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 19349
diff changeset
17 * Fix #2720, crash/disconnect when adding a buddy that doesn't exist
ff23b2470850 Update msimprpl to 0.16.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 19349
diff changeset
18 (You'll now receive an error when looking up invalid usernames).
19561
f1740f23c896 Update msimprpl CHANGES for 0.17 (if it is ever released independently).
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 19401
diff changeset
19 * Source-code release only.
19401
ff23b2470850 Update msimprpl to 0.16.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 19349
diff changeset
20
19349
35da6d99d7f0 Update for 0.15 for GSoC final release for Google.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 18910
diff changeset
21 2007-08-22 Jeff Connelly <pidgin@xyzzy.cjb.net> - 0.15
35da6d99d7f0 Update for 0.15 for GSoC final release for Google.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 18910
diff changeset
22 * Incomplete implementation of adding friends from myspace.com.
35da6d99d7f0 Update for 0.15 for GSoC final release for Google.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 18910
diff changeset
23 * Change msim_msg_get() to start at the given node instead of the beginning.
35da6d99d7f0 Update for 0.15 for GSoC final release for Google.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 18910
diff changeset
24 * Add msim_msg_get_*_from_element() to access data in MsimMessagElement *'s.
35da6d99d7f0 Update for 0.15 for GSoC final release for Google.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 18910
diff changeset
25 * Use MsimMessage dictionaries everywhere in incoming messages, instead of
35da6d99d7f0 Update for 0.15 for GSoC final release for Google.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 18910
diff changeset
26 the old GHashTable method. Dictionary type is now fully implemented.
35da6d99d7f0 Update for 0.15 for GSoC final release for Google.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 18910
diff changeset
27 * Add functions to loop over MsimMessages.
35da6d99d7f0 Update for 0.15 for GSoC final release for Google.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 18910
diff changeset
28 * Link to myspace.com profile in Get Info.
35da6d99d7f0 Update for 0.15 for GSoC final release for Google.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 18910
diff changeset
29 * Conditionally use my proposed attention API if defined.
35da6d99d7f0 Update for 0.15 for GSoC final release for Google.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 18910
diff changeset
30 * Propagate to im.pidgin.pidgin branch for 2.1.2.
35da6d99d7f0 Update for 0.15 for GSoC final release for Google.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 18910
diff changeset
31 * GSoC ended on 2007-08-20. The code in this release hasn't changed since
35da6d99d7f0 Update for 0.15 for GSoC final release for Google.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 18910
diff changeset
32 then. I did, however, bump the version number to 0.15 to distinguish this
35da6d99d7f0 Update for 0.15 for GSoC final release for Google.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 18910
diff changeset
33 release from the previous one. But there were no code changes. I updated
35da6d99d7f0 Update for 0.15 for GSoC final release for Google.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 18910
diff changeset
34 the text files, too.
35da6d99d7f0 Update for 0.15 for GSoC final release for Google.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 18910
diff changeset
35 * Note: msimprpl will continue to be developed as time permits.
35da6d99d7f0 Update for 0.15 for GSoC final release for Google.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 18910
diff changeset
36
18910
2115910c5746 Update for 0.14.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17975
diff changeset
37 2007-08-12 Jeff Connelly <jeff2@soc.pidgin.im> - 0.14
2115910c5746 Update for 0.14.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17975
diff changeset
38 * Full emoticon support (except no difference between nerd and geek emoticons),
2115910c5746 Update for 0.14.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17975
diff changeset
39 thanks to a number of new icons from Hylke Bons.
2115910c5746 Update for 0.14.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17975
diff changeset
40 * Package Win32 release archive so that it can easily be extracted directly
2115910c5746 Update for 0.14.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17975
diff changeset
41 into the folder Pidgin was installed to.
2115910c5746 Update for 0.14.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17975
diff changeset
42 * Better password handling, may now support Unicode passwords.
2115910c5746 Update for 0.14.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17975
diff changeset
43 * Much general clean-up and restructuring of the code.
2115910c5746 Update for 0.14.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17975
diff changeset
44 * Resolve user ID from buddy list, if it exists. Greatly improves speed of
2115910c5746 Update for 0.14.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17975
diff changeset
45 receiving messages from user IDs.
2115910c5746 Update for 0.14.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17975
diff changeset
46 * Support sending and receiving hyperlinks.
2115910c5746 Update for 0.14.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17975
diff changeset
47 * Fix #2521 by reimplementing protocol message escaping to work correctly.
2115910c5746 Update for 0.14.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17975
diff changeset
48 * Fix #2520 by indicating sign-on at the correct time.
2115910c5746 Update for 0.14.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17975
diff changeset
49
2115910c5746 Update for 0.14.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17975
diff changeset
50 2007-08-04 Jeff Connelly <jeff2@soc.pidgin.im> - 0.13
17975
496affa42816 Update for 0.13 release.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17951
diff changeset
51 * Fix crash when deleting buddies, on Windows.
496affa42816 Update for 0.13 release.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17951
diff changeset
52 * Disable sending client version to oncoming buddies (compile-time option).
496affa42816 Update for 0.13 release.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17951
diff changeset
53 * Updated login process (more closely resembles official client).
496affa42816 Update for 0.13 release.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17951
diff changeset
54 * Zaps, sending and receiving
496affa42816 Update for 0.13 release.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17951
diff changeset
55 * Emoticons, mapped to Pidgin-supported smileys
496affa42816 Update for 0.13 release.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17951
diff changeset
56 * Show official client build in buddy profiles.
496affa42816 Update for 0.13 release.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17951
diff changeset
57
17951
c0758f8dff33 Update for 0.12.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17944
diff changeset
58 2007-07-15 Jeff Connelly <jeff2@soc.pidgin.im> - 0.12
17943
12606e503d70 Add (in-progress) 0.12 with changes.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17940
diff changeset
59 * Allow logging in with passwords containing uppercase letters (bug #2066)
12606e503d70 Add (in-progress) 0.12 with changes.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17940
diff changeset
60 * Add /3 -> | translation to escaping.
17944
c109b7f1c739 Allow setting status string messages. Known bug: custom status messages always
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17943
diff changeset
61 * Allow setting status string.
17951
c0758f8dff33 Update for 0.12.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17944
diff changeset
62 * Disable keepalive timeout.
c0758f8dff33 Update for 0.12.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17944
diff changeset
63 * Remove faking self online, instead show real status (now that it exists).
c0758f8dff33 Update for 0.12.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17944
diff changeset
64 * Support font sizes in incoming instant messages.
c0758f8dff33 Update for 0.12.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17944
diff changeset
65 * Add support for mail notifications.
17943
12606e503d70 Add (in-progress) 0.12 with changes.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17940
diff changeset
66
17940
1f08b7a0fc12 Update for 0.11, and fix build process on Unix. Closes #2086.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17695
diff changeset
67 2007-07-09 Jeff Connelly <jeff2@soc.pidgin.im> - 0.11
1f08b7a0fc12 Update for 0.11, and fix build process on Unix. Closes #2086.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17695
diff changeset
68 * Allow going idle (tested with I'dle Ma'ker) and viewing idle status of
1f08b7a0fc12 Update for 0.11, and fix build process on Unix. Closes #2086.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17695
diff changeset
69 buddies (thanks to Scott Ellis, developing a MySpaceIM plugin for Miranda IM,
17687
d0c8b7748065 Add msim_check_alive(), called every MSIM_KEEPALIVE_INTERVAL_CHECK milliseconds,
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17686
diff changeset
70 for finding the idle status code.)
17940
1f08b7a0fc12 Update for 0.11, and fix build process on Unix. Closes #2086.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17695
diff changeset
71 * Time out if no data from server within a certain amount of time
1f08b7a0fc12 Update for 0.11, and fix build process on Unix. Closes #2086.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17695
diff changeset
72 (keep alives).
17693
3c613fec5617 Set status to current status when signing on. This makes the "Sign in as
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17687
diff changeset
73 * Remove "Sign on as hidden" option, and always set status to current status
3c613fec5617 Set status to current status when signing on. This makes the "Sign in as
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17687
diff changeset
74 when signing on.
17695
13bba54b429d Support sending some formatted text in instant messages.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17693
diff changeset
75 * Some support for sending formatted text.
17940
1f08b7a0fc12 Update for 0.11, and fix build process on Unix. Closes #2086.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17695
diff changeset
76 * Fix build process on Unix, bug #2086.
17686
87b77f1ea086 Add support for idle.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17685
diff changeset
77
17685
ea5258b0f67d Update for 0.10.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17684
diff changeset
78 2007-07-03 Jeff Connelly <jeff2@soc.pidgin.im> - 0.10
17684
e440846f9a21 Increase password length limit to 10 and update changes file.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17682
diff changeset
79 * On incoming instant messages, add support for:
e440846f9a21 Increase password length limit to 10 and update changes file.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17682
diff changeset
80 * Text color
e440846f9a21 Increase password length limit to 10 and update changes file.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17682
diff changeset
81 * Font face
17682
32959ccd8066 Update CHANGES about hidden option.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17680
diff changeset
82 * Add option to sign on as hidden, default off (previously, always was hidden)
17684
e440846f9a21 Increase password length limit to 10 and update changes file.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17682
diff changeset
83 * Add ability to change status to hidden, available, away
17685
ea5258b0f67d Update for 0.10.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17684
diff changeset
84 * Increase password length limit to 10 to match official client (bug #2010)
17677
11988aee28f2 Add msim_color_to_purple() to convert msim markup color to a color for
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17675
diff changeset
85
17680
d87916bd1d73 Fix email address.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17678
diff changeset
86 2007-07-01 Jeff Connelly <jeff2@soc.pidgin.im> - 0.9
17675
a752e1017fe9 Update for 0.9.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17671
diff changeset
87 * Fix crash on Windows when logging in (bug #1990)
a752e1017fe9 Update for 0.9.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17671
diff changeset
88 * Fix crash on Windows when viewing tooltip text (bug #1999)
a752e1017fe9 Update for 0.9.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17671
diff changeset
89
17680
d87916bd1d73 Fix email address.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17678
diff changeset
90 2007-06-30 Jeff Connelly <jeff2@soc.pidgin.im> - 0.8
17658
4f65f25f9447 Update for (future) 0.8.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17330
diff changeset
91 * Allow "Get Info" on all users, by uid or username
17666
d81f57b8b3d1 Update for 0.8 - fix crash, password length.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17658
diff changeset
92 * Fix crash when re-logging in, if login failed.
d81f57b8b3d1 Update for 0.8 - fix crash, password length.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17658
diff changeset
93 * Show descriptive error message if login password is too long.
17670
7e4e3f6582d2 Add MSIM_FAKE_SELF_ONLINE preprocessor definition (which I define) to fake
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17667
diff changeset
94 * Fake self from being online, since can't add self to buddy list.
17667
32b9b6af1010 Update CHANGES to note transition to Libpurple 2.0.1.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17666
diff changeset
95 * Update for Libpurple 2.0.2.
17671
c5645d80aedc Update for v0.8 release.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17670
diff changeset
96 * Partial support for formatting on incoming instant messages.
17658
4f65f25f9447 Update for (future) 0.8.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17330
diff changeset
97
17680
d87916bd1d73 Fix email address.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17678
diff changeset
98 2007-06-14 Jeff Connelly <jeff2@soc.pidgin.im> - 0.7
17330
0c4645a2dfa9 Update for 0.7.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17328
diff changeset
99 * Add/delete buddy now functional (required many other code improvements).
0c4645a2dfa9 Update for 0.7.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17328
diff changeset
100 * Show improved buddy information in tooltip text.
0c4645a2dfa9 Update for 0.7.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17328
diff changeset
101 * Show user profile (in "Get Info" option) for buddies on buddy list.
17666
d81f57b8b3d1 Update for 0.8 - fix crash, password length.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17658
diff changeset
102 * Fix crash when re-logging in, if login succeeded.
17330
0c4645a2dfa9 Update for 0.7.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17328
diff changeset
103
17680
d87916bd1d73 Fix email address.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17678
diff changeset
104 2007-06-12 Jeff Connelly <jeff2@soc.pidgin.im> - 0.6
17328
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
105 * Use RC4 code from Libpurple 2.0.1
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
106 * Use a new implementation for sending and receiving messages (MsimMessage).
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
107 This infrastructural change significantly improves extensibility.
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
108 * Show online buddies as online.
17330
0c4645a2dfa9 Update for 0.7.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17328
diff changeset
109 * Send and receive typing notifications (along with other required changes).
17328
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
110
17680
d87916bd1d73 Fix email address.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17678
diff changeset
111 2007-05-22 Jeff Connelly <jeff2@soc.pidgin.im> - 0.5
17328
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
112 * Add protocol escaping, so can now send and receive / and \ characters
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
113 * Designed Pidgin 2.0.0beta7
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
114 * Use RC4 code from Samba
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
115 * Use translations (_ macro)
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
116 * No major changes to code, still getting familiar with tools & community
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
117
17680
d87916bd1d73 Fix email address.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17678
diff changeset
118 2007-04-29 Jeff Connelly <jeff2@soc.pidgin.im>
17328
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
119
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
120 * NOTE: This code is now being developed under Monotone, in the
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
121 im.pidgin.soc.2007.msimprpl branch on my local computer, which
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
122 is periodically sync'd with pidgin.im's Monotone database.
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
123
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
124 Changes will be logged to Monotone.
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
125
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
126 2007-04-15 Jeff Connelly <myspaceim@xyzzy.cjb.net> - 0.4
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
127
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
128 * Gracefully handle a full receive buffer
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
129 * Handle fatal errors
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
130 * Last version for Gaim 2.0.0beta6
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
131
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
132 2007-04-14 Jeff Connelly <myspaceim@xyzzy.cjb.net> - 0.3
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
133
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
134 * Win32 support
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
135 * Add a large number of precondition checks and a handful of assertions
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
136 * Add documentation to each function, for doxygen.
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
137
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
138 2007-04-10 Jeff Connelly <myspaceim@xyzzy.cjb.net> - 0.2
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
139
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
140 * Add ability to IM by email address.
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
141 * Show usernames on buddy list instead of userids.
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
142 * Show incoming messages as coming from username, instead of userid.
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
143 * Add status messages and tooltip text.
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
144
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
145 2007-04-09 Jeff Connelly <myspaceim@xyzzy.cjb.net> - 0.1
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
146
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
147 * Parsing most of the protocol.
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
148 * Logging in using RC4/SHA1-based authentication.
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
149 * Sending messages, by numeric userid or username.
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
150 * Receiving messages, currently only by numeric userid.
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
151 * Some buddy list support (show all users on buddy list as online, by uid).
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
152
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
153 2007-04-07 Jeff Connelly <myspaceim@xyzzy.cjb.net> - 0.0
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
154
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
155 * Initial version. Login only. Not publicly released.
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
156