Watch
1
0
Fork
You've already forked mautrix-whatsapp
0
mirror of https://github.com/mautrix/whatsapp.git synced 2026-09-15 23:32:05 -04:00

Commit graph

  • bb883e1262 Ignore multiple spaces in commands Tulir Asokan 2020-05-24 17:03:50 +03:00
  • 9dfd9c88b2 Merge remote-tracking branch 'Dekedro/master' Tulir Asokan 2020-05-24 16:57:51 +03:00
  • daee58bece Fix out of range access when requesting last page with list Dekedro 2020-05-24 12:44:17 +00:00
  • c909a85fc7 Re-add sending bridging failure messages Tulir Asokan 2020-05-24 15:44:20 +03:00
  • 91bb38eaa3 Wait for response even after message send timeout Tulir Asokan 2020-05-24 15:33:26 +03:00
  • dfdd4e6bca Fix typo Tulir Asokan 2020-05-24 14:15:22 +03:00
  • 9526d61489 Add static build for other architectures (ref #187) Tulir Asokan 2020-05-24 11:59:13 +03:00
  • 3d92a98891 Fix sorting list output Tulir Asokan 2020-05-24 00:11:56 +03:00
  • abffc0b54c Fix default page number in list command Tulir Asokan 2020-05-23 23:52:05 +03:00
  • ba4aaa8f52 Add missing commands to help Tulir Asokan 2020-05-23 23:25:22 +03:00
  • 2353924456 Paginate output of list command Tulir Asokan 2020-05-23 23:17:43 +03:00
  • ff9fb29d64
    Merge branch 'master' of github.com:tulir/mautrix-whatsapp haywo 2020-05-23 19:52:40 +02:00
  • 4f09835b81 Fix sending captions to Matrix Tulir Asokan 2020-05-22 17:13:19 +03:00
  • 68a459a2eb Merge branch 'master' of https://github.com/tulir/mautrix-whatsapp into tulir-master zhaoYangguang 2020-05-22 14:53:42 +08:00
  • b4949eec59 Add missing crypto != nil checks Tulir Asokan 2020-05-21 21:56:46 +03:00
  • 8bb5407f98 Merge branch 'e2be' Tulir Asokan 2020-05-21 20:58:57 +03:00
  • ed978bcb9c Don't use different types for SQLite in DB schema Tulir Asokan 2020-05-21 20:56:41 +03:00
  • 64af0209b7 Suggest delete-session when trying to logout without connection. Fixes #98 Tulir Asokan 2020-05-21 20:50:54 +03:00
  • e4bc254a65 Change incoming call notices back to m.text Tulir Asokan 2020-05-21 20:14:43 +03:00
  • c0fc06b410 Allow using custom puppet for backfilling Tulir Asokan 2020-05-21 20:00:00 +03:00
  • 9002bf62ed Fix needing to reconnect after initial login Tulir Asokan 2020-05-21 19:49:01 +03:00
  • e08676079a Fix bridging encrypted media from Matrix Tulir Asokan 2020-05-20 16:43:55 +03:00
  • 1db87f51bf After creating a group, synchronize the group list information on the matrix side in time zhaoYangguang 2020-05-20 19:01:00 +08:00
  • bf4afe9c87 Merge branch 'feature/whatsapp_matrix_location_and_contact_message' into develop zhaoYangguang 2020-05-13 12:12:51 +08:00
  • 663c929316 complete zhaoYangguang 2020-05-13 12:11:06 +08:00
  • a770263d86 Encrypt media bridging error notices Tulir Asokan 2020-05-12 23:38:01 +03:00
  • 562754bc77 Update go.sum Tulir Asokan 2020-05-12 23:34:51 +03:00
  • fc6f8df4d3 Fix replacing outbound group session in db Tulir Asokan 2020-05-12 23:33:59 +03:00
  • c9adb3aba3 Store outbound group sessions in database Tulir Asokan 2020-05-12 23:16:33 +03:00
  • 1c3de877db Maybe support e2be by default and fix some bugs Tulir Asokan 2020-05-12 22:25:55 +03:00
  • db5c1a3f61 Make sure user gets invited to portal when using open command Tulir Asokan 2020-05-12 20:30:38 +03:00
  • 168816b646 Input commands can be compatible with multiple or multiple types of blank characters zhaoYangguang 2020-05-12 19:29:49 +08:00
  • e5274f175c Optimized display of address type messages zhaoYangguang 2020-05-12 19:09:46 +08:00
  • e85ea682e1 Fix user prompt message zhaoYangguang 2020-05-11 13:14:56 +08:00
  • 02dfafe515 Merge branch 'feature/whatsapp_matrix_location_and_contact_message' into develop zhaoYangguang 2020-05-11 12:05:41 +08:00
  • e45d366666 Merge branch 'feature/WhatsApp_Matrix_Presence' into develop zhaoYangguang 2020-05-11 12:05:20 +08:00
  • f96581ed13 Add handling of location information and contact information zhaoYangguang 2020-05-11 12:04:20 +08:00
  • 168a6ff93f Fix static build Tulir Asokan 2020-05-09 20:25:48 +03:00
  • ea23907492 Fix some bugs with db crypto store Tulir Asokan 2020-05-09 20:23:30 +03:00
  • dfc5722a80 Move crypto store to main database Tulir Asokan 2020-05-09 20:07:21 +03:00
  • 6e50a7c380 Switch appservice module location Tulir Asokan 2020-05-09 14:31:06 +03:00
  • e7458139c4 Update deps Tulir Asokan 2020-05-09 02:14:12 +03:00
  • 0a77e25cda Add static build to CI Tulir Asokan 2020-05-09 02:11:16 +03:00
  • f89fcf7212 Make no-cgo build work without source changes Tulir Asokan 2020-05-09 02:08:23 +03:00
  • baae66ed04 Add basic end-to-bridge encryption support Tulir Asokan 2020-05-09 02:03:59 +03:00
  • edd91510f1 Add olm to CI builds Tulir Asokan 2020-05-08 23:53:30 +03:00
  • acc25a02e4 Update mautrix-go Tulir Asokan 2020-05-08 22:32:22 +03:00
  • 6458e4ba33 Fix command prompt zhaoYangguang 2020-05-08 16:20:54 +08:00
  • 20ad24cd3c Fix the problem that the group avatar cannot be updated synchronously zhaoYangguang 2020-05-08 16:20:17 +08:00
  • 0f699de3c6 1. Eliminate the interference of group messages. 2. Users who are typing are considered as online users. zhaoYangguang 2020-05-07 20:12:09 +08:00
  • 8f8e66ca7f whatsapp->matrix(leave/kick/join/leave) zhaoYangguang 2020-04-29 23:14:23 +08:00
  • 74e60bf95f Merge branch 'master' into member-actions zhaoYangguang 2020-04-24 15:24:04 +08:00
  • 5d6cfeceed
    Merge pull request #1 from tulir/master pidong 2020-04-24 15:23:40 +08:00
  • 100f49ee3b invite/kick/leave/help zhaoYangguang 2020-04-23 20:12:22 +08:00
  • e0aea74abf Update go-whatsapp to prevent rare panic when disconnecting Tulir Asokan 2020-04-21 23:18:28 +03:00
  • 53fe1b1818 Update go-whatsapp. Fixes #169 Tulir Asokan 2020-04-21 09:25:18 +03:00
  • 44bb623e7a Document how to use multiple if's in displayname_template, Closes #162 davralin 2020-04-06 00:05:39 +02:00
  • 9aee1c83ac Add ?sslmode=disable to example postgres connection string Tulir Asokan 2020-04-12 10:41:53 +03:00
  • 0ded3aa7af Update go-whatsapp Tulir Asokan 2020-04-12 10:41:32 +03:00
  • 973afcdd26 portal: bridge notices Peter Roberts 2020-04-11 14:44:11 +01:00
  • b48054e0de portal: bridge notices Peter Roberts 2020-04-11 14:44:11 +01:00
  • 0656fe9dc1 Document how to use multiple if's in displayname_template, Closes #162 davralin 2020-04-06 00:05:39 +02:00
  • 0e07a152d0 Adjusted connection string used for postgres-container, relevant for #65 davralin 2020-04-05 23:59:40 +02:00
  • 064b5b8fed Don't use transaction for querying values Tulir Asokan 2020-04-02 21:53:45 +03:00
  • 6a42de73d1 Check if constraint exists before trying to delete Tulir Asokan 2020-04-02 21:37:51 +03:00
  • 9b01166f0c Ignore error in upgrade to allow Postgres 12 to work. Fixes #133 Tulir Asokan 2020-04-02 21:11:38 +03:00
  • 78d3d22cd4 Add support for setting group description from Matrix Tulir Asokan 2020-03-31 16:27:42 +03:00
  • 3f60a6f28e Update go-whatsapp to fix file uploading Tulir Asokan 2020-03-31 11:55:07 +03:00
  • ac356031ac Update all deps Tulir Asokan 2020-03-27 10:27:03 +02:00
  • 3a9642386c Fix state store migration Tulir Asokan 2020-03-26 23:36:34 +02:00
  • 0b6f14460d Update go-whatsapp to get new protobuf schema Tulir Asokan 2020-03-26 21:49:35 +02:00
  • f66041eaf9 Update go-whatsapp Tulir Asokan 2020-03-26 20:15:32 +02:00
  • a937863c1e Update mautrix-appservice-go Tulir Asokan 2020-03-26 19:57:46 +02:00
  • 2d8bc96a09
    updated to latest mautrix-go and mautrix-appservice-go (#145) Marco Antonio Alvarez 2020-03-26 18:31:56 +01:00
  • 8dd5f6a0d1
    Merge pull request #151 from rreuvekamp/fix/142-reconnect-command-doesnt-work-v2 Tulir Asokan 2020-03-26 19:29:36 +02:00
  • 1e2f5ef25c Improve communities doc in config Remi Reuvekamp 2020-01-21 14:19:49 +01:00
  • 46b784ca3d Disconnect before reconnecting Remi Reuvekamp 2020-03-11 17:21:51 +01:00
  • a932911c56 Fix #142 Remi Reuvekamp 2020-03-11 16:09:31 +01:00
  • eb287afd73 Fix #142 Remi 2020-03-11 16:09:31 +01:00
  • bb7ad00fe2
    restore functionality of list without flags HayWo 2020-03-02 16:19:28 +01:00
  • 1ede7587d1
    split list answers into multiple messages HayWo 2020-03-02 15:46:23 +01:00
  • b5d20094af
    add new flags to help command HayWo 2020-02-28 17:14:09 +01:00
  • 867dcf7148
    Improving list command HayWo 2020-02-28 17:03:39 +01:00
  • 61268f8cc4 Revert to Go 1.12 in dockerfile Tulir Asokan 2020-02-25 23:26:57 +02:00
  • ab98ef4e3b Actually fix arm64 build Tulir Asokan 2020-02-25 23:13:19 +02:00
  • e20a712dce Fix arm64 builds Tulir Asokan 2020-02-25 23:04:55 +02:00
  • 685e6a3be0 Add arm64 docker builds to CI Tulir Asokan 2020-02-25 22:59:39 +02:00
  • b7c40f8e17 removed local path Marco Antonio Alvarez 2020-02-24 22:19:58 +01:00
  • fed539d127 updated to latest mautrix-go and mautrix-appservice-go Marco Antonio Alvarez 2020-02-24 22:16:37 +01:00
  • 260555b69c Remove provisioning API QR code regen limit Tulir Asokan 2020-02-09 21:00:29 +02:00
  • 16dc3c8699 Add initial provisioning API Tulir Asokan 2020-02-09 20:32:14 +02:00
  • ab84092311 Improve communities doc in config Remi Reuvekamp 2020-01-21 14:19:49 +01:00
  • 39e46833b4
    Merge pull request #135 from Rafaeltheraven/master Tulir Asokan 2020-01-12 23:28:49 +02:00
  • 6d806227c7 Actually removed instead of commenting out :P rafaeltheraven 2020-01-09 10:46:45 +01:00
  • c8e5c06a57 Removed strange workaround, fixing #134 rafaeltheraven 2020-01-09 10:41:45 +01:00
  • 302fae6649 Bypass mautrix.Content's MarshalJSON. Fixes #132 Tulir Asokan 2020-01-07 22:27:37 +02:00
  • 8c3807a16d Add puppet to personal filtering community when adding portal Tulir Asokan 2020-01-07 21:25:41 +02:00
  • a7601fa4cc Hide rooms when adding to personal filtering community Tulir Asokan 2020-01-07 21:25:27 +02:00
  • e4ddc43007
    Merge pull request #118 from 14mRh4X0r/support-go-1-11 Tulir Asokan 2019-12-31 21:26:31 +02:00
  • e056459ab4 Add/fix sticker bridging in both directions Tulir Asokan 2019-12-31 20:17:03 +02:00