aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
...
* msn: Fix "ADL/RML command with invalid modification" errorsdequis2015-05-13-3/+3
* Merge branch 'master' into developdequis2015-05-09-0/+1
|\
| * Make the bitlbee-libpurple package provide the bitlbee package, so pluginWilmer van der Gaast2015-05-09-0/+1
* | msn: fix use-after-free when the server sends OUTdequis2015-05-07-11/+11
* | More coverity fixes!dequis2015-05-07-8/+28
* | oscar/ssi.c: fix "same on both sides" in conditiondequis2015-05-07-1/+1
* | twitter: split length check function into twitter_message_lendequis2015-05-07-4/+11
* | Merge branch 'master' into developdequis2015-05-07-0/+7
|\|
| * configure: fix spoofed BITLBEE_VERSION env variable handlingdequis2015-05-06-0/+7
* | irc_send_join: send topic before namesdequis2015-05-05-2/+1
* | events_glib: fix parameter type warnings in event_debug() callsdequis2015-05-05-4/+4
* | Remove some compatibility macros that referenced nonexistent functionsdequis2015-05-05-4/+0
|/
* Merge branch 'wilmer-twitter'Wilmer van der Gaast2015-05-04-23/+77
|\
| * Make replies to self work in Twitter.Wilmer van der Gaast2015-05-03-5/+25
| * Parsing of "retweets with comment". Not documented by Twitter so good luck.Wilmer van der Gaast2015-05-03-17/+37
| * Add "url" command to Twitter module to get web URL for a Tweet.Wilmer van der Gaast2015-05-02-1/+15
* | configure: change version number format, add --dump-versiondequis2015-05-03-25/+28
|/
* hipchat: Basic implementation: Auth, profile and mention namesdequis2015-04-28-11/+148
* oauth: fix use-after-free of the ->next of the listdequis2015-04-24-2/+3
* jabber: Register "hipchat" protocol (only minimal support for now)dequis2015-04-21-2/+17
* msn: don't prevent reconnections on OUT OTHdequis2015-04-19-13/+2
* msn/gw.c: ensure that the im_connection still exists in callbacksdequis2015-04-12-25/+35
* msn: rename all old 'handler' variables to 'md' for consistencydequis2015-04-11-64/+62
* msn: handle NOT command payload lengthdequis2015-04-11-0/+4
* msn: switch to long polling httpdequis2015-04-10-2/+9
* msn: handle NFY PUT (presence notifications), refactor a bitdequis2015-04-10-22/+109
* msn_set_away: fix strcmp check for idledequis2015-04-10-1/+1
* get_rfc822_header: allow headers at the end of a stringdequis2015-04-10-5/+6
* msn: implement the rest of the http gateway support, enable by defaultdequis2015-04-10-20/+106
* msn: add msn_queue_feed(), move read() out of msn_handler()dequis2015-04-10-21/+27
* msn: remove msn_linesplit, use g_strsplit_set insteaddequis2015-04-10-42/+10
* msn: start of the http gateway codedequis2015-04-10-1/+149
* msn: remove unsupported commands, OIMs and dead codedequis2015-04-10-308/+4
* msn: implement PUT /user to set status as onlinedequis2015-04-10-37/+42
* msn: removed switchboards, implemented SDG messagedequis2015-04-10-1012/+85
* msn: start update to msnp21dequis2015-04-10-11/+13
* msn: colorful debugdequis2015-04-10-2/+6
* irc_channel: use irc_t instead of bee_tdequis2015-04-06-8/+8
* msn: remove old/broken/unused msnftp stuff (requires distclean!)dequis2015-04-06-792/+0
* irc: split bee_irc_chat_name_hint in a few functionsdequis2015-04-06-66/+102
* CHANGES: use utf-8 instead of latin1dequis2015-04-05-2/+2
* proxy: minor refactor, simplify error handlingdequis2015-04-05-110/+36
* jabber: Fixed null deref when receiving <subject> from oneselfdequis2015-04-03-2/+2
* Merge branch 'master' into developdequis2015-03-25-6/+73
|\
| * Minor fixes before 3.4 release.3.4Wilmer van der Gaast2015-03-25-2/+4
| * Prepare for 3.4 releasedequis2015-03-15-5/+70
* | chat_name_hint: normalize utf8 with fallback from the channel nameAntoine Pietri2015-03-25-3/+9
* | Fix a bunch of memory leaksdequis2015-03-22-34/+56
|/
* purple: Fix null pointer dereference when logging out due to daemon modedequis2015-03-15-0/+4
* purple: prplcb_close_request() improvementsdequis2015-03-15-24/+53