| Commit message (Expand) | Author | Age | Lines |
... | |
* | 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 | -5/+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 |
* | irc_channel: use irc_t instead of bee_t | dequis | 2015-04-06 | -8/+8 |
* | msn: remove old/broken/unused msnftp stuff (requires distclean!) | dequis | 2015-04-06 | -792/+0 |
* | irc: split bee_irc_chat_name_hint in a few functions | dequis | 2015-04-06 | -66/+102 |
* | CHANGES: use utf-8 instead of latin1 | dequis | 2015-04-05 | -2/+2 |
* | proxy: minor refactor, simplify error handling | dequis | 2015-04-05 | -110/+36 |
* | jabber: Fixed null deref when receiving <subject> from oneself | dequis | 2015-04-03 | -2/+2 |
* | Merge branch 'master' into develop | dequis | 2015-03-25 | -6/+73 |
|\ |
|
| * | Minor fixes before 3.4 release.3.4 | Wilmer van der Gaast | 2015-03-25 | -2/+4 |
| * | Prepare for 3.4 release | dequis | 2015-03-15 | -5/+70 |
* | | chat_name_hint: normalize utf8 with fallback from the channel name | Antoine Pietri | 2015-03-25 | -3/+9 |
* | | Fix a bunch of memory leaks | dequis | 2015-03-22 | -34/+56 |
|/ |
|
* | purple: Fix null pointer dereference when logging out due to daemon mode | dequis | 2015-03-15 | -0/+4 |
* | purple: prplcb_close_request() improvements | dequis | 2015-03-15 | -24/+53 |
* | purple: handle purple_request_input | Antoine Pietri | 2015-03-13 | -1/+66 |
* | twitter: fix _last_tweet setting, which broke during a merge | dequis | 2015-03-13 | -1/+1 |
* | purple: Implement 'close_request' to prevent segfaults after logout | dequis | 2015-03-11 | -1/+14 |
* | msn: Update FindMembership payload to fix incorrect pending requests | dequis | 2015-03-10 | -1/+1 |
* | Various user experience/error reporting improvements | dequis | 2015-03-10 | -5/+17 |
* | twitter: Fix twitter_parse_id to accept 00 as a valid tweet | dequis | 2015-03-10 | -7/+8 |
* | help: Increase read buffer size from 1100 to 2048 | dequis | 2015-03-04 | -1/+1 |
* | Revert "purple: cleanup, remove one usage of static local_bee" | dequis | 2015-03-03 | -2/+1 |
* | purple: move PurpleAccount from proto_data in a struct purple_data | Antoine Pietri | 2015-03-02 | -47/+78 |
* | fix imcb_buddy_msg signature to take a const message | Antoine Pietri | 2015-03-01 | -2/+2 |
* | Disable msn by default :( | dequis | 2015-02-28 | -3/+11 |
* | Refactor oauth_params_del to fix use-after-free that i introduced | dequis | 2015-02-28 | -8/+7 |
* | Use https:// URL for Facebook OAuth2 now that there's a cert. | Wilmer van der Gaast | 2015-02-24 | -1/+1 |
* | configure: Indentation fixes | dequis | 2015-02-23 | -21/+21 |
* | Add --doc= configure option to disable helpfile generation | dequis | 2015-02-23 | -13/+38 |
* | irc_send_motd: the return value of read() is signed | dequis | 2015-02-22 | -1/+1 |
* | coverity: Fix some (harmless?) use-after-free with g_slist_remove() | dequis | 2015-02-22 | -12/+10 |
* | Add coverity_scan addon to .travis.yml | dequis | 2015-02-22 | -1/+24 |
* | twitter_parse_id function, with better error handling than sscanf() | dequis | 2015-02-22 | -3/+16 |
* | Don't hard-fail when building docs and dependencies are missing | dequis | 2015-02-22 | -2/+2 |
* | storage_xml: replace hackish code with a GHashTableIter | dequis | 2015-02-22 | -20/+9 |
* | purple: cleanup, remove one usage of static local_bee | dequis | 2015-02-22 | -1/+2 |
* | s5bytestream: fix segfault (cleanup before trying next streamhost) | dequis | 2015-02-22 | -14/+27 |