aboutsummaryrefslogtreecommitdiff
path: root/server.go
Commit message (Collapse)AuthorAgeFilesLines
* Improve exiting (actually it was Mattermost that was creating a deadlock)Alex Auvolat2020-03-041-1/+6
|
* Handle shutdown betterAlex Auvolat2020-03-021-8/+12
|
* Support for external processes; stub FB messenger bridgeAlex Auvolat2020-02-291-1/+3
|
* Allow _ezbr_ to be put in suffix of usernames/room aliases instead of prefixAlex Auvolat2020-02-291-1/+1
|
* Fix Mattermost event deduplicationAlex Auvolat2020-02-291-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" againAlex Auvolat2020-02-281-1/+1
|
* FixesAlex Auvolat2020-02-281-10/+17
|
* Put Easybridge avatar in Docker containerAlex Auvolat2020-02-281-1/+1
|
* Error channels; notify users of restartAlex Auvolat2020-02-281-7/+17
|
* Handle matrix left events correctly (hopefully)Alex Auvolat2020-02-281-3/+3
|
* Make protocol name/account name search case insensitiveAlex Auvolat2020-02-281-1/+1
|
* Rename DbCache to DbKvAlex Auvolat2020-02-281-1/+1
|
* Do not put password in form on modifyAlex Auvolat2020-02-271-1/+1
|
* Logging done betterAlex Auvolat2020-02-271-2/+3
|
* Handle event IDs on xmpp; do not echo back messagesAlex Auvolat2020-02-261-0/+4
|
* Room autorejoinAlex Auvolat2020-02-261-10/+2
|
* Move appservice/ to /Alex Auvolat2020-02-261-0/+259