Mercurial > pidgin
annotate libpurple/protocols/myspace/CHANGES @ 20257:1141d47b162c
Kill CRLF line-endings to make sure this compiles on Solaris. This is a
re-application of the fix in 43e06ba1c67cc326d2d93f14d67709b2375da88b.
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Fri, 28 Sep 2007 17:05:20 +0000 |
parents | f586bc904d71 |
children |
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 | 37 2007-08-12 Jeff Connelly <jeff2@soc.pidgin.im> - 0.14 |
38 * Full emoticon support (except no difference between nerd and geek emoticons), | |
39 thanks to a number of new icons from Hylke Bons. | |
40 * Package Win32 release archive so that it can easily be extracted directly | |
41 into the folder Pidgin was installed to. | |
42 * Better password handling, may now support Unicode passwords. | |
43 * Much general clean-up and restructuring of the code. | |
44 * Resolve user ID from buddy list, if it exists. Greatly improves speed of | |
45 receiving messages from user IDs. | |
46 * Support sending and receiving hyperlinks. | |
47 * Fix #2521 by reimplementing protocol message escaping to work correctly. | |
48 * Fix #2520 by indicating sign-on at the correct time. | |
49 | |
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 | 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 | 62 * Disable keepalive timeout. |
63 * Remove faking self online, instead show real status (now that it exists). | |
64 * Support font sizes in incoming instant messages. | |
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 | 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 | 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 | 87 * Fix crash on Windows when logging in (bug #1990) |
88 * Fix crash on Windows when viewing tooltip text (bug #1999) | |
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 | 99 * Add/delete buddy now functional (required many other code improvements). |
100 * Show improved buddy information in tooltip text. | |
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 | 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 | 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 |