aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/msn/msn.h
Commit message (Collapse)AuthorAgeLines
* Support for sending messages to federated contacts. They don't seem to arriveWilmer van der Gaast2012-09-29-0/+1
| | | | | but Pidgin seems to have the same problem.
* Online status should be read properly now.Wilmer van der Gaast2012-09-16-2/+3
|
* Some more tweaks: Should show up online now, and be able to send and receiveWilmer van der Gaast2012-09-16-0/+3
| | | | | messages. Seeing online state is still a problem due to the protocol#: gunk.
* Generate a machine UUID instead of using a hardcoded one.Wilmer van der Gaast2012-09-16-0/+1
|
* MSNP18 code. It logs in now but otherwise doesn't work all too well.Wilmer van der Gaast2012-09-16-4/+11
|
* Moving msn_findheader() to lib/misc.c as get_rfc822_header() so I can use itWilmer van der Gaast2011-12-19-1/+0
| | | | | in OAuth as well. (Need it to find the Content-Type: header.)
* Silently adding /CTCP NUDGE support for MSN contacts.Wilmer van der Gaast2010-12-13-3/+10
|
* Allow changing MSN display names in server-side profiles. (I.e. the changesWilmer van der Gaast2010-12-12-0/+1
| | | | | are finally always persistent again.)
* Fixed issue with logging in to unverified MSN accounts.Wilmer van der Gaast2010-11-13-0/+1
|
* Finish re-authentication works. Should now work for OIMs as well.Wilmer van der Gaast2010-09-04-1/+2
|
* This works (includes some token sabotage code to ease testing), but I justWilmer van der Gaast2010-09-04-2/+2
| | | | | 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-18/+23
| | | | | needed for refreshing auth. tokens.
* Replace msn*write functions with saner versions that accept format strings.Wilmer van der Gaast2010-09-02-2/+2
| | | | | Also preparing for additional temporary NS connections (auth token renewal).
* Fetch the user's profile to see if there's a display name set there. IfWilmer van der Gaast2010-08-18-4/+10
| | | | | | 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-1/+1
| | | | | from display_name amnesia a little bit though at least with Hotmail accounts.
* Parse authentication errors.Wilmer van der Gaast2010-08-15-1/+1
|
* The ADL command doesn't support >150 contacts. Split it up.Wilmer van der Gaast2010-08-15-0/+6
|
* Read group info.Wilmer van der Gaast2010-08-15-4/+9
|
* Responses to add requests work now.Wilmer van der Gaast2010-08-14-2/+2
|
* Show incoming auth. requests (although responding to them currently causesWilmer van der Gaast2010-08-14-1/+1
| | | | | a disconnect).
* Allow changing the display_name, now permanently!Wilmer van der Gaast2010-08-14-1/+0
|
* Remove some old Passport stuff, this is all in soap.[ch] now.Wilmer van der Gaast2010-08-14-3/+0
|
* Sending offline messages works now ... but Pidgin doesn't seem to receive ↵Wilmer van der Gaast2010-08-13-3/+8
| | | | them. :-/
* Proper responses to CHL challenges. Clean up bee_users before callingWilmer van der Gaast2010-08-12-6/+9
| | | | | | 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-1/+4
|
* Get contact list/address book info. Next step: We have to send it back.Wilmer van der Gaast2010-08-12-0/+15
| | | | | Seriously. Wish I were joking.
* Implement MSNP15 SSO (Sadistic Sign-On).Wilmer van der Gaast2010-08-11-1/+2
|
* Merging msn-offline branch. A tiny bit of MSNP13, and it works for the firstWilmer van der Gaast2010-08-08-1/+11
|\ | | | | | | | | | | 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-2/+7
| | | | | | | | | | | | sending offline messages. It works somewhat, just that Pidgin shows the messages as empty. :-(
| * Add MSNP11 challenge code which I'll need for doing this SOAP stuff.Wilmer van der Gaast2010-03-20-1/+6
| |
* | MSN supports having people in multiple groups and BitlBee does not. WhenWilmer van der Gaast2010-07-25-1/+1
| | | | | | | | | | | | moving people between groups, make sure they *are* removed from their old group.
* | Create new MSN groups when necessary.Wilmer van der Gaast2010-06-11-1/+7
| |
* | Moving MSN contacts between groups is now possible, but no support yet forWilmer van der Gaast2010-06-09-1/+1
| | | | | | | | | | creating new groups.
* | Mainline merge.Wilmer van der Gaast2010-05-03-0/+8
|\ \
| * \ Merge msn-keepalive, a nice hack (not yet documented) which sends keepalivesWilmer van der Gaast2010-04-16-0/+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-1/+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-0/+7
| | |/ | | | | | | | | | | | | Only kicks in if the user goes offline during a conversation.
* | | Merging loads of stuff from mainline.Wilmer van der Gaast2010-04-14-0/+1
|\| |
| * | Added local_display_name setting for MSN accounts and some hopefully cleverWilmer van der Gaast2010-03-29-0/+1
| |/ | | | | | | | | | | enough handling for it. Should solve problems with MSN servers forgetting/ overriding display names set by the user.
* | Merging mainline.Wilmer van der Gaast2010-03-17-4/+3
|\|
| * Adding a few consts and other misc fixes from bug #431. Doing this via aWilmer van der Gaast2010-03-14-3/+3
| |\ | | | | | | | | | | | | merge because bzr can probably deal with the conflicts better than patch.
| | * Some const/etc cleanups submitted by domen@coderock.org back in bug #431.Wilmer van der Gaast2010-03-14-3/+3
| | |
| * | MSN module updated to deal with the new API. Not many changes since itWilmer van der Gaast2010-03-06-1/+0
| | | | | | | | | | | | | | | | | | doesn't currently support away messages anyway. This is more a bit of a cleanup.
* | | Added MSN file transfer of type MSNFTP.ulim2008-08-11-0/+4
|/ / | | | | | | | | Transfer is direct and the sender can not be firewalled.
* / Added msn_sb_write_msg() (patch from ulim).Wilmer van der Gaast2008-08-10-0/+6
|/
* Don't automatically enable MSN debugging messages for debugging builds.Wilmer van der Gaast2008-04-08-1/+1
|
* When a switchboard connection dies (at the TCP level) and there are stillWilmer van der Gaast2008-01-12-5/+5
| | | | | | | | | | | queued messages, they will now be moved back to the main queue and a new sb will be created to try to send the messages again. I hope this will solve some/most/all of the "Closing switchboard with unsent messages" problems, but can't be sure since this problem isn't very easy to reproduce. At least it should solve the ones caused by keeping spare switchboards around. Also enabling switchboard debugging output if configured with --debug=1, at least for now this will be useful.
* Changed warning message about unsent MSN messages. It should show the actualWilmer van der Gaast2008-01-06-0/+1
| | | | | message(s) now.
* s/gaim_connection/im_connection/ and some other minor API changes. The restWilmer van der Gaast2007-03-30-13/+13
| | | | | | will come tomorrow. It compiles, I'll leave the real testing up to someone else. ;-)
* Preparing for Jabber conference room support.Wilmer van der Gaast2007-03-27-2/+2
|