Mercurial > pidgin
annotate libpurple/protocols/myspace/CHANGES @ 17695:13bba54b429d
Support sending some formatted text in instant messages.
Currently supported is:
* bold
* italic
* underline
* font face
Bold/italic/underline cannot be nested yet.
author | Jeffrey Connelly <jaconnel@calpoly.edu> |
---|---|
date | Thu, 05 Jul 2007 06:16:25 +0000 |
parents | 3c613fec5617 |
children | 1f08b7a0fc12 |
rev | line source |
---|---|
17686
87b77f1ea086
Add support for idle.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
17685
diff
changeset
|
1 2007-07-xx Jeff Connelly <jeff2@soc.pidgin.im> - 0.11 |
87b77f1ea086
Add support for idle.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
17685
diff
changeset
|
2 * Allow going idle (tested with I'dle Ma'ker) and viewing idle status of buddies |
17687
d0c8b7748065
Add msim_check_alive(), called every MSIM_KEEPALIVE_INTERVAL_CHECK milliseconds,
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
17686
diff
changeset
|
3 (thanks to Scott Ellis, developing a MySpaceIM plugin for Miranda IM, |
d0c8b7748065
Add msim_check_alive(), called every MSIM_KEEPALIVE_INTERVAL_CHECK milliseconds,
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
17686
diff
changeset
|
4 for finding the idle status code.) |
d0c8b7748065
Add msim_check_alive(), called every MSIM_KEEPALIVE_INTERVAL_CHECK milliseconds,
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
17686
diff
changeset
|
5 * Time out if no data from server within a certain amount of time (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
|
6 * 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
|
7 when signing on. |
17695
13bba54b429d
Support sending some formatted text in instant messages.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
17693
diff
changeset
|
8 * Some support for sending formatted text. |
17686
87b77f1ea086
Add support for idle.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
17685
diff
changeset
|
9 |
17685 | 10 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
|
11 * 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
|
12 * Text color |
e440846f9a21
Increase password length limit to 10 and update changes file.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
17682
diff
changeset
|
13 * Font face |
17682
32959ccd8066
Update CHANGES about hidden option.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
17680
diff
changeset
|
14 * 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
|
15 * Add ability to change status to hidden, available, away |
17685 | 16 * 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
|
17 |
17680
d87916bd1d73
Fix email address.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
17678
diff
changeset
|
18 2007-07-01 Jeff Connelly <jeff2@soc.pidgin.im> - 0.9 |
17675 | 19 * Fix crash on Windows when logging in (bug #1990) |
20 * Fix crash on Windows when viewing tooltip text (bug #1999) | |
21 | |
17680
d87916bd1d73
Fix email address.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
17678
diff
changeset
|
22 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
|
23 * 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
|
24 * 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
|
25 * 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
|
26 * 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
|
27 * Update for Libpurple 2.0.2. |
17671
c5645d80aedc
Update for v0.8 release.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
17670
diff
changeset
|
28 * Partial support for formatting on incoming instant messages. |
17658
4f65f25f9447
Update for (future) 0.8.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
17330
diff
changeset
|
29 |
17680
d87916bd1d73
Fix email address.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
17678
diff
changeset
|
30 2007-06-14 Jeff Connelly <jeff2@soc.pidgin.im> - 0.7 |
17330 | 31 * Add/delete buddy now functional (required many other code improvements). |
32 * Show improved buddy information in tooltip text. | |
33 * 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
|
34 * Fix crash when re-logging in, if login succeeded. |
17330 | 35 |
17680
d87916bd1d73
Fix email address.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
17678
diff
changeset
|
36 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
|
37 * 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
|
38 * 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
|
39 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
|
40 * Show online buddies as online. |
17330 | 41 * 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
|
42 |
17680
d87916bd1d73
Fix email address.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
17678
diff
changeset
|
43 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
|
44 * 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
|
45 * Designed Pidgin 2.0.0beta7 |
22d3499df3f6
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff
changeset
|
46 * Use RC4 code from Samba |
22d3499df3f6
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff
changeset
|
47 * Use translations (_ macro) |
22d3499df3f6
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff
changeset
|
48 * 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
|
49 |
17680
d87916bd1d73
Fix email address.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
17678
diff
changeset
|
50 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
|
51 |
22d3499df3f6
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff
changeset
|
52 * 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
|
53 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
|
54 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
|
55 |
22d3499df3f6
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff
changeset
|
56 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
|
57 |
22d3499df3f6
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff
changeset
|
58 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
|
59 |
22d3499df3f6
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff
changeset
|
60 * 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
|
61 * Handle fatal errors |
22d3499df3f6
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff
changeset
|
62 * 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
|
63 |
22d3499df3f6
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff
changeset
|
64 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
|
65 |
22d3499df3f6
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff
changeset
|
66 * Win32 support |
22d3499df3f6
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff
changeset
|
67 * 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
|
68 * 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
|
69 |
22d3499df3f6
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff
changeset
|
70 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
|
71 |
22d3499df3f6
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff
changeset
|
72 * 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
|
73 * 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
|
74 * 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
|
75 * 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
|
76 |
22d3499df3f6
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff
changeset
|
77 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
|
78 |
22d3499df3f6
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff
changeset
|
79 * Parsing most of the protocol. |
22d3499df3f6
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff
changeset
|
80 * 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
|
81 * 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
|
82 * 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
|
83 * 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
|
84 |
22d3499df3f6
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff
changeset
|
85 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
|
86 |
22d3499df3f6
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff
changeset
|
87 * 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
|
88 |