| Commit message (Expand) | Author | Age | Lines |
* | oscar: Fix some more g_source_remove warnings | dequis | 2015-06-13 | -0/+6 |
* | twitter: show full url in the url command, with username | dequis | 2015-06-08 | -5/+41 |
* | twitter: fix leak of the letter "s" in twitter_url_len_diff | dequis | 2015-06-08 | -2/+6 |
* | twitter: add twitter_log_local_user back (oops) | dequis | 2015-05-30 | -0/+2 |
* | Move twitter_parse_id() to parse_int64() in misc.c | dequis | 2015-05-30 | -19/+2 |
* | Merge branch 'develop' | dequis | 2015-05-30 | -69/+310 |
|\ |
|
| * | Merge branch 'master' into develop | dequis | 2015-05-28 | -4/+2 |
| |\ |
|
| * | | Rename mail notification related settings for consistency | dequis | 2015-05-28 | -17/+19 |
| * | | imcb_notify_email: change parameters to take a format string | dequis | 2015-05-28 | -29/+28 |
| * | | Simplify display of gmail notifications | dequis | 2015-05-28 | -18/+16 |
| * | | Gmail notifications support through new imcb_notify_email() API | Artem Savkov | 2015-05-28 | -14/+211 |
| * | | jabber: Refactor conference message handling | dequis | 2015-05-28 | -55/+82 |
| * | | Lowering xmpp presence priority on away. | Artem Savkov | 2015-05-28 | -1/+19 |
* | | | skyped: add _SRCDIR_ to makefile, test build in travis | dequis | 2015-05-29 | -1/+1 |
| |/
|/| |
|
* | | skyped: fix make install-doc target | dequis | 2015-05-28 | -4/+2 |
|/ |
|
* | Include prebuilt skyped manpage, remove asciidoc dependency | dequis | 2015-05-17 | -13/+209 |
* | msn: took me way too long to realize i broke the build | dequis | 2015-05-14 | -2/+0 |
* | msn: Implement sending typing notifications | dequis | 2015-05-13 | -38/+19 |
* | msn: Remove nudges | dequis | 2015-05-13 | -33/+0 |
* | msn: Fix "ADL/RML command with invalid modification" errors | dequis | 2015-05-13 | -3/+3 |
* | msn: fix use-after-free when the server sends OUT | dequis | 2015-05-07 | -11/+11 |
* | More coverity fixes! | dequis | 2015-05-07 | -1/+1 |
* | oscar/ssi.c: fix "same on both sides" in condition | dequis | 2015-05-07 | -1/+1 |
* | twitter: split length check function into twitter_message_len | dequis | 2015-05-07 | -4/+11 |
* | Remove some compatibility macros that referenced nonexistent functions | dequis | 2015-05-05 | -2/+0 |
* | Make replies to self work in Twitter. | Wilmer van der Gaast | 2015-05-03 | -5/+25 |
* | Parsing of "retweets with comment". Not documented by Twitter so good luck. | Wilmer van der Gaast | 2015-05-03 | -17/+37 |
* | Add "url" command to Twitter module to get web URL for a Tweet. | Wilmer van der Gaast | 2015-05-02 | -0/+13 |
* | hipchat: Basic implementation: Auth, profile and mention names | dequis | 2015-04-28 | -11/+148 |
* | jabber: Register "hipchat" protocol (only minimal support for now) | dequis | 2015-04-21 | -2/+17 |
* | msn: don't prevent reconnections on OUT OTH | dequis | 2015-04-19 | -13/+2 |
* | msn/gw.c: ensure that the im_connection still exists in callbacks | dequis | 2015-04-12 | -25/+35 |
* | msn: rename all old 'handler' variables to 'md' for consistency | dequis | 2015-04-11 | -64/+62 |
* | msn: handle NOT command payload length | dequis | 2015-04-11 | -0/+4 |
* | msn: switch to long polling http | dequis | 2015-04-10 | -2/+9 |
* | msn: handle NFY PUT (presence notifications), refactor a bit | dequis | 2015-04-10 | -22/+109 |
* | msn_set_away: fix strcmp check for idle | dequis | 2015-04-10 | -1/+1 |
* | get_rfc822_header: allow headers at the end of a string | dequis | 2015-04-10 | -0/+6 |
* | msn: implement the rest of the http gateway support, enable by default | dequis | 2015-04-10 | -20/+106 |
* | msn: add msn_queue_feed(), move read() out of msn_handler() | dequis | 2015-04-10 | -21/+27 |
* | msn: remove msn_linesplit, use g_strsplit_set instead | dequis | 2015-04-10 | -42/+10 |
* | msn: start of the http gateway code | dequis | 2015-04-10 | -1/+149 |
* | msn: remove unsupported commands, OIMs and dead code | dequis | 2015-04-10 | -308/+4 |
* | msn: implement PUT /user to set status as online | dequis | 2015-04-10 | -37/+42 |
* | msn: removed switchboards, implemented SDG message | dequis | 2015-04-10 | -1012/+85 |
* | msn: start update to msnp21 | dequis | 2015-04-10 | -11/+13 |
* | msn: colorful debug | dequis | 2015-04-10 | -2/+6 |
* | msn: remove old/broken/unused msnftp stuff (requires distclean!) | dequis | 2015-04-06 | -792/+0 |
* | jabber: Fixed null deref when receiving <subject> from oneself | dequis | 2015-04-03 | -2/+2 |
* | Fix a bunch of memory leaks | dequis | 2015-03-22 | -21/+33 |