aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/msn/ns.c
Commit message (Collapse)AuthorAgeLines
...
* 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.
* Added "mail_notifications" setting. Who needs those notifications anyway?Wilmer van der Gaast2008-01-05-2/+2
| | | | | Closes: #338.
* More API changes: buddy list management. imcb_add_buddy() is now a *real*Wilmer van der Gaast2007-04-18-9/+17
| | | | | | | | | callback, it's only called from inside IM-modules. This makes sure a buddy only gets added to the BitlBee structures if the add was successful. This gets rid of the weirdness described in #55. Unfortunately for now this change breaks A) automatic renaming of ICQ contacts (if there are names stored in the contact list) B) add -tmp.
* Split serv_got_update() into imcb_buddy_(status|times). (Well, the secondWilmer van der Gaast2007-04-15-3/+5
| | | | | | | one isn't implemented yet, but I'll do that later.) At last I got rid of the hack called get_status_string(). And now Yahoo seems to mess up away messages...
* s/imc/imcb/ for callback functions. Moved things aroundin nogaim.h aWilmer van der Gaast2007-04-15-35/+35
| | | | | | little bit, grouping things by category instead of original Gaim 0.58 filename.
* Cleaned up struct im_connection. No more username/password stuff sinceWilmer van der Gaast2007-04-15-30/+32
| | | | | it's in acc too. wants_to_die is now an argument to imc_logout().
* Now that all these functions take format strings, I have to make sure IWilmer van der Gaast2007-04-05-8/+2
| | | | | use that and don't introduce vulnerabilities. :-)
* More cleanups, mainly in the callbacks. Replaced things likeWilmer van der Gaast2007-04-05-61/+60
| | | | | | | | do_error_dialog() and (set|hide)_login_progress(_error)?() with things that hopefully make more sense. Although it's still not really great...
* s/gaim_connection/im_connection/ and some other minor API changes. The restWilmer van der Gaast2007-03-30-112/+112
| | | | | | will come tomorrow. It compiles, I'll leave the real testing up to someone else. ;-)