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 | -1/+1 |
| | |||||
* | Fix Mattermost event deduplication | Alex Auvolat | 2020-02-29 | 1 | -8/+9 |
| | | | | | | | | | | 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 | 2 | -2/+4 |
| | |||||
* | Refactor connector creation logic | Alex Auvolat | 2020-02-28 | 1 | -28/+31 |
| | |||||
* | XMPP logging | Alex Auvolat | 2020-02-27 | 2 | -11/+10 |
| | |||||
* | Fix maintenance of connected status | Alex Auvolat | 2020-02-26 | 1 | -0/+1 |
| | |||||
* | Initial ability to configure accounts from web interface | Alex Auvolat | 2020-02-26 | 2 | -9/+42 |
| | |||||
* | Try to fix stuff | Alex Auvolat | 2020-02-26 | 1 | -1/+5 |
| | |||||
* | Handle event IDs on xmpp; do not echo back messages | Alex Auvolat | 2020-02-26 | 1 | -1/+7 |
| | |||||
* | Whoops & refactor | Alex Auvolat | 2020-02-26 | 1 | -1/+1 |
| | |||||
* | Room autorejoin | Alex Auvolat | 2020-02-26 | 1 | -1/+2 |
| | |||||
* | go fmt | Alex Auvolat | 2020-02-23 | 1 | -28/+27 |
| | |||||
* | Mattermost media objects in both ways + user/team profile pictures from MM ↵ | Alex Auvolat | 2020-02-21 | 1 | -0/+13 |
| | | | | to Matrix | ||||
* | Talking to Easybridge is now possible for some things | Alex Auvolat | 2020-02-17 | 1 | -0/+5 |
| | |||||
* | Logging | Alex Auvolat | 2020-02-17 | 1 | -7/+9 |
| | |||||
* | Fix XMPP && transmit nicknames from bridges to matrix | Alex Auvolat | 2020-02-17 | 1 | -47/+63 |
| | |||||
* | Correctly update room topics (works on irc) | Alex Auvolat | 2020-02-17 | 1 | -5/+11 |
| | |||||
* | Logging; fix xmpp a bit | Alex Auvolat | 2020-02-17 | 1 | -3/+36 |
| | |||||
* | Basic XMPP | Alex Auvolat | 2020-02-16 | 1 | -0/+274 |