Commit Graph

1293 Commits

Author SHA1 Message Date
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 2da9f2deac Update encode.ts 2023-10-01 14:58:19 +03:00
Rajeh Taher 6c1fd75789 Update encode.ts 2023-10-01 14:57:13 +03:00
Rajeh Taher a32c626583 Update jid-utils.ts 2023-10-01 14:55:22 +03:00
Rajeh Taher 3bf4201ed3 Update jid-utils.ts 2023-10-01 14:53:33 +03:00
Rajeh Taher ba43be9c98 Man TSLINT PLEASE PUT THE SHOTGUN DOWN I ADDED THAT EXTRA EQUALS SIGN PLEASE I HAVE A FAMIL- 2023-10-01 00:04:47 +03:00
Rajeh Taher 8c04171043 Update decode.ts 2023-09-30 23:59:08 +03:00
Rajeh Taher 16bd627685 help the tslint gods have come for my head, i commited the great taboo 2023-09-30 21:32:30 +03:00
Rajeh Taher 7106d33578 Update messages-send.ts 2023-09-30 21:31:44 +03:00
Rajeh Taher e15d2ffe30 Update decode-wa-message.ts 2023-09-30 21:29:40 +03:00
Rajeh Taher d20830e43f Update messages-send.ts 2023-09-30 21:15:04 +03:00
Rajeh Taher 4b98392a38 Update jid-utils.ts 2023-09-30 21:13:51 +03:00
Rajeh Taher 4f941553ff Update jid-utils.ts 2023-09-30 21:12:17 +03:00
Rajeh Taher 48a717547e fix issues 2023-09-28 03:10:45 +03:00
Rajeh Taher f50842fd7a Socket-passthrough 2023-09-28 03:08:50 +03:00
aliazhar 55cae0e45f Feat: add authors who perform participant updates 2023-09-03 14:41:08 +07: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 fd37f8b4f3 Update GroupMetadata.ts 2023-08-31 09:58:24 +02:00
piLovr 5d697b9890 Update groups.ts 2023-08-31 09:46:01 +02:00
brhenrique 93d5fea30d fix downloadMediaMessage crash with ptv messages 2023-08-30 19:30:47 -03: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 30b96c528b Crash if chat is already deleted (#321) 2023-08-10 02:34:33 +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
allburov a6bc59f3f0 fix: Use new useragent and token for mobile 2023-07-23 18:47:01 +07: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
ShellTear f18c9483cc Update messages.ts
Remove string type and revert back to boolean.
2023-07-19 22:18:20 +03:00
SamuelScheit 64349cac15 fix: do not send message to self if the device is 0 (mobile) 2023-07-19 17:28:50 +02:00
github-actions[bot] a84f75ef2a feat: Whatsapp v2.2329.9 proto/version change (#169)
Co-authored-by: edgardmessias <edgardmessias@users.noreply.github.com>
2023-07-18 10:29:48 -03: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 110ec2eaf9 fixed formatting 2023-07-16 20:16:38 +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
Mohammad Maaz 0aaa0086f9 fix: adjusted default keepAliveIntervalMs (#233)
Co-authored-by: sudomaaz <mohammad.maaz@lovebonito.com>
2023-07-13 21:08:53 -03:00
Codeboss 2c76713565 feat: Add waveforms to voice messages (#180)
Co-authored-by: Edgard <edgardmessias@gmail.com>
2023-07-13 21:08:11 -03:00