Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add whatsapp deprecation warning (#1792) | Wim | 2022-04-04 | 1 | -0/+5 |
| | |||||
* | Add whatsappmulti buildflag for whatsapp with multidevice support (whatsapp) | Wim | 2022-03-20 | 1 | -146/+151 |
| | |||||
* | Fix linting (whatsapp) | Wim | 2022-03-20 | 1 | -3/+0 |
| | |||||
* | Check for Conversation on receiving messages (whatsapp) | Wim | 2022-03-20 | 1 | -7/+2 |
| | |||||
* | Use Conversation instead of ExtendedTextMessage (whatsapp) | Wim | 2022-03-20 | 1 | -6/+10 |
| | |||||
* | Refactor login logic (whatsapp) | Wim | 2022-03-20 | 1 | -14/+30 |
| | |||||
* | Fetch avatars synchronous (whatsapp) | Wim | 2022-03-20 | 1 | -14/+14 |
| | |||||
* | Refactor JoinChannel (whatsapp) | Wim | 2022-03-20 | 1 | -26/+19 |
| | |||||
* | Rewrite whatsapp bridge to use whatsmeow | Wim | 2022-03-20 | 1 | -132/+122 |
| | |||||
* | Make EditSuffix option actually work (whatsapp). Fixes #1510 (#1728) | Wim | 2022-02-06 | 1 | -1/+5 |
| | | | | To keep it backwards compatible we keep the "(edited)" message when no editsuffix is configured. | ||||
* | Add support for deleting messages (whatsapp) | Wim | 2020-11-29 | 1 | -6/+4 |
| | |||||
* | Refactor/cleanup code (whatsapp) | Wim | 2020-11-29 | 1 | -82/+37 |
| | |||||
* | Retry until we have contacts (whatsapp). Fixes #1122 (#1304) | Wim | 2020-11-22 | 1 | -0/+12 |
| | |||||
* | Use vendored whatsapp version (#1258) | Wim | 2020-10-12 | 1 | -1/+0 |
| | |||||
* | Handle broadcasts as groups in Whatsapp (#1213) | escoand | 2020-08-26 | 1 | -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 Rhymen/go-whatsapp vendor and whatsapp version (#1078) | Wim | 2020-04-09 | 1 | -1/+1 |
| | |||||
* | Update client version whatsapp. Fixes #1061 (#1062) | Wim | 2020-03-28 | 1 | -0/+1 |
| | | | See https://github.com/Rhymen/go-whatsapp/issues/305 | ||||
* | Add support for WhatsApp media (jpeg/png/gif) bridging (#974) | Guillaume Lazzara | 2020-01-09 | 1 | -16/+85 |
| | | | | | | | | * Whatsapp image bridging * Prevent double message in telegram when media with caption received Co-authored-by: imShara <shara@protonmail.com> | ||||
* | Update github.com/Rhymen/go-whatsapp vendor. Fixes #843 | Wim | 2019-06-14 | 1 | -1/+1 |
| | |||||
* | Fix go mod issue by removing whatsapp-ext | Wim | 2019-06-02 | 1 | -9/+3 |
| | |||||
* | Use upstream whatsapp again (#809) | Wim | 2019-05-30 | 1 | -4/+3 |
| | |||||
* | Use whatsapp forks (#750) | Wim | 2019-03-02 | 1 | -2/+2 |
| | |||||
* | Add initial WhatsApp support (#711) | Krzysiek Madejski | 2019-02-21 | 1 | -0/+305 |