Tue, 04 Sep 2007 05:01:25 +0000 Jeff Connelly If MSIM_CHECK_NEWER_VERSION is defined (off by default), run (incomplete) file | diff | annotate
Mon, 03 Sep 2007 17:59:44 +0000 Jeff Connelly Update msimprpl to 0.18, targetting Pidgin/libpurple 2.2.0. msimprpl 0.17 was file | diff | annotate
Mon, 03 Sep 2007 06:39:42 +0000 Jeff Connelly Update msimprpl to 0.17, for an independent release for Pidgin 2.1.1. file | diff | annotate
Mon, 27 Aug 2007 07:03:28 +0000 Jeff Connelly Replace homegrown str_replace() with purple_strreplace(), after discovering it. file | diff | annotate
Mon, 27 Aug 2007 02:29:15 +0000 Jeff Connelly On login, get contacts from server using msim_get_contact_list(). file | diff | annotate
Sun, 26 Aug 2007 08:20:49 +0000 Jeff Connelly Add msim_uri_handler() to handle myim: URLs, sendIM and addContact commands. file | diff | annotate
Sun, 26 Aug 2007 07:37:28 +0000 Jeff Connelly In msimprpl, move user-related code to a new user module, and move other file | diff | annotate
Sun, 26 Aug 2007 06:51:17 +0000 Jeff Connelly In msimprpl, move formatting functions to a markup module. It only exposes file | diff | annotate
Sun, 26 Aug 2007 06:30:41 +0000 Jeff Connelly In msimprpl, move zap-related code to a separate module. file | diff | annotate
Sat, 25 Aug 2007 22:35:44 +0000 Jeff Connelly Use new attention API from http://msimprpl.darkthoughts.net/attention3.diff, file | diff | annotate
Fri, 24 Aug 2007 06:39:51 +0000 Jeff Connelly Update msimprpl to 0.16. file | diff | annotate
Fri, 24 Aug 2007 02:29:42 +0000 Jeff Connelly MySpace added a new field, LastImageUpdated. Save it in MsimUser. soc.2007.msimprpl file | diff | annotate
Thu, 23 Aug 2007 04:41:40 +0000 Jeff Connelly Update for 0.15 for GSoC final release for Google. soc.2007.msimprpl file | diff | annotate
Sun, 19 Aug 2007 06:54:46 +0000 Jeff Connelly Replace msim_parse_body(), which returns a GHashTable * and takes a gchar *, soc.2007.msimprpl file | diff | annotate
Wed, 15 Aug 2007 15:41:33 +0000 Jeff Connelly No longer check the length of passwords - instead, pass the password to the soc.2007.msimprpl file | diff | annotate
Wed, 15 Aug 2007 06:26:48 +0000 Jeff Connelly Link to profile in get info. soc.2007.msimprpl file | diff | annotate
Wed, 15 Aug 2007 04:22:36 +0000 Jeff Connelly If the attention API is being used, then redefine our attention type soc.2007.msimprpl file | diff | annotate
Tue, 14 Aug 2007 03:03:52 +0000 Jeff Connelly Make msimprpl work without a libpurple attention API. soc.2007.msimprpl file | diff | annotate
Tue, 14 Aug 2007 02:54:31 +0000 Jeff Connelly Re-apply the msimprpl-specific parts of revision soc.2007.msimprpl file | diff | annotate
Tue, 14 Aug 2007 02:45:06 +0000 Jeff Connelly disapproval of revision '7991a8286ca973632191d8ffe3ed65fe5d74c0db' soc.2007.msimprpl file | diff | annotate
Mon, 13 Aug 2007 05:59:24 +0000 Jeff Connelly Proposed "attention" API, a generalization of zaps (MySpaceIM), buzzes soc.2007.msimprpl file | diff | annotate
Sun, 12 Aug 2007 23:20:07 +0000 Jeff Connelly Use MsimUser structure for storing ephemeral information on users, instead soc.2007.msimprpl file | diff | annotate
Sun, 12 Aug 2007 20:22:18 +0000 Jeff Connelly Update for 0.14. soc.2007.msimprpl file | diff | annotate
Sun, 12 Aug 2007 07:45:30 +0000 Jeff Connelly Re-enable non-test mode. This revision now correctly handles links with paths. soc.2007.msimprpl file | diff | annotate
Sun, 12 Aug 2007 07:35:51 +0000 Jeff Connelly Rewrite escaping so that it is more correct, in order to fix #2521. Test it. soc.2007.msimprpl file | diff | annotate
Sat, 11 Aug 2007 05:53:11 +0000 Jeff Connelly Change all code to better match the style of libpurple - use 8-space tabs soc.2007.msimprpl file | diff | annotate
Tue, 07 Aug 2007 02:51:34 +0000 Jeff Connelly Use the new dictionary data type when: soc.2007.msimprpl file | diff | annotate
Tue, 07 Aug 2007 02:11:15 +0000 Jeff Connelly In msim_msg_pack_element_dict(), separate keys and values with '=' for soc.2007.msimprpl file | diff | annotate
Sun, 05 Aug 2007 02:25:59 +0000 Jeff Connelly Update for 0.13 release. soc.2007.msimprpl file | diff | annotate
Sat, 04 Aug 2007 17:49:47 +0000 Jeff Connelly Disable sending third-party client version to oncoming buddies. soc.2007.msimprpl file | diff | annotate
Fri, 27 Jul 2007 03:47:12 +0000 Jeff Connelly Implement round() if it is not available, using floor(). soc.2007.msimprpl file | diff | annotate
Thu, 26 Jul 2007 16:00:42 +0000 Jeff Connelly Include math.h for round() function. soc.2007.msimprpl file | diff | annotate
Sun, 22 Jul 2007 07:31:32 +0000 Jeff Connelly Make msimprpl-internal functions static. soc.2007.msimprpl file | diff | annotate
Sun, 22 Jul 2007 07:00:10 +0000 Jeff Connelly Move msim_escape() and msim_unescape() to message.c. soc.2007.msimprpl file | diff | annotate
Sun, 22 Jul 2007 06:53:48 +0000 Jeff Connelly Update login process to more closely match official client. soc.2007.msimprpl file | diff | annotate
Sun, 22 Jul 2007 05:37:48 +0000 Jeff Connelly Add msim_process_server_info() to save the server information dictionary soc.2007.msimprpl file | diff | annotate
Sun, 22 Jul 2007 04:32:44 +0000 Jeff Connelly Use MsimMessage's new list type for status messages. soc.2007.msimprpl file | diff | annotate
Sat, 21 Jul 2007 07:53:22 +0000 Jeff Connelly Allow sending zaps through buddy list menu. soc.2007.msimprpl file | diff | annotate
Sat, 21 Jul 2007 05:57:27 +0000 Jeff Connelly Support incoming zaps. soc.2007.msimprpl file | diff | annotate
Sat, 21 Jul 2007 02:51:43 +0000 Jeff Connelly Finish emoticon support. You can now send smileys to yourself, they can soc.2007.msimprpl file | diff | annotate
Thu, 19 Jul 2007 04:33:40 +0000 Jeff Connelly Show official client build in buddy profiles. soc.2007.msimprpl file | diff | annotate
Thu, 19 Jul 2007 04:09:33 +0000 Jeff Connelly Increase read buffer size and be more careful about overruns. soc.2007.msimprpl file | diff | annotate
Wed, 18 Jul 2007 06:09:32 +0000 Jeff Connelly Support unofficial bm code 200, also used by Miranda IM plugin, to report soc.2007.msimprpl file | diff | annotate
Mon, 16 Jul 2007 00:48:49 +0000 Jeff Connelly Make DPI and base font point size configurable in account options. This soc.2007.msimprpl file | diff | annotate
Sun, 15 Jul 2007 23:44:37 +0000 Jeff Connelly Increase mail check interval to 1 minute. soc.2007.msimprpl file | diff | annotate
Sun, 15 Jul 2007 23:18:06 +0000 Jeff Connelly Notify of new inbox messages (friend requests, inbox messages, comments), soc.2007.msimprpl file | diff | annotate
Sun, 15 Jul 2007 06:10:30 +0000 Jeff Connelly Add msim_check_mail to check for new mail (called periodically), and soc.2007.msimprpl file | diff | annotate
Fri, 13 Jul 2007 05:48:13 +0000 Jeff Connelly Support font sizes in sending and receiving formatted text. soc.2007.msimprpl file | diff | annotate
Thu, 12 Jul 2007 04:15:45 +0000 Jeff Connelly Remove MSIM_FAKE_SELF_ONLINE option, since our own status is actually updated soc.2007.msimprpl file | diff | annotate
Thu, 12 Jul 2007 03:21:07 +0000 Jeff Connelly Allow setting status string messages. Known bug: custom status messages always soc.2007.msimprpl file | diff | annotate
Wed, 11 Jul 2007 05:17:18 +0000 Jeff Connelly Lowercase password before sending it. Closes #2066. soc.2007.msimprpl file | diff | annotate
Thu, 05 Jul 2007 06:16:25 +0000 Jeff Connelly Support sending some formatted text in instant messages. soc.2007.msimprpl file | diff | annotate
Thu, 05 Jul 2007 00:29:25 +0000 Jeff Connelly Fix bug where string returned from msim_msg_get_string() is not a new soc.2007.msimprpl file | diff | annotate
Wed, 04 Jul 2007 22:48:52 +0000 Jeff Connelly General clean up and adding more error-checking. soc.2007.msimprpl file | diff | annotate
Wed, 04 Jul 2007 21:47:53 +0000 Jeff Connelly Lower timeout to 2 minutes (to be closer to keepalive of 124 s). soc.2007.msimprpl file | diff | annotate
Wed, 04 Jul 2007 21:36:19 +0000 Jeff Connelly disapproval of revision 'cf3c4bed82063e96b0522c7e20bba356b6a0e38c' soc.2007.msimprpl file | diff | annotate
Wed, 04 Jul 2007 21:35:42 +0000 Jeff Connelly Time the time between keep alives (I get 124 seconds). soc.2007.msimprpl file | diff | annotate
Wed, 04 Jul 2007 21:21:25 +0000 Jeff Connelly Add msim_check_alive(), called every MSIM_KEEPALIVE_INTERVAL_CHECK milliseconds, soc.2007.msimprpl file | diff | annotate
Wed, 04 Jul 2007 19:05:21 +0000 Jeff Connelly Add support for idle. soc.2007.msimprpl file | diff | annotate
Wed, 04 Jul 2007 02:13:34 +0000 Jeff Connelly Increase password length limit to 10 and update changes file. soc.2007.msimprpl file | diff | annotate
(0) -100 -60 tip

mercurial