aboutsummaryrefslogtreecommitdiff
path: root/external
Commit message (Collapse)AuthorAgeFilesLines
* Handle empty client_pickleAlex Auvolat2020-03-051-1/+1
|
* `client_pickle` messenger configuration paramAlex Auvolat2020-03-051-19/+30
| | | | so that a serialized client object can be passed, bypassing the need to re-login at each restart
* Don't flood Messenger bridge logs to stderr by defaultAlex Auvolat2020-03-041-2/+3
|
* Fix JOIN: do syncing in separate thread (otherwise cache_get doesn't work ↵Alex Auvolat2020-03-041-9/+12
| | | | and we get a deadlock)
* TMPAlex Auvolat2020-03-041-1/+1
|
* Improve exiting (actually it was Mattermost that was creating a deadlock)Alex Auvolat2020-03-041-1/+1
|
* (wip) many things don't workAlex Auvolat2020-03-011-2/+5
|
* Messenger: hopefully handle joins correctlyAlex Auvolat2020-03-011-66/+113
|
* Refactor some && officially integrate Messenger backend :)Alex Auvolat2020-03-011-47/+50
|
* UNTESTED: GROUP CHATS ;; add handlers for member join/leave and name changesAlex Auvolat2020-03-011-7/+24
|
* Add timestamps to backlogged messagesAlex Auvolat2020-03-011-0/+5
|
* Handle attachments, sometimesAlex Auvolat2020-03-011-10/+43
|
* Attachments can be receivedAlex Auvolat2020-03-011-4/+26
|
* Refactor user info fetching logicAlex Auvolat2020-03-011-39/+59
|
* Now receiving messages from messenger as well (rudimentary)Alex Auvolat2020-03-011-28/+89
|
* Read backlog; handle messages in the correct orderAlex Auvolat2020-03-011-1/+35
|
* Very primitive ability to send fb messagesAlex Auvolat2020-03-011-54/+134
|
* Load member lists and avatar (low res) from facebookAlex Auvolat2020-02-291-1/+84
|
* Support for external processes; stub FB messenger bridgeAlex Auvolat2020-02-292-0/+156