Commit graph

  • 39e46833b4
    Merge pull request #135 from Rafaeltheraven/master Tulir Asokan 2020-01-12 23:28:49 +0200
  • 6d806227c7 Actually removed instead of commenting out :P rafaeltheraven 2020-01-09 10:46:45 +0100
  • c8e5c06a57 Removed strange workaround, fixing #134 rafaeltheraven 2020-01-09 10:41:45 +0100
  • 302fae6649 Bypass mautrix.Content's MarshalJSON. Fixes #132 Tulir Asokan 2020-01-07 22:27:37 +0200
  • 8c3807a16d Add puppet to personal filtering community when adding portal Tulir Asokan 2020-01-07 21:25:41 +0200
  • a7601fa4cc Hide rooms when adding to personal filtering community Tulir Asokan 2020-01-07 21:25:27 +0200
  • e4ddc43007
    Merge pull request #118 from 14mRh4X0r/support-go-1-11 Tulir Asokan 2019-12-31 21:26:31 +0200
  • e056459ab4 Add/fix sticker bridging in both directions Tulir Asokan 2019-12-31 20:17:03 +0200
  • 4bdbe67c94 Mark custom puppets as registered automatically. Fixes #128 Tulir Asokan 2019-12-30 20:40:20 +0200
  • ec0e60c71c Add option to automatically enable custom puppeting with shared secret login Tulir Asokan 2019-12-30 20:21:04 +0200
  • 0b51d84646 Fix values.yaml in helm chart Tulir Asokan 2019-12-06 15:57:35 +0200
  • 041c257e7a Replace ReplaceAll(…) with Replace(…, -1) Willem Mulder 2019-12-02 22:52:40 +0100
  • 0fba1db6aa Fix room topic length (#108) IndeedNotJames 2019-11-17 20:10:02 +0100
  • bb1d28c755 Fix typo Tulir Asokan 2019-11-13 09:40:41 +0200
  • 14f039f5a4 Don't drop messages even if database says authenticated user is not in chat Tulir Asokan 2019-11-13 09:36:43 +0200
  • 3caca1b9a0 Fix NeedsRelaybot check for groups too Tulir Asokan 2019-11-11 22:41:58 +0200
  • 691d2ea1b3 Fix NeedsRelaybot check and relaybot command handling without arguments Tulir Asokan 2019-11-11 22:30:59 +0200
  • 0f4048a178 Add helm chart Tulir Asokan 2019-11-10 21:56:30 +0200
  • 03d42640fe Add basic relaybot support. Fixes #20 Tulir Asokan 2019-11-10 21:22:11 +0200
  • e2d9e2fc57 Merge remote-tracking branch 'deepbluev7/master' Tulir Asokan 2019-11-10 19:13:01 +0200
  • a0658a5634 Merge remote-tracking branch 'mawalu/migrate-registrations-in-batches' Tulir Asokan 2019-11-10 19:12:57 +0200
  • fc4098d3e4 Receive stickers from whatsapp Nicolas Werner 2019-10-04 20:01:53 +0200
  • aa78c8c21b
    Migrate registrations in batches mawalu 2019-10-01 21:09:46 +0200
  • f0ad1456e2 Use Go 1.12 for dockerfile temporarily. Fixes #99 Tulir Asokan 2019-09-29 01:15:09 +0300
  • 22fb5c125d Update go-whatsapp (ref #94) Tulir Asokan 2019-09-03 21:24:33 +0300
  • 9c144e480e Update mautrix-appservice-go Tulir Asokan 2019-09-01 18:23:14 +0300
  • 6861ba00ec Update go-whatsapp Tulir Asokan 2019-08-31 00:33:39 +0300
  • fb826601d8 Fix bridging media when whatsapp sends wrong mime type Tulir Asokan 2019-08-31 00:32:51 +0300
  • 04192da0a6 Update go-whatsapp dep Tulir Asokan 2019-08-30 22:22:44 +0300
  • d91f705e95 Fix most unexpected logout bugs, handle connection-in-progress states better and send warning message if sending to whatsapp times out Tulir Asokan 2019-08-30 22:04:57 +0300
  • c4d2b04e67 Fix misleading connection error message in private chat portals Tulir Asokan 2019-08-30 21:37:12 +0300
  • 4747d6999b Add different error message in ping if user has no session Tulir Asokan 2019-08-30 21:32:47 +0300
  • 5af374e6b0 Fix bridging error messages in private chats Tulir Asokan 2019-08-30 21:32:29 +0300
  • fccf6e981f Disconnect if session restore fails Tulir Asokan 2019-08-30 21:31:55 +0300
  • 0d4453d2e8 Skip state store migrations if state store is empty Tulir Asokan 2019-08-30 21:08:32 +0300
  • 2313321d01 Improve startup sync timeout handling Tulir Asokan 2019-08-30 20:57:08 +0300
  • db53b95ab1 Try to ensure recovered panics still print stack traces Tulir Asokan 2019-08-30 09:39:37 +0300
  • 7413163df2 Migrate room user profiles from mx-state.json in batches. Fixes #93 Tulir Asokan 2019-08-27 15:30:22 +0300
  • f91812f3e9 Fix membership db scan error message Tulir Asokan 2019-08-25 21:53:09 +0300
  • 85d57d52bb Log better error when parsing message fails Tulir Asokan 2019-08-25 19:41:46 +0300
  • 0f36ee0168 Add way to migrate database Tulir Asokan 2019-08-25 19:26:04 +0300
  • 3be9aa2319 Improve errors in state store migration edge cases Tulir Asokan 2019-08-25 17:25:19 +0300
  • ab91d326fd Move Matrix state store to main database. Fixes #64 Tulir Asokan 2019-08-25 16:29:35 +0300
  • 15b0798cdd Check connection to homeserver before starting. Fixes #15 Tulir Asokan 2019-08-25 00:34:58 +0300
  • 1490830be2 Use handlers instead of sleeping for startup chat/contact sync Tulir Asokan 2019-08-25 00:25:29 +0300
  • f28322d1f7 Send error message if downloading media from WhatsApp fails Tulir Asokan 2019-08-24 23:08:45 +0300
  • 2c89089650 Update deps Tulir Asokan 2019-08-24 22:56:29 +0300
  • 18724cde6e Don't open log file if file name format is unset Tulir Asokan 2019-08-24 22:45:16 +0300
  • 80a0edd855 Add option to disable call start/end notifications. Fixes #68 Tulir Asokan 2019-08-24 22:42:03 +0300
  • 07d43c4825 Send call notifications as notices. Fixes #82 Tulir Asokan 2019-08-24 22:40:09 +0300
  • 44a0fc65b8 Handle 400 init response and add ping command. Fixes #87 Tulir Asokan 2019-08-24 22:39:12 +0300
  • b9ce4d7ab4 Update mautrix-appservice-go Tulir Asokan 2019-08-23 00:02:04 +0300
  • eb3595bd39 Add newly created portals to personal filtering community Tulir Asokan 2019-08-10 15:44:05 +0300
  • 64e517da25 Fix some logger calls Tulir Asokan 2019-08-10 15:35:34 +0300
  • 1119587b59 Fix setting metadata of personal filtering community Tulir Asokan 2019-08-10 15:33:13 +0300
  • 7bf470d69e Add portal rooms to user-specific community for filtering Tulir Asokan 2019-08-10 15:24:53 +0300
  • 07b8936985
    Change default port to 29318 Tulir Asokan 2019-07-28 18:29:30 +0300
  • 1474288b82 Cache modules when building and include example config in artifacts Tulir Asokan 2019-07-27 17:15:45 +0300
  • d59d2c61ee Add .gitlab-ci.yml Tulir Asokan 2019-07-27 17:03:05 +0300
  • 5d0b15f7f7 Remove command prefix from reconnect prompt (#81) Andrew Morgan 2019-07-17 22:22:00 +0100
  • 35e28feb7c Update deps Tulir Asokan 2019-07-18 00:15:55 +0300
  • 91e8000c14 Edit message with regenerated QR code when logging in Tulir Asokan 2019-07-18 00:14:04 +0300
  • 7f0a0df7de Convert newlines to <br> in whatsapp->matrix formatted messages Tulir Asokan 2019-07-18 00:07:44 +0300
  • 921c1209ea Enable foreign keys in SQLite Tulir Asokan 2019-07-18 00:06:50 +0300
  • 92958343dd Add option to allow inviting other users in portal rooms (#77) progserega 2019-07-16 19:16:17 +1000
  • 29f5ae45c4 Print clean websocket disconnections if they weren't announced by the server beforehand Tulir Asokan 2019-07-04 15:08:58 +0300
  • 2023f55f32 Recover from panics in event handlers Tulir Asokan 2019-06-18 08:24:17 +0300
  • 45e60c2510 Update go-whatsapp Tulir Asokan 2019-06-16 23:00:45 +0300
  • 5be78dd978 Fix the crash in #69 Tulir Asokan 2019-06-13 21:30:38 +0300
  • 2bc0e52250 Fix puppet db inserts. Fixes #69 Tulir Asokan 2019-06-13 21:28:14 +0300
  • d270c86709 Update go-whatsapp Tulir Asokan 2019-06-12 12:38:07 +0300
  • c4186c9029 Update deps and add real version for go-whatsapp dep Tulir Asokan 2019-06-01 20:18:24 +0300
  • e124641107 Add option to set private chat portal rooms' name/avatar explicitly Tulir Asokan 2019-06-01 20:03:29 +0300
  • 9fa0ad923d Fix potential nil pointer crash Tulir Asokan 2019-06-01 19:20:06 +0300
  • 4a13ae731a Fix custom puppet start loop Tulir Asokan 2019-05-31 23:07:33 +0300
  • 3345615fc0 Fix indentation in filter json Tulir Asokan 2019-05-31 23:03:09 +0300
  • 2bf3edda16 Add logout-matrix command Tulir Asokan 2019-05-31 23:02:00 +0300
  • 1285aa4327 Fix fetching more than one chunk of initial history Tulir Asokan 2019-05-31 22:30:57 +0300
  • 37fd5dba2c Fix syncing chats for users with old chats Tulir Asokan 2019-05-31 21:59:23 +0300
  • 83f4cf2811 Fix crash and add more logging Tulir Asokan 2019-05-31 20:51:16 +0300
  • a40584db41 Add command to delete all own portals for a fresh start Tulir Asokan 2019-05-31 19:33:18 +0300
  • 37cd34e4bf Make contact wait delay configurable and fix nil pointer usage Tulir Asokan 2019-05-30 20:25:04 +0300
  • 02f78155b5 Only invite default puppet for backfilling when needed Tulir Asokan 2019-05-30 17:48:22 +0300
  • 521a8b74aa Share backfill start/end code between initial and recovery fills Tulir Asokan 2019-05-30 17:25:56 +0300
  • c4751f4953 Use default puppet when backfilling to avoid rate limits Tulir Asokan 2019-05-30 17:22:03 +0300
  • a9fd97932b Send alerts about incoming calls Tulir Asokan 2019-05-30 17:00:36 +0300
  • 1c009b96fe Only load 50 messages per request in initial fill Tulir Asokan 2019-05-28 21:48:37 +0300
  • dce08b1422 Add user-portal mapping to database Tulir Asokan 2019-05-28 21:31:25 +0300
  • 666194b066 Possibly fix and/or break missed message backfilling Tulir Asokan 2019-05-28 21:30:39 +0300
  • 063ec7873d Don't allow unsupported database versions without flag Tulir Asokan 2019-05-28 21:29:43 +0300
  • 1d43aeca2f Remove message locking as message handling is synchronous per-portal Tulir Asokan 2019-05-28 14:12:35 +0300
  • 7f0c67168c Fix potential autoreconnect problem and add exponential backoff Tulir Asokan 2019-05-28 14:09:49 +0300
  • 498c0e4130 Ignore invalid data received errors Tulir Asokan 2019-05-27 14:15:45 +0300
  • 3f13e13d36 Make not connected errors in sync handling non-fatal Tulir Asokan 2019-05-27 14:01:30 +0300
  • 402f482db3 Update deps Tulir Asokan 2019-05-27 13:48:11 +0300
  • bfe5af7edc Add Matrix->WhatsApp EDU bridging Tulir Asokan 2019-05-27 13:46:04 +0300
  • 5346e01d2a Add logging for custom puppets and save next batch properly Tulir Asokan 2019-05-24 14:09:48 +0300
  • 0db44d4cc7 Remove dev replaces in go.mod again Tulir Asokan 2019-05-24 02:36:59 +0300
  • 2c9c473040 Add basic Matrix puppeting support Tulir Asokan 2019-05-24 02:33:26 +0300
  • 95e62fae77 Upgrade message content in db to new protocol schema Tulir Asokan 2019-05-24 01:09:42 +0300