1
0
Fork 0
mirror of https://github.com/mautrix/whatsapp.git synced 2026-07-08 07:13:20 -04:00

Commit graph

  • a95d11bae2 dockerfile: add libWebP to dockerfile Alexandar Mechev 2021-09-07 12:02:50 +02:00
  • b0070403fe
    Merge pull request #349 from mautrix/ci-auto-update-version Sumner Evans 2021-09-17 19:04:03 -04:00
  • f4849b474c
    ci: deploy to dev stable and internal automatically Sumner Evans 2021-09-17 12:21:22 -04:00
  • d48ae8fe09
    Login help text: Remove trailing apostrophe Christian Paul 2021-09-13 14:34:39 +02:00
  • 46dcd11527 Update displayname template Tulir Asokan 2021-09-01 15:49:19 +03:00
  • 3bef9ebfc0 Update readiness endpoint at the end of Start() Tulir Asokan 2021-08-25 20:46:52 +03:00
  • 9f614a3a81 Update bridge state ping endpoint response format Tulir Asokan 2021-08-25 15:04:40 +03:00
  • 09be136863 Bug cambio de nombre - corregido bherrera1 2021-08-23 14:34:16 -05:00
  • b11a6360f4 Actually maybe fix database migration (ref #304 and #335) Tulir Asokan 2021-08-21 23:55:09 +03:00
  • d52b012b37 Maybe fix database migration Tulir Asokan 2021-08-19 19:32:15 +03:00
  • da9fadb009 Add comment Tulir Asokan 2021-08-19 19:19:56 +03:00
  • b3312bc663 Always use blank content for replies Tulir Asokan 2021-08-19 19:17:46 +03:00
  • 4fe179d0d7 Remove content from message table. Fixes #320 Tulir Asokan 2021-08-19 19:17:19 +03:00
  • b2878d5d34 Respond to bridge state ping with unconfigured if there's no session Tulir Asokan 2021-08-18 20:16:07 +03:00
  • 52484dc992 Add flag to invite events that will be auto-accepted Tulir Asokan 2021-08-18 16:24:13 +03:00
  • f84bb162ca Don't send typing notifications if Matrix room hasn't been created Tulir Asokan 2021-08-18 15:52:50 +03:00
  • 8dbb67a49c Update mautrix-go Tulir Asokan 2021-08-17 01:29:13 +03:00
  • ed5f530d54 Make CI binaries slightly smaller Tulir Asokan 2021-08-15 22:53:06 +03:00
  • 90b8b0e261 Elimino el fichero values.yaml bherrera1 2021-08-09 17:43:37 -05:00
  • 7f050d5129 Merge branch 'master_tulir_v0.1.8' bherrera1 2021-08-09 17:33:41 -05:00
  • 9b889e7de8 Update go-whatsapp to support ephemeral and view once messages Tulir Asokan 2021-08-08 15:22:09 +03:00
  • f4a7394b67 Bump version to v0.1.8 v0.1.8 Tulir Asokan 2021-08-07 15:04:24 +03:00
  • ce16432318 Update repo path Tulir Asokan 2021-08-06 17:46:57 +03:00
  • 039059df45 Ignore WhatsApp file length and hash mismatches Tulir Asokan 2021-08-06 01:33:17 +03:00
  • b4ad4f0921 Rename error_source to source in bridge status Tulir Asokan 2021-08-05 15:44:55 +03:00
  • abbff16e66 Switch bridge state system to using state events Tulir Asokan 2021-08-04 16:14:26 +03:00
  • f1dd496a2d Add support for Matrix->WhatsApp location messages Tulir Asokan 2021-08-02 12:53:38 +03:00
  • abc56bfeba Add fork docs Will Hunt 2021-07-28 09:53:12 +01:00
  • 7058a0313d Merge remote-tracking branch 'tulir/master' into element-master Will Hunt 2021-07-28 09:51:32 +01:00
  • e2acab694c Fix handling gifs in stickers Tulir Asokan 2021-07-23 22:44:35 +03:00
  • 399c70cdda add defaults Will Hunt 2021-07-16 10:25:23 +01:00
  • c0f9546d08 Add inactivity limit Will Hunt 2021-07-16 10:16:00 +01:00
  • bb8f8f6064
    Update example-config.yaml Will Hunt 2021-07-08 12:40:09 +01:00
  • 8fdfe7340d
    Calculate active users even if days are set to 0 Will Hunt 2021-07-08 12:39:18 +01:00
  • b5ec1afb53 Fix setting activity in DB. Add some debug logging Will Hunt 2021-07-08 09:58:21 +01:00
  • fceb1cdd5a Implement activity tracking and limit blocking code Will Hunt 2021-07-07 16:54:56 +01:00
  • 32e9ce9386 Add Limits configuration Will Hunt 2021-07-07 16:53:28 +01:00
  • ea7b7af47c Add new activity columns to puppet Will Hunt 2021-07-07 16:52:58 +01:00
  • e78dda0883 Move UserTyping calls to sendMessage Tulir Asokan 2021-07-05 19:26:33 +03:00
  • d3167afc06 user portal is created using Relaybot user dbedoya 2021-06-30 09:43:56 -05:00
  • 98e638495a Rename whatsapp_message and whatsapp_message_age metrics Tulir Asokan 2021-06-30 15:13:48 +03:00
  • ec8eb35950
    Update portal.go dbedoya 2021-06-29 16:35:19 -05:00
  • d124a401be
    Update portal.go dbedoya 2021-06-29 16:13:55 -05:00
  • c7d0498a23 portal is added to user_portal table to allow sending messages to WhatsApp chat dbedoya 2021-06-29 15:03:24 -05:00
  • d94213b220
    Merge branch 'tulir:master' into master_tulir dbedoya 2021-06-29 14:06:32 -05:00
  • 6bb3401d35 user_portal is added when the portal is not found in order to be able to send a message dbedoya 2021-06-29 11:06:48 -05:00
  • 44a76043a0 Update Docker image to Alpine 3.14 Tulir Asokan 2021-06-25 17:11:53 +03:00
  • e926d0175e Track WhatsApp message age and processing duration Tulir Asokan 2021-06-25 15:33:37 +03:00
  • 3eb5f44023 Add support for slightly older voice message identifier Tulir Asokan 2021-06-23 13:23:00 +03:00
  • b66f37e373 Add ptt flag when sending MSC3245 voice messages to WhatsApp Tulir Asokan 2021-06-22 20:33:30 +03:00
  • 252d645fea Fix bridging audio/video duration from/to WhatsApp Tulir Asokan 2021-06-22 20:03:22 +03:00
  • bd207df82d Store last message MXID in database for multipart messages Tulir Asokan 2021-06-22 12:35:38 +03:00
  • 4b80c15a0a Add some logs and increase timestamp difference for short-circuiting deduplication Tulir Asokan 2021-06-21 13:52:59 +03:00
  • 78ae4205fd Update go-whatsapp Tulir Asokan 2021-06-19 02:25:14 +03:00
  • 30ddd788ae Don't stop message processing loop if room creation fails Tulir Asokan 2021-06-19 02:22:21 +03:00
  • bc7a82c0be Use mutex for accessing go-whatsapp contacts and chats maps Tulir Asokan 2021-06-19 02:22:01 +03:00
  • a3669a675b Update go-whatsapp Tulir Asokan 2021-06-17 12:46:24 +03:00
  • f9b88839c3 Update mautrix-go Tulir Asokan 2021-06-17 12:38:04 +03:00
  • 3d4ed07fe6 Problem resolved with url in PM command reply Héctor Ramírez Franco 2021-06-16 10:45:46 -05:00
  • 5573e4d2f5 Conflicts resolved Héctor Ramírez Franco 2021-06-15 15:48:34 -05:00
  • 6ddc9ec75d Merge branch 'cambios_version_0.1.7' into master_tulir Héctor Ramírez Franco 2021-06-15 15:42:41 -05:00
  • 32122c7e54 Bump version to v0.1.7 v0.1.7 Tulir Asokan 2021-06-15 21:04:40 +03:00
  • d3b9f4f637 Handle websocket keepalive errors and update deps Tulir Asokan 2021-06-15 15:07:42 +03:00
  • b5c3e8abcb Make sure puppet has displayname set when sending message Tulir Asokan 2021-06-15 12:34:55 +03:00
  • d4b7595b6e Add better error messages for some send errors Tulir Asokan 2021-06-15 12:05:11 +03:00
  • 1a23bfda30 Log type of message when starting handling Tulir Asokan 2021-06-10 16:29:20 +03:00
  • b865205198 Update data sent in bridge status updates Tulir Asokan 2021-06-09 19:15:53 +03:00
  • d851285787 Send content type with bridge state updates Tulir Asokan 2021-06-02 21:43:31 +03:00
  • cea691fdce Add missing authorization header to bridge state requests Tulir Asokan 2021-06-01 15:57:03 +03:00
  • 06b84c4bb9 Add option to disable status bridging. Fixes #166 Tulir Asokan 2021-06-01 15:28:15 +03:00
  • 74e21b8e1d Make bridge state monitoring more generic Tulir Asokan 2021-06-01 15:19:47 +03:00
  • 80b534323f Try to fix false positive send error on whatsapp mobile Tulir Asokan 2021-06-01 13:32:14 +03:00
  • c083afa1ef Add logging for ping requests getting cancelled Tulir Asokan 2021-05-20 13:59:28 +03:00
  • b07412b421 Don't mark messages older than chat info receive date as read after backfill Tulir Asokan 2021-05-18 20:09:12 +03:00
  • 66f0b04a31 Send double puppeting identifier with read receipts if server supports it Tulir Asokan 2021-05-18 15:23:19 +03:00
  • 62e806c8c3 Add option to disable backfill read receipt bridging Tulir Asokan 2021-05-18 14:16:35 +03:00
  • 1bdbf0a22d Update go-whatsapp Tulir Asokan 2021-05-18 13:15:40 +03:00
  • 1ef61f7b2f Update whatsapp protocol version identifier Tulir Asokan 2021-05-12 14:56:42 +03:00
  • b9b4c11d81 Update dependencies Tulir Asokan 2021-05-12 14:54:40 +03:00
  • 7c16eb8c53 Get last message timestamp from database when checking if message is too old Tulir Asokan 2021-05-12 13:39:24 +03:00
  • 4c803a6a13 Include message tag when logging raw JSON messages Tulir Asokan 2021-05-04 21:44:55 +03:00
  • 947f3466b7 Treat muted until -1 as muted forever Tulir Asokan 2021-05-04 19:53:43 +03:00
  • 29254ee29a Add more logging to debug chat mute bridging Tulir Asokan 2021-05-04 13:50:35 +03:00
  • dbdd3258b2 Fix version command output Tulir Asokan 2021-04-29 14:00:26 +03:00
  • 2742d90299 Add option to only bridge mute status and tags when creating portal Tulir Asokan 2021-04-29 11:57:05 +03:00
  • b0d433ea66 Print version when starting Tulir Asokan 2021-04-25 15:46:06 +03:00
  • f9098cdf18 Add option to bridge chat pin status from WhatsApp Tulir Asokan 2021-04-20 16:32:23 +03:00
  • badea9c547 Add option to bridge archive and mute status from WhatsApp Tulir Asokan 2021-04-19 22:14:32 +03:00
  • 06a041981d Merge remote-tracking branch 'conor-f/toggle-presence-and-receipts' Tulir Asokan 2021-04-19 19:25:40 +03:00
  • 03b211c353 Update mautrix-go Tulir Asokan 2021-04-19 17:35:11 +03:00
  • c811da6f7d Cleanup empty group portals even if user didn't leave WhatsApp side Tulir Asokan 2021-04-16 16:36:56 +03:00
  • d3c0b50d5a Move request retrying to mautrix-go Tulir Asokan 2021-04-15 16:23:40 +03:00
  • b1fa9df5f5 Update go-whatsapp Tulir Asokan 2021-04-08 20:37:48 +03:00
  • ca285ea9bb Update mautrix-go to use a single http.Client instance Tulir Asokan 2021-04-06 17:11:08 +03:00
  • 653bbd36de Log data when sending bridge state to asmux Tulir Asokan 2021-04-05 19:24:37 +03:00
  • 74f09f128c Update go-whatsapp. Fixes #294 Tulir Asokan 2021-04-02 14:22:52 +03:00
  • c10d714417 Fix encryption getting messed up after receiving inbound olm sessions with SQLite Tulir Asokan 2021-04-02 14:11:59 +03:00
  • 9a6d9f0383 Don't start new post-login sync if old one is still in progress Tulir Asokan 2021-04-01 14:06:10 +03:00
  • af0fd279d2 Bump version to v0.1.6 v0.1.6 Tulir Asokan 2021-04-01 12:31:44 +03:00
  • e9e623abf6 Increment chunk num so backfill logs work correctly Tulir Asokan 2021-04-01 12:31:39 +03:00