aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
...
* fb_channel_join: add a null check for the "room" channel settingdequis2015-11-01-0/+5
* Show self-messages when there's a compatible bitlbeedequis2015-09-20-3/+16
* facebook-api: fix groupchat self messagesdequis2015-09-20-6/+6
* travis: fixed warnings not being fataljgeboski2015-09-15-5/+7
* Handle any away status from bitlbee as 'invisible' for the serverdequis2015-09-15-0/+29
* facebook: implemented auto-joining for incoming group chat messagesjgeboski2015-09-13-17/+61
* facebook-data: fixed segfault when clearing the thread listjgeboski2015-09-13-9/+4
* facebook: wait for the user added event after invitingjgeboski2015-09-13-1/+0
* facebook: implemented group chat KICKingjgeboski2015-09-13-1/+17
* README: link to wiki for usage instructions, mention apt repodequis2015-09-11-29/+14
* Change the default values of mark_read and show_unread to falsedequis2015-09-11-2/+2
* facebook: initialize the GLib type systemjgeboski2015-08-28-0/+4
* facebook-api: fixed deleted XMAs being fataljgeboski2015-08-26-3/+9
* facebook-api: fixed the contact query not fetching non-usersjgeboski2015-08-25-99/+63
* Implemented group chat topic change eventsjgeboski2015-08-25-10/+63
* facebook-api: fixed generic API operations always failingjgeboski2015-08-25-1/+5
* facebook-api: removed weird usage of g_slist_copy_deep()jgeboski2015-08-24-3/+8
* Imported changes from purple-facebookjgeboski2015-08-24-4772/+9339
* debian: fixed several lintian warnings/errorsjgeboski2015-07-24-5/+15
* configure: fixed AC_REQUIRE() usage outside the scope of AC_DEFUN()jgeboski2015-07-06-2/+1
* facebook-api: fixed JSON parse errors with messagesjgeboski2015-06-22-2/+9
* facebook-thrift: fixed improper string sizesjgeboski2015-06-22-4/+15
* * added alternate dependency for bitlbee-libpurple in debian control filezer0def2015-05-28-1/+1
* Markdownify readmedequis2015-05-27-42/+56
* Add debian crapdequis2015-04-29-0/+49
* libtool: fixed harmless m4 warningsjgeboski2015-04-03-3/+6
* configure: use recommended build-aux directoryjgeboski2015-04-03-2/+2
* Reset stoken when getting ERROR_QUEUE_NOT_FOUND, to create a new onedequis2015-04-03-1/+12
* facebook-json: On parse error, show an escaped fragment of the inputdequis2015-03-15-1/+10
* fb_api_cb_mqtt_publish: Show topic as part of the debug messagedequis2015-03-11-1/+1
* fb_mqtt_cb_read: change read size to be remz, hopefully fixing timeoutsdequis2015-03-11-1/+1
* gitignore: ignore distribution tarballsjgeboski2015-03-05-0/+1
* Updated copyright dates for 2015jgeboski2015-03-05-16/+16
* Makefile: added autogen.sh to EXTRA_DISTjgeboski2015-03-05-1/+2
* facebook-json: add fb_json_str_escape() to properly escape messagesdequis2015-03-01-1/+40
* facebook: default to chat_type of room for persistencejgeboski2015-01-31-4/+21
* Migrated from OPT to BEE_USER flagsjgeboski2015-01-30-1/+1
* Revert "Implemented message sending queue"jgeboski2015-01-30-45/+1
* steam-util: fixed missing return values in compression functionsjgeboski2015-01-30-3/+3
* facebook-api: fixed invalid GSList usagejgeboski2015-01-30-7/+7
* travis: initial Travis CI supportjgeboski2015-01-30-0/+51
* Check format string security at compile-timejgeboski2015-01-27-10/+12
* groupchat names can begin with # (it is then discarded)Alexandre `Zopieux` Macabies2015-01-24-1/+4
* facebook: create group chats directly with the fbjoin commandjgeboski2015-01-24-16/+77
* facebook: allow root commands without an account identifierjgeboski2015-01-24-25/+79
* facebook: ensure the account is online with root commandsjgeboski2015-01-24-0/+5
* facebook-api: removed unused topic subscriptionsjgeboski2015-01-23-10/+9
* facebook-mqtt: propagate actual connection error codejgeboski2015-01-23-2/+1
* facebook-mqtt: reset the connected state upon closingjgeboski2015-01-23-0/+2
* facebook-mqtt: fixed preemptive connection timeoutsjgeboski2015-01-17-8/+10