Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve exiting (actually it was Mattermost that was creating a deadlock) | Alex Auvolat | 2020-03-04 | 1 | -1/+6 |
| | |||||
* | Handle shutdown better | Alex Auvolat | 2020-03-02 | 1 | -8/+12 |
| | |||||
* | Support for external processes; stub FB messenger bridge | Alex Auvolat | 2020-02-29 | 1 | -1/+3 |
| | |||||
* | Allow _ezbr_ to be put in suffix of usernames/room aliases instead of prefix | Alex Auvolat | 2020-02-29 | 1 | -1/+1 |
| | |||||
* | Fix Mattermost event deduplication | Alex Auvolat | 2020-02-29 | 1 | -5/+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. | ||||
* | Allow "query" again | Alex Auvolat | 2020-02-28 | 1 | -1/+1 |
| | |||||
* | Fixes | Alex Auvolat | 2020-02-28 | 1 | -10/+17 |
| | |||||
* | Put Easybridge avatar in Docker container | Alex Auvolat | 2020-02-28 | 1 | -1/+1 |
| | |||||
* | Error channels; notify users of restart | Alex Auvolat | 2020-02-28 | 1 | -7/+17 |
| | |||||
* | Handle matrix left events correctly (hopefully) | Alex Auvolat | 2020-02-28 | 1 | -3/+3 |
| | |||||
* | Make protocol name/account name search case insensitive | Alex Auvolat | 2020-02-28 | 1 | -1/+1 |
| | |||||
* | Rename DbCache to DbKv | Alex Auvolat | 2020-02-28 | 1 | -1/+1 |
| | |||||
* | Do not put password in form on modify | Alex Auvolat | 2020-02-27 | 1 | -1/+1 |
| | |||||
* | Logging done better | Alex Auvolat | 2020-02-27 | 1 | -2/+3 |
| | |||||
* | Handle event IDs on xmpp; do not echo back messages | Alex Auvolat | 2020-02-26 | 1 | -0/+4 |
| | |||||
* | Room autorejoin | Alex Auvolat | 2020-02-26 | 1 | -10/+2 |
| | |||||
* | Move appservice/ to / | Alex Auvolat | 2020-02-26 | 1 | -0/+259 |