Commit Graph

1668 Commits

Author SHA1 Message Date
Alessandro Autiero
8ae0025616 Merge pull request #614 from Pokoke-01/Pokoke-01-patch-1
Change the default browser to fix pairing code
2024-02-18 13:25:45 +01:00
Pokoke
c17198e1d0 Change the default browser to fix pairing code 2024-01-28 23:29:25 +07:00
ShellTear
daafc12275 Merge pull request #599 from timothydillan/chore_timothy_dillan_fix_audio_decode_error
Fix: Compile error because of untyped spread argument in audioDecode utility function
2024-01-22 02:32:33 +02:00
Timothy Dillan
5b02715fb0 chore: fix audio decode error due to passing spread argument 2024-01-21 13:28:10 +08:00
ShellTear
17852d5f33 Update FUNDING.yml 2024-01-21 02:01:35 +02:00
github-actions[bot]
c1c6a529a7 chore(release): v6.6.0 2024-01-19 18:08:54 +00:00
Rajeh Taher
57d339de98 chore: fix release workflow 2024-01-19 20:06:42 +02:00
Rajeh Taher
ab7db8de5f chore: fix yarn.lock 2024-01-19 20:06:03 +02:00
Rajeh Taher
05751dc953 fix yml syntax 2024-01-19 19:04:33 +02:00
Rajeh Taher
b5e5239c94 fix: quick test to diagnose working dir issue 2024-01-19 19:03:38 +02:00
Rajeh Taher
afe0ba1538 chore: revert changes to package.json 2024-01-19 18:57:23 +02:00
Rajeh Taher
962af99aba chore: fix manual release action 2024-01-19 18:56:00 +02:00
Rajeh Taher
32fc653917 chore: fix github action release 2024-01-19 18:54:46 +02:00
Rajeh Taher
a402d2aac4 chore: fix typing (duplicate property due to overlapping PRs) 2024-01-19 18:33:29 +02:00
Bob
c41be3ac4f feat: If need approval to join the group in groupMetadata (#533)
* If need approval to join the group

* If need approval to join the group

* Update groups.ts

* Update groups.ts

* fix lint

* Update groups.ts

* Update groups.ts

---------

Co-authored-by: Bob <115008575+FortisEtMagnus@users.noreply.github.com>
Co-authored-by: Bob <115008575+bobpetrov@users.noreply.github.com>
2024-01-19 18:31:35 +02:00
Wender Teixeira
504fe942ee Update size calculation in extractGroupMetadata function (#581) 2024-01-19 18:31:01 +02:00
Javier Cuevas
af4251953b Support for receiving "view once" audio messages (#595) 2024-01-19 18:30:20 +02:00
Rajeh Taher
2f3e839d3b chore: Add more docs regarding status@broadcast messages 2024-01-19 18:29:29 +02:00
Bob
985fd3b94d Update getDevice (#569)
Co-authored-by: Bob <115008575+bobpetrov@users.noreply.github.com>
2024-01-19 18:01:32 +02:00
Alex Sandro
18990f874f feat: Add max msg retry count (#572) 2024-01-19 18:01:20 +02:00
Muhammed Kaplan
d08b2e8d48 bump: sharp to ^0.32.2 (#245) 2024-01-19 18:01:06 +02:00
github-actions[bot]
acd0321a53 chore: updated proto/version to v2.2403.2 (#288)
Co-authored-by: edgardmessias <edgardmessias@users.noreply.github.com>
2024-01-19 18:00:54 +02:00
ugurgungezerler
6b4d91737f feat: auto version hash (#290)
* feat: auto version hash

* sort imports

---------

Co-authored-by: Rajeh Taher <rajeh@reforward.dev>
2024-01-19 18:00:45 +02:00
Ashary Vermaysha
56b2cb14f2 chore(package.json): update protobufjs dependency from version 6.11.3 to 7.2.4 for compatibility and potential bug fixes (#302)
Co-authored-by: Rajeh Taher <rajeh@reforward.dev>
2024-01-19 18:00:34 +02:00
Ashary Vermaysha
3fc5d4b803 feat: add option for Windows browser (#303) 2024-01-19 18:00:18 +02:00
Alex
4ff3b329b8 Use senderTimestampMs instead of messageTimestamp (#348)
* Use senderTimestampMs instead of messageTimestamp

* Add .toNumber(), because senderTimestampMs is Long

* chore: Fix linting

---------

Co-authored-by: Rajeh Taher <rajeh@reforward.dev>
2024-01-19 18:00:12 +02:00
NOOB-KILLERBOT
16234a24aa Update package.json (#506)
Any version of cache-manager greater than 4.0.1 stopped coming with an index.js resulting to 

`@whiskeysockets/baileys/node_modules/cache-manager/dist/index.js'. Please verify that the package.json has a valid "main" entry` error
2024-01-19 18:00:05 +02:00
Bob
3efd3e00ca feat: memberAddMode and joinApprovalMode in groups.update (#532)
* feat: memberAddMode and joinApprovalMode

* feat: memberAddMode and joinApprovalMode

* Update process-message.ts

* fix lint

* Update messages-recv.ts

* Update GroupMetadata.ts

* Update messages-recv.ts

* Update messages-recv.ts

* chore: fix linting and code efficiency

* fix lint

* Fix lint

* Update process-message.ts

* Update process-message.ts

---------

Co-authored-by: Bob <115008575+FortisEtMagnus@users.noreply.github.com>
Co-authored-by: Bob <115008575+bobpetrov@users.noreply.github.com>
Co-authored-by: Rajeh Taher <rajeh@reforward.dev>
2024-01-19 17:59:57 +02:00
Bob
408c0070ba feat: Set in group settings memberAddMode and joinApprovalMode (#534)
* feat: Set in group settings memberAddMode and joinApprovalMode

* fix lint

* fix lint

* fix conflict

---------

Co-authored-by: Bob <115008575+FortisEtMagnus@users.noreply.github.com>
Co-authored-by: Bob <115008575+bobpetrov@users.noreply.github.com>
Co-authored-by: Rajeh Taher <rajeh@reforward.dev>
2024-01-19 17:59:42 +02:00
ShellTear
a60cdfb053 Merge pull request #563 from kyraex/retain-creds
Retain existing authState.creds.me properties and add lid
2024-01-03 00:13:21 +02:00
ShellTear
140ecf16f8 Merge pull request #570 from WhiskeySockets/fix/pairing-code
Fix pairing code browser issue
2024-01-03 00:12:39 +02:00
ShellTear
b40ec0950a Merge pull request #312 from joseorlandofp/master
Added: update message example to readme.md
2024-01-03 00:10:37 +02:00
ShellTear
9e52fc63f0 Merge pull request #504 from cristiano-linvix/master
fix: fix message content type detection
2024-01-03 00:10:10 +02:00
ShellTear
19b18a8ff8 Merge pull request #535 from bobpetrov/rr
Update DisconnectReason
2024-01-03 00:09:57 +02:00
ShellTear
b062025591 Merge pull request #536 from bobpetrov/call
fix: In handle call, isGroup was improved and the group jid was added
2024-01-03 00:09:48 +02:00
Rajeh Taher
abe42564be fix: fix pairing code 2024-01-02 03:55:20 +02:00
Rajeh Taher
2fd16358c0 Merge pull request #485 from allburov/get-browser-logo-back
fix: find platform type based on browser second argument
2024-01-02 03:55:01 +02:00
Rajeh Taher
97dd960d01 Merge pull request #363 from aliazhar-id/aliazhar-patch-2
Feat: add authors who perform participant updates
2024-01-01 01:28:07 +02:00
Rajeh Taher
1af26c7c16 Merge pull request #451 from andresayac/master
proposal: detect desktop and fix device identification using message
2024-01-01 01:27:34 +02:00
Rajeh Taher
244ccfcdbb rename blockedNumber to forbidden 2024-01-01 01:08:40 +02:00
Rajeh Taher
e68730bb07 Merge branch 'master' into rr 2024-01-01 01:06:54 +02:00
Rajeh Taher
6eee7b9468 Merge branch 'master' into call 2024-01-01 01:04:23 +02:00
Rajeh Taher
51c4827f83 Merge pull request #539 from azudindaem/patch-1
Fix: support Star or Unstar message
2024-01-01 01:03:48 +02:00
Rajeh Taher
ca36f15059 Merge branch 'master' into patch-1 2024-01-01 01:02:48 +02:00
Ahmad Syauqi
9df3d2410a Retain existing authState.creds.me properties when updating lid during creds update event 2023-12-28 15:47:45 +08:00
ShellTear
b7463ea6c4 Merge pull request #554 from WhiskeySockets/fix-message-retry
Fix message retry for incoming "ciphertext" messages
2023-12-27 03:15:29 +02:00
ShellTear
b40923ca08 Merge pull request #562 from WhiskeySockets/SheIITear-patch-2 2023-12-27 02:16:30 +02:00
ShellTear
8662be873d Update README.md
Remove buttons from the readme.
2023-12-26 23:38:34 +02:00
Bob
c545ed628d fix conflict 2023-12-23 22:06:26 -03:00
Bob
e6d47ec9a4 fix conflict 2023-12-23 22:05:08 -03:00