Commit Graph

90 Commits

Author SHA1 Message Date
Elysia
35186568a7 chore: release v3.6.1 2025-03-14 17:32:10 +07:00
Anaïs Saraiva
0f354a7d51 Fixing RequestHandler TOTP 2025-02-22 18:36:47 +01:00
Elysia
e9d1bfc01a fix(APIRequest): support file streams in FormData handling 2025-02-03 09:40:15 +07:00
Elysia
15f707b38a feat: auto MFA handling
Co-Authored-By: Yellowy <64450187+TheDevYellowy@users.noreply.github.com>
2025-01-20 23:44:36 +07:00
Elysia
759cad461f fix: add MFA code support to authorizeURL method 2025-01-20 23:10:12 +07:00
Elysia
1bb7203a66 feat: implement ProxyAgent support and update HTTP options for improved proxy handling 2024-12-13 20:19:09 +07:00
Elysia
d087fe5095 fix: normalize HTTP method to uppercase in APIRequest to comply with spec 2024-12-01 11:32:10 +07:00
Elysia
38bff20b1b refactor: migrate from node-fetch to undici and clean up dependencies 2024-11-27 16:10:54 +07:00
TheDevYellowy
3576b6b45d feat: automatic timezone detection 2024-11-07 22:33:44 -06:00
Elysia
bbbf40c5ac fix: proxy error 2024-07-22 21:29:16 +07:00
Elysia
558189b217 fix: Unknown Message
This is the `n`th time I've tried to fix this and luckily it worked
Fix: #1194 #1177 #1168 #1108 #1045

Co-Authored-By: The DT <80153297+thedtvn@users.noreply.github.com>
2024-07-06 13:31:26 +07:00
Elysia
08f822e48a fix: proxy #1043 2024-02-14 08:14:01 +07:00
Elysia
f8a9641d76 feat: mfa request 2024-01-26 23:12:40 +07:00
Elysia
4692e5b7d1 feat: Mimic browser TLS fingerprint in node
- Fix Unknown Message (maybe)
2024-01-25 18:48:00 +07:00
Elysia
4a31c662a5 fix: acceptInvite unknown message
but may encounter error rqkey_mismatch
2024-01-24 19:53:35 +07:00
Elysia
004e302fc4 Update RequestHandler.js 2024-01-22 19:15:35 +07:00
Elysia
6000184db3 fix: Client#acceptInvite 2024-01-14 18:53:59 +07:00
Elysia
a9d170f016 Update RequestHandler.js 2024-01-13 17:52:57 +07:00
Elysia
b3d713e810 Update RequestHandler.js 2024-01-13 12:24:46 +07:00
Elysia
2e7745d064 Update DiscordAPIError.js 2024-01-13 12:16:28 +07:00
Elysia
0c42a5b409 Update RequestHandler.js 2024-01-12 23:35:29 +07:00
Elysia
6fbf181d20 Support Proxy + Custom Captcha solver 2024-01-12 23:24:43 +07:00
GamerboyTR
9106bd970a Fixed Proxy 2023-12-23 03:38:08 +03:00
Ahmed
cca7d2ce66 Update APIRequest.js
Fix proxy-agent to version 5
2023-11-30 14:11:13 +02:00
Elysia
b2fe126938 chore: update Discord build number 2023-10-29 13:57:32 +07:00
Elysia
e5c5f51670 setGlobalProxy node-capmonster
#888
2023-10-29 13:32:56 +07:00
Elysia
12f96a579a fix: proxy is not a constructor (2)
#833 #656
2023-09-03 19:25:51 +07:00
Elysia
c69a4b327d Update CaptchaSolver.js 2023-08-15 19:00:03 +07:00
Elysia
3e09cea4aa Update CaptchaSolver.js 2023-08-15 18:44:56 +07:00
Elysia
fb79c17872 🐛 idk #798 2023-08-15 18:36:54 +07:00
Elysia
1782542776 feat: update client info 2023-06-24 01:45:00 +07:00
Elysia
c33767095c fix: captcha data 2023-06-03 13:34:56 +07:00
Elysia
18e7f8171f feat: captcha solver with proxy
i dont like it
2023-06-02 11:09:08 +07:00
Elysia
87fb38c82c fix: Cookie handler
fix captcha
2023-06-01 18:26:22 +07:00
Elysia
767b740c05 chore: update client version & fetch headers 2023-05-18 15:52:16 +07:00
Elysia
af43fc6901 fix: proxy request 2023-05-11 20:24:23 +07:00
Elysia
ebf9e6f3ea fix: defaultCipherList (electron) 2023-04-25 14:37:55 +07:00
Elysia
7f1082c68a I hate electron 2023-04-24 23:41:13 +07:00
Elysia
00418e59be feat: random cipher 2023-04-24 19:20:36 +07:00
Elysia
8f43b9028e feat(CaptchaSolver): using lib node-capmonster 2023-04-22 00:00:55 +07:00
Elysia
2357170e0f feat random ciphers 2023-04-21 19:26:40 +07:00
Elysia
288be9b0a1 fix: captcha solver 2023-04-07 22:17:23 +07:00
Elysia
6cc97fbb24 chore: release v2.13.1
- Update @djs/voice 0.15.0 > 0.16.0
2023-04-07 21:39:47 +07:00
Elysia
fe840cedf8 fix: Unknown Message (acceptInvite)
https://httptoolkit.com/blog/tls-fingerprinting-node-js/
https://github.com/node-fetch/node-fetch/issues/1016
https://stackoverflow.com/questions/72716390/change-tls-fingerprint-nodejs
2023-04-07 21:14:19 +07:00
Elysia
34fb1df241 feat: remove nopecha 2023-04-06 19:29:25 +07:00
Elysia
00d6a6a88a feat: bring back nopecha #599 2023-04-06 18:25:43 +07:00
Elysia
10ac0c6c6a Update APIRequest.js 2023-03-29 23:59:40 +07:00
Elysia
bd2475b3c6 feat: parseCookie 2023-03-28 19:20:05 +07:00
Elysia
3e5058c828 feat: update
- update deps
- node-fetch v3 > v2
- ...
2023-03-21 18:47:11 +07:00
Elysia
b16423b51c Fix a rare error regarding interactions
#9218
2023-03-12 11:19:37 +07:00