annotate libpurple/protocols/myspace/CHANGES @ 19349:35da6d99d7f0

Update for 0.15 for GSoC final release for Google. Documentation updates only (no code changes).
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Thu, 23 Aug 2007 04:41:40 +0000
parents 2115910c5746
children ff23b2470850
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
19349
35da6d99d7f0 Update for 0.15 for GSoC final release for Google.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 18910
diff changeset
1 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
2 * 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
3 * 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
4 * 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
5 * 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
6 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
7 * 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
8 * 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
9 * 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
10 * 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
11 * 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
12 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
13 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
14 the text files, too.
35da6d99d7f0 Update for 0.15 for GSoC final release for Google.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 18910
diff changeset
15 * 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
16
18910
2115910c5746 Update for 0.14.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17975
diff changeset
17 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
18 * 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
19 thanks to a number of new icons from Hylke Bons.
2115910c5746 Update for 0.14.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17975
diff changeset
20 * 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
21 into the folder Pidgin was installed to.
2115910c5746 Update for 0.14.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17975
diff changeset
22 * Better password handling, may now support Unicode passwords.
2115910c5746 Update for 0.14.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17975
diff changeset
23 * Much general clean-up and restructuring of the code.
2115910c5746 Update for 0.14.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17975
diff changeset
24 * 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
25 receiving messages from user IDs.
2115910c5746 Update for 0.14.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17975
diff changeset
26 * Support sending and receiving hyperlinks.
2115910c5746 Update for 0.14.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17975
diff changeset
27 * Fix #2521 by reimplementing protocol message escaping to work correctly.
2115910c5746 Update for 0.14.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17975
diff changeset
28 * Fix #2520 by indicating sign-on at the correct time.
2115910c5746 Update for 0.14.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17975
diff changeset
29
2115910c5746 Update for 0.14.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17975
diff changeset
30 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
31 * Fix crash when deleting buddies, on Windows.
496affa42816 Update for 0.13 release.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17951
diff changeset
32 * 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
33 * Updated login process (more closely resembles official client).
496affa42816 Update for 0.13 release.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17951
diff changeset
34 * Zaps, sending and receiving
496affa42816 Update for 0.13 release.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17951
diff changeset
35 * Emoticons, mapped to Pidgin-supported smileys
496affa42816 Update for 0.13 release.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17951
diff changeset
36 * Show official client build in buddy profiles.
496affa42816 Update for 0.13 release.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17951
diff changeset
37
17951
c0758f8dff33 Update for 0.12.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17944
diff changeset
38 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
39 * 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
40 * 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
41 * Allow setting status string.
17951
c0758f8dff33 Update for 0.12.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17944
diff changeset
42 * Disable keepalive timeout.
c0758f8dff33 Update for 0.12.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17944
diff changeset
43 * 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
44 * Support font sizes in incoming instant messages.
c0758f8dff33 Update for 0.12.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17944
diff changeset
45 * Add support for mail notifications.
17943
12606e503d70 Add (in-progress) 0.12 with changes.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17940
diff changeset
46
17940
1f08b7a0fc12 Update for 0.11, and fix build process on Unix. Closes #2086.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17938
diff changeset
47 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: 17938
diff changeset
48 * 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: 17938
diff changeset
49 buddies (thanks to Scott Ellis, developing a MySpaceIM plugin for Miranda IM,
17930
d0c8b7748065 Add msim_check_alive(), called every MSIM_KEEPALIVE_INTERVAL_CHECK milliseconds,
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17929
diff changeset
50 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: 17938
diff changeset
51 * 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: 17938
diff changeset
52 (keep alives).
17936
3c613fec5617 Set status to current status when signing on. This makes the "Sign in as
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17930
diff changeset
53 * 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: 17930
diff changeset
54 when signing on.
17938
13bba54b429d Support sending some formatted text in instant messages.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17936
diff changeset
55 * 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: 17938
diff changeset
56 * Fix build process on Unix, bug #2086.
17929
87b77f1ea086 Add support for idle.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17928
diff changeset
57
17928
ea5258b0f67d Update for 0.10.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17927
diff changeset
58 2007-07-03 Jeff Connelly <jeff2@soc.pidgin.im> - 0.10
17927
e440846f9a21 Increase password length limit to 10 and update changes file.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17925
diff changeset
59 * On incoming instant messages, add support for:
e440846f9a21 Increase password length limit to 10 and update changes file.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17925
diff changeset
60 * Text color
e440846f9a21 Increase password length limit to 10 and update changes file.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17925
diff changeset
61 * Font face
17925
32959ccd8066 Update CHANGES about hidden option.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17923
diff changeset
62 * Add option to sign on as hidden, default off (previously, always was hidden)
17927
e440846f9a21 Increase password length limit to 10 and update changes file.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17925
diff changeset
63 * Add ability to change status to hidden, available, away
17928
ea5258b0f67d Update for 0.10.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17927
diff changeset
64 * Increase password length limit to 10 to match official client (bug #2010)
17920
11988aee28f2 Add msim_color_to_purple() to convert msim markup color to a color for
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17918
diff changeset
65
17923
d87916bd1d73 Fix email address.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17921
diff changeset
66 2007-07-01 Jeff Connelly <jeff2@soc.pidgin.im> - 0.9
17918
a752e1017fe9 Update for 0.9.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17914
diff changeset
67 * Fix crash on Windows when logging in (bug #1990)
a752e1017fe9 Update for 0.9.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17914
diff changeset
68 * Fix crash on Windows when viewing tooltip text (bug #1999)
a752e1017fe9 Update for 0.9.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17914
diff changeset
69
17923
d87916bd1d73 Fix email address.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17921
diff changeset
70 2007-06-30 Jeff Connelly <jeff2@soc.pidgin.im> - 0.8
17901
4f65f25f9447 Update for (future) 0.8.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17387
diff changeset
71 * Allow "Get Info" on all users, by uid or username
17909
d81f57b8b3d1 Update for 0.8 - fix crash, password length.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17901
diff changeset
72 * Fix crash when re-logging in, if login failed.
d81f57b8b3d1 Update for 0.8 - fix crash, password length.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17901
diff changeset
73 * Show descriptive error message if login password is too long.
17913
7e4e3f6582d2 Add MSIM_FAKE_SELF_ONLINE preprocessor definition (which I define) to fake
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17910
diff changeset
74 * Fake self from being online, since can't add self to buddy list.
17910
32b9b6af1010 Update CHANGES to note transition to Libpurple 2.0.1.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17909
diff changeset
75 * Update for Libpurple 2.0.2.
17914
c5645d80aedc Update for v0.8 release.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17913
diff changeset
76 * Partial support for formatting on incoming instant messages.
17901
4f65f25f9447 Update for (future) 0.8.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17387
diff changeset
77
17923
d87916bd1d73 Fix email address.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17921
diff changeset
78 2007-06-14 Jeff Connelly <jeff2@soc.pidgin.im> - 0.7
17387
0c4645a2dfa9 Update for 0.7.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17385
diff changeset
79 * Add/delete buddy now functional (required many other code improvements).
0c4645a2dfa9 Update for 0.7.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17385
diff changeset
80 * Show improved buddy information in tooltip text.
0c4645a2dfa9 Update for 0.7.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17385
diff changeset
81 * Show user profile (in "Get Info" option) for buddies on buddy list.
17909
d81f57b8b3d1 Update for 0.8 - fix crash, password length.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17901
diff changeset
82 * Fix crash when re-logging in, if login succeeded.
17387
0c4645a2dfa9 Update for 0.7.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17385
diff changeset
83
17923
d87916bd1d73 Fix email address.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17921
diff changeset
84 2007-06-12 Jeff Connelly <jeff2@soc.pidgin.im> - 0.6
17385
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
85 * 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
86 * 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
87 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
88 * Show online buddies as online.
17387
0c4645a2dfa9 Update for 0.7.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17385
diff changeset
89 * Send and receive typing notifications (along with other required changes).
17385
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
90
17923
d87916bd1d73 Fix email address.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17921
diff changeset
91 2007-05-22 Jeff Connelly <jeff2@soc.pidgin.im> - 0.5
17385
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
92 * 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
93 * Designed Pidgin 2.0.0beta7
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
94 * Use RC4 code from Samba
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
95 * Use translations (_ macro)
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
96 * 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
97
17923
d87916bd1d73 Fix email address.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17921
diff changeset
98 2007-04-29 Jeff Connelly <jeff2@soc.pidgin.im>
17385
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
99
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
100 * 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
101 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
102 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
103
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
104 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
105
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
106 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
107
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
108 * 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
109 * Handle fatal errors
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
110 * 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
111
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
112 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
113
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
114 * Win32 support
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
115 * 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
116 * 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
117
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
118 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
119
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
120 * 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
121 * 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
122 * 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
123 * 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
124
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
125 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
126
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
127 * Parsing most of the protocol.
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
128 * 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
129 * 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
130 * 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
131 * 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
132
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
133 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
134
22d3499df3f6 Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
135 * 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
136