aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/msn
Commit message (Collapse)AuthorAgeLines
...
* Merging "storage" branch which I wrote long ago. It separates generation ofWilmer van der Gaast2013-04-20-1/+1
|\ | | | | | | | | | | XML-formatted user configs from disk I/O so we can try to start using other mechanisms to store them (a REST API or something, for example).
| * s/ACC_SET_NOSAVE/SET_NOSAVE/.Wilmer van der Gaast2012-06-07-1/+1
| |
* | I'm still bored on a long flight. Wrote a script to automatically updateWilmer van der Gaast2013-02-21-3/+3
| | | | | | | | | | | | | | my copyright mentions since some were getting pretty stale. Left files not touched since before 2012 alone so that this change doesn't touch almost EVERY source file.
* | For the lazy among us: When adding a Jabber/MSN contact within the sameWilmer van der Gaast2013-02-21-1/+2
| | | | | | | | | | domain like you, you can omit the domain name.
* | Extend keepalive code to time out connections when pings don't getWilmer van der Gaast2012-11-11-0/+5
| | | | | | | | | | acknowledged, using this for Twitter streams and MSN so far.
* | Some more removals. Using ifdefs instead of read deletions in Yahoo! dir toWilmer van der Gaast2012-10-20-8/+0
| | | | | | | | | | | | not make merges too complicated (although upstream really seems dead at this point :-/).
* | Suppress own UBM messages.Wilmer van der Gaast2012-09-29-2/+13
| |
* | Support for sending messages to federated contacts. They don't seem to arriveWilmer van der Gaast2012-09-29-5/+40
| | | | | | | | | | but Pidgin seems to have the same problem.
* | Support for receiving messages via the NS (UBM command).Wilmer van der Gaast2012-09-25-3/+28
| |
* | Fixed syntax error introduced by latest merge.Wilmer van der Gaast2012-09-22-1/+1
| |
* | Merge mainline.Wilmer van der Gaast2012-09-22-3/+3
|\ \
| * | Little cleanup. Use xt_from_string() where possible.Wilmer van der Gaast2012-09-22-3/+3
| | |
* | | Notification on incoming offline messages. Life is too short to implementWilmer van der Gaast2012-09-16-1/+51
| | | | | | | | | | | | | | | | | | the SOAP code to actually fetch them but at least tell the user that s/he received something.
* | | One more semicolon check (BYE command).Wilmer van der Gaast2012-09-16-1/+1
| | |
* | | Don't accidentally create groupchats for 1:1 chats.Wilmer van der Gaast2012-09-16-11/+19
| | |
* | | Online status should be read properly now.Wilmer van der Gaast2012-09-16-46/+43
| | |
* | | Some more tweaks: Should show up online now, and be able to send and receiveWilmer van der Gaast2012-09-16-8/+44
| | | | | | | | | | | | | | | 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-3/+24
| | |
* | | MSNP18 code. It logs in now but otherwise doesn't work all too well.Wilmer van der Gaast2012-09-16-15/+63
|/ /
* / Allow building position-independent executables. #981, patch from brainsmoke.Wilmer van der Gaast2012-09-15-1/+1
|/
* Drop dead support for MSN offline messages (that SOAP server isn't even inWilmer van der Gaast2012-02-11-178/+3
| | | | | | DNS anymore). Bug #874 for adding support for the new (much simpler, for a change) way.
* Add missing newslines to debugging output. Bug #896.Wilmer van der Gaast2012-02-11-2/+2
|
* Rename SRCDIR directory to _SRCDIR_. I guess #907 was caused by SRCDIRWilmer van der Gaast2012-02-11-3/+3
| | | | | unexpectedly being set to something already.
* Merging mainline.Wilmer van der Gaast2011-12-24-2/+8
|\
| * Pass the SSL errors through another layer of indirection (Passport SOAP code).Wilmer van der Gaast2011-12-19-2/+8
| |
* | Moving msn_findheader() to lib/misc.c as get_rfc822_header() so I can use itWilmer van der Gaast2011-12-19-64/+11
|/ | | | | in OAuth as well. (Need it to find the Content-Type: header.)
* msn: unused-but-set-variablesMiklos Vajna2011-12-06-9/+2
|
* Debug output tweaks: Try to send everything to stderr, and add ifdef toWilmer van der Gaast2011-12-04-5/+5
| | | | | enable printing of all SSL traffic.
* Somewhat improve debug logging of HTTP/SOAP stuff.Wilmer van der Gaast2011-12-02-2/+0
|
* 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.
* msn_soap_debug_print may get called with NULL pointers. Pay attention.Wilmer van der Gaast2011-11-25-4/+8
|
* Undoing old workaround for MSN troubles and added more proper fix. TheWilmer van der Gaast2011-11-12-3/+3
| | | | | | http_client module needs some refactoring though. Will do that later.. This should hopefully fix bug #850.
* Workaround/Fix for MSN login troubles, many thanks to necropresto. Bug #850.Wilmer van der Gaast2011-11-10-3/+3
|
* Fixed bug in msn_soap_debug_print() failing to print HTTP headers of SOAPWilmer van der Gaast2011-11-09-1/+1
| | | | | | queries. No, this doesn't fix #850, I just found this bug while trying to get debugging info for that.
* Fix crash on quick MSN logoff (NULL pointer dereference because GLib doesn'tWilmer van der Gaast2011-03-07-1/+2
| | | | | understand how free()-like functions should behave).
* Sneaky if statement is sneaky. The fix from the previous changeset didn'tWilmer van der Gaast2011-01-23-2/+2
| | | | | work; it broke auth redirects. Fixing that now.
* MSN changed the @msn.com login server URL and/or broke the old one. :-(Wilmer van der Gaast2011-01-22-2/+6
|
* Silently adding /CTCP NUDGE support for MSN contacts.Wilmer van der Gaast2010-12-13-4/+42
|
* MSN: Don't send any of the special messages offline since they creep peopleWilmer van der Gaast2010-12-13-0/+4
| | | | | out. :-)
* Allow changing MSN display names in server-side profiles. (I.e. the changesWilmer van der Gaast2010-12-12-13/+90
| | | | | are finally always persistent again.)
* D'oh. Obviously, only look at MSN buddies when checking the MSN contact list.Wilmer van der Gaast2010-11-20-7/+9
|
* Sometimes for whatever reasons MSN adds all contacts to both the allow-Wilmer van der Gaast2010-11-20-0/+15
| | | | | and the block list. Working around this.
* Fixed two doc/string typos.Wilmer van der Gaast2010-11-19-1/+1
|
* Fixed issue with logging in to unverified MSN accounts.Wilmer van der Gaast2010-11-13-3/+19
|
* Fixed some still-leaky code in the MSN incoming status message handling.Wilmer van der Gaast2010-10-23-5/+5
|
* Merging OTR branch. It's more or less a plugin if you enable it, andWilmer van der Gaast2010-10-09-0/+1
|\ | | | | | | | | otherwise a no-op. DO NOT INSTALL THIS ON PUBLIC SERVERS.
| * Merging mainline, which includes a huge msnp13 merge.Wilmer van der Gaast2010-10-02-794/+2201
| |\ | | | | | | | | | | | | | | | Not 100% sure about the OpenSSL merge, should double check that but I'm currently offline.
| * \ Merge mainline stuff.Wilmer van der Gaast2010-08-31-1/+2
| |\ \
| * \ \ First step in this merge. Mostly a bzr merge and then a cleanup of conflictsWilmer van der Gaast2010-08-24-0/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | and parts I want to/have to redo (because of ui-fix).
| | * \ \ merge in bitlbee 1.2.7Sven Moritz Hallberg2010-06-03-28/+25
| | |\ \ \