Mercurial > pidgin
annotate libpurple/protocols/myspace/ChangeLog @ 24592:104f6f755c7e
Make our purple_util_fetch_url_request() function able to handle
fetching stuff from https urls. This is needed by yahoo's
webmessenger style login, if we want to try enable it again.
And it will be needed by the new oscar authentication.
I wrote this maybe a year ago and we've been using it at Meebo
with no problems, but it would be great if one person could look
through these changes.
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Sat, 06 Dec 2008 01:08:20 +0000 |
| parents | d87916bd1d73 |
| children |
| rev | line source |
|---|---|
|
16408
b138e81a0831
Add note about Monotone.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
16394
diff
changeset
|
1 |
|
17680
d87916bd1d73
Fix email address.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
16408
diff
changeset
|
2 2007-04-29 Jeff Connelly <jeff2@soc.pidgin.com> |
|
16408
b138e81a0831
Add note about Monotone.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
16394
diff
changeset
|
3 |
|
b138e81a0831
Add note about Monotone.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
16394
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:
16394
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:
16394
diff
changeset
|
6 is periodically sync'd with pidgin.im's Monotone database. |
|
b138e81a0831
Add note about Monotone.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
16394
diff
changeset
|
7 |
|
b138e81a0831
Add note about Monotone.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
16394
diff
changeset
|
8 Changes will be logged to Monotone. |
|
b138e81a0831
Add note about Monotone.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
16394
diff
changeset
|
9 |
| 16394 | 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 |
