Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Load member lists and avatar (low res) from facebook | Alex Auvolat | 2020-02-29 | 1 | -1/+1 |
| | |||||
* | Support for external processes; stub FB messenger bridge | Alex Auvolat | 2020-02-29 | 1 | -7/+7 |
| | |||||
* | Fix Mattermost event deduplication | Alex Auvolat | 2020-02-29 | 1 | -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 DbKv | Alex Auvolat | 2020-02-28 | 1 | -1/+1 |
| | |||||
* | Logging done better | Alex Auvolat | 2020-02-27 | 1 | -6/+3 |
| | |||||
* | Initial ability to configure accounts from web interface | Alex Auvolat | 2020-02-26 | 1 | -2/+4 |
| | |||||
* | Backlog several pages of messages if not initial backlog | Alex Auvolat | 2020-02-26 | 1 | -17/+50 |
| | |||||
* | Parallelize mattermost room loading; mutexes | Alex Auvolat | 2020-02-26 | 1 | -36/+78 |
| | |||||
* | go fmt | Alex Auvolat | 2020-02-23 | 1 | -18/+17 |
| | |||||
* | Restrict to subset of teams | Alex Auvolat | 2020-02-21 | 1 | -18/+41 |
| | |||||
* | Fix fetching room/user pictures | Alex Auvolat | 2020-02-21 | 1 | -5/+5 |
| | |||||
* | Keep in cache the Id of the last seen post for backlogging purposes | Alex Auvolat | 2020-02-21 | 1 | -2/+10 |
| | |||||
* | Basic backlogging | Alex Auvolat | 2020-02-21 | 1 | -4/+27 |
| | |||||
* | Implement on-demand updating of room & user pictures | Alex Auvolat | 2020-02-21 | 1 | -22/+30 |
| | |||||
* | Mattermost media objects in both ways + user/team profile pictures from MM ↵ | Alex Auvolat | 2020-02-21 | 1 | -30/+116 |
| | | | | to Matrix | ||||
* | Files&images Mattermost->Matrix works | Alex Auvolat | 2020-02-21 | 1 | -0/+24 |
| | |||||
* | Get display name correctly | Alex Auvolat | 2020-02-18 | 1 | -4/+4 |
| | |||||
* | Don't always rejoin; propagate user nicknames | Alex Auvolat | 2020-02-18 | 1 | -7/+22 |
| | |||||
* | WTH nil is not propagated correctly ? got quantum nil if not doing this | Alex Auvolat | 2020-02-18 | 1 | -1/+4 |
| | |||||
* | Handle mattermost private messages | Alex Auvolat | 2020-02-18 | 1 | -68/+122 |
| | |||||
* | (incomplete) handle title changes from mattermost to matrix | Alex Auvolat | 2020-02-18 | 1 | -0/+15 |
| | |||||
* | Basic mattermost is going on correctly | Alex Auvolat | 2020-02-17 | 1 | -0/+299 |