log libpurple/protocols/msnp9/msn.c @ 22224:d1b36a8c920a

age author description
Sun, 27 Jan 2008 20:52:53 +0000 Mark Doliner Change some g_idle_add(...) calls in libpurple to purple_timeout_add(0, ...)
Thu, 17 Jan 2008 08:02:38 +0000 Mark Doliner A few more "purple_request_action" default action corrections
Sun, 13 Jan 2008 22:44:01 +0000 John Bailey This adds accessor and mutator API for the PurpleAttentionType struct.
Tue, 08 Jan 2008 03:46:41 +0000 Stu Tomlinson Use a unique chat id across all sessions for multi-user chats, probably
Wed, 28 Nov 2007 01:30:35 +0000 Stu Tomlinson Fix a leak I missed when re-importing the old MSNP9 code
Sat, 17 Nov 2007 20:00:25 +0000 Evan Schoenberg Fixed static linkage of msnp9 in the most straightforward way I could see, which is to have the purple_init_##pluginname##_plugin() function match the directory name, msnp9
Sat, 17 Nov 2007 19:44:50 +0000 Evan Schoenberg disapproval of revision 'e98859404f9599f2db1a5ebea2a0b340ad4701b8'
Sat, 17 Nov 2007 19:39:21 +0000 Evan Schoenberg Fixed static linkage of msnp9 in the most straightforward way I could see, which is to have the purple_init_##pluginname##_plugin() function match the directory name, msnp9
Sun, 11 Nov 2007 22:18:20 +0000 Will Thompson Switch to purple_connection_error_reason in msnp9, and a few places I missed in
Sun, 11 Nov 2007 12:57:52 +0000 Stu Tomlinson Add MSNP9 back as an alternative alongside the existing MSN prpl. Cowardly