log libpurple/protocols/msn/msn.c @ 24374:75545fdf8944

age author description
Fri, 14 Nov 2008 19:58:32 +0000 Mark Doliner String changes. I'm kind of blindly making changes to the qq strings
Fri, 14 Nov 2008 18:46:19 +0000 Mark Doliner Our in-tree prpls probably shouldn't list authors who don't work on
Fri, 14 Nov 2008 18:33:19 +0000 Mark Doliner msn_session_get_swboard only returns null if we give it a null session,
Fri, 14 Nov 2008 07:23:56 +0000 Mark Doliner It's an error if purple_xfer_new fails, so use a g_return_val_if_fail
Fri, 31 Oct 2008 07:59:46 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 7821a3549d7d99473e999dc067afc4218addcc1e)
Tue, 30 Sep 2008 05:52:57 +0000 Ka-Hing Cheung attempts to resend message on switchboard error once, tested by maually
Sun, 28 Sep 2008 07:50:00 +0000 Elliott Sales de Andrade Patch from Maiku to allow replying to a mobile contact that isn't on
Sat, 27 Sep 2008 06:33:42 +0000 Sadrul Habib Chowdhury Start hiding blist.h internals in prpls.
Sat, 06 Sep 2008 02:57:57 +0000 Elliott Sales de Andrade We can't have ./configure lying to you, can we?
Sat, 23 Aug 2008 23:21:07 +0000 Ka-Hing Cheung correctly say we support offline messages for all buddies, this was never
Fri, 15 Aug 2008 04:27:42 +0000 Elliott Sales de Andrade Remove calls to g_markup_escape_text. Not only does this help with old
Fri, 15 Aug 2008 04:13:40 +0000 Elliott Sales de Andrade disapproval of revision '8bae3778af422c41094db4e639f2cf45e6ee6259'
Fri, 15 Aug 2008 02:42:52 +0000 Stu Tomlinson Fix compatibility with glib < 2.4 for g_markup_printf_escaped. untested.
Sun, 10 Aug 2008 05:11:59 +0000 Elliott Sales de Andrade Change the other prpls to use new purple_prpl_{send,got}_attention API.
Sat, 09 Aug 2008 02:19:02 +0000 Daniel Atallah A similar size limit for MSN buddy icon retrieval from arbitrary urls.
Fri, 08 Aug 2008 05:49:47 +0000 Elliott Sales de Andrade When opening MSN chats, use "Local alias" in preference to "Display
Tue, 05 Aug 2008 02:55:24 +0000 Elliott Sales de Andrade Fix up some whitespace problems.
Fri, 01 Aug 2008 04:28:36 +0000 Elliott Sales de Andrade Don't crash if MsnSession is NULL when checking for ability to send a
Tue, 29 Jul 2008 18:55:03 +0000 Daniel Atallah Fix a crash when the user isn't in your list.
Tue, 29 Jul 2008 06:12:40 +0000 Elliott Sales de Andrade Use a URL to open MSN Hotmail inbox instead of a temporary file.
Mon, 28 Jul 2008 05:10:48 +0000 Elliott Sales de Andrade Use "EmailEnabled" from the MSN profile message to determine whether
Mon, 28 Jul 2008 01:51:11 +0000 Elliott Sales de Andrade On MSN, use "external" and "mobile" for Web messenger and mobile
Thu, 24 Jul 2008 04:15:13 +0000 Elliott Sales de Andrade Disable sending files to MSN contacts using the web messenger. Not sure
Thu, 17 Jul 2008 05:26:47 +0000 Elliott Sales de Andrade merge of '5e33eda76b698c04377f5ad6cdd3ad1ec87d2eff'
Thu, 17 Jul 2008 04:49:35 +0000 Daniel Atallah disapproval of revision '3d39da6c8014095cac3a0741bf6fc26219e7aff8'
Thu, 17 Jul 2008 04:38:07 +0000 Daniel Atallah Fix a double free when connecting to the sender of a bonjour file fails. Also plug a small leak. Fixes #5971.
Thu, 17 Jul 2008 05:25:48 +0000 Elliott Sales de Andrade Fixup MSN mailbox handling based on a patch from Felipe, plus various
Sun, 13 Jul 2008 04:04:10 +0000 Elliott Sales de Andrade Disable the MSN blocked text dialog for now because it doesn't always
Sat, 12 Jul 2008 04:42:24 +0000 Elliott Sales de Andrade The great MSN debug message cleanup! Threw in a few whitespace fixes,
Mon, 23 Jun 2008 05:36:52 +0000 Elliott Sales de Andrade Clean up some #define's in msn.h and various supporting changes.