annotate libpurple/protocols/myspace/CHANGES @ 19401:ff23b2470850

Update msimprpl to 0.16.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Fri, 24 Aug 2007 06:39:51 +0000
parents 35da6d99d7f0
children f1740f23c896
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
19401
ff23b2470850 Update msimprpl to 0.16.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 19349
diff changeset
1 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
2 * 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
3 * 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
4 displaying MySpace's "no photo" icon)
ff23b2470850 Update msimprpl to 0.16.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 19349
diff changeset
5 * 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
6 * Fix #2752, which led to duplicate groups
ff23b2470850 Update msimprpl to 0.16.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 19349
diff changeset
7 * 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
8 (You'll now receive an error when looking up invalid usernames).
ff23b2470850 Update msimprpl to 0.16.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 19349
diff changeset
9
19349
35da6d99d7f0 Update for 0.15 for GSoC final release for Google.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 18910
diff changeset
10 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
11 * 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
12 * 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
13 * 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
14 * 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
15 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
16 * 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
17 * 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
18 * 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
19 * 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
20 * 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
21 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
22 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
23 the text files, too.
35da6d99d7f0 Update for 0.15 for GSoC final release for Google.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 18910
diff changeset
24 * 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
25
18910
2115910c5746 Update for 0.14.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17975
diff changeset
26 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
27 * 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
28 thanks to a number of new icons from Hylke Bons.
2115910c5746 Update for 0.14.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17975
diff changeset
29 * 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
30 into the folder Pidgin was installed to.
2115910c5746 Update for 0.14.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17975
diff changeset
31 * Better password handling, may now support Unicode passwords.
2115910c5746 Update for 0.14.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17975
diff changeset
32 * Much general clean-up and restructuring of the code.
2115910c5746 Update for 0.14.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17975
diff changeset
33 * 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
34 receiving messages from user IDs.
2115910c5746 Update for 0.14.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17975
diff changeset
35 * Support sending and receiving hyperlinks.
2115910c5746 Update for 0.14.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17975
diff changeset
36 * Fix #2521 by reimplementing protocol message escaping to work correctly.
2115910c5746 Update for 0.14.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17975
diff changeset
37 * Fix #2520 by indicating sign-on at the correct time.
2115910c5746 Update for 0.14.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17975
diff changeset
38
2115910c5746 Update for 0.14.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17975
diff changeset
39 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
40 * Fix crash when deleting buddies, on Windows.
496affa42816 Update for 0.13 release.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17951
diff changeset
41 * 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
42 * Updated login process (more closely resembles official client).
496affa42816 Update for 0.13 release.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17951
diff changeset
43 * Zaps, sending and receiving
496affa42816 Update for 0.13 release.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17951
diff changeset
44 * Emoticons, mapped to Pidgin-supported smileys
496affa42816 Update for 0.13 release.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17951
diff changeset
45 * Show official client build in buddy profiles.
496affa42816 Update for 0.13 release.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17951
diff changeset
46
17951
c0758f8dff33 Update for 0.12.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17944
diff changeset
47 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
48 * 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
49 * 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
50 * Allow setting status string.
17951
c0758f8dff33 Update for 0.12.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17944
diff changeset
51 * Disable keepalive timeout.
c0758f8dff33 Update for 0.12.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17944
diff changeset
52 * 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
53 * Support font sizes in incoming instant messages.
c0758f8dff33 Update for 0.12.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17944
diff changeset
54 * Add support for mail notifications.
17943
12606e503d70 Add (in-progress) 0.12 with changes.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17940
diff changeset
55
17940
1f08b7a0fc12 Update for 0.11, and fix build process on Unix. Closes #2086.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17695
diff changeset
56 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
57 * 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
58 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
59 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
60 * 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
61 (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
62 * 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
63 when signing on.
17695
13bba54b429d Support sending some formatted text in instant messages.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17693
diff changeset
64 * 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
65 * Fix build process on Unix, bug #2086.
17686
87b77f1ea086 Add support for idle.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17685
diff changeset
66
17685
ea5258b0f67d Update for 0.10.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17684
diff changeset
67 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
68 * 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
69 * Text color
e440846f9a21 Increase password length limit to 10 and update changes file.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17682
diff changeset
70 * Font face
17682
32959ccd8066 Update CHANGES about hidden option.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17680
diff changeset
71 * 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
72 * Add ability to change status to hidden, available, away
17685
ea5258b0f67d Update for 0.10.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17684
diff changeset
73 * 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
74
17680
d87916bd1d73 Fix email address.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17678
diff changeset
75 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
76 * Fix crash on Windows when logging in (bug #1990)
a752e1017fe9 Update for 0.9.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17671
diff changeset
77 * Fix crash on Windows when viewing tooltip text (bug #1999)
a752e1017fe9 Update for 0.9.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17671
diff changeset
78
17680
d87916bd1d73 Fix email address.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17678
diff changeset
79 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
80 * 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
81 * 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
82 * 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
83 * 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
84 * Update for Libpurple 2.0.2.
17671
c5645d80aedc Update for v0.8 release.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17670
diff changeset
85 * Partial support for formatting on incoming instant messages.
17658
4f65f25f9447 Update for (future) 0.8.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17330
diff changeset
86
17680
d87916bd1d73 Fix email address.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17678
diff changeset
87 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
88 * Add/delete buddy now functional (required many other code improvements).
0c4645a2dfa9 Update for 0.7.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17328
diff changeset
89 * Show improved buddy information in tooltip text.
0c4645a2dfa9 Update for 0.7.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17328
diff changeset
90 * 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
91 * Fix crash when re-logging in, if login succeeded.
17330
0c4645a2dfa9 Update for 0.7.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17328
diff changeset
92
17680
d87916bd1d73 Fix email address.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17678
diff changeset
93 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
94 * 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
95 * 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
96 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
97 * Show online buddies as online.
17330
0c4645a2dfa9 Update for 0.7.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17328
diff changeset
98 * 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
99
17680
d87916bd1d73 Fix email address.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17678
diff changeset
100 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
101 * 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
102 * Designed Pidgin 2.0.0beta7
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
103 * Use RC4 code from Samba
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
104 * Use translations (_ macro)
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
105 * 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
106
17680
d87916bd1d73 Fix email address.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17678
diff changeset
107 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
108
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
109 * 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
110 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
111 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
112
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
113 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
114
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
115 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
116
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
117 * 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
118 * Handle fatal errors
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
119 * 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
120
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
121 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
122
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
123 * Win32 support
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
124 * 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
125 * 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
126
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
127 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
128
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
129 * 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
130 * 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
131 * 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
132 * 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
133
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
134 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
135
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
136 * Parsing most of the protocol.
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
137 * 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
138 * 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
139 * 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
140 * 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
141
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
142 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
143
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
144 * 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
145