Commit Graph

26 Commits

Author SHA1 Message Date
Alex 07f9f640f0 Looks like 2FA works in facebook messenger :o 2020-10-04 21:20:22 +02:00
Alex d3ab4fa8ca Update go packages; remove db cache 2020-10-04 19:20:32 +02:00
Alex 88e435052c I'm stupid 2020-04-05 13:54:53 +02:00
Alex 054a6d4268 Tolerate more invalid inputs from synapse 2020-04-05 12:52:55 +02:00
Alex 4d909fffd8 Fix out of bounds error in user commands (the most stupid bug possible) 2020-04-05 12:31:35 +02:00
Alex ad8461491b Avoid occasionnal deadlocks (1 in 256) 2020-03-13 11:29:03 +01:00
Alex 6292303a31 Fix message duplication due to a race-condition 2020-03-13 10:49:42 +01:00
Alex 586706f02b Fix search 2020-03-09 18:05:53 +01:00
Alex f9e0c58f3c Fix revUserId (messenger) and implement search (messenger only for now) 2020-03-09 17:41:53 +01:00
Alex d4d3cc422b Improve exiting (actually it was Mattermost that was creating a deadlock) 2020-03-04 17:44:22 +01:00
Alex df1f2d38b3 Handle shutdown better 2020-03-02 21:51:13 +01:00
Alex 7431469632 Support for external processes; stub FB messenger bridge 2020-02-29 18:34:14 +01:00
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)