summaryrefslogtreecommitdiffstats
path: root/bridge/whatsapp
Commit message (Collapse)AuthorAgeFilesLines
* Add whatsapp deprecation warning (#1792)Wim2022-04-041-0/+5
|
* Fix linting (whatsapp)Wim2022-03-202-2/+3
|
* Add whatsappmulti buildflag for whatsapp with multidevice support (whatsapp)Wim2022-03-203-326/+426
|
* Fix linting (whatsapp)Wim2022-03-202-3/+2
|
* Fix channel in video/audio/image/document handling (whatsapp)Wim2022-03-201-4/+4
|
* Check for Conversation on receiving messages (whatsapp)Wim2022-03-202-26/+29
|
* Use Conversation instead of ExtendedTextMessage (whatsapp)Wim2022-03-201-6/+10
|
* Refactor login logic (whatsapp)Wim2022-03-201-14/+30
|
* Add busy_timeout which fixes SQLITE_BUSY errors (whatsapp)Wim2022-03-201-1/+1
|
* Fetch avatars synchronous (whatsapp)Wim2022-03-202-14/+16
|
* Refactor JoinChannel (whatsapp)Wim2022-03-201-26/+19
|
* Rewrite whatsapp bridge to use whatsmeowWim2022-03-203-402/+285
|
* Make EditSuffix option actually work (whatsapp). Fixes #1510 (#1728)Wim2022-02-061-1/+5
| | | | To keep it backwards compatible we keep the "(edited)" message when no editsuffix is configured.
* Make DocumentMessage handler use FileName attribute (whatsapp) (#1488)Avinash Reddy2021-05-261-2/+2
| | | | | | | * [whatsapp] make DocumentMessage handler use FileName attribute. referenced: https://github.com/Rhymen/go-whatsapp/blob/master/message.go#L582 * fix lint
* Fix crash on encountering VideoMessage (whatsapp) (#1483)Avinash Reddy2021-05-231-0/+4
| | | | | | | * [whatsapp] fix crash on encountering VideoMessage * Update handlers.go * gofmt
* Rename .jpe files to .jpg Fixes #1463 (whatsapp) (#1485)Wim2021-05-231-0/+5
|
* Handle document messages (whatsapp) (#1475)Avinash Reddy2021-05-211-0/+57
| | | | | | | | | | | * [Whatsapp] Add DocumentMessage handler * Fix typo Thanks @42wim :) Co-authored-by: Wim <wim@42.be> Co-authored-by: Wim <wim@42.be>
* Set ogg as default audiomessage when none found (whatsapp). Fixes #1427 (#1431)Wim2021-03-201-0/+4
|
* Rename jfif to jpg (whatsapp). Fixes #1292Wim2020-11-291-0/+5
|
* Refactor handleTextMessage (whatsapp)Wim2020-11-291-13/+9
|
* Refactor image downloads (whatsapp)Wim2020-11-291-45/+23
|
* Handle audio downloads (whatsapp)Wim2020-11-291-0/+57
|
* Handle video downloads (whatsapp)Wim2020-11-291-3/+57
|
* Add support for deleting messages (whatsapp)Wim2020-11-291-6/+4
|
* Refactor/cleanup code (whatsapp)Wim2020-11-293-101/+97
|
* Retry until we have contacts (whatsapp). Fixes #1122 (#1304)Wim2020-11-221-0/+12
|
* Use vendored whatsapp version (#1258)Wim2020-10-121-1/+0
|
* Add username for images from WhatsApp (#1232)Dellle2020-09-261-4/+6
|
* Handle broadcasts as groups in Whatsapp (#1213)escoand2020-08-261-1/+1
| | | | | | | | | | The current way to get the correct JID of a WhatsApp group is to dump all JIDs to the log and grab the right one. This is working for for groups fine but not for broadcast, as they are not print out. According to https://www.npmjs.com/package/@noamalffasy/js-whatsapp we have these possibilities: * Chats: `[country code][phone number]@s.whatsapp.net` * Groups: `[country code][phone number of creator]-[timestamp of group creation]@g.us` * Broadcast Channels: `[timestamp of group creation]@broadcast` But the bridge does currently interprets (and prints) the only second option.
* Update whatsapp vendor and fix a panic (#1209)Wim2020-08-241-1/+1
| | | | | * Fix another whatsapp panic * Update whatsapp vendor
* Handle panic in whatsapp. Fixes #1180 (#1184)Wim2020-07-301-1/+3
|
* Reload user information when a new contact is detected (whatsapp) (#1160)Nathanaƫl2020-06-251-1/+26
| | | Before returning an empty string, we refresh the WhatsApp contacts and if we found the one we wanted, we can return a real name. Fixes #796
* Ignore non-critical errors (whatsapp). Fixes #1094 (#1100)Wim2020-04-191-1/+2
|
* Update Rhymen/go-whatsapp vendor and whatsapp version (#1078)Wim2020-04-091-1/+1
|
* Reset start timestamp on reconnect (whatsapp). Fixes #1059 (#1064)Wim2020-03-311-0/+1
|
* Update client version whatsapp. Fixes #1061 (#1062)Wim2020-03-281-0/+1
| | | See https://github.com/Rhymen/go-whatsapp/issues/305
* Implement basic reconnect (whatsapp). Fixes #987 (#1003)Wim2020-02-091-1/+33
|
* Add support for WhatsApp media (jpeg/png/gif) bridging (#974)Guillaume Lazzara2020-01-092-34/+170
| | | | | | | | * Whatsapp image bridging * Prevent double message in telegram when media with caption received Co-authored-by: imShara <shara@protonmail.com>
* Fix noisy whatsapp error loggingWim2019-06-141-0/+4
|
* Update github.com/Rhymen/go-whatsapp vendor. Fixes #843Wim2019-06-141-1/+1
|
* Fix go mod issue by removing whatsapp-extWim2019-06-023-13/+27
|
* Use upstream whatsapp again (#809)Wim2019-05-303-7/+6
|
* Use whatsapp forks (#750)Wim2019-03-023-5/+5
|
* Add initial WhatsApp support (#711)Krzysiek Madejski2019-02-213-0/+493