Commit Graph

60 Commits

Author SHA1 Message Date
Pedro Lopez
2f0480c80e docs: add more documentation 2020-02-04 23:04:51 -04:00
Pedro Lopez
a098d61b03 feat: send messages with attachments
close #3
2020-02-04 21:11:20 -04:00
Pedro Lopez
e717915f94 fix: don't get chat after accepting invite
This will now only return the chatId, since getting the chat at this point is unreliable.
2020-02-02 20:37:51 -04:00
Aliyss Snow
e2351db722 Added Contact Model (#34) 2020-02-02 19:08:36 -04:00
Aliyss Snow
b597e4a504 Added delete event message(#33)
* A hacky way of doing things but seems to work. Also after client restart.
2020-02-02 19:00:23 -04:00
Pedro S. Lopez
b99744afa2 Create lint.yml 2020-02-02 14:52:49 -04:00
Pedro Lopez
cc477f9545 Add eslint config and fix linting issues 2020-02-02 14:50:04 -04:00
Pedro Lopez
8eb461ed32 Update puppeteer to v2.1.0
This fixes the library not working on the latest versions of macOS
2020-02-02 13:53:33 -04:00
Pedro Lopez
7243240568 fix !quoteinfo example 2020-02-02 13:52:25 -04:00
Pedro Lopez
5b9413de5c [FIX] Expose Wap module
Setting group description and title did not work due to whatsapp no longer exposing it as it was previously.
2020-02-02 13:44:54 -04:00
Pedro Lopez
8ddf4c29be Add .editorconfig (close #25) 2020-02-02 13:33:08 -04:00
Pedro Lopez
caa8598ec1 [+] Join groups by invite code 2020-02-02 00:52:51 -04:00
Pedro Lopez
a6cc5e5bf2 [+] Get quoted message
[FIX] Properly reply to messages sent by the current user
2020-02-01 22:41:53 -04:00
Pedro S. Lopez
ba8edc8d40 [+] Expose information about the logged in client (#19) 2020-02-01 21:16:03 -04:00
Pedro Lopez
88c56b1371 Return new message after sending 2020-02-01 19:34:28 -04:00
Pedro S. Lopez
2a3f404244 Merge pull request #32 from gabriel-tandil/master
Improvement in KEEP_PHONE_CONNECTED_IMG_SELECTOR
2020-01-31 19:54:46 -04:00
Gabriel Alvarez
d2889a8f03 Improvement in KEEP_PHONE_CONNECTED_IMG_SELECTOR
I change the selector from 'class' to 'attribute = value' to try to get
more permanent results
2020-01-31 16:17:58 -03:00
Pedro Lopez
3c55fbf2ca 0.3.2 v0.3.2 2020-01-17 22:06:19 -04:00
Pedro Lopez
6b1b51eacd Increase successful connection timeout 2020-01-17 22:06:04 -04:00
Pedro Lopez
2dc53e0820 [FIX] Connection success detection selector changed
close #31
2020-01-17 22:05:05 -04:00
Pedro Lopez
9043e61c40 0.3.1 v0.3.1 2019-12-04 03:00:04 -04:00
Pedro Lopez
bea1ebf480 [FIX] Get QR code directly from canvas element (fix #26) 2019-12-04 02:58:55 -04:00
Pedro Lopez
021a213de3 0.3.0 v0.3.0 2019-11-24 04:25:35 -04:00
Pedro S. Lopez
d0bef55b8a Merge pull request #24 from pedroslopez/development
Download message attachments (images, documents, etc)
2019-11-24 04:25:14 -04:00
Pedro Lopez
64912dccfd Download message attachments (images, documents, etc) 2019-11-24 04:23:08 -04:00
Pedro Lopez
dfcf76c139 0.2.0 v0.2.0 2019-10-10 22:06:24 -04:00
Pedro Lopez
512b21e522 [FIX] Use STREAM module for getting connection state instead of removed Conn model 2019-10-10 22:05:24 -04:00
Pedro S. Lopez
8babc97788 Merge pull request #18 from renato-macedo/issue17
workaround for module raid not finding 'Conn' module
2019-10-10 21:48:32 -04:00
Pedro S. Lopez
bf177ca1d4 Create stale.yml 2019-10-10 14:13:55 -04:00
Renato
46a7d025fe searches for Chat module instead 2019-10-10 01:46:17 -03:00
Pedro Lopez
517e22381a [-] Remove method to add extra serialized props. This does not work, and the prop being added was already included. 2019-09-08 03:54:44 -04:00
Pedro Lopez
18199d8120 [+] New message_create event that is fired on all message creations.
A new property "fromMe" has also been added to messages.

Close #8
2019-09-08 03:48:19 -04:00
Pedro Lopez
cde0034d93 [+] Implement function to get all open chats.
Close #14
2019-09-08 03:18:40 -04:00
Pedro Lopez
cdfa1760eb [FIX] Implement setDescription and setSubject for groups (close #6) 2019-09-08 03:09:07 -04:00
Pedro Lopez
cf8c54879e Load moduleRaid from GitHub 2019-09-08 00:53:38 -04:00
Pedro Lopez
b2a1e9368a 0.1.2 2019-05-29 23:47:43 -04:00
Pedro Lopez
ef4a59a4c4 [FIX] Reply to messages with new function on Store v0.1.2 2019-05-29 22:50:41 -04:00
Pedro Lopez
bf0fe8496c [FIX] Use WhatsApp's new sendTextMsgToChat function for sending messages 2019-05-29 22:42:43 -04:00
Pedro Lopez
5576812017 [FIX] New method of exposing the store with moduleRaid 2019-05-29 22:29:24 -04:00
Pedro Lopez
48a9d7d7f7 [FIX] New selectors to detect QR code and auth success 2019-05-29 22:06:38 -04:00
Pedro Lopez
5525301970 0.1.1 2019-03-20 01:00:43 -04:00
Pedro Lopez
9ae17a5c27 Published on npm 2019-03-20 00:45:29 -04:00
Pedro S. Lopez
80690728e6 Remove unused import 2019-03-17 05:58:17 -04:00
Pedro Lopez
a7a7034e75 [ADD] Session restore functionality 2019-03-17 05:42:29 -04:00
Pedro S. Lopez
96cebbae5e Update README.md 2019-02-21 01:44:18 -04:00
Pedro S. Lopez
b707276bef Update readme (#1) 2019-02-21 01:43:56 -04:00
Pedro Lopez
1b7376885d Add group chat functions, slight refactoring 2019-02-20 02:42:19 -04:00
Pedro Lopez
594a65d5e8 [+] Get all chats 2019-02-17 23:50:50 -04:00
Pedro Lopez
f585cc1c5a Ignore old messages 2019-02-17 23:24:54 -04:00
Pedro Lopez
9032025920 [ADD] Disconnected event 2019-02-17 22:32:37 -04:00