Commit Graph

14 Commits

Author SHA1 Message Date
Alex 2649e41c85 Allow _ezbr_ to be put in suffix of usernames/room aliases instead of prefix 2020-02-29 10:51:09 +01:00
Alex 38a3f1bdb1 Fix Mattermost event deduplication
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.
2020-02-29 10:01:42 +01:00
Alex 1c038995be Allow "query" again 2020-02-28 22:49:31 +01:00
Alex 708bd14e99 Fixes 2020-02-28 22:08:18 +01:00
Alex 2444302510 Put Easybridge avatar in Docker container 2020-02-28 20:07:47 +01:00
Alex d4e07e81c5 Error channels; notify users of restart 2020-02-28 17:42:15 +01:00
Alex 5398e9fc0f Handle matrix left events correctly (hopefully) 2020-02-28 12:16:59 +01:00
Alex 21dc026a81 Make protocol name/account name search case insensitive 2020-02-28 10:39:37 +01:00
Alex 8668b12a81 Rename DbCache to DbKv 2020-02-28 10:34:22 +01:00
Alex 7fa2842f5d Do not put password in form on modify 2020-02-27 10:41:35 +01:00
Alex 19975e981e Logging done better 2020-02-27 10:35:09 +01:00
Alex d97a76fcc3 Handle event IDs on xmpp; do not echo back messages 2020-02-26 16:51:15 +01:00
Alex f3f1b8d981 Room autorejoin 2020-02-26 16:30:10 +01:00
Alex 67c7f7361d Move appservice/ to / 2020-02-26 16:07:33 +01:00
Renamed from appservice/server.go (Browse further)