comparison libpurple/protocols/myspace/CHANGES @ 17328:22d3499df3f6

Add new file, CHANGES, describing high-level changes to msimprpl.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Thu, 14 Jun 2007 18:56:47 +0000
parents
children 0c4645a2dfa9
comparison
equal deleted inserted replaced
17327:320b0b450c7b 17328:22d3499df3f6
1 2007-06-12 Jeff Connelly <jeff2@homing.pidgin.im> - 0.6
2 * Use RC4 code from Libpurple 2.0.1
3 * Use a new implementation for sending and receiving messages (MsimMessage).
4 This infrastructural change significantly improves extensibility.
5 * Show online buddies as online.
6 * Send and receive typing notifications.
7
8 2007-05-22 Jeff Connelly <jeff2@homing.pidgin.im> - 0.5
9 * Add protocol escaping, so can now send and receive / and \ characters
10 * Designed Pidgin 2.0.0beta7
11 * Use RC4 code from Samba
12 * Use translations (_ macro)
13 * No major changes to code, still getting familiar with tools & community
14
15 2007-04-29 Jeff Connelly <jeff2@homing.pidgin.im>
16
17 * NOTE: This code is now being developed under Monotone, in the
18 im.pidgin.soc.2007.msimprpl branch on my local computer, which
19 is periodically sync'd with pidgin.im's Monotone database.
20
21 Changes will be logged to Monotone.
22
23 2007-04-15 Jeff Connelly <myspaceim@xyzzy.cjb.net> - 0.4
24
25 * Gracefully handle a full receive buffer
26 * Handle fatal errors
27 * Last version for Gaim 2.0.0beta6
28
29 2007-04-14 Jeff Connelly <myspaceim@xyzzy.cjb.net> - 0.3
30
31 * Win32 support
32 * Add a large number of precondition checks and a handful of assertions
33 * Add documentation to each function, for doxygen.
34
35 2007-04-10 Jeff Connelly <myspaceim@xyzzy.cjb.net> - 0.2
36
37 * Add ability to IM by email address.
38 * Show usernames on buddy list instead of userids.
39 * Show incoming messages as coming from username, instead of userid.
40 * Add status messages and tooltip text.
41
42 2007-04-09 Jeff Connelly <myspaceim@xyzzy.cjb.net> - 0.1
43
44 * Parsing most of the protocol.
45 * Logging in using RC4/SHA1-based authentication.
46 * Sending messages, by numeric userid or username.
47 * Receiving messages, currently only by numeric userid.
48 * Some buddy list support (show all users on buddy list as online, by uid).
49
50 2007-04-07 Jeff Connelly <myspaceim@xyzzy.cjb.net> - 0.0
51
52 * Initial version. Login only. Not publicly released.
53