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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
05e2df434077 Import msimprpl 0.4.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
10 2007-04-15 Jeff Connelly <myspaceim@xyzzy.cjb.net> - 0.4
05e2df434077 Import msimprpl 0.4.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
11
05e2df434077 Import msimprpl 0.4.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
12 * Gracefully handle a full receive buffer
05e2df434077 Import msimprpl 0.4.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
13 * Handle fatal errors
05e2df434077 Import msimprpl 0.4.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
14
05e2df434077 Import msimprpl 0.4.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
15 2007-04-14 Jeff Connelly <myspaceim@xyzzy.cjb.net> - 0.3
05e2df434077 Import msimprpl 0.4.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
16
05e2df434077 Import msimprpl 0.4.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
17 * Win32 support
05e2df434077 Import msimprpl 0.4.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
18 * Add a large number of precondition checks and a handful of assertions
05e2df434077 Import msimprpl 0.4.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
19 * Add documentation to each function, for doxygen.
05e2df434077 Import msimprpl 0.4.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
20
05e2df434077 Import msimprpl 0.4.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
21 2007-04-10 Jeff Connelly <myspaceim@xyzzy.cjb.net> - 0.2
05e2df434077 Import msimprpl 0.4.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
22
05e2df434077 Import msimprpl 0.4.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
23 * Add ability to IM by email address.
05e2df434077 Import msimprpl 0.4.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
24 * Show usernames on buddy list instead of userids.
05e2df434077 Import msimprpl 0.4.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
25 * Show incoming messages as coming from username, instead of userid.
05e2df434077 Import msimprpl 0.4.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
26 * Add status messages and tooltip text.
05e2df434077 Import msimprpl 0.4.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
27
05e2df434077 Import msimprpl 0.4.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
28 2007-04-09 Jeff Connelly <myspaceim@xyzzy.cjb.net> - 0.1
05e2df434077 Import msimprpl 0.4.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
29
05e2df434077 Import msimprpl 0.4.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
30 * Parsing most of the protocol.
05e2df434077 Import msimprpl 0.4.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
31 * Logging in using RC4/SHA1-based authentication.
05e2df434077 Import msimprpl 0.4.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
32 * Sending messages, by numeric userid or username.
05e2df434077 Import msimprpl 0.4.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
33 * Receiving messages, currently only by numeric userid.
05e2df434077 Import msimprpl 0.4.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
34 * Some buddy list support (show all users on buddy list as online, by uid).
05e2df434077 Import msimprpl 0.4.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
35
05e2df434077 Import msimprpl 0.4.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
36 2007-04-07 Jeff Connelly <myspaceim@xyzzy.cjb.net> - 0.0
05e2df434077 Import msimprpl 0.4.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
37
05e2df434077 Import msimprpl 0.4.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
38 * Initial version. Login only. Not publicly released.
05e2df434077 Import msimprpl 0.4.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
39