Commit Graph

953 Commits

Author SHA1 Message Date
Adhiraj Singh 189a148b0a Merge branch 'master' into multi-device 2022-01-20 11:14:39 +05:30
Adhiraj Singh 5270b8482d chore: update pino 2022-01-19 22:55:04 +05:30
Adhiraj Singh 34d934d762 chore: update memory store location 2022-01-19 22:54:43 +05:30
Adhiraj Singh 05191ddb72 docs: add info about using legacy version 2022-01-19 22:52:25 +05:30
Adhiraj Singh d8cc38608f chore: update package name 2022-01-19 22:52:12 +05:30
Adhiraj Singh 1fb52de958 docs: update readme about store 2022-01-19 22:38:04 +05:30
Adhiraj Singh fb66733b61 feat: implement in memory store
1. the store works as a temporary store for connection data such as chats, messages & contacts
2. the store is primarily meant to illustrate the usage of the event emitter as a way to construct the state of the connection. This will likely be very inefficient to perform well at scale
3. the store is meant to be a quick way to have some visibility of data while testing
4. the store works for both legacy & MD connections
2022-01-19 21:35:59 +05:30
Adhiraj Singh 8f11f0be76 chore: add linting 2022-01-19 15:54:02 +05:30
dependabot[bot] 7ca6ae6116 Bump shelljs from 0.8.4 to 0.8.5 (#1151)
Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5.
- [Release notes](https://github.com/shelljs/shelljs/releases)
- [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/shelljs/shelljs/compare/v0.8.4...v0.8.5)

---
updated-dependencies:
- dependency-name: shelljs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-17 00:17:39 +05:30
Adhiraj Singh f7f86e69d6 chore: update log 2022-01-16 16:03:22 +05:30
Adhiraj Singh 4112c68556 feat: expose sendRetryRequest 2022-01-16 15:33:26 +05:30
Adhiraj Singh 7bb6e3ceeb refactor: chats.set event 2022-01-16 13:02:38 +05:30
Adhiraj Singh 09553def8a fix: include isLatest in events 2022-01-16 12:54:08 +05:30
Adhiraj Singh 793b23cb21 refactor: history processing
1. fixes issue when some chats/messages are not synced
2. adds info about whether the history chunk is the latest
2022-01-16 12:51:08 +05:30
RavinduManoj 19f870bfa7 Update Version (#1147) 2022-01-14 22:49:49 +05:30
Adhiraj Singh f09e0f85cc feat: add getContentType 2022-01-13 16:26:56 +05:30
Adhiraj Singh ede40b16f1 fix: update MD mismatch error code
Because 403 can mean other things as well -- don't want to conflate the two
2022-01-11 11:00:19 +05:30
Adhiraj Singh c7ceb0ab11 chore: use peerDependencies instead of optional 2022-01-10 15:21:34 +05:30
Adhiraj Singh 5febb86e14 fix: message delete not reflecting correctly for others 2022-01-08 23:01:55 +05:30
Adhiraj Singh 127e21b920 feat: implement getAuthenticationCredsType 2022-01-08 11:27:19 +05:30
Adhiraj Singh a0003f0fe9 fix: read receipts not being available 2022-01-07 21:24:46 +05:30
Adhiraj Singh 67f3ddeaff chore: remove null status from not fromMe msgs 2022-01-07 21:24:29 +05:30
Adhiraj Singh 6c08f0cd76 fix: incorrect from me 2022-01-07 21:15:27 +05:30
Adhiraj Singh db6a02c4a5 chore: remove redundant log 2022-01-07 21:04:54 +05:30
Adhiraj Singh d15bde5d17 refactor: app state handling
1. fixes snapshot patches not being included
2. fixes all mutations being passed when syncing from scratch
3. simpler chat mutation model
4. do not retry if key is not found
2022-01-07 14:29:52 +05:30
Adhiraj Singh da65ae8f42 fix: do not update chat + contact on prepend messages 2022-01-07 13:55:26 +05:30
Adhiraj Singh 6a2cb5a413 refactor: message decoding
1. removes redundant receipt (was exactly the same as delivery receipt without the timestamp)
2. decodeWAMessage now returns a proper message struct
3. each message stanza results in exactly one message decoded
2022-01-07 00:04:17 +05:30
BochilGaming 0b5d772b08 Fix ContactsArrayMessage and add getBusinessProfile (#1074)
* Fix: ContactsArrayMessage and add getBusinessProfile

* delete package-lock.json

* edit readme.md

* add bussines hours

* make type same with leagcy

* revert
2022-01-06 22:15:52 +05:30
Adhiraj Singh 7ffa10a5c5 fix: delivery receipt 2022-01-06 15:11:33 +05:30
Adhiraj Singh 473c5bdce5 chore: add guard for sendRawMessage 2022-01-03 13:33:49 +05:30
Adhiraj Singh 9c0a3b8962 feat: add option to specify limit for custom upload host 2022-01-03 12:40:55 +05:30
Adhiraj Singh 63c510a869 fix: use tmp buffer for upload for multiple retries 2022-01-03 12:29:27 +05:30
Adhiraj Singh 923b38f24b chore: more descriptive logging 2022-01-03 12:05:23 +05:30
Pokoke 3ad02f0317 fix listMessage (#1070)
* fix listMessage

* Default listType

Co-authored-by: Rajeh Taher <rajeh@reforward.dev>

* use the ListMessageListType enum

* use the ListMessageListType enum

Co-authored-by: Rajeh Taher <rajeh@reforward.dev>
2021-12-31 15:45:35 +05:30
Adhiraj Singh b191e1b23a fix: remove limits on max body and content length 2021-12-31 15:14:55 +05:30
Adhiraj Singh 3713646980 fix: media cache 2021-12-30 10:48:10 +05:30
Adhiraj Singh 03f33852df fix: ensure media cache does not override caption & other properties 2021-12-29 14:10:00 +05:30
rafaelwedbiz 3534221e11 Fix Played Status (message update event) (#1089)
* Fix Played Status

* Update messages-recv.ts

Co-authored-by: Adhiraj Singh <adhirajsingh1001@gmail.com>
2021-12-29 12:00:35 +05:30
Adhiraj Singh c561ddcd3b Merge branch 'multi-device' of https://github.com/adiwajshing/Baileys into multi-device 2021-12-29 11:36:18 +05:30
Guilherme 3176551a30 MD - Update README.md (#1072)
* Update README.md

* Update README.md
2021-12-29 00:19:03 +05:30
Adhiraj Singh 1ac1ddcc26 Merge branch 'multi-device' of https://github.com/adiwajshing/Baileys into multi-device 2021-12-28 11:04:34 +05:30
Denis Didenko 415e4ed8a4 fix smallbug readme (#1063) 2021-12-24 11:48:29 +05:30
Adhiraj Singh d8c6b0a580 chore: update legacy example logging 2021-12-24 10:27:04 +05:30
Adhiraj Singh 83bfa0e9b9 chore: minor fixes 2021-12-24 10:18:21 +05:30
Adhiraj Singh 71a545e972 feat: add "getMessage" to example 2021-12-23 10:54:46 +05:30
Adhiraj Singh 5ae0b98636 feat: add replace type for messages.upsert 2021-12-23 10:54:17 +05:30
Adhiraj Singh 8c37ccf525 fix: tsc error 2021-12-23 10:12:29 +05:30
nanda ee3486124d Fix: fetchBlocklist (#1042) 2021-12-22 22:48:40 +05:30
Adhiraj Singh a9373fa0cd refactor: cleaner + faster app state sync 2021-12-22 21:37:39 +05:30
Adhiraj Singh 110b9d1f09 fix: transaction not respecting null set 2021-12-22 21:37:27 +05:30