| Commit message (Expand) | Author | Age | Lines |
... | |
| * | | Use initgroups() as well when dropping privileges. Closes bug #852. | Wilmer van der Gaast | 2011-12-22 | -1/+36 |
| |/ |
|
| * | Don't use the C++ keyword 'new' as a variable name. | Alex Miller | 2011-12-18 | -1/+1 |
* | | Fixed a bug that probably (can't test this now since it's down) broke OAuth | Wilmer van der Gaast | 2011-12-21 | -1/+1 |
* | | Add a helpful message on what to do with OAuth login issues. | Wilmer van der Gaast | 2011-12-21 | -4/+15 |
* | | Make it easier to add OAuth-authenticated accounts without having to type | Wilmer van der Gaast | 2011-12-21 | -6/+6 |
* | | Fix parsing of acc->pass. Use oauth_params_ functions instead of string | Wilmer van der Gaast | 2011-12-21 | -17/+12 |
* | | Detect JID changes at login time and warn the user about them. | Wilmer van der Gaast | 2011-12-20 | -12/+48 |
* | | When updating the XMPP password field with OAuth data, try harder to preserve | Wilmer van der Gaast | 2011-12-19 | -13/+11 |
* | | Give a list of SASL mechanisms supported by a server when reporting we don't | Wilmer van der Gaast | 2011-12-19 | -1/+17 |
* | | 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 |
* | | Restructured and updated code a little bit to support new-style (much better | Wilmer van der Gaast | 2011-12-18 | -32/+39 |
* | | More generic OAuth support now. Should work well for all GTalk accounts now | Wilmer van der Gaast | 2011-12-18 | -17/+69 |
* | | Mainline merge. | Wilmer van der Gaast | 2011-12-17 | -246/+4945 |
|\| |
|
| * | As I intended for a while already, use account tags everywhere instead of | Wilmer van der Gaast | 2011-12-13 | -1/+1 |
| * | skyped: give reasonable error message when cert is missing | Miklos Vajna | 2011-12-12 | -5/+9 |
| * | Support HTTP/1.1 redirect status codes and use HTTPS for OAuth setup. This | Wilmer van der Gaast | 2011-12-11 | -4/+4 |
| * | Read both alias and server_alias properties for libpurple contacts. TBH I | Wilmer van der Gaast | 2011-12-11 | -0/+2 |
| * | Another packaging fix: Don't put skyped manpage in bitlbee-common. | Wilmer van der Gaast | 2011-12-11 | -11/+11 |
| * | Skype module packaging. | Wilmer van der Gaast | 2011-12-10 | -7/+7 |
| * | Merging non-SASL authentication patch from #863. This also implements | Wilmer van der Gaast | 2011-12-07 | -2/+5 |
| * | Merging compiler warning fixes from vmiklos. | Wilmer van der Gaast | 2011-12-06 | -138/+75 |
| |\ |
|
| | * | yahoo: unused-but-set-variables | Miklos Vajna | 2011-12-06 | -42/+19 |
| | * | oscar: unused-but-set-variables | Miklos Vajna | 2011-12-06 | -90/+56 |
| | * | 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 |
| * | 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 |
| * | msn_soap_debug_print may get called with NULL pointers. Pay attention. | Wilmer van der Gaast | 2011-11-25 | -4/+8 |
| * | Hopefully this fixed #838. Patch from Artem Savkov, thanks! The problem was | Wilmer van der Gaast | 2011-11-24 | -18/+18 |
| * | Add missing 'skype/skyped.conf.dist' | Miklos Vajna | 2011-11-23 | -0/+10 |
| * | Undoing old workaround for MSN troubles and added more proper fix. The | Wilmer van der Gaast | 2011-11-12 | -3/+3 |
| * | 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 |
| * | Killed careless use of strcpy(). Luckily these are only a risk on public | Wilmer van der Gaast | 2011-10-30 | -3/+4 |
| * | Big merge from pesco, closing some OTR issues: #759, #824, #839, #830. | Wilmer van der Gaast | 2011-10-20 | -3/+3 |
| |\ |
|
| | * | rename irc_usermsg to irc_rootmsg. | unknown | 2011-10-03 | -3/+3 |
| * | | Clearer error msg when trying to add an existing OSCAR contact. Bug #828. | Wilmer van der Gaast | 2011-10-19 | -0/+4 |
| * | | changeset:devel,814 was silly and incomplete. This should fix that. Full | Wilmer van der Gaast | 2011-10-19 | -0/+4 |
| * | | Stupid work-around for bug #838. The troublesome condition is known, I just | Wilmer van der Gaast | 2011-10-17 | -0/+8 |
| |/ |
|
| * | Fix #820, make Skype mod compile on NetBSD. | Wilmer van der Gaast | 2011-08-27 | -0/+1 |
| * | Just reconstruct all retweets instead of just the ones marked as truncated. | Wilmer van der Gaast | 2011-08-27 | -5/+3 |
| * | Since t.co is all over Twitter now, start parsing and showing entity | Wilmer van der Gaast | 2011-08-26 | -10/+35 |
| * | Merging Twitter-mentions patch from meh. Bug #663. | Wilmer van der Gaast | 2011-08-25 | -71/+282 |
| * | Better cleanup of status IDs in Twitter commands. Stop using that silly | Wilmer van der Gaast | 2011-08-17 | -13/+20 |
| * | To reduce ambiguity, allow using a # to specify Tweet ID's when doing retweets. | Wilmer van der Gaast | 2011-08-17 | -1/+5 |
| |\ |
|
| | * | Make it easier to retweet by id. | Jasper Spaans | 2011-08-03 | -1/+5 |
| |/ |
|
| * | Merging Skype plugin. Many thanks to Miklos Vajna for all his work on this, | Wilmer van der Gaast | 2011-07-24 | -0/+4477 |
| |\ |
|
| | * | Drop no longer necessary autofoo from skype plugin dir | unknown | 2011-07-03 | -112/+0 |
| | * | Install skyped documentation if skype is enabled | unknown | 2011-07-03 | -2/+12 |
| | * | Install skyped if skype is enabled | unknown | 2011-07-03 | -10/+0 |