Commit Graph

615 Commits

Author SHA1 Message Date
azudin 92dec36781 Update chats.ts 2023-12-07 23:44:51 +08:00
azudin 13fcf827f4 Update chats.ts 2023-12-07 23:41:46 +08:00
azudin d1b57cf990 Update chats.ts 2023-12-07 23:37:06 +08:00
azudin 0898c7cd76 Update chats.ts 2023-12-07 23:10:04 +08:00
Bob ae8395e6df Update messages-recv.ts 2023-12-06 07:00:15 -03:00
azudin ed6b8a22e4 Update messages-recv.ts 2023-12-02 07:42:21 +08:00
azudin 29ec56cd88 Update groups.ts 2023-12-02 07:41:28 +08:00
azudin 3d0632b563 Update groups.ts 2023-12-02 07:40:19 +08:00
azudin 4b3841d202 Update messages-recv.ts 2023-12-02 07:37:35 +08:00
Alessandro Autiero b4f40a7815 Merge pull request #358 from piLovr/master
add memberAddMode and isCommunity / isCommunityAnnounce in groupMetadata
2023-10-12 20:31:25 +00:00
Alessandro Autiero dc7c24ce39 Merge pull request #362 from aliazhar-id/aliazhar-patch-1
Fix: 'blocklist.update' was never emitted
2023-10-09 09:56:14 +02:00
Rajeh Taher 4bddd3929b bug fix: sending message to lid 2023-10-02 18:19:28 +00:00
Rajeh Taher 1447fb2eab add me lid 2023-10-02 18:00:29 +00:00
Rajeh Taher 7cc604a9b5 share, receive, request, all you want 2023-10-01 21:43:00 +00:00
Rajeh Taher a9d7bff235 Revert to fix 2023-10-01 15:18:40 +00:00
Rajeh Taher c1fa5a13c3 fix fromMe on receipts and messages, missing notifications ! 2023-10-01 14:56:09 +00:00
Rajeh Taher ef8d1a09fb support mesasge input from lid 2023-10-01 14:40:40 +00:00
Rajeh Taher 6f08d55bb7 reflect my own lid in relayMessage 2023-10-01 14:19:37 +00:00
Rajeh Taher 6546793ec6 fixes 2023-10-01 14:16:29 +00:00
Rajeh Taher 0b2f4d0b42 Update socket.ts 2023-10-01 16:55:40 +03:00
Rajeh Taher e587ae0bf8 Update messages-send.ts 2023-10-01 16:06:23 +03:00
Rajeh Taher 73963c0ff8 Update messages-send.ts 2023-10-01 15:21:18 +03:00
Rajeh Taher 5b1171312e Update messages-send.ts 2023-10-01 15:18:03 +03:00
Rajeh Taher 7106d33578 Update messages-send.ts 2023-09-30 21:31:44 +03:00
Rajeh Taher d20830e43f Update messages-send.ts 2023-09-30 21:15:04 +03:00
Rajeh Taher f50842fd7a Socket-passthrough 2023-09-28 03:08:50 +03:00
aliazhar 11291e61d0 Fix: 'blocklist.update' was never emitted 2023-09-03 14:31:08 +07:00
piLovr 3962311108 Update groups.ts 2023-08-31 10:29:55 +02:00
piLovr 3061ede206 Update groups.ts 2023-08-31 10:13:00 +02:00
piLovr 5d697b9890 Update groups.ts 2023-08-31 09:46:01 +02:00
Samuel Scheit 49ab16f592 fix: registration + add captcha support (#227)
* fix: registration + update mobile version

* feat: add captcha support for registration

* fix: jid protocol address missing device

* fix: linting errors
2023-08-10 12:15:12 +03:00
Codeboss fe573b365c eslint final 2023-08-10 01:33:48 +03:00
Codeboss 67542c48ac eslint 2023-08-10 01:33:48 +03:00
Codeboss fea204ac26 Simplified 2023-08-10 01:33:48 +03:00
Emanuele Ingrosso a977d20310 Fix brackets in chats.ts 2023-08-10 01:33:48 +03:00
Emanuele Ingrosso 1d57f38323 Add "+" to the beginning of jids if not present in the onWhatsApp method
In Baileys 5.x a "+" was always added at the beginning of the jids provided to the onWhatsApp method. This was removed later in the 6.x version and has created a subtle problem.

Many phone numbers where correctly verified but for some reason french mobile number (starting with 336 or 337) always returned an undefined result (maybe there were problems with some other countries too, I couldn't verify).

Adding back the "+" (if missing) should fix the problem.
2023-08-10 01:33:48 +03:00
Codeboss 8917e9e387 Update messages-send.ts 2023-08-10 00:56:05 +03:00
Alessandro Autiero 44ec598ad2 Merge pull request #258 from SamuelScheit/fix-mobile-send-message
fix: do not send message to self if the device is 0 (mobile)
2023-07-21 14:39:27 +02:00
SamuelScheit 64349cac15 fix: do not send message to self if the device is 0 (mobile) 2023-07-19 17:28:50 +02:00
Davidson Gomes cba9827851 feat: Send Status (status@broadcast) {text, media, audio(with waveform)} (#249)
Co-authored-by: Davidson Gomes <contato@agenciadgcode.com>
2023-07-18 10:25:16 -03:00
Alessandro Autiero a7e39c18d9 Fixed infinite reconnection cycle 2023-07-16 21:20:21 +02:00
Alessandro Autiero c506182035 Finished requestPairingCode 2023-07-16 20:14:17 +02:00
Alessandro Autiero f498e1e56c Added requestPairingCode method and handler
Fixed typo (trimUndefineds)
Added bytesToCrockford
Replaced advSecretKey with advKeyPair
Added pairingCode prop
Fixed formatting
Added pairing code example
2023-07-16 18:44:17 +02:00
programadorbob c2d88fddc6 fix: Added jid of people who added to the group (#223)
Co-authored-by: DeveloperNewton <116108544+DeveloperNewton@users.noreply.github.com>
Co-authored-by: Edgard <edgardmessias@gmail.com>
2023-07-08 18:32:58 -03:00
Neguin 1ef0ab01aa fix: added invite property (#218)
If the user does not allow to be added directly, it will be possible to get the invite code and create an invitation message for the user to join the group
2023-07-08 18:07:05 -03:00
BochilGaming 8e1e9b9386 fix: fix edit message (#192) 2023-06-30 18:19:34 -03:00
Edgard Lorraine Messias 54f8215eef fix: Re-added the option to use proxy agent forn non-mobile api (#148) 2023-06-15 21:46:43 -03:00
aqulzz 7dc1cd6476 feat: approve, reject, list request join (#117) 2023-06-12 09:34:50 -03:00
Samuel Scheit d570da19a4 Merge branch 'WhiskeySockets:master' into master 2023-05-31 18:12:43 +02:00
Adrien bb25723b6a fix: onWhatsApp query for multiple jids (#85) 2023-05-26 08:12:58 -03:00