aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/msn/ns.c
Commit message (Collapse)AuthorAgeLines
* MSN: No clue if the OUT command can specify other reasons, but if so, showWilmer van der Gaast2011-11-26-1/+2
| | | | | it to the user.
* Fixed issue with logging in to unverified MSN accounts.Wilmer van der Gaast2010-11-13-3/+14
|
* Fixed some still-leaky code in the MSN incoming status message handling.Wilmer van der Gaast2010-10-23-5/+5
|
* Fixed some memory leaks.Wilmer van der Gaast2010-10-06-0/+1
|
* Finish re-authentication works. Should now work for OIMs as well.Wilmer van der Gaast2010-09-04-5/+0
|
* This works (includes some token sabotage code to ease testing), but I justWilmer van der Gaast2010-09-04-4/+11
| | | | | realised there's probably no need for the additional temporary NS connection.
* Rearrange things a bit to support multiple NS connections. This is apparentlyWilmer van der Gaast2010-09-03-46/+68
| | | | | needed for refreshing auth. tokens.
* Replace msn*write functions with saner versions that accept format strings.Wilmer van der Gaast2010-09-02-29/+46
| | | | | Also preparing for additional temporary NS connections (auth token renewal).
* Handle payloads attached to errors (assume any number in cmd[2] would beWilmer van der Gaast2010-08-29-0/+4
| | | | | | a payload length, which seems like a fair assumption). This should solve problems with logging in with dodgy contact/membership lists.
* Also pick up MSN Messenger mobile info.Wilmer van der Gaast2010-08-22-2/+5
|
* Fetch the user's profile to see if there's a display name set there. IfWilmer van der Gaast2010-08-18-11/+18
| | | | | | there is, the one in the address book should be ignored. No support for changing the profile yet though.
* Making display name code a bit saner. Apparently PoS MSN is still sufferingWilmer van der Gaast2010-08-15-14/+6
| | | | | from display_name amnesia a little bit though at least with Hotmail accounts.
* Parse authentication errors.Wilmer van der Gaast2010-08-15-1/+7
|
* The ADL command doesn't support >150 contacts. Split it up.Wilmer van der Gaast2010-08-15-28/+60
|
* Fix issues with logging in with huge SSO tickets (hilariously, the 1024-Wilmer van der Gaast2010-08-15-1/+1
| | | | | | byte buffer was just one byte too short, resulting in a \r-terminated login line and the server waiting for the \n). Also using xt_find_path().
* Responses to add requests work now.Wilmer van der Gaast2010-08-14-2/+5
|
* Show incoming auth. requests (although responding to them currently causesWilmer van der Gaast2010-08-14-45/+64
| | | | | a disconnect).
* The contact's full name is in a different field now in NLN messages.Wilmer van der Gaast2010-08-14-2/+2
|
* Allow changing the display_name, now permanently!Wilmer van der Gaast2010-08-14-80/+0
|
* Read incoming MSN status/away messages.Wilmer van der Gaast2010-08-14-0/+20
|
* Remove some old Passport stuff, this is all in soap.[ch] now.Wilmer van der Gaast2010-08-14-1/+1
|
* Sending offline messages works now ... but Pidgin doesn't seem to receive ↵Wilmer van der Gaast2010-08-13-2/+2
| | | | them. :-/
* Some syntax checking fixups; don't make the same mistake of failing just ifWilmer van der Gaast2010-08-12-11/+5
| | | | | | the MSN server is sending a little bit *more* info. And adding xt_insert_node() used in the ADL generation code.
* Proper responses to CHL challenges. Clean up bee_users before callingWilmer van der Gaast2010-08-12-12/+13
| | | | | | prpl->logout() since the buddy_data functions would like some structs to still exist.
* Successful login (including contact list sync). \o/Wilmer van der Gaast2010-08-12-100/+100
|
* Implement MSNP15 SSO (Sadistic Sign-On).Wilmer van der Gaast2010-08-11-23/+9
|
* Not working yet, but some code for fetching the membership list. ApparentlyWilmer van der Gaast2010-08-09-2/+2
| | | | | an upgrade to MSNP15 is needed. Oh well.
* Enough changes to successfully login up to (but not including) fetching theWilmer van der Gaast2010-08-08-3/+9
| | | | | contact list.
* Merging msn-offline branch. A tiny bit of MSNP13, and it works for the firstWilmer van der Gaast2010-08-08-0/+2
|\ | | | | | | | | | | minute of the session (after that the MSN server finds out the rest of BitlBee still speaks MSNP8).
| * Added soap.c with a fairly reusable SOAP framework and simple code forWilmer van der Gaast2010-03-20-0/+2
| | | | | | | | | | | | sending offline messages. It works somewhat, just that Pidgin shows the messages as empty. :-(
* | Create new MSN groups when necessary.Wilmer van der Gaast2010-06-11-0/+44
| |
* | Moving MSN contacts between groups is now possible, but no support yet forWilmer van der Gaast2010-06-09-1/+7
| | | | | | | | | | creating new groups.
* | Merging stuff from mainline (1.2.6).Wilmer van der Gaast2010-04-24-18/+59
|\ \
| * \ Merge msn-keepalive, a nice hack (not yet documented) which sends keepalivesWilmer van der Gaast2010-04-16-2/+8
| |\ \ | | | | | | | | | | | | | | | | | | | | to switchboards with offline contacts. This is meant as a work-around for the current lack of support for offline messaging.
| | * | Be more clever with keepalives; detect when a switchboard is opened withWilmer van der Gaast2010-04-10-15/+2
| | | | | | | | | | | | | | | | | | | | | | | | someone who's offline already. Still a hack but it eases the pain a little bit.
| | * | First stab at MSN keepalives.Wilmer van der Gaast2010-04-10-2/+21
| | |/ | | | | | | | | | | | | Only kicks in if the user goes offline during a conversation.
| * | Check MSN display names given by the server for UTF-8-correctness beforeWilmer van der Gaast2010-04-07-2/+10
| | | | | | | | | | | | | | | using them since invalid XML ending up in user configs can get very ugly.
| * | Added local_display_name setting for MSN accounts and some hopefully cleverWilmer van der Gaast2010-03-29-16/+43
| |/ | | | | | | | | | | enough handling for it. Should solve problems with MSN servers forgetting/ overriding display names set by the user.
* | Merging in head.Wilmer van der Gaast2010-03-14-9/+16
|\|
| * Fix for bug #536: No longer fail on corrupted USR responses with certainWilmer van der Gaast2010-03-14-9/+16
| | | | | | | | | | Unicode characters in the friendly name.
* | Merging in mainline, including improved away/status stuff.Wilmer van der Gaast2010-03-07-21/+28
|\|
| * MSN module updated to deal with the new API. Not many changes since itWilmer van der Gaast2010-03-06-6/+8
| | | | | | | | | | | | doesn't currently support away messages anyway. This is more a bit of a cleanup.
| * Committing some >1y old change. This seems to fix a small leak in the MSNWilmer van der Gaast2009-12-07-15/+20
| | | | | | | | | | mail notification handler.
* | Make purple use BitlBee's event handling API. Since the APIs never reallyWilmer van der Gaast2009-10-11-1/+1
|/ | | | | | | | | | diverged too much this is fairly transparent. I did rename and redefine GAIM_INPUT_* variables to really make it work without adding another stupid layer in between. One problem left, the new libpurple input API doesn't care about return values. Fixing that in the next CL.
* Microsoft, I hate you.Wilmer van der Gaast2008-08-02-13/+17
|
* Reverting to the old MSN/Passport authentication mechanism, the new oneWilmer van der Gaast2008-07-31-17/+13
| | | | | is "broken". (Bug #439)
* Fixed two memory leaks in the MSN module.Wilmer van der Gaast2008-06-29-3/+20
|
* Now checking if msn_sb_create() returns NULL. This is very unlikely, butWilmer van der Gaast2008-04-21-3/+21
| | | | | can happen if we run out of file descriptors, for example.
* Replaced old MSN Passport (v1.4) authentication code with what's described onWilmer van der Gaast2008-02-17-13/+17
| | | | | | | | http://msnpiki.msnfanatic.com/index.php/MSNP13:SOAPTweener . This was an attempt to fix bug #360, but it didn't. However, this change may make BitlBee a little bit more future-proof. Plus, the code is tidier and sometimes faster than the old mechanism.
* Disabling "Unknown command" warnings since they're very noisy and prettyWilmer van der Gaast2008-02-03-1/+1
| | | | | pointless.