aboutsummaryrefslogtreecommitdiff
path: root/connector/mattermost
Commit message (Expand)AuthorAgeFilesLines
* Mattermost user searchAlex Auvolat2020-03-091-2/+13
* Fix revUserId (messenger) and implement search (messenger only for now)Alex Auvolat2020-03-091-0/+5
* Better practicesAlex Auvolat2020-03-041-4/+4
* Improve exiting (actually it was Mattermost that was creating a deadlock)Alex Auvolat2020-03-041-1/+1
* Update how mattermost connector works to be more resilient to decoAlex Auvolat2020-03-011-23/+48
* Add timestamps to backlogged messagesAlex Auvolat2020-03-011-1/+1
* Load member lists and avatar (low res) from facebookAlex Auvolat2020-02-291-1/+1
* Support for external processes; stub FB messenger bridgeAlex Auvolat2020-02-291-7/+7
* Fix Mattermost event deduplicationAlex Auvolat2020-02-291-12/+12
* Rename DbCache to DbKvAlex Auvolat2020-02-282-2/+4
* Refactor connector creation logicAlex Auvolat2020-02-281-42/+45
* Logging done betterAlex Auvolat2020-02-271-6/+3
* Initial ability to configure accounts from web interfaceAlex Auvolat2020-02-262-2/+56
* 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-231-18/+17
* 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-211-2/+10
* Basic backloggingAlex Auvolat2020-02-211-4/+27
* Implement on-demand updating of room & user picturesAlex Auvolat2020-02-211-22/+30
* Mattermost media objects in both ways + user/team profile pictures from MM to...Alex Auvolat2020-02-211-30/+116
* Files&images Mattermost->Matrix worksAlex Auvolat2020-02-211-0/+24
* 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