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
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
Codeboss
3d5eb0e078
Update config.yml
2023-08-09 23:54:43 +03:00
Edgard
555cc9b314
ci: Fixed proto-extract
2023-08-02 08:19:20 -03:00
Codeboss
d8a4e6fb23
Update README.md
2023-07-25 17:35:36 +03:00
Codeboss
c85c60b4cc
Update README.md
2023-07-25 17:34:59 +03:00
Codeboss
a4a4f7ab21
Create LICENSE
2023-07-25 17:30:27 +03:00
Alessandro Autiero
ab2b530ac5
Merge pull request #273 from allburov/fix-mobile
...
fix: Use new useragent and token for mobile
2023-07-25 15:27:20 +02: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
Rajeh Taher
cd77ef0871
Merge pull request #261 from WhiskeySockets/SheIITear-patch-1
...
Update messages.ts
2023-07-20 19:50:40 +03: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]
db3518fd1e
chore(release): v6.4.0
2023-07-18 13:44:14 +00: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
3ed3e77f58
Merge pull request #252 from Auties00/pairing_code
...
Pairing code login for Web API
2023-07-18 15:23:23 +02: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
BochilGaming
e0e7d40847
feat: Add queue in enc/dec group message ( #191 )
2023-07-08 18:43:32 -03:00
Eko Eryanto
a1fb826cea
feat: expose makeWASocket as named ( #190 )
2023-07-08 18:42:56 -03:00
github-actions[bot]
57d0a8aa26
chore(release): v6.3.1
2023-07-08 21:39:39 +00: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
ファイズ
a683cbe633
fix: Fixed ephemeral message visual bug ( #185 )
...
Co-authored-by: aqulzz <75623219+zennn08@users.noreply.github.com >
2023-07-08 18:06:13 -03:00
BochilGaming
8e1e9b9386
fix: fix edit message ( #192 )
2023-06-30 18:19:34 -03:00
burstfreeze
2dad94b1f0
Merge pull request #179 from WhiskeySockets/new-notice
...
Include important note in the README.md
2023-06-24 01:25:20 +02:00