summaryrefslogtreecommitdiff
path: root/libpurple/protocols/msn/msn.c
Commit message (Expand)AuthorAgeFilesLines
* msn: Remove protocol plugin from treeMike Ruprecht2016-10-021-3069/+0
* Tweak debug messages about on/offline MSN messages.Elliott Sales de Andrade2014-11-131-2/+1
* Fix various "Dereference before null check" issuesDaniel Atallah2013-02-181-1/+1
* Pluck all MSNP18 changes. This is pretty much to fix sending OIMs.Elliott Sales de Andrade2012-02-221-76/+55
* Use g_strlcpy instead of strcpy in MSN alias string creation.Ethan Blanton2011-07-171-2/+2
* Add the invite message support to MSN prpl.Elliott Sales de Andrade2011-03-201-82/+38
* Update PRPL structs with new fields.Elliott Sales de Andrade2011-03-201-1/+3
* propagate from branch 'im.pidgin.pidgin' (head e131c2da768d5bd01e4bcb33b488a4...John Bailey2011-03-131-11/+4
|\
| * propagate from branch 'im.pidgin.pidgin' (head c61f1279ba87c3b11d6387a904b8f8...John Bailey2011-01-081-11/+4
| |\
| | * propagate from branch 'im.pidgin.pidgin' (head aacaa228480c4129f2a8b1ef2a7028...Marcus Lundblad2010-11-201-11/+4
| | |\
| | | * Add a purple_notify_user_info_add_pair_plaintext function that accepts aMark Doliner2010-07-081-11/+4
* | | | Add a little note about something that nobody cares aboutMark Doliner2011-03-091-0/+1
* | | | merge of 'b7cfae50e10c44cf3be062d0172c15bef3d04355'Elliott Sales de Andrade2011-03-011-5/+3
|\ \ \ \
| * | | | Strip spaces when normalizing MSN usernames. Spaces in the accountElliott Sales de Andrade2011-03-011-5/+3
* | | | | Hopefully fixes #13298, the bug about not being able to add MSN buddies.Mark Doliner2011-02-281-27/+26
* | | | | Fix a memleak in the MSN prpl when removing a buddy from your buddy list.Mark Doliner2011-02-281-0/+1
|/ / / /
* | | | Updated client capabilities and networks from msnpsharp.Elliott Sales de Andrade2011-02-131-6/+6
|/ / /
* | | Remove trailing whitespaceRichard Laager2011-01-041-5/+5
* | | Add account action to enable/disable connecting from multipleElliott Sales de Andrade2010-12-051-0/+65
* | | Replace the mpop account setting with a session boolean, because IElliott Sales de Andrade2010-12-051-2/+1
* | | Combine the encode_spaces function and the stuff for the display nameElliott Sales de Andrade2010-12-031-42/+14
* | | Oops, this is the wrong limit.Elliott Sales de Andrade2010-12-031-2/+2
* | | Read the MPOP setting from the AB.Elliott Sales de Andrade2010-12-021-1/+7
* | | Suppress the "View Locations..." protocol action on MSN if we are notStu Tomlinson2010-11-291-4/+12
* | | Stop escaping all characters in the display name. It's only necessaryElliott Sales de Andrade2010-11-281-13/+33
* | | Call msn_transaction_destroy from msn_cmdproc_send_trans. This way, itElliott Sales de Andrade2010-11-271-1/+0
* | | msn_message_destroy() calls msn_message_unref() if refcount>0. This isMark Doliner2010-11-221-5/+5
* | | * Don't include ourselves in the list of other endpoints that can beMark Doliner2010-11-221-3/+22
* | | Oops, we shouldn't free the MsnMessage here, because it comes fromElliott Sales de Andrade2010-11-211-1/+0
* | | Fix a lot more leaks, some old, some new.Elliott Sales de Andrade2010-11-211-0/+2
|/ /
* | propagate from branch 'im.pidgin.cpw.qulogic.msnp16' (head b639ee32626228584d...Jorge Villase?or2010-09-151-29/+9
|\ \
| * | Move file request up in the stack.Jorge Villase?or2010-06-241-3/+1
| * | Add internal here so it brings config.h that make it possible to load the plu...Jorge Villase?or2010-05-281-0/+2
| * | A little header cleanup.Jorge Villase?or2010-05-281-0/+1
| * | msn_email_is_valid looks a lot like a util function, move it there.Jorge Villase?or2010-05-281-23/+0
| * | Remove unnecesary includes from msn.h.Jorge Villase?or2010-05-281-1/+3
| * | Remove msn_user_destroy in favor of msn_user_unref.Jorge Villase?or2010-05-271-2/+2
* | | propagate from branch 'im.pidgin.pidgin' (head 3e676c22e294f13dae001ce73244b3...Jorge Villase?or2010-09-111-5/+0
|\ \ \
| * | | Kill off many dead assignments and any useless remaining variables.Elliott Sales de Andrade2010-08-231-5/+0
* | | | propagate from branch 'im.pidgin.pidgin' (head bb4da51c125979a4f77cead2006e7e...Elliott Sales de Andrade2010-07-311-20/+20
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Save and cancel-on-exit any URL requests, instead of checking theElliott Sales de Andrade2010-07-311-20/+20
| |/
* | propagate from branch 'im.pidgin.pidgin' (head f858236de0f4fa15af469c339aaac3...Elliott Sales de Andrade2010-05-221-14/+136
|\ \ | |/ |/|
| * propagate from branch 'im.pidgin.pidgin' (head 6a2c93988900b61d2fc091e9d8844c...Elliott Sales de Andrade2010-05-101-83/+207
| |\
| * | Use a linked list to store MsnUserEndpoints instead of a hash table.Mark Doliner2010-04-231-17/+13
| * | Give the Set Friendly Name window a better titleMark Doliner2010-04-221-1/+1
| * | Don't hardcode "Pidgin" as the name of this endpoint. Instead, grab theMark Doliner2010-04-221-1/+4
| * | propagate from branch 'im.pidgin.pidgin' (head 337253c1d2c4f099bfc4d4a570376d...Mark Doliner2010-04-221-13/+139
| |\ \
| | * \ propagate from branch 'im.pidgin.pidgin' (head d4d794093d2dad39436c459598d1aa...Jorge Villase?or2010-04-041-13/+139
| | |\ \
| | | * | Remove deprecated (since MSNP13) commands and relevant files.Jorge Villase?or2010-03-311-3/+0
| | | * | I don't really like this name.Elliott Sales de Andrade2010-03-131-1/+1