log libpurple/protocols/msn/userlist.c @ 32782:90ae6701eaf2

age author description
Tue, 30 Aug 2011 19:22:01 +0000 andrew victor Convert msn prpl to use accessor functions purple_connection_get_protocol_data() and purple_connection_set_protocol_data().
Mon, 28 Feb 2011 07:12:27 +0000 Mark Doliner Fix a memleak in the MSN prpl when removing a buddy from your buddy list.
Mon, 28 Feb 2011 06:53:53 +0000 Mark Doliner Rename "userName" to "friendly_name" to be consistent with the term we
Thu, 04 Nov 2010 04:41:48 +0000 Elliott Sales de Andrade Remove dead assignments in new MSN code.
Tue, 29 Jun 2010 23:33:52 +0000 masca Move queue logic in requesting user display out of slp code.
Fri, 28 May 2010 22:45:52 +0000 masca Include internal.h on each c file to avoid windows breakage as recommended by Daniel.
Fri, 28 May 2010 08:28:37 +0000 masca msn_email_is_valid looks a lot like a util function, move it there.
Fri, 28 May 2010 08:05:38 +0000 masca Remove unnecesary includes from msn.h.
Thu, 27 May 2010 22:14:53 +0000 masca Remove msn_user_destroy in favor of msn_user_unref.
Sat, 15 May 2010 02:46:38 +0000 masca This are MsnUser functions, move them there.
Fri, 05 Feb 2010 22:54:00 +0000 Mark Doliner Use our MsnListOp enum in more places instead of int. I'm assuming
Fri, 05 Feb 2010 02:19:22 +0000 Mark Doliner Combine the CurrentMedia and MsnUserPhoneInfo structs. This makes
Thu, 04 Feb 2010 00:35:15 +0000 Mark Doliner Move the three phone numbers from the MsnUser struct into a separate
Wed, 03 Feb 2010 21:24:55 +0000 Mark Doliner I find the code easier to read this way
Fri, 01 Jan 2010 21:55:01 +0000 Elliott Sales de Andrade Set user->authorized for pending buddies meaning we're authorized to add
Wed, 09 Dec 2009 03:02:03 +0000 Elliott Sales de Andrade Make sure that libpurple core knows that a buddy is on the allow list just
Fri, 23 Oct 2009 05:43:50 +0000 Elliott Sales de Andrade The MSN servers are a bit more strict about what's allowed in emails than
Sun, 21 Jun 2009 16:40:15 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin.2.5.7' (head 81e7f59e74715d44dac9e40e7b43ff377c8b474c)
Sun, 07 Jun 2009 06:12:18 +0000 Elliott Sales de Andrade Add a data parameter for FQY callbacks and remove the pending users list
Mon, 01 Jun 2009 04:02:10 +0000 Paul Aurich Use purple_find_buddies() instead of iterating the buddy list.
Tue, 19 May 2009 03:16:45 +0000 Elliott Sales de Andrade Parse the invite message out of the pending membership list so that it can
Mon, 18 May 2009 23:06:54 +0000 Elliott Sales de Andrade Remove some unused code.
Tue, 07 Apr 2009 05:22:48 +0000 Elliott Sales de Andrade Updates for GTK+ 3.0. Remove some deprecated functions (someone should
Sat, 21 Mar 2009 02:20:52 +0000 Elliott Sales de Andrade Add some missing newlines in debug messages.
Mon, 02 Mar 2009 04:18:40 +0000 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin.next.minor' (head 7305b29db7bd00d3261f348c71674c93aa31b327)
Fri, 02 Jan 2009 21:47:52 +0000 Richard Laager explicit merge of 'dabe77d56a2fc7c171caa81bd12d72ce8737a7a8'
Sat, 13 Dec 2008 05:45:27 +0000 Gary Kramlich propagate from branch 'im.pidgin.pidgin' (head d5bb29138cbe033bbfd8ec689203d73818765327)
Fri, 31 Oct 2008 10:14:23 +0000 Sadrul Habib Chowdhury Some more PurpleBuddy::proto_data related changes.
Fri, 31 Oct 2008 09:24:43 +0000 Sadrul Habib Chowdhury Some more struct hiding.
Sat, 20 Jun 2009 18:27:49 +0000 Ka-Hing Cheung *** Plucked rev b932d4f94f9c771877b6a8a6a1d7dd3ea9c08005 (qulogic@pidgin.im):
Fri, 27 Feb 2009 07:13:20 +0000 Elliott Sales de Andrade Generalize the FQY command so it can be used by different callbacks based
Fri, 31 Oct 2008 07:59:46 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 7821a3549d7d99473e999dc067afc4218addcc1e)
Sat, 27 Sep 2008 06:33:42 +0000 Sadrul Habib Chowdhury Start hiding blist.h internals in prpls.
Sun, 14 Dec 2008 05:24:32 +0000 Elliott Sales de Andrade If the MSN user is in the userlist already, then check whether we know the
Sun, 14 Dec 2008 03:09:51 +0000 Elliott Sales de Andrade Make the add/remove buddy from list functions take a MsnUser* instead of the
Mon, 08 Dec 2008 00:18:45 +0000 Elliott Sales de Andrade I think we don't need to keep track of the number of users on the FL. This
Sun, 07 Dec 2008 07:09:57 +0000 Elliott Sales de Andrade Send FQY as the first thing when adding a buddy so that we know what network
Thu, 02 Oct 2008 04:52:38 +0000 Elliott Sales de Andrade Use the MSN passport in more places instead of the Contact ID if it's
Sun, 28 Sep 2008 08:05:07 +0000 Elliott Sales de Andrade Add some strings before string freeze for some not-done code. Should be
Sat, 12 Jul 2008 06:44:19 +0000 Elliott Sales de Andrade Take care of more cleanup in the MSN code.
Sat, 12 Jul 2008 04:42:24 +0000 Elliott Sales de Andrade The great MSN debug message cleanup! Threw in a few whitespace fixes,
Sat, 07 Jun 2008 06:39:13 +0000 Elliott Sales de Andrade Remove MSN's use of a "store name" in favour of the "friendly name"
Sat, 07 Jun 2008 06:21:09 +0000 Elliott Sales de Andrade Update MSN Contact tokens when an invalid token error is returned.
Sat, 07 Jun 2008 03:10:15 +0000 Elliott Sales de Andrade explicit merge of '9d90ebdb7e38fdd77bb504bc3302a083616360d9'
Wed, 14 May 2008 04:38:26 +0000 Ka-Hing Cheung propagate from branch 'im.pidgin.pidgin' (head e1c49c9ec5c6869ed9813feccd8ee41d2ca40f35)
Sun, 09 Mar 2008 23:55:27 +0000 Ka-Hing Cheung killing MsnContact which just wraps MsnSession
Fri, 06 Jun 2008 22:46:04 +0000 Mark Doliner Delete trailing whitespace
Sat, 03 May 2008 23:51:43 +0000 Daniel Atallah Fix a number of leaks. As far as I can tell, MSNP14 now logs in without
Wed, 30 Apr 2008 08:46:51 +0000 Mark Doliner Change the string "screen name" to "username" everywhere. I think most
Fri, 21 Mar 2008 05:25:09 +0000 Ka-Hing Cheung who in the right mind uses 8 space tab?
Fri, 21 Mar 2008 05:24:21 +0000 Ka-Hing Cheung another patch from Maiku, this time handling IPG so we can receive paging.
Tue, 30 Oct 2007 06:37:35 +0000 Ka-Hing Cheung merge_into_workspace of ad5838522d44d037dc333469f1ab6df844ca1875
Tue, 30 Oct 2007 06:29:13 +0000 Ka-Hing Cheung merge_into_workspace of c0e79d15a4fe4c5b0129fcae5060754b25f72a56 and
Thu, 25 Oct 2007 07:39:26 +0000 Ka-Hing Cheung explicit merge of '3380c786d272dcd9ab1360f49c3e4e51227af663'
Tue, 09 Oct 2007 23:46:46 +0000 Daniel Atallah CID 358 (Unused Var)
Thu, 04 Oct 2007 01:45:00 +0000 Carlos Silva Silence a compiler warning about an unused var.
Thu, 04 Oct 2007 01:40:20 +0000 Carlos Silva Correctly remove a buddy from the Pending list after it is accepted.
Fri, 28 Sep 2007 16:51:19 +0000 Richard Laager merge of '41f188f15baaa4c23c5c2ec80a04faff63ee1977'
Fri, 28 Sep 2007 16:34:43 +0000 Richard Laager propagate from branch 'im.pidgin.rlaager.merging.2_2_1_conflicts' (head 4ad1081695d083df424898e6e7091f731b401265)
Fri, 28 Sep 2007 01:57:55 +0000 Daniel Atallah Further cleanup of the msn prpl including preventing the authorization request callback from crashing if triggered after the account is disconnected. Also removal of some extraneous debuggery, there is more that needs to be removed.