aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/msn/ns.c
Commit message (Expand)AuthorAgeLines
...
* 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
* Making display name code a bit saner. Apparently PoS MSN is still sufferingWilmer van der Gaast2010-08-15-14/+6
* 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
* 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
* 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 the...Wilmer van der Gaast2010-08-13-2/+2
* Some syntax checking fixups; don't make the same mistake of failing just ifWilmer van der Gaast2010-08-12-11/+5
* Proper responses to CHL challenges. Clean up bee_users before callingWilmer van der Gaast2010-08-12-12/+13
* 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
* Enough changes to successfully login up to (but not including) fetching theWilmer van der Gaast2010-08-08-3/+9
* Merging msn-offline branch. A tiny bit of MSNP13, and it works for the firstWilmer van der Gaast2010-08-08-0/+2
|\
| * Added soap.c with a fairly reusable SOAP framework and simple code forWilmer van der Gaast2010-03-20-0/+2
* | 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
* | 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
| |\ \
| | * | Be more clever with keepalives; detect when a switchboard is opened withWilmer van der Gaast2010-04-10-15/+2
| | * | First stab at MSN keepalives.Wilmer van der Gaast2010-04-10-2/+21
| | |/
| * | Check MSN display names given by the server for UTF-8-correctness beforeWilmer van der Gaast2010-04-07-2/+10
| * | Added local_display_name setting for MSN accounts and some hopefully cleverWilmer van der Gaast2010-03-29-16/+43
| |/
* | 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
* | 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
| * Committing some >1y old change. This seems to fix a small leak in the MSNWilmer van der Gaast2009-12-07-15/+20
* | Make purple use BitlBee's event handling API. Since the APIs never reallyWilmer van der Gaast2009-10-11-1/+1
|/
* 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
* 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
* Replaced old MSN Passport (v1.4) authentication code with what's described onWilmer van der Gaast2008-02-17-13/+17
* Disabling "Unknown command" warnings since they're very noisy and prettyWilmer van der Gaast2008-02-03-1/+1
* Added "mail_notifications" setting. Who needs those notifications anyway?Wilmer van der Gaast2008-01-05-2/+2
* More API changes: buddy list management. imcb_add_buddy() is now a *real*Wilmer van der Gaast2007-04-18-9/+17
* Split serv_got_update() into imcb_buddy_(status|times). (Well, the secondWilmer van der Gaast2007-04-15-3/+5
* s/imc/imcb/ for callback functions. Moved things aroundin nogaim.h aWilmer van der Gaast2007-04-15-35/+35
* Cleaned up struct im_connection. No more username/password stuff sinceWilmer van der Gaast2007-04-15-30/+32
* Now that all these functions take format strings, I have to make sure IWilmer van der Gaast2007-04-05-8/+2
* More cleanups, mainly in the callbacks. Replaced things likeWilmer van der Gaast2007-04-05-61/+60
* s/gaim_connection/im_connection/ and some other minor API changes. The restWilmer van der Gaast2007-03-30-112/+112
* Added display_name setting for MSN connections. (Should replace the nickWilmer van der Gaast2006-07-03-0/+16