Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | twitter: minor cleanup, use G_G(U)INT64_FORMAT instead of casting | dequis | 2015-01-16 | -11/+11 |
| | ||||
* | msn_ns_send_adl_1: Fix alloc_strlen coverity warning | dequis | 2015-01-16 | -1/+1 |
| | | | | Allocating insufficient memory for the terminating null of the string | |||
* | Fix compiler warnings on Cygwin and Mac OS X. | Jason Copenhaver | 2015-01-16 | -8/+12 |
| | | | | | | | | * Don't use PIE/PIC on Cygwin/Darwin unless specified as these platforms don't support it. * Cleanup warnings for 'make check' build. * Fix the type issue for getsockopt calls. * Fix enum warnings in Yahoo libs on Mac OS X. | |||
* | twitter: start stream from last tweet on connect/reconnect | roger | 2015-01-16 | -1/+13 |
| | | | | | This works by setting the last_tweet hidden account setting to the ID of the last shown tweet. | |||
* | bee-chat: create temporary users for unknown chat participants | jgeboski | 2015-01-16 | -3/+9 |
| | | | | | | | | The imcb_chat_msg() function is unable to send messages to a chat with a user who was not previously added. This function should allow for the sending of messages with users who are not added. This is suitable for protocols which are sending messages to a chat from random users or a large amount of users which join and part frequently. | |||
* | Replace isdigit/isalpha/.../tolower/toupper with glib variants | dequis | 2015-01-16 | -25/+25 |
| | | | | | | | | | | | This fixes warnings about passing signed chars to them (apparently they are implemented as macros that do array lookups without checks in some platforms, yay) Specifically: functions=isalnum|isalpha|isdigit|isspace|isxdigit|tolower|toupper sed -ir "s/$functions/g_ascii_&/g" **/*.c | |||
* | Fix incorrect Free Software Foundation address | Matej Cepl | 2015-01-16 | -53/+53 |
| | ||||
* | msn: configurable notification server host/port | dequis | 2014-12-06 | -2/+10 |
| | ||||
* | twitter: Use g_strcasecmp for screen_name | dequis | 2014-11-24 | -4/+4 |
| | | | | | | Fixes a few minor bugs with users who have uppercase characters in nicks (see trac ticket 1138). Most notably, the "follow" command showing no feedback that a user was followed | |||
* | Use glib functions for base64 decoding/encoding | dequis | 2014-11-24 | -2/+17 |
| | | | | | | | | | | | | This fixes several coverity warnings about 'tainted data index sink' and a fixme about thread safety in the old base64_decode implementation. Had to adapt the code that used base64_encode_real: - oauth.c: different character set order, but it's for the nonce so it doesn't matter - libyahoo2.c: used as part of the auth, changes "+/=" into "._-". Fixed by encoding first the usual way through glib, then replacing. | |||
* | msn: add 'allow' role if contact has neither block nor allow | dequis | 2014-11-17 | -0/+8 |
| | | | | | This workarounds the problems of showing as offline to other contacts, by sending ADL with role 3 (FL+AL) instead of just 1 (FL, no AL or BL) | |||
* | msn_buddy_ask: only ask to add if contact is in pending list | dequis | 2014-11-17 | -1/+1 |
| | | | | | Previously it asked if they were in pending/reverse but not allow/block. In theory that would fix inconsistent states. And in practice... nope. | |||
* | msn: Update ApplicationId again to one used by skype | dequis | 2014-11-17 | -1/+1 |
| | | | | Because why not | |||
* | msn: update ABService ApplicationId to WLM 2012 to fix login | dequis | 2014-11-12 | -1/+1 |
| | | | | The previous ApplicationId was from WLM 2008 (8.5) | |||
* | Some more g_source_remove warning fixes | dequis | 2014-10-27 | -0/+9 |
| | | | | | - http_incoming_data calling itself - jabber_bs_free_transfer calling jabber_si_free_transfer | |||
* | Add support for XEP-0203: Delayed delivery (message timestamps) | dequis | 2014-10-10 | -11/+22 |
| | | | | | | | | Very similar to XEP-0091 which is already supported, but was marked as obsolete, replaced by XEP-0203. The main differences are the tag name and the timestamp format. Due to the similarities, both XEPs are still supported. | |||
* | Handle not-authorized stream errors, avoid reconnect | dequis | 2014-10-10 | -0/+5 |
| | | | | Got this one while trying to connect to google servers with hipchat auth | |||
* | Remove MSNXMPP specific code | dequis | 2014-10-10 | -23/+3 |
| | | | | The MSN XMPP gateway was shutdown december 2013 and isn't coming back. | |||
* | RIP native win32 support (use cygwin instead) | dequis | 2014-09-27 | -12/+0 |
| | | | | It has been broken for a very long time and nobody cared about it. | |||
* | twitter: Add support for The United States of America | dequis | 2014-09-27 | -1/+3 |
| | | | | Land of the Free, Home of the Brave | |||
* | Default twitter's show_old_mentions to 0 | dequis | 2014-09-27 | -1/+1 |
| | ||||
* | One small comment correction while "merging" stuff. | Wilmer van der Gaast | 2014-09-21 | -1/+1 |
| | ||||
* | Add limit param to split_command_parts(), fix twitter quotes bug | dequis | 2014-07-24 | -2/+2 |
| | | | | Only took me a few months to write. I even added a test case. | |||
* | Gadugadu local contact storage (ticket #917) | dequis | 2014-07-24 | -0/+29 |
| | | | | Patch originally by MichaĆ Siejak, adapted for 3.2.1 | |||
* | Added jabber_compare_jid to fix JID comparison case sensitivity | GRMrGecko | 2014-07-24 | -1/+24 |
| | ||||
* | Allow use of "ac x set -del password" to use /oper to change the password | Wilmer van der Gaast | 2014-02-28 | -4/+12 |
| | | | | | "securely". Patch from Flexo, bug #1117. | |||
* | Fix for rejecting buddy requests on jabber (Ticket #887) | kevin8t8 | 2014-02-27 | -1/+1 |
| | | | | Patch from ticket #1112 | |||
* | Update json-parser code to git rev 11a80f389769d1f66ca7fbe64ad89c82d3ba4ba9. | Wilmer van der Gaast | 2014-02-13 | -4/+4 |
| | | | | | | Few BitlBee-specific diffs now. Annoyingly need to link to libm now for the use of the function pow() since the lib now does its own number parsing... | |||
* | Update to deal with a not-so-recent regression in the Twitter URL lenghtening | Wilmer van der Gaast | 2013-07-13 | -2/+3 |
| | | | | | | | | | service. https://dev.twitter.com/blog/upcoming-tco-changes #1077 Seriously guys, stop being so obnoxious. This t.co garbage lengthens pretty much everything (that looks like a) URL at this point. Stop counting it towards the 140-char limit. | |||
* | Fix cleanup failure on Twitter timeouts. | Wilmer van der Gaast | 2013-06-16 | -7/+8 |
| | ||||
* | Use HTTP/1.1 by default in the Twitter module, and stick to the initially | Wilmer van der Gaast | 2013-06-16 | -1/+1 |
| | | | | | used protocol version when internally handling redirects. | |||
* | Turn off fetch_mentions by default for identi.ca connections since it's no | Wilmer van der Gaast | 2013-06-16 | -1/+4 |
| | | | | | longer working. (Not compatible with Twitter API 1.1 from what I can see?) | |||
* | Emit a warning when the user wants to do OAuth with a non-Twitter/identi.ca | Wilmer van der Gaast | 2013-06-01 | -2/+8 |
| | | | | | service, and string handling fix when pretending to do this anyway. | |||
* | Fix OAuth2 error reporting. | Wilmer van der Gaast | 2013-05-25 | -3/+3 |
| | ||||
* | Apparently Twitter API 1.1 is SSL-only. *sigh* | Wilmer van der Gaast | 2013-05-23 | -1/+1 |
| | ||||
* | Use UCS-2BE instead of UNICODEBIG as the UTF16 charset used by the OSCAR | Wilmer van der Gaast | 2013-05-06 | -3/+3 |
| | | | | | module. Might improve compatibility with non-glibc iconv libs. | |||
* | skype: fix build | Miklos Vajna | 2013-04-23 | -1/+1 |
| | ||||
* | skype: clean up installing section of README | Miklos Vajna | 2013-04-21 | -78/+5 |
| | | | | | | | These were the installation instructions for the out-of-tree plugin, no longer relevant. Nowadays only the package names or the configure option is interesting. | |||
* | skype: ignore empty username (#1045) | Miklos Vajna | 2013-04-21 | -4/+4 |
| | ||||
* | test skype_group_by_name() | Miklos Vajna | 2013-04-21 | -0/+55 |
| | ||||
* | test skype_chat_topic() | Miklos Vajna | 2013-04-21 | -0/+73 |
| | ||||
* | test skype_chat_msg() | Miklos Vajna | 2013-04-21 | -0/+74 |
| | ||||
* | skype: avoid fake MBERS buddy in groupchats | Miklos Vajna | 2013-04-21 | -1/+4 |
| | ||||
* | test skype_set_away() | Miklos Vajna | 2013-04-21 | -0/+33 |
| | ||||
* | skyped: missing newline in log | Miklos Vajna | 2013-04-21 | -1/+1 |
| | ||||
* | Merging "storage" branch which I wrote long ago. It separates generation of | Wilmer van der Gaast | 2013-04-20 | -20/+11 |
|\ | | | | | | | | | | | 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 Gaast | 2012-06-07 | -12/+11 |
| | | ||||
| * | Remove two hacks for some glib<2.14 versions that are no longer supported. | Wilmer van der Gaast | 2012-06-04 | -8/+0 |
| | | ||||
* | | skype: improve support for reading bookmarked chats (#1037) | Jinn Ko | 2013-03-16 | -1/+5 |
| | | ||||
* | | skype: in groupchats, handle ACTIVEMEMBERS as MEMBERS (#1037) | Jinn Ko | 2013-03-16 | -1/+1 |
| | |