Mon, 11 Jun 2007 06:17:16 +0000 Jeff Connelly Add TODO in order to fix msim_tooltip_text. soc.2007.msimprpl file | diff | annotate
Thu, 07 Jun 2007 04:56:01 +0000 Jeff Connelly Add msim_uid2username_from_blist() to lookup a username by userid, by soc.2007.msimprpl file | diff | annotate
Wed, 06 Jun 2007 04:38:03 +0000 Jeff Connelly Use msim_postprocess_outgoing() to resolve uid for adding and deleting buddies. soc.2007.msimprpl file | diff | annotate
Wed, 06 Jun 2007 02:49:35 +0000 Jeff Connelly Pass postprocessing parameters inside MsimMessage * instead of in a new struct. soc.2007.msimprpl file | diff | annotate
Tue, 05 Jun 2007 05:06:04 +0000 Jeff Connelly Change msim_send_im() to use msim_postprocess_outgoing(), eliminating the soc.2007.msimprpl file | diff | annotate
Tue, 05 Jun 2007 04:41:16 +0000 Jeff Connelly Add, but do not use, two new functions to postprocess outgoing messages soc.2007.msimprpl file | diff | annotate
Tue, 05 Jun 2007 03:20:59 +0000 Jeff Connelly Add untested implementation of msim_incoming_action(). soc.2007.msimprpl file | diff | annotate
Tue, 05 Jun 2007 02:42:46 +0000 Jeff Connelly Transition msim_incoming_im() to the callbackless infrastructure. Remove soc.2007.msimprpl file | diff | annotate
Tue, 05 Jun 2007 02:36:17 +0000 Jeff Connelly Add message preprocessing in msim_preprocess_incoming(), to resolve soc.2007.msimprpl file | diff | annotate
Mon, 04 Jun 2007 04:06:58 +0000 Jeff Connelly msim_status_cb() now takes a MsimMessage *, just like msim_send_im_cb() and soc.2007.msimprpl file | diff | annotate
Mon, 04 Jun 2007 03:55:35 +0000 Jeff Connelly Change msim_incoming_im_cb() to accept a MsimMessage *. Orthogonality is key. soc.2007.msimprpl file | diff | annotate
Mon, 04 Jun 2007 03:49:11 +0000 Jeff Connelly Change msim_send_im_by_userid_cb() to msim_send_im_cb(), and remove soc.2007.msimprpl file | diff | annotate
Mon, 04 Jun 2007 02:31:02 +0000 Jeff Connelly Remove 'flags' from send_im_cb_struct - it was never needed. soc.2007.msimprpl file | diff | annotate
Mon, 04 Jun 2007 02:19:51 +0000 Jeff Connelly Add TODOs about username/email->userid resolution, use g_return_if_fail() in a few places. soc.2007.msimprpl file | diff | annotate
Mon, 04 Jun 2007 01:59:20 +0000 Jeff Connelly Change msim_msg_debug_string() to msim_msg_dump(), which prints the string soc.2007.msimprpl file | diff | annotate
Sun, 03 Jun 2007 05:50:11 +0000 Jeff Connelly Change MsimSession.sesskey to an integer (used to be a string), now that soc.2007.msimprpl file | diff | annotate
Sun, 03 Jun 2007 04:50:35 +0000 Jeff Connelly Add (incomplete) msim_remove_buddy(). soc.2007.msimprpl file | diff | annotate
Sun, 03 Jun 2007 02:14:03 +0000 Jeff Connelly Add incomplete msim_add_buddy() implementation. soc.2007.msimprpl file | diff | annotate
Sun, 03 Jun 2007 01:28:59 +0000 Jeff Connelly Previously, the return value of the processing function and msim_process() told soc.2007.msimprpl file | diff | annotate
Sat, 02 Jun 2007 21:46:22 +0000 Jeff Connelly Add, but do not use, incomplete functions for using typing notifications. soc.2007.msimprpl file | diff | annotate
Sat, 02 Jun 2007 20:57:11 +0000 Jeff Connelly Show online buddies on buddy list as online. soc.2007.msimprpl file | diff | annotate
Sat, 02 Jun 2007 04:46:51 +0000 Jeff Connelly Update version to 0.6. soc.2007.msimprpl file | diff | annotate
Sat, 02 Jun 2007 04:45:59 +0000 Jeff Connelly Use symbolic constants for persist messages. soc.2007.msimprpl file | diff | annotate
Sat, 02 Jun 2007 03:26:06 +0000 Jeff Connelly Cosmetic improvement to MsimMessage debug output. soc.2007.msimprpl file | diff | annotate
Fri, 01 Jun 2007 06:20:23 +0000 Jeff Connelly Fix double-free crash when sending messages (typo). Works again. soc.2007.msimprpl file | diff | annotate
Fri, 01 Jun 2007 06:09:32 +0000 Jeff Connelly Use MsimMessage for receiving messages everywhere, instead of GHashTable. soc.2007.msimprpl file | diff | annotate
Thu, 31 May 2007 06:09:46 +0000 Jeff Connelly (Incomplete - plugin does not load) Begin migrating protocol message receiving to MsimMessage. soc.2007.msimprpl file | diff | annotate
Thu, 31 May 2007 03:06:38 +0000 Jeff Connelly Stylistic improvements - use type *name instead of type* name for pointers soc.2007.msimprpl file | diff | annotate
Wed, 23 May 2007 04:18:05 +0000 Jeff Connelly Use MsimMessage via msim_send(), instead of msim_send_raw(). This is a more soc.2007.msimprpl file | diff | annotate
Tue, 22 May 2007 06:03:18 +0000 Jeff Connelly Add partial implementation of MsimMessage (not used anywhere yet). soc.2007.msimprpl file | diff | annotate
Sun, 20 May 2007 20:56:04 +0000 Jeff Connelly Replacement magic numbers by symbolic constants. soc.2007.msimprpl file | diff | annotate
Sun, 20 May 2007 19:12:32 +0000 Jeff Connelly Clean up a few TODO's. soc.2007.msimprpl file | diff | annotate
Sun, 20 May 2007 08:21:01 +0000 Jeff Connelly Incomplete attempt at using msim_send() instead of msim_send_raw(). soc.2007.msimprpl file | diff | annotate
Sun, 20 May 2007 07:08:57 +0000 Jeff Connelly Implement msim_pack(), msim_sendh(), msim_send(). soc.2007.msimprpl file | diff | annotate
Sun, 13 May 2007 19:53:34 +0000 Jeff Connelly Do not localize any debug messages, as described in #648. soc.2007.msimprpl file | diff | annotate
Thu, 10 May 2007 04:25:40 +0000 Jeff Connelly Use _ for translations in msimprpl. See #648. soc.2007.msimprpl file | diff | annotate
Thu, 10 May 2007 04:05:49 +0000 Jeff Connelly Use g_return_if_fail() instead of g_assert(), as to not crash the whole program. soc.2007.msimprpl file | diff | annotate
Wed, 09 May 2007 04:43:24 +0000 Jeff Connelly Check for RC4 in libpurple on plugin initialization. soc.2007.msimprpl file | diff | annotate
Sun, 06 May 2007 06:48:30 +0000 Jeff Connelly Re-add RC4 code from Samba, whose use is enabled by not defining soc.2007.msimprpl file | diff | annotate
Fri, 04 May 2007 04:49:01 +0000 Jeff Connelly Add initializers for reserved fields in plugin and prpl structures. soc.2007.msimprpl file | diff | annotate
Mon, 30 Apr 2007 04:34:04 +0000 Jeff Connelly Add escaping and unescaping functions (for /1 and /2). soc.2007.msimprpl file | diff | annotate
Sat, 28 Apr 2007 22:38:16 +0000 Jeff Connelly Replace printf() in MySpaceIM prpl with purple_debug_info(). soc.2007.msimprpl file | diff | annotate
Sat, 28 Apr 2007 21:44:47 +0000 Jeff Connelly Add and use MySpaceIM icon uploaded by hbons (48x48 original and resized 22x22 and 16x16 versions). soc.2007.msimprpl file | diff | annotate
Sat, 28 Apr 2007 21:19:40 +0000 Jeff Connelly Add MySpaceIM header file and reorganize functions. soc.2007.msimprpl file | diff | annotate
Sat, 28 Apr 2007 20:46:31 +0000 Jeff Connelly Use g_convert for UTF-16LE conversion instead of converting manually. soc.2007.msimprpl file | diff | annotate
Wed, 25 Apr 2007 04:12:40 +0000 Jeff Connelly Completely remove old RC4 code soc.2007.msimprpl file | diff | annotate
Wed, 25 Apr 2007 03:46:17 +0000 Jeff Connelly Use Purple Cipher API for RC4. soc.2007.msimprpl file | diff | annotate
Sat, 21 Apr 2007 04:18:16 +0000 Jeff Connelly Gaim -> Purple soc.2007.msimprpl file | diff | annotate
Sat, 21 Apr 2007 03:15:48 +0000 Jeff Connelly Import msimprpl 0.4. soc.2007.msimprpl file | diff | annotate
(0) tip

mercurial