Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle shutdown better | Alex Auvolat | 2020-03-02 | 1 | -0/+1 |
| | |||||
* | Now receiving messages from messenger as well (rudimentary) | Alex Auvolat | 2020-03-01 | 1 | -0/+9 |
| | |||||
* | Load member lists and avatar (low res) from facebook | Alex Auvolat | 2020-02-29 | 1 | -6/+10 |
| | |||||
* | Support for external processes; stub FB messenger bridge | Alex Auvolat | 2020-02-29 | 1 | -2/+3 |
| | |||||
* | Fix Mattermost event deduplication | Alex Auvolat | 2020-02-29 | 1 | -2/+15 |
| | | | | | | | | | | 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. | ||||
* | Fixes | Alex Auvolat | 2020-02-28 | 1 | -1/+1 |
| | |||||
* | (nothing) | Alex Auvolat | 2020-02-28 | 1 | -1/+1 |
| | |||||
* | Handle matrix left events correctly (hopefully) | Alex Auvolat | 2020-02-28 | 1 | -9/+13 |
| | |||||
* | Rename DbCache to DbKv | Alex Auvolat | 2020-02-28 | 1 | -5/+5 |
| | |||||
* | Refactor connector creation logic | Alex Auvolat | 2020-02-28 | 1 | -1/+10 |
| | |||||
* | Logging done better | Alex Auvolat | 2020-02-27 | 1 | -5/+5 |
| | |||||
* | Account deletion | Alex Auvolat | 2020-02-26 | 1 | -0/+3 |
| | |||||
* | Fix maintenance of connected status | Alex Auvolat | 2020-02-26 | 1 | -3/+3 |
| | |||||
* | Initial ability to configure accounts from web interface | Alex Auvolat | 2020-02-26 | 1 | -0/+22 |
| | |||||
* | Refactor | Alex Auvolat | 2020-02-26 | 1 | -7/+67 |
| | |||||
* | Implement account configuration save/load from db | Alex Auvolat | 2020-02-26 | 1 | -5/+2 |
| | |||||
* | Try to fix stuff | Alex Auvolat | 2020-02-26 | 1 | -1/+3 |
| | |||||
* | Whoops & refactor | Alex Auvolat | 2020-02-26 | 1 | -14/+12 |
| | |||||
* | Room autorejoin | Alex Auvolat | 2020-02-26 | 1 | -1/+64 |
| | |||||
* | Move appservice/ to / | Alex Auvolat | 2020-02-26 | 1 | -0/+331 |