Mercurial > pidgin.yaz
annotate libpurple/protocols/myspace/ChangeLog @ 17943:12606e503d70
Add (in-progress) 0.12 with changes.
author | Jeffrey Connelly <jaconnel@calpoly.edu> |
---|---|
date | Wed, 11 Jul 2007 05:23:19 +0000 |
parents | d87916bd1d73 |
children |
rev | line source |
---|---|
16409
b138e81a0831
Add note about Monotone.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
16395
diff
changeset
|
1 |
17923
d87916bd1d73
Fix email address.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
16409
diff
changeset
|
2 2007-04-29 Jeff Connelly <jeff2@soc.pidgin.com> |
16409
b138e81a0831
Add note about Monotone.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
16395
diff
changeset
|
3 |
b138e81a0831
Add note about Monotone.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
16395
diff
changeset
|
4 * NOTE: This code is now being developed under Monotone, in the |
b138e81a0831
Add note about Monotone.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
16395
diff
changeset
|
5 im.pidgin.soc.2007.msimprpl branch on my local computer, which |
b138e81a0831
Add note about Monotone.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
16395
diff
changeset
|
6 is periodically sync'd with pidgin.im's Monotone database. |
b138e81a0831
Add note about Monotone.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
16395
diff
changeset
|
7 |
b138e81a0831
Add note about Monotone.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
16395
diff
changeset
|
8 Changes will be logged to Monotone. |
b138e81a0831
Add note about Monotone.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
16395
diff
changeset
|
9 |
16395 | 10 2007-04-15 Jeff Connelly <myspaceim@xyzzy.cjb.net> - 0.4 |
11 | |
12 * Gracefully handle a full receive buffer | |
13 * Handle fatal errors | |
14 | |
15 2007-04-14 Jeff Connelly <myspaceim@xyzzy.cjb.net> - 0.3 | |
16 | |
17 * Win32 support | |
18 * Add a large number of precondition checks and a handful of assertions | |
19 * Add documentation to each function, for doxygen. | |
20 | |
21 2007-04-10 Jeff Connelly <myspaceim@xyzzy.cjb.net> - 0.2 | |
22 | |
23 * Add ability to IM by email address. | |
24 * Show usernames on buddy list instead of userids. | |
25 * Show incoming messages as coming from username, instead of userid. | |
26 * Add status messages and tooltip text. | |
27 | |
28 2007-04-09 Jeff Connelly <myspaceim@xyzzy.cjb.net> - 0.1 | |
29 | |
30 * Parsing most of the protocol. | |
31 * Logging in using RC4/SHA1-based authentication. | |
32 * Sending messages, by numeric userid or username. | |
33 * Receiving messages, currently only by numeric userid. | |
34 * Some buddy list support (show all users on buddy list as online, by uid). | |
35 | |
36 2007-04-07 Jeff Connelly <myspaceim@xyzzy.cjb.net> - 0.0 | |
37 | |
38 * Initial version. Login only. Not publicly released. | |
39 |