Commit Graph

1624 Commits

Author SHA1 Message Date
Rajeh Taher 261afd144f fix group messaging 2023-10-01 16:40:40 +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 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
github-actions[bot] f502464fb2 chore(release): v6.5.0 2023-09-28 00:18:16 +00:00
github-actions[bot] 5752a57d67 chore(release): v6.4.2 2023-09-28 00:14:05 +00: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
github-actions[bot] cd8542ff7c chore(release): v6.4.1 2023-08-27 17:11:11 +00:00
Rajeh Taher d324d62ba8 Update yarn.lock 2023-08-27 20:09:32 +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 cb54162c99 Merge pull request #319 from WhiskeySockets/readme-notice
Fix readme notice error
2023-08-10 01:35:51 +03:00
Codeboss 93ea9e87e6 Update README.md 2023-08-10 01:34:55 +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 bdbff517ce Merge pull request #279 from WhiskeySockets/add-license
Create LICENSE
2023-08-10 01:18:47 +03:00
Codeboss f6fce92da8 Update README.md 2023-08-10 01:18:26 +03:00
Codeboss 15d263d7f9 Update LICENSE 2023-08-10 01:16:46 +03:00
Codeboss f38f1945c4 Merge pull request #318 from WhiskeySockets/fix-eslint
Fix ESLINT
2023-08-10 01:14:34 +03:00
Codeboss 8917e9e387 Update messages-send.ts 2023-08-10 00:56:05 +03:00
Codeboss 4c771d2bd4 Merge pull request #316 from WhiskeySockets/change-issue-template
Update config.yml
2023-08-10 00:50:56 +03:00