Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | 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 | |
| | | |||||
* | | skyped: fix non-gobject mode (#1035) | Jinn Ko | 2013-03-07 | -2/+2 | |
| | | |||||
* | | test skype_chat_leave() | Miklos Vajna | 2013-03-06 | -0/+77 | |
| | | |||||
* | | skype: enough questions about if skype 4.x works or not | Miklos Vajna | 2013-03-06 | -1/+1 | |
| | | |||||
* | | skyped: prefix debug messages with source location | Miklos Vajna | 2013-03-06 | -5/+5 | |
| | | |||||
* | | skyped: fix typo when not finding config file | Miklos Vajna | 2013-03-06 | -1/+1 | |
| | | |||||
* | | skype: add support for fetching full names of buddies | Miklos Vajna | 2013-02-28 | -4/+85 | |
| | | |||||
* | | skyped.py: also sanitize log file output | Leho Kraav | 2013-02-25 | -4/+8 | |
| | | |||||
* | | I'm still bored on a long flight. Wrote a script to automatically update | Wilmer van der Gaast | 2013-02-21 | -19/+19 | |
| | | | | | | | | | | | | | | 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 same | Wilmer van der Gaast | 2013-02-21 | -3/+6 | |
| | | | | | | | | | | domain like you, you can omit the domain name. | ||||
* | | Clean up set_my_name API implementations | Miklos Vajna | 2013-02-18 | -14/+0 | |
| | | |||||
* | | skype tests: run all tests with a single skyped config | Miklos Vajna | 2013-02-17 | -28/+29 | |
| | | | | | | | | | | | | This makes them a bit faster, and there is no need to have separate skyped configs for each test ATM. | ||||
* | | test skype_set_mood_text() | Miklos Vajna | 2013-02-17 | -0/+24 | |
| | |