Adhiraj Singh
bc3cb6c178
Require phone connection in required places
2020-12-23 09:31:00 +05:30
Edgard
0bf0ec6490
Added method to block/unblock user ( close #233 )
2020-12-14 16:05:57 -03:00
Adhiraj Singh
7dc083b6e5
Update init method to try login multiple times + use WA ttl for QR gen
2020-11-26 17:08:18 +05:30
Adhiraj Singh
242328abdc
Presence fixes
2020-11-24 18:56:07 +05:30
Adhiraj Singh
9f8f244b66
Added offline check for isOnWhatsApp
2020-11-20 12:50:14 +05:30
Adhiraj Singh
f29c5cf206
Add name to presence update
2020-11-17 17:12:14 +05:30
Adhiraj Singh
11d1dda3f5
Fix pendingRequestTimeout bug
2020-11-14 16:01:02 +05:30
Adhiraj Singh
7a80bc1b92
Detect new login
2020-11-14 14:12:04 +05:30
Adhiraj Singh
6d02d405a7
Major redo with respect to chats/contacts -- read desc
...
Waiting for chats & contacts is hella unreliable, so I've put them as events
1. receive chats via the `chats-received` event. If new chats are found, the flag for that is sent as well
2. receive contacts via the `contacts-received` event
3. When WA sends older messages, the `chats-update` or `chat-update` event is triggered
4. Baileys keeps track of all the changed conversations between connects
Connects almost always take less than 10 seconds!
2020-11-13 23:15:16 +05:30
Adhiraj Singh
c4548f756b
Update version
2020-11-10 12:15:38 +05:30
Adhiraj Singh
75aa1f9d81
Chats not being received bug fix
2020-11-05 16:57:27 +05:30
Adhiraj Singh
155df2bc4f
Android chat read fix + debounceTimeout bug fix
2020-11-03 13:24:56 +05:30
Adhiraj Singh
e0fd554aa0
Update 0.Base.ts
2020-11-01 17:37:22 +05:30
Adhiraj Singh
69da12c33c
handle tags via EventEmitter + replace 'intermediate-close' with 'ws-close'
2020-10-30 17:42:45 +05:30
Adhiraj Singh
aa40d63494
Update 0.Base.ts
2020-10-29 17:30:02 +05:30
Adhiraj Singh
92c15b477b
EventEmitter fix
2020-10-29 17:29:38 +05:30
Adhiraj Singh
cc722a5138
Callbacks via EventEmitter + possible memory leak fix
2020-10-28 16:10:28 +05:30
Adhiraj Singh
51672150e4
More reliable debounced timeouts
2020-10-23 14:21:15 +05:30
Adhiraj Singh
ea91c807f4
debug message cancels
2020-10-19 17:34:54 +05:30
Adhiraj Singh
588209d57c
Explicit waitForConnection + option to not load profile picture for new chats
2020-10-19 15:22:44 +05:30
Adhiraj Singh
6391e37198
Change default connect options
2020-10-15 16:53:48 +05:30
Adhiraj Singh
e2d5fb1a25
More accurate phone connection detection
2020-10-15 16:50:52 +05:30
Adhiraj Singh
16b138c759
added experimental always use takeover
2020-10-13 14:49:36 +05:30
Adhiraj Singh
6c000ab093
Added logger, handled checksum fail
2020-10-12 20:32:32 +05:30
Adhiraj Singh
210b467b68
Close before terminate + update presence on message receive
2020-10-11 23:08:48 +05:30
Adhiraj
15ba4b66fb
Added fetch agent
2020-10-06 12:55:38 +05:30
Adhiraj
64c9b7449e
Chat ordering update
2020-10-04 18:29:35 +05:30
Adhiraj
8277590d11
Added ability to log messages
2020-09-30 20:44:22 +05:30
Adhiraj
5634a7a2c4
incorrect interval fix
2020-09-27 14:08:33 +05:30
Adhiraj
3a878ae193
Updates
...
- removed timeout, use maxIdleTimeMs
- made messages a keyedDB to better utitlize message cache
- possible fix for group ID bug
2020-09-27 13:51:36 +05:30
Adhiraj
f3ecbb11a0
misc
2020-09-23 18:39:32 +05:30
Adhiraj
30cee92758
PTT Audio + Automatic link preview generation + Minor changes
2020-09-22 22:50:29 +05:30
Adhiraj
5064ecc144
update WA version + presence update tracking
2020-09-19 16:56:29 +05:30
Adhiraj
ac0eb6fc10
Cache presence updates + waitForLastMessage option
2020-09-18 19:08:19 +05:30
Adhiraj
b7de86afce
Idle timeout
2020-09-18 16:22:57 +05:30
Adhiraj
6d2eaf93cb
Added mutex + fixed rare duplicate chats bug + fixed connect bug
...
The mutex will prevent duplicate functions from being called and throwing funky errors.
2020-09-09 14:16:08 +05:30
Adhiraj
f9f109e134
updates
2020-09-07 20:22:28 +05:30
Adhiraj
16ef8a617e
updated connect & message sending
2020-09-07 20:08:43 +05:30
Adhiraj
f12f6fd90d
added proxy support
2020-09-06 15:48:01 +05:30
Adhiraj
b645214926
Better media conn handling
2020-09-05 19:28:35 +05:30
Adhiraj
9041272b5c
updates
2020-09-05 18:31:56 +05:30
Adhiraj
3d5b37fc44
compute chat deltas with connect
2020-09-03 18:25:43 +05:30
Adhiraj
50d50e4ae9
connect cooldown + terminate WS instead of close
2020-09-01 13:16:50 +05:30
Adhiraj
218c9bcc18
Added function to change read status for chat, updated connect
2020-09-01 12:13:25 +05:30
Adhiraj
c5fec0e6a3
connect fixes
2020-08-31 21:36:27 +05:30
Adhiraj
0af9f8fbe4
More reliable connect with automatic retries + default connect options
2020-08-31 14:39:21 +05:30
Adhiraj
61104e8a6b
fixes
2020-08-30 23:22:04 +05:30
Adhiraj
8aa3dff6e5
update package
2020-08-30 01:20:03 +05:30
Adhiraj
890fb726f1
Changes
...
- Separated message-status-update & message-update
- Removed contact storage & waiting for contacts. General connect speed should improve by 10%-20%
- Added `contacts-received` event
2020-08-28 20:01:48 +05:30
Adhiraj
d0c593731e
bug fixes
2020-08-28 13:59:35 +05:30