Wed, 09 Dec 2009 21:10:08 +0000 |
Elliott Sales de Andrade |
Don't attempt to parse extended caps if not using MSNP16.
|
Wed, 09 Dec 2009 21:09:14 +0000 |
Elliott Sales de Andrade |
Save extended capabilities of an MSN buddy when receiving NLN.
|
Wed, 02 Dec 2009 02:46:59 +0000 |
Elliott Sales de Andrade |
Fix MSN protocol version detection to use the best version returned by the
|
Tue, 01 Dec 2009 22:13:30 +0000 |
Elliott Sales de Andrade |
Initial support for msnp16, based on patch by Masca.
|
Mon, 23 Aug 2010 00:52:24 +0000 |
Elliott Sales de Andrade |
Kill off many dead assignments and any useless remaining variables.
|
Sat, 21 Aug 2010 21:55:05 +0000 |
Elliott Sales de Andrade |
Fix possible garbage value.
|
Sat, 17 Jul 2010 23:10:39 +0000 |
Elliott Sales de Andrade |
Add a timeout which forces the login process to complete. This won't
|
Sat, 17 Jul 2010 20:13:29 +0000 |
Elliott Sales de Andrade |
The session parameter appears unused in msn_add_contact_xml.
|
Wed, 02 Jun 2010 23:29:21 +0000 |
Elliott Sales de Andrade |
We shouldn't free user->extinfo here because it can also contain phone
|
Mon, 31 May 2010 06:51:16 +0000 |
Elliott Sales de Andrade |
Correctly reset and free user->extinfo when the buddy is not listening to
|
Mon, 31 May 2010 06:35:17 +0000 |
Elliott Sales de Andrade |
Remove some extra variables.
|
Mon, 10 May 2010 23:14:05 +0000 |
Elliott Sales de Andrade |
Implement [gs]et_public_alias in MSN.
|
Mon, 19 Apr 2010 23:55:03 +0000 |
Elliott Sales de Andrade |
Just because a user went offline, doesn't mean we should close the slplink
|
Thu, 18 Feb 2010 09:22:01 +0000 |
Mark Doliner |
propagate from branch 'im.pidgin.pidgin.next.minor' (head 42544ec892337510146c931806a95dbf69c2fe30)
|
Thu, 18 Feb 2010 01:19:10 +0000 |
Elliott Sales de Andrade |
Remove some unnecessary code.
|
Tue, 16 Feb 2010 01:26:45 +0000 |
Elliott Sales de Andrade |
Remove unnecessary GLIB_CHECK_VERSION in MSN prpl. Refs #10024.
|
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
|
Thu, 04 Feb 2010 00:15:41 +0000 |
Mark Doliner |
Keep CurrentMedia in a separate object outside of MsnUser that needs to
|
Sat, 28 Nov 2009 23:13:55 +0000 |
Elliott Sales de Andrade |
Due to a server change, the friendly name on MSN was being changed to the
|
Fri, 30 Oct 2009 06:52:29 +0000 |
Elliott Sales de Andrade |
merge of '2a337fc21125a25203efca7d15ea3002fa8e35fb'
|
Fri, 30 Oct 2009 06:46:11 +0000 |
Elliott Sales de Andrade |
When restricting a buddy on both the Allow and Block lists to just one
|
Fri, 30 Oct 2009 03:52:09 +0000 |
Elliott Sales de Andrade |
Add an error handler for the RML command as well.
|
Fri, 30 Oct 2009 02:50:07 +0000 |
Elliott Sales de Andrade |
Fold the ADL 241 error handler into the base ADL error handler since it
|
Fri, 30 Oct 2009 01:32:28 +0000 |
Sadrul Habib Chowdhury |
Parse online presence from yahoo buddies after going online on MSN.
|
Mon, 12 Oct 2009 22:19:48 +0000 |
John Bailey |
merge of '80eaa62b397424cadf9ea37ca0e98894f823fbf5'
|
Mon, 12 Oct 2009 17:45:17 +0000 |
Sadrul Habib Chowdhury |
Fix MSN forgetting display names for buddies. Fixes #10421.
|
Sat, 10 Oct 2009 04:24:35 +0000 |
Elliott Sales de Andrade |
Minor comment typo.
|
Fri, 09 Oct 2009 18:01:51 +0000 |
Sadrul Habib Chowdhury |
Allow setting a destroy-function for the data. Fixes a leak.
|
Thu, 08 Oct 2009 18:14:41 +0000 |
Sadrul Habib Chowdhury |
Donot use a servconn if it's freed. Mark a leak.
|
Thu, 08 Oct 2009 15:32:04 +0000 |
Sadrul Habib Chowdhury |
Leak fix.
|
Sat, 22 Aug 2009 22:55:02 +0000 |
Elliott Sales de Andrade |
This seems to not work every once in a while, so put in some code under the
|
Sat, 22 Aug 2009 20:51:56 +0000 |
Elliott Sales de Andrade |
Display the full message when there are errors sending a MSN Mobile message
|
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
|
Sun, 21 Jun 2009 16:40:15 +0000 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin.2.5.7' (head 81e7f59e74715d44dac9e40e7b43ff377c8b474c)
|
Thu, 18 Jun 2009 20:37:39 +0000 |
Mark Doliner |
Remove some cosmetic differences between msg_cmd() and ubm_cmd()
|
Sun, 07 Jun 2009 08:07:20 +0000 |
Elliott Sales de Andrade |
We can't get an ADD error if we never send an ADD command.
|
Sun, 07 Jun 2009 07:51:50 +0000 |
Elliott Sales de Andrade |
Check network type, and send an FQY if necessary, when modifying the allow
|
Sun, 07 Jun 2009 06:47:49 +0000 |
Elliott Sales de Andrade |
Add a msn_notification_post_rml analog.
|
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, 25 May 2009 03:06:12 +0000 |
Elliott Sales de Andrade |
Treat FQY responses with no network ID as on the Passport network.
|
Mon, 18 May 2009 23:14:46 +0000 |
Elliott Sales de Andrade |
Remove notification-server group commands ADG, REG, RMG as groups are now
|
Sun, 10 May 2009 22:06:08 +0000 |
Ka-Hing Cheung |
correctly NULL terminate all the arrays since that's what gtknotify assumes,
|
Mon, 04 May 2009 00:04:55 +0000 |
Elliott Sales de Andrade |
merge of '233c28248ecd717704ccb1932748bdf97b679cf1'
|
Sun, 03 May 2009 22:59:02 +0000 |
Ka-Hing Cheung |
re-enable something that qulogic wrote but commented out because of a
|
Mon, 04 May 2009 00:01:16 +0000 |
Elliott Sales de Andrade |
Also check whether the ADL/FQY count is zero when we've received an error
|
Sat, 02 May 2009 23:02:11 +0000 |
Elliott Sales de Andrade |
Word wrap a little.
|
Sat, 02 May 2009 23:01:32 +0000 |
Elliott Sales de Andrade |
Decrement the ADL/FQY count when we receive an error about a FQY for a user
|
Sat, 02 May 2009 22:31:13 +0000 |
Elliott Sales de Andrade |
Add an FQY error handler so we don't disconnect if something incorrect was
|
Sat, 28 Mar 2009 07:31:29 +0000 |
Elliott Sales de Andrade |
Save a count of how many ADL (per-request) and FQY (per-contact) we send,
|
Sat, 21 Mar 2009 02:20:52 +0000 |
Elliott Sales de Andrade |
Add some missing newlines in debug messages.
|
Sat, 20 Jun 2009 18:27:49 +0000 |
Ka-Hing Cheung |
*** Plucked rev b932d4f94f9c771877b6a8a6a1d7dd3ea9c08005 (qulogic@pidgin.im):
|
Sun, 10 May 2009 23:25:26 +0000 |
Paul Aurich |
*** Plucked rev f9080d0b (khc@pidgin.im):
|
Mon, 04 May 2009 00:03:20 +0000 |
Elliott Sales de Andrade |
Darnit, one more MSN fix:
|
Sat, 02 May 2009 23:08:46 +0000 |
Elliott Sales de Andrade |
More MSN fixes to go along with f0df27a299120baecf9ea88a9fb24ffe1dbe72fd:
|
Wed, 29 Apr 2009 18:24:34 +0000 |
Sadrul Habib Chowdhury |
Pluck the MSN bug fixes.
|
Tue, 28 Apr 2009 20:55:35 +0000 |
Ethan Blanton |
applied changes from 70fa4cc384b7643ab1f296bdc2399bc208542a20
|
Tue, 03 Mar 2009 05:11:00 +0000 |
Elliott Sales de Andrade |
Ignore the Forward List status bit when checking if user is on the Allow
|
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
|
Tue, 17 Feb 2009 03:07:10 +0000 |
Elliott Sales de Andrade |
Buddies on both the Allow and Block list are now automatically removed from
|