Sun, 26 Aug 2007 06:51:17 +0000
In msimprpl, move formatting functions to a markup module. It only exposes
two functions to convert between MySpaceIM markup and Purple HTML markup.
|
16336
821b2c2d6ca7
Add note about Monotone.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
16322
diff
changeset
|
1 | |
| 18013 | 2 | 2007-04-29 Jeff Connelly <jeff2@soc.pidgin.com> |
|
16336
821b2c2d6ca7
Add note about Monotone.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
16322
diff
changeset
|
3 | |
|
821b2c2d6ca7
Add note about Monotone.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
16322
diff
changeset
|
4 | * NOTE: This code is now being developed under Monotone, in the |
|
821b2c2d6ca7
Add note about Monotone.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
16322
diff
changeset
|
5 | im.pidgin.soc.2007.msimprpl branch on my local computer, which |
|
821b2c2d6ca7
Add note about Monotone.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
16322
diff
changeset
|
6 | is periodically sync'd with pidgin.im's Monotone database. |
|
821b2c2d6ca7
Add note about Monotone.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
16322
diff
changeset
|
7 | |
|
821b2c2d6ca7
Add note about Monotone.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
16322
diff
changeset
|
8 | Changes will be logged to Monotone. |
|
821b2c2d6ca7
Add note about Monotone.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
16322
diff
changeset
|
9 | |
| 16322 | 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 |