Gustavo Quadri
cf514fa8d7
Fix Removed Reactions Events: Emit a Socket Event in "messages.reaction" ( #1371 )
...
* fix: emit event with empty reactions
* chore: fix lint
---------
Co-authored-by: Cassio Santos <cassio@economicros.com.br >
2025-06-18 08:30:19 -03:00
Wender Teixeira
e2ce275949
fix: reading qr code with hosted connection ( #1520 )
...
* chore: change version web
* fix: enhance pairing response validation and adjust HMAC handling for hosted devices
2025-06-18 08:10:22 -03:00
devlikeapro
b8464d3665
Add lid to Contact - contact sync, history sync, group participants ( #1472 )
2025-06-18 08:08:09 -03:00
Cassio Santos
6b4dce897d
feat: add lid to message key ( #1510 )
...
* feat: add lid to message key
* chore: review suggestion
2025-06-11 08:39:19 -03:00
canove
ae0de94307
chore: fix format
2025-05-28 22:44:21 -03:00
canove
eb6c6c8ba9
Merge branch 'master' of https://github.com/WhiskeySockets/Baileys into fix-eslint-prettier-editorconfig-rules
2025-05-28 22:42:28 -03:00
Cassio Santos
24a268d095
Merge pull request #1386 from WhiskeySockets/fix-memory-blow-on-sending-media
...
fix: memory blow on large files sending through URL
2025-05-16 08:49:45 -03:00
Cassio Santos
2cdbd7fc01
Merge pull request #1422 from vinikjkkj/fix-pairing
...
fix pairing code not working
2025-05-15 13:32:01 -03:00
vinikjkkj
fe3dbc81a5
fix pairing code not working
2025-05-15 13:27:15 -03:00
canove
fb83e4799d
chore: remove unused variables
2025-05-13 18:35:29 -03:00
canove
fa706d0b50
chore: format everything
2025-05-06 12:10:19 -03:00
canove
f58a38fde9
fix: allow media upload retries
2025-05-06 08:06:05 -03:00
canove
8cc8b44724
chore: lint
2025-05-05 21:33:35 -03:00
canove
53c77dd11c
chore: lint
2025-05-05 21:20:25 -03:00
canove
bff86ed4c1
fix: memory blow on large files sending through URL
2025-05-05 21:11:40 -03:00
w3nder
dfe8bb3283
refactor(messageId): update all remaining usages to v2 format consistently
2025-04-30 00:59:19 -03:00
canove
21c5b4c713
chore: lint
2025-04-23 10:07:37 -03:00
canove
36456d6db6
fix: proper send receipt to Meta Ia trigger messages to avoid offline pending notifications hang
2025-04-23 09:38:36 -03:00
AstroX11
ae5a7d14c3
fix: makeCacheableSignalKeyStore logger optional ( #1332 )
2025-04-09 02:52:20 +03:00
João Lucas de Oliveira Lopes
88e9cfa4e3
refactor: replace async-lock with async-mutex ( #1304 )
...
Co-authored-by: Rajeh Taher <rajeh@reforward.dev >
2025-03-15 00:45:30 +02:00
Rajeh Taher
b7a9f7bd67
chats: stop using getMessage to decrypt poll votes
...
The new expected behavior is to decrypt the new votes yourself like in the Example.ts file
2025-03-14 23:40:33 +02:00
Rajeh Taher
64d09c70b4
store: remove built-in store
2025-03-10 17:35:46 +02:00
Rajeh Taher
1c2af09b03
socket,config: deprecate printQRInTerminal option
...
This was done to reduce dependencies
2025-03-10 15:08:50 +02:00
Rajeh Taher
f92291bb8e
crypto: improve older Node version and browser compatibility
2025-03-06 21:01:26 +02:00
Rajeh Taher
99142aac96
proto: update manually to 2.3000.1020608496
2025-03-06 04:22:17 +02:00
ShellTear
4a90ea4688
fix lint
2025-03-04 04:08:09 +02:00
ShellTear
fccca8ab30
fix(sync): complete unfinished async implementation
...
Added 'await' to callers of 'makeLtHashGenerator.finish' to handle its Promise return after 'lt-hash.ts' was made asynchronous by replacing old sync hkdf implementation.
Fixes #1286
2025-03-04 04:05:52 +02:00
M Ilham Ari Pahmi
af17232611
fix: resolve DataView constructor error in lt-hash ( #1279 )
2025-03-02 12:08:43 +02:00
João Lucas de Oliveira Lopes
8083754621
refactor: turn hkdf functions to async and remove extra deps ( #1272 )
...
* refactor: remove futoin-hkdf dependency and update hkdf implementation
* refactor: use crypto subtle and update functions to async
---------
Co-authored-by: Rajeh Taher <rajeh@reforward.dev >
2025-03-01 18:31:48 +02:00
contato.mateusfr@gmail.com
21f8431e61
Dependency Inversion for Logger ( #1153 )
...
* feat: interface "ILogger" created
feat: interface "ILogger" used instead of pino logger
feat: "PinoLoggerAdapter" created to implement "ILogger" interface
* feat: PinoLoggerAdapter removed
feat: ILogger mapping the features we're using from pino
* fix: sort imports
---------
Co-authored-by: Mateus Franchini de Freitas <contato.mateusfr@outlook.com >
Co-authored-by: Mateus Franchini de Freitas <mfranchini@domtec.com.br >
Co-authored-by: Rajeh Taher <rajeh@reforward.dev >
2025-03-01 18:30:51 +02:00
Rajeh Taher
49eeb7556d
socket,utils: fix imports
2025-03-01 18:26:20 +02:00
Matheus Alves
ae60f3fe62
feat: add last message in chat.update event if is real message ( #1203 )
2025-03-01 18:21:22 +02:00
João Lucas de Oliveira Lopes
fdce228798
refactor: replace pbkdf2 with Web Crypto API for derivePairingCodeKey function ( #1276 )
2025-03-01 18:17:43 +02:00
Wender Teixeira
36690fc462
fix: update fetchLatestWaWebVersion to retrieve client revision from new endpoint ( #1234 )
2025-03-01 18:17:34 +02:00
contato.mateusfr@gmail.com
cfbfcd8e14
fix: sending SERVER_ACK to messages.update ( #1101 )
...
Co-authored-by: Mateus Franchini de Freitas <mfranchini@domtec.com.br >
2025-03-01 18:17:29 +02:00
Jared Wray
588de6ce10
fix: migrating to @cacheable/node-cache as it is maintained ( #1074 )
2025-03-01 18:15:49 +02:00
AstroX11
89b28a438b
feat: add Id support for desktop ( #1240 )
...
* feat: add Id support for desktop
This commit adjusts the ID length check for desktop, fixing the issue where some desktop IDs were incorrectly classified as "unknown."
Baileys stopped identifying if a message was from WA Desktop (Based on my observations last Year).
This adjustment addresses this issue.
* redundancy removed
* fix: linting
2025-02-24 03:24:44 +02:00
Rajeh Taher
aeabecdf67
messages-media: fix waveform import
2025-02-16 18:36:59 +02:00
Rajeh Taher
b8470061c3
process-message: Flip message key of edit to find the original message
2025-02-16 15:20:32 +02:00
Lucas Maia
b78902fc8d
messages: fix EPERM error by verifying temp file removal when sending images ( #1227 )
...
* messages: add verification to remove temp file, solve EPERM operation not permitted
* fix lint on messages
* another try to fix lint for pr health
* Fixed, too many changes were breaking the code; this should be enough
* another try to fix this
2025-02-02 11:52:55 +02:00
Rajeh Taher
17d9a7fdb4
process-message: Add messages.update event for edited messages
2025-02-01 14:17:21 +02:00
Rajeh Taher
3fca643d92
messaging: fix the hangs caused by the 66e error
2025-01-30 23:31:25 +02:00
Rajeh Taher
40ebf669dd
socket: potential fixes to the 66 id issues
2025-01-30 20:44:18 +02:00
vini
31bc8ab4e2
[chore]: remove duplicated waveform generation ( #1169 )
2024-12-23 21:26:10 +02:00
Rajeh Taher
f1f49ad2c8
Usync: Barebones Usync Protocol support ( #960 )
...
* feature(feature/usync-mex): initial commit
* chore: fix merge commit
* chore:lint
2024-12-22 23:38:41 +02:00
Rajeh Taher
18ac07df8e
lint: 0 warnings left
2024-10-14 05:15:10 +03:00
Rajeh Taher
61a0ff3178
mobile: deprecation.
2024-10-14 03:56:32 +03:00
Rajeh Taher
647f8d767f
chat-utils: fix the clear chat chat mod
2024-10-14 02:52:23 +03:00
建辉
6ff945502d
feat: add label feature ( #955 )
...
Co-authored-by: 刘建辉 <liujianhui@gongchang.com >
2024-09-22 14:48:17 +03:00
vini
fda2689169
fix: messaging-history.set event not emitting syncType and progress / add PDO request id ( #1042 )
...
* initial commit
* add PDO request id
2024-09-22 14:34:43 +03:00