summaryrefslogtreecommitdiff
path: root/libpurple/protocols/msn
Commit message (Expand)AuthorAgeFilesLines
* The FSF changed its address a while ago; our files were out of date.John Bailey2007-09-0858-58/+58
* Patch from QuLogic. Fixes #2903 ('Missing newlines in debug messages.')Sadrul Habib Chowdhury2007-09-053-3/+3
* Deal better with receiving a msn ACK when there is no switchboard connected. ...Daniel Atallah2007-09-041-1/+2
* Patch from Gal Topper to fix an endianness issue in MSN file transfers. Fixes...Sean Egan2007-09-031-1/+1
* In MSN prpl, use attention API. Can be disabled by undefiningJeff Connelly2007-08-273-7/+59
* Input handlers are unsigned integers. So set them to 0 instead of -1 afterSadrul Habib Chowdhury2007-08-241-4/+4
* Warning fixes in the aftermath of resiak's authorize_cb and deny_cb type fixing.Daniel Atallah2007-08-121-3/+5
* cmd->params[2] could be NULL, or purple_url_decode() could return NULL. Don't...Evan Schoenberg2007-07-141-1/+1
* accept() wants a pointer to a socklen_t, not an unsigned int. This has no pro...Evan Schoenberg2007-07-041-1/+1
* Use the glib strcasecmp functions everywhere, as we've had reports ofRichard Laager2007-07-011-1/+1
* propagate from branch 'im.pidgin.pidgin.2.1.0' (head bcf28ef7e8ff6bb7068d4f7f...Richard Laager2007-06-163-3/+22
|\
| * propagate from branch 'im.pidgin.pidgin.2.1.0' (head 6733196cafc60146d92a2656...Sean Egan2007-06-152-4/+4
| |\
| * | Avoid accessing an invalid pointer when ret == -1Daniel Atallah2007-06-131-1/+1
| * | Don't retrieve hotmail authorization info for non-hotmail accounts. Fixes #1580Stu Tomlinson2007-06-102-2/+21
* | | merge of '6733196cafc60146d92a26565e0d90bd8b43a9ef'Richard Laager2007-06-162-1/+2
|\ \ \ | | |/ | |/|
| * | Replace "wer" with "were"Richard Laager2007-06-141-1/+1
| * | propagate from branch 'im.pidgin.pidgin' (head 40543ce7b48e6be1fa33e3381d376f...Richard Laager2007-06-071-3/+3
| |\ \ | | |/ | |/|
| * | We should surface this error to the user when callingMark Doliner2007-06-071-0/+1
* | | disapproval of revision '2d8ea56b90971e7851442d96b7d74ecb4f052126'Richard Laager2007-06-161-3/+3
| |/ |/|
* | Mark the return type const for the following functions. I noticed thisRichard Laager2007-06-071-3/+3
|/
* Improve parsing user info for MSN, Fixes #690Stu Tomlinson2007-06-022-5/+24
* Handle problems initiating or joining a switchboard session more gracefully.Stu Tomlinson2007-06-022-7/+47
* Fix problems with MSN when you use a wrong password.Stu Tomlinson2007-06-022-0/+3
* Under some conditions, we're getting "BPR MOB Y" when there hasn't previously...Daniel Atallah2007-05-311-0/+2
* Handle new accounts with no buddies better - finish login when the firstStu Tomlinson2007-05-272-15/+17
* Only write out the HTML comment on win32, to avoid the risk of confusingStu Tomlinson2007-05-241-2/+4
* When closing IM windows on MSN, don't release the switchboard connectionStu Tomlinson2007-05-231-1/+6
* Remove an unused variableStu Tomlinson2007-05-201-1/+0
* Support for @msn.com accounts when opening Inbox, and unconditioanlly requestStu Tomlinson2007-05-202-2/+7
* A couple of tweaks to open Hotmail inboxStu Tomlinson2007-05-202-0/+6
* Periodically refresh the authentication info required to automatically logStu Tomlinson2007-05-191-1/+14
* merge of 'f17d0ae4cbd08357e5b5f0df9ecd86d770c130ba'Evan Schoenberg2007-05-172-2/+3
|\
| * Fix MSN "Open Hotmail Inbox" for non-hotmail.com accounts (eg. hotmail.co.uk)Stu Tomlinson2007-05-172-2/+3
* | slpcall now explicitlt references its xfer and unreferences it when it is des...Evan Schoenberg2007-05-173-0/+6
* | disapproval of revision '20a4a4077bba23ee2db10a235a79b0f193497653'Evan Schoenberg2007-05-173-6/+0
* | slpcall now explicitlt references its xfer and unreferences it when it is des...Evan Schoenberg2007-05-173-0/+6
|/
* In MSN we fake sending messages to yourself. This had a small bug in thatStu Tomlinson2007-05-121-2/+26
* Patch from sourceforge tracker 1652005 from wabz to fix displaying fileStu Tomlinson2007-05-123-32/+16
* Fix declaration after statement.Daniel Atallah2007-05-041-1/+2
* merge of 'ce035a1ed2ecddee707549904f889a9c7b7c2dca'Sean Egan2007-05-042-2/+10
|\
| * Make MSN mobile buddies offline, mobile, and offline-messagable. Fixes #215Sean Egan2007-05-042-2/+10
* | merge of 'bff0ee9ac3da9191ccb9858fe6aec2445fab73d0'Richard Laager2007-05-032-19/+8
|\ \
| * | Remove a bunch of unnecessary NULL checking for g_free()Daniel Atallah2007-05-031-17/+6
| * | This should fix #569. I'm waiting for a debug log to see exactly what is up.Daniel Atallah2007-05-031-1/+1
| * | Fix calculating SHA1C for buddy iconsStu Tomlinson2007-05-031-1/+1
| |/
* | merge of 'e9f12eb06c5b8c4a1af8d1ac70e54a4ad447e9fc'Richard Laager2007-05-031-1/+1
|\ \ | |/ |/|
| * disapproval of revision 'bf9779a51471f98c95339f8736da02b6af1a0a89'Richard Laager2007-05-031-1/+1
* | Now that version.h is a generated source file, we need to addStu Tomlinson2007-05-031-0/+1
|/
* Re-comment that outSean Egan2007-04-301-1/+1
* And now the protocolsGary Kramlich2007-04-301-1/+13