aboutsummaryrefslogtreecommitdiff
path: root/connector/mattermost/mattermost.go
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | Mattermost assigns its own IDs to messages, thus when sending a message to Mattermost the event_seen key that has to be written must take into account that ID and not the one that we put in the event (which was the Matrix event ID) Note that for XMPP anything can be used as an ID, so using the Matrix event ID there worked, but it's actually not so good.
* Rename DbCache to DbKvAlex Auvolat2020-02-281-1/+1
|
* Logging done betterAlex Auvolat2020-02-271-6/+3
|
* Initial ability to configure accounts from web interfaceAlex Auvolat2020-02-261-2/+4
|
* 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 ↵Alex Auvolat2020-02-211-30/+116
| | | | to Matrix
* 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