Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Drop dead support for MSN offline messages (that SOAP server isn't even in | Wilmer van der Gaast | 2012-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 Gaast | 2012-02-11 | -2/+2 |
| | ||||
* | Rename SRCDIR directory to _SRCDIR_. I guess #907 was caused by SRCDIR | Wilmer van der Gaast | 2012-02-11 | -3/+3 |
| | | | | | unexpectedly being set to something already. | |||
* | Merging mainline. | Wilmer van der Gaast | 2011-12-24 | -2/+8 |
|\ | ||||
| * | Pass the SSL errors through another layer of indirection (Passport SOAP code). | Wilmer van der Gaast | 2011-12-19 | -2/+8 |
| | | ||||
* | | Moving msn_findheader() to lib/misc.c as get_rfc822_header() so I can use it | Wilmer van der Gaast | 2011-12-19 | -64/+11 |
|/ | | | | | in OAuth as well. (Need it to find the Content-Type: header.) | |||
* | msn: unused-but-set-variables | Miklos Vajna | 2011-12-06 | -9/+2 |
| | ||||
* | Debug output tweaks: Try to send everything to stderr, and add ifdef to | Wilmer van der Gaast | 2011-12-04 | -5/+5 |
| | | | | | enable printing of all SSL traffic. | |||
* | Somewhat improve debug logging of HTTP/SOAP stuff. | Wilmer van der Gaast | 2011-12-02 | -2/+0 |
| | ||||
* | MSN: No clue if the OUT command can specify other reasons, but if so, show | Wilmer van der Gaast | 2011-11-26 | -1/+2 |
| | | | | | it to the user. | |||
* | msn_soap_debug_print may get called with NULL pointers. Pay attention. | Wilmer van der Gaast | 2011-11-25 | -4/+8 |
| | ||||
* | Undoing old workaround for MSN troubles and added more proper fix. The | Wilmer van der Gaast | 2011-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 Gaast | 2011-11-10 | -3/+3 |
| | ||||
* | Fixed bug in msn_soap_debug_print() failing to print HTTP headers of SOAP | Wilmer van der Gaast | 2011-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't | Wilmer van der Gaast | 2011-03-07 | -1/+2 |
| | | | | | understand how free()-like functions should behave). | |||
* | Sneaky if statement is sneaky. The fix from the previous changeset didn't | Wilmer van der Gaast | 2011-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 Gaast | 2011-01-22 | -2/+6 |
| | ||||
* | Silently adding /CTCP NUDGE support for MSN contacts. | Wilmer van der Gaast | 2010-12-13 | -4/+42 |
| | ||||
* | MSN: Don't send any of the special messages offline since they creep people | Wilmer van der Gaast | 2010-12-13 | -0/+4 |
| | | | | | out. :-) | |||
* | Allow changing MSN display names in server-side profiles. (I.e. the changes | Wilmer van der Gaast | 2010-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 Gaast | 2010-11-20 | -7/+9 |
| | ||||
* | Sometimes for whatever reasons MSN adds all contacts to both the allow- | Wilmer van der Gaast | 2010-11-20 | -0/+15 |
| | | | | | and the block list. Working around this. | |||
* | Fixed two doc/string typos. | Wilmer van der Gaast | 2010-11-19 | -1/+1 |
| | ||||
* | Fixed issue with logging in to unverified MSN accounts. | Wilmer van der Gaast | 2010-11-13 | -3/+19 |
| | ||||
* | Fixed some still-leaky code in the MSN incoming status message handling. | Wilmer van der Gaast | 2010-10-23 | -5/+5 |
| | ||||
* | Merging OTR branch. It's more or less a plugin if you enable it, and | Wilmer van der Gaast | 2010-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 Gaast | 2010-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 Gaast | 2010-08-31 | -1/+2 |
| |\ \ | ||||
| * \ \ | First step in this merge. Mostly a bzr merge and then a cleanup of conflicts | Wilmer van der Gaast | 2010-08-24 | -0/+1 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | and parts I want to/have to redo (because of ui-fix). | |||
| | * \ \ | merge in bitlbee 1.2.7 | Sven Moritz Hallberg | 2010-06-03 | -28/+25 |
| | |\ \ \ | ||||
| | * \ \ \ | merge in bitlbee 1.2.6 | Sven Moritz Hallberg | 2010-06-03 | -49/+141 |
| | |\ \ \ \ | ||||
| | * \ \ \ \ | merge in bitlbee 1.2.5 | Sven Moritz Hallberg | 2010-06-03 | -69/+76 |
| | |\ \ \ \ \ | ||||
| | * | | | | | | commit updates by ashish shukla <wahjava@gmail.com> | Sven Moritz Hallberg | 2009-03-12 | -78/+54 |
| | | | | | | | | ||||
| | * | | | | | | merge in latest trunk | Sven Moritz Hallberg | 2008-07-17 | -205/+255 |
| | |\ \ \ \ \ \ | ||||
| | * \ \ \ \ \ \ | merge in upstream changes | Sven Moritz Hallberg | 2008-02-16 | -3/+3 |
| | |\ \ \ \ \ \ \ | ||||
| | * | | | | | | | | - add support for setting ops/voice according to OTR msgstate | Sven Moritz Hallberg | 2008-02-09 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add 'otr trust' user command - support non-otr messages during keygen - run otr messages through strip_html - interpret <b> and <i> tags in html messages - record max message size in prpl - add 'encrypted' flag to user_t - cosmetics | |||
* | | | | | | | | | | Clean up ordering of free()s in msn_buddy_data_free(). | Wilmer van der Gaast | 2010-10-07 | -2/+4 |
| | | | | | | | | | | ||||
* | | | | | | | | | | base64-decode the msg in offline msg non-delivery reports and suppress the | Wilmer van der Gaast | 2010-10-06 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | success report since it's mostly pointless. | |||
* | | | | | | | | | | Silencing some (mostly whiny) compiler warnings. | Wilmer van der Gaast | 2010-10-06 | -2/+3 |
| | | | | | | | | | | ||||
* | | | | | | | | | | Fixed some memory leaks. | Wilmer van der Gaast | 2010-10-06 | -0/+4 |
| | | | | | | | | | | ||||
* | | | | | | | | | | Fixed string handling bug with long MSN passwords. | Wilmer van der Gaast | 2010-10-06 | -0/+1 |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||
* | | | | | | | | | Restore MSN password truncation code. MSN still can't handle passwords | Wilmer van der Gaast | 2010-10-01 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | longer than 16 chars and silently fails if you give >16chars. | |||
* | | | | | | | | | Export block/allow list again. The way this is done is ugly though and needs | Wilmer van der Gaast | 2010-10-01 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to change. | |||
* | | | | | | | | | Silence some debugging stuff that was still going to stdout. | Wilmer van der Gaast | 2010-10-01 | -3/+6 |
| | | | | | | | | | ||||
* | | | | | | | | | Fixed possible crash bug on removing contacts while the auth cookie expired. | Wilmer van der Gaast | 2010-10-01 | -4/+6 |
| | | | | | | | | | ||||
* | | | | | | | | | Fix auth for @msn.com accounts. | Wilmer van der Gaast | 2010-09-05 | -2/+18 |
| | | | | | | | | | ||||
* | | | | | | | | | Clean up any stuff stuck in the soap queue at disconnect time. | Wilmer van der Gaast | 2010-09-04 | -8/+21 |
| | | | | | | | | | ||||
* | | | | | | | | | Finish re-authentication works. Should now work for OIMs as well. | Wilmer van der Gaast | 2010-09-04 | -36/+51 |
| | | | | | | | | | ||||
* | | | | | | | | | This works (includes some token sabotage code to ease testing), but I just | Wilmer van der Gaast | 2010-09-04 | -14/+54 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | realised there's probably no need for the additional temporary NS connection. | |||
* | | | | | | | | | Rearrange things a bit to support multiple NS connections. This is apparently | Wilmer van der Gaast | 2010-09-03 | -93/+105 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | needed for refreshing auth. tokens. |