aboutsummaryrefslogtreecommitdiff
path: root/connector
Commit message (Expand)AuthorAgeFilesLines
* Notify user of stuff going on in backends (not done for FB Messenger)Alex Auvolat2020-05-044-9/+9
* XMPP: autorejoin MUCs when reconnectingAlex Auvolat2020-05-041-7/+26
* Fix null pointer dereference errorAlex Auvolat2020-04-051-1/+1
* Remove temporary test codeAlex Auvolat2020-03-111-18/+0
* Mattermost user searchAlex Auvolat2020-03-091-2/+13
* Save client pickle automatically (messenger)Alex Auvolat2020-03-092-3/+19
* Fix revUserId (messenger) and implement search (messenger only for now)Alex Auvolat2020-03-095-2/+50
* `client_pickle` messenger configuration paramAlex Auvolat2020-03-051-1/+4
* Fix SIGSEGVAlex Auvolat2020-03-041-2/+4
* Don't flood Messenger bridge logs to stderr by defaultAlex Auvolat2020-03-042-4/+5
* Better practicesAlex Auvolat2020-03-042-4/+5
* Improve exiting (actually it was Mattermost that was creating a deadlock)Alex Auvolat2020-03-042-8/+10
* Handle shutdown betterAlex Auvolat2020-03-021-17/+28
* (wip) many things don't workAlex Auvolat2020-03-011-0/+1
* Messenger: hopefully handle joins correctlyAlex Auvolat2020-03-011-1/+1
* Update how mattermost connector works to be more resilient to decoAlex Auvolat2020-03-011-23/+48
* Refactor some && officially integrate Messenger backend :)Alex Auvolat2020-03-011-0/+6
* Add timestamps to backlogged messagesAlex Auvolat2020-03-011-1/+1
* Read backlog; handle messages in the correct orderAlex Auvolat2020-03-011-1/+16
* Very primitive ability to send fb messagesAlex Auvolat2020-03-012-4/+5
* Load member lists and avatar (low res) from facebookAlex Auvolat2020-02-296-74/+96
* Support for external processes; stub FB messenger bridgeAlex Auvolat2020-02-297-23/+563
* Fix Mattermost event deduplicationAlex Auvolat2020-02-294-30/+37
* Rename DbCache to DbKvAlex Auvolat2020-02-286-6/+12
* Refactor connector creation logicAlex Auvolat2020-02-284-95/+109
* XMPP loggingAlex Auvolat2020-02-272-11/+10
* Logging done betterAlex Auvolat2020-02-271-6/+3
* Fix maintenance of connected statusAlex Auvolat2020-02-262-0/+2
* Initial ability to configure accounts from web interfaceAlex Auvolat2020-02-267-12/+174
* Try to fix stuffAlex Auvolat2020-02-261-1/+5
* Handle event IDs on xmpp; do not echo back messagesAlex Auvolat2020-02-261-1/+7
* Whoops & refactorAlex Auvolat2020-02-261-1/+1
* Room autorejoinAlex Auvolat2020-02-261-1/+2
* Backlog several pages of messages if not initial backlogAlex Auvolat2020-02-261-17/+50
* Parallelize mattermost room loading; mutexesAlex Auvolat2020-02-261-36/+78
* go fmtAlex Auvolat2020-02-234-60/+59
* Restrict to subset of teamsAlex Auvolat2020-02-211-18/+41
* Fix fetching room/user picturesAlex Auvolat2020-02-211-5/+5
* Keep in cache the Id of the last seen post for backlogging purposesAlex Auvolat2020-02-212-2/+17
* Basic backloggingAlex Auvolat2020-02-212-4/+38
* Implement on-demand updating of room & user picturesAlex Auvolat2020-02-212-22/+80
* Mattermost media objects in both ways + user/team profile pictures from MM to...Alex Auvolat2020-02-215-36/+142
* Files&images Mattermost->Matrix worksAlex Auvolat2020-02-213-1/+118
* Easybridge has an avatarAlex Auvolat2020-02-212-7/+62
* Get display name correctlyAlex Auvolat2020-02-181-4/+4
* Don't always rejoin; propagate user nicknamesAlex Auvolat2020-02-181-7/+22
* WTH nil is not propagated correctly ? got quantum nil if not doing thisAlex Auvolat2020-02-181-1/+4
* Handle mattermost private messagesAlex Auvolat2020-02-181-68/+122
* (incomplete) handle title changes from mattermost to matrixAlex Auvolat2020-02-181-0/+15
* Basic mattermost is going on correctlyAlex Auvolat2020-02-171-0/+299