log libpurple/protocols/msn/msn.h @ 32768:50cd80d3554e

age author description
Sun, 13 Feb 2011 01:27:17 +0000 Elliott Sales de Andrade Updated client capabilities and networks from msnpsharp.
Sun, 19 Sep 2010 01:00:07 +0000 masca Enable MSNP16 since it looks quite stable now.
Wed, 07 Jul 2010 21:25:38 +0000 masca Disable MSNP16 until we have a stable SLP connection with P2Pv1 headers, then start the SLP migration to MSNP16 and P2Pv2.
Fri, 28 May 2010 08:35:27 +0000 masca Nobody needs sslcon here, remove it.
Fri, 28 May 2010 08:33:23 +0000 masca Replace servconn.h with session.h because it's the one needed here.
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:21:21 +0000 masca This enum looks like userlist related, move it there.
Fri, 28 May 2010 08:13:30 +0000 masca This ones are not needed.
Fri, 28 May 2010 08:05:38 +0000 masca Remove unnecesary includes from msn.h.
Mon, 10 May 2010 23:21:44 +0000 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin' (head f6cdf8776559775f9a4a72563e69741e139518bd)
Sat, 06 Feb 2010 05:26:27 +0000 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin' (head 8a0b15ca6f7e80f487af0b74bda066a717062d0f)
Tue, 01 Dec 2009 22:13:30 +0000 Elliott Sales de Andrade Initial support for msnp16, based on patch by Masca.
Mon, 10 May 2010 23:14:05 +0000 Elliott Sales de Andrade Implement [gs]et_public_alias in MSN.
Fri, 05 Feb 2010 22:49:11 +0000 Mark Doliner Minor header file cleanup. Mostly I wanted to move some enums above some #includes
Mon, 23 Nov 2009 06:12:47 +0000 Elliott Sales de Andrade Add some more MSN client caps. Not that we actually use any of them.
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
Mon, 17 Aug 2009 04:06:00 +0000 Elliott Sales de Andrade Disable receiving Winks for now since we have no UI for it.
Fri, 10 Jul 2009 00:51:31 +0000 Elliott Sales de Andrade Change all MSN_DEBUG_* messages to use the new purple_debug_is_verbose call
Thu, 09 Jul 2009 05:37:37 +0000 Elliott Sales de Andrade Add support for receiving winks and audio clips on MSN. The resulting file
Mon, 06 Jul 2009 04:37:06 +0000 Elliott Sales de Andrade Add support for receiving handwritten (Ink) messages from MSN buddies.
Wed, 08 Apr 2009 22:49:14 +0000 Mike Ruprecht Inform the user when someone tries to initiate a video call with them in msn.
Tue, 30 Sep 2008 05:52:57 +0000 Ka-Hing Cheung attempts to resend message on switchboard error once, tested by maually
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.
Mon, 23 Jun 2008 05:36:52 +0000 Elliott Sales de Andrade Clean up some #define's in msn.h and various supporting changes.
Sun, 15 Jun 2008 08:08:22 +0000 Elliott Sales de Andrade Modifications to the MSN code for some stuff I'll be doing in later
Wed, 26 Dec 2007 00:33:39 +0000 Elliott Sales de Andrade Patch 1 from Qulogic, this one mostly updates the version sent by pidgin
Sun, 16 Sep 2007 18:07:46 +0000 Richard Laager explicit merge of '5d4b00a88466bb9e851eaca42ab3fd3f2c4093ef'
Sun, 16 Sep 2007 18:05:55 +0000 Richard Laager explicit merge of '46d8a45835e685c9dd812f5c6c0df074388bec8a'
Sun, 16 Sep 2007 18:03:53 +0000 Richard Laager explicit merge of 'd565bd9a8e62d3302ac14bb7c3a68a52c0c6a65e'
Mon, 03 Sep 2007 06:07:20 +0000 Carlos Silva Clean up some unused SOAP templates, and disable extra debug defines accidentally checked in.
Mon, 03 Sep 2007 05:47:52 +0000 Carlos Silva Make block/unblock work right, as well as being add by a buddy. Finally fixes #723
Tue, 28 Aug 2007 04:38:24 +0000 Carlos Silva propagate from branch 'im.pidgin.pidgin' (head 4313008137cace2c9699584ec7308c1e888ae137)
Thu, 05 Jul 2007 06:35:37 +0000 Carlos Silva In the initial ADL listing, send the commands in the correct sequence as required by the server: BLP, ADL and PRP. When the server acknowledges this initial ADL, send CHG with status information
Sun, 03 Jun 2007 00:40:27 +0000 Stu Tomlinson propagate from branch 'im.pidgin.pidgin' (head 850e223e9597fdc482eebe75c00efda941b3bdb6)
Mon, 28 May 2007 16:12:25 +0000 Stu Tomlinson Add Pending list to recognized lists during contact list parsing
Sun, 15 Apr 2007 04:59:43 +0000 Richard Laager Fix up some gaim -> purple issues.
Sun, 15 Apr 2007 04:29:56 +0000 Richard Laager merge of 'b4911943cba6f29cf0694dfd563cac17612236dc'
Sun, 15 Apr 2007 03:43:17 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 98b6b547b29ea1192b73cc4e1de1e674edef4328)
Thu, 13 Sep 2007 03:02:34 +0000 Daniel Atallah A fix from Laszlo Pandy to make the MSN HTTP Method work again. Fixes #2638 and should make a number of people happy. This introduces a new string that isn't marked as translatable for 2.2.0 because it is so late in the game.
Sun, 15 Apr 2007 04:12:27 +0000 Ka-Hing Cheung Committing khc's msnp14 changes from Trac Ticket #148. --rlaager
Mon, 10 Sep 2007 20:51:59 +0000 Richard Laager Remove the *_USE_ATTENTION_API markers everywhere.
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Mon, 27 Aug 2007 06:58:54 +0000 Jeffrey Connelly In MSN prpl, use attention API. Can be disabled by undefining
Sat, 02 Jun 2007 17:38:22 +0000 Stu Tomlinson Improve parsing user info for MSN, Fixes #690
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/