Commit Graph

1471 Commits

Author SHA1 Message Date
Skillz 55bf6e90d7 this shit i have i no idea 2021-02-25 15:30:20 -05:00
Skillz bf151ec119 so freaking shitty dumnb aefiuhesr error fix 2021-02-25 15:30:07 -05:00
Skillz 8aac0f708f dude secret key is the shit 2021-02-25 15:29:47 -05:00
Skillz cc6a93c180 bug fixes for proxy ws 2021-02-25 15:29:34 -05:00
Skillz 5f7269e0d1 i have no idea why i did this 2021-02-25 15:29:11 -05:00
Skillz f1d4f35e46 moves random function 2021-02-25 15:28:49 -05:00
ITOH 369c3d0ce2 fix(rest): proxy 204 response remove from queue (#545)
Co-authored-by: ayntee <ayyantee@gmail.com>
2021-02-25 22:52:25 +04:00
ayntee a6ba23553b feat(ws/shard): add closeWS() function (#543)
* feat(ws/shard): add closeWS() function

* foolproof reason lol

* feat(ws/shard): handle 3069 close code

* be less verbose 😂
2021-02-25 22:12:22 +04:00
Skillz 31da4ddee6 Merge branch 'master' of https://github.com/discordeno/discordeno into proxy-ws 2021-02-25 12:53:25 -05:00
Skillz4Killz 08804e9acc Merge pull request #538 from discordeno/fix-rest-prxxxx
fix(rest): fix standalone REST queue
2021-02-25 12:52:15 -05:00
ITOH 53c22b20f7 Update requests.ts 2021-02-25 18:37:57 +01:00
ITOH b55193a51c Update server.ts 2021-02-25 18:37:53 +01:00
ITOH 95d24d941a Update queue.ts 2021-02-25 18:37:49 +01:00
ITOH 5756e137a5 Update request_manager.ts 2021-02-25 18:37:23 +01:00
ITOH 2fcdbe5822 Update request.ts 2021-02-25 18:37:18 +01:00
ayntee 266d16d367 build: update zlib & ed25519 to latest (#540) 2021-02-25 19:57:24 +04:00
Skillz 0e82d1cf2e exports 2021-02-23 12:50:47 -05:00
Skillz af4dc251fb Merge branch 'master' of https://github.com/discordeno/discordeno into proxy-ws 2021-02-22 16:14:29 -05:00
Skillz 4f8d5a4b65 reducing complexity 2021-02-22 14:31:03 -05:00
Skillz 98690a037e reduce complexity 2021-02-22 14:30:46 -05:00
Skillz 17f5222c65 remove log 2021-02-22 12:02:29 -05:00
Skillz 6eca60777c itoh is love itoh is bae this is his stuff 2021-02-22 12:01:32 -05:00
ITOH 15dc027b92 feat(structures/channel): add getters and handlers to Channel struct (#533)
* export CleanVoiceState interface

* feat(structures): channels getter voiceStates

* feat(structures): channels add connectedMembers

* feat(structures): channel add disconnect

* Update channel.ts

* feat(structures): channels add delete

* idk

* feat(structures): channel add editOverwrite

* feat(structures): channel add deleteOverewrite

* feat(structures): channel add edit

* feat(structures): channel add hasPermission
2021-02-21 21:22:52 +04:00
Skillz4Killz f481962b9c fix(handlers/channel): rewrite permission handler for send*Message() (#535)
* v8 stopped sending this

* better safety handling

* husky o husky where art though husky
2021-02-21 21:21:56 +04:00
Skillz4Killz c81d28acfe fix(rest/request_manager): embed URL in the request body (#536)
* fix big brain bot auth on proxy rest

* whoops

* fix header

* fix url and method in body
2021-02-21 21:19:15 +04:00
Skillz4Killz d83665d8ff fix(rest/request_manager): pass authorization header instead (#534)
* fix big brain bot auth on proxy rest

* whoops

* fix header
2021-02-21 21:05:46 +04:00
ayntee 62a91ba013 Update src/bot.ts 2021-02-21 21:03:02 +04:00
ayntee c1914abe30 Update src/bot.ts 2021-02-21 21:02:17 +04:00
ayntee 32df4f9e13 Update src/bot.ts 2021-02-21 21:01:51 +04:00
ayntee b0fcb3f2f5 Update src/bot.ts 2021-02-21 21:01:26 +04:00
ayntee 7c404e80f6 refactor: use updated identify payload instead 2021-02-20 23:46:37 +04:00
Skillz4Killz 4e09b7f46e feat(structures/message): add DM redirect for send message methods (#523)
* fix: message.methods to send in dm

* fmt

* fix lint

* Update message.ts
2021-02-16 17:21:31 +04:00
Skillz4Killz b6955db96f almost done, only workers left 2021-02-16 02:16:32 +00:00
Skillz4Killz 92854150b2 finalizing comments 2021-02-15 23:59:06 +00:00
Skillz4Killz 848a61cfd8 handle not loading and autoresharding 2021-02-15 23:35:01 +00:00
Skillz4Killz 6d32d283b9 add log event 2021-02-15 19:08:08 +00:00
Skillz4Killz 3c99e8d740 controller benefit 2021-02-15 16:48:03 +00:00
Skillz4Killz fb127dabc7 remove queue 2021-02-15 16:47:55 +00:00
TriForMine 602a74591e refactor: resolve promises (#515)
* Adding missing await and updating some deps

* Adding missing await and updating some deps

* Adding missing await and updating some deps

* Fix close code 4009 until deno fixes the issue: https://github.com/denoland/deno/pull/8776

* Fix heartbeating

* Add await for the requestGuildMembers in requestAllMembers

* Change body && body.file to body?.file

* Fix lint #1

* Change body && body.file to body?.file

* Fix lint

* Deno lint

* Update request.ts

* Fix deno lint error

* Update src/ws/shard_manager.ts

Co-authored-by: ayntee <ayyantee@gmail.com>

* Fix fetchMembers

* Fix getMembersByQuery

* Try to fix RequestMembersQueue processing

* Deno lint

* Fix requestGuildMembers

* Fix requestGuildMembers

* Fix requestAllMembers

* Undo useless changes

* Fix merge conflict

* Fix merge conflict

* Change for loop to Promise.all

* Deno fmt

Co-authored-by: ayntee <ayyantee@gmail.com>
Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>
2021-02-15 11:19:45 +04:00
Skillz4Killz b56d0781cc add benefits 2021-02-15 03:41:31 +00:00
ayntee 7d3aeac9a0 chore: update dependencies (#519) 2021-02-13 13:03:13 +04:00
ayntee 043fe5c308 fix(ws/shard): use WebSocket#close() instead of WebSocket#send() to close connection (#518)
* fix(ws/shard): use WebSocket#close() instead of WebSocket#send() to close connection

* Oops forgot the return statement
2021-02-13 12:14:23 +04:00
ayntee ce99dc3e0a fix: remove structure automatic caching (#517)
* fix: remove structure automatic caching

* Update src/api/controllers/interactions.ts

* Update src/api/controllers/interactions.ts

* Update src/api/controllers/interactions.ts

* memb -> member

* rename shit

* Update src/api/controllers/misc.ts

Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>

* idk

* Update src/api/handlers/guild.ts

Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>

* fmt

Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>
2021-02-12 22:18:05 +04:00
ayntee 85dfb6778e fix(ws/shard): pass shardID to sendWS() (#516) 2021-02-11 10:31:33 +04:00
Skillz 048dd7a4f2 test queue system for shard spawinging 2021-02-10 12:06:32 -05:00
Skillz4Killz 99ed2c2edb feat(types): add and detach API types (#510)
* feat: add guidelines

* Camelize

* feat: add DiscordUser

* add Discord prefix

* feat: webhook types

* add integration typings

* add new errors and alphabetize

* Add channel types

* feat: add DiscordOverwrite

* feat: webhook typings

* feat: role typings

* fix name

* feat: integration types

* feat: mod.ts for types

* feat: add auditlog types

* feat: teams typings

* feat: add base user interface

* feat: image typings

* enable more mod.ts

* feat: add emoji typings

* channel typings

* embed types

* cleanup embed

* add emoji types

* add more member types

* feat: add message types

* add more to mod.ts

* fix name

* feat: add codes

* feat: add guild types

* feat: add integration types

* add more to mod.ts

* feat: add interaction types

* feat: add voice types

* add more to mod.ts

* feat: add gateway, events

* feat: add invite types

* add to mod ts

* feat: add template types

* feat: add rate limits types

* apply fixes

* deno fmt

* deno fmt

* fix: oauth snake case

* fix: oauth name

* fix: add back and ignore deno fmt

* fix: discord voice snake case

* fix: util fmt

* fix names and fmt

* fix: auditlog types

* lint: shut up in types

* fix: no longer needed

* test

* fix import

* fix missing error

* fix error
2021-02-10 20:02:12 +04:00
ayntee 93b7e57293 feat(ws/shard): add sendWS() (#514)
* feat(ws/shard): add sendWS()

Closes #513

* Switch the order of the args

* Remove additional info

* Use sendWS()
2021-02-10 18:55:25 +04:00
ITOH 043df68de8 fix(controllers/guild): guildDelete listener not emitted & guildUpdate listener caching irrelevant fields (#512)
* Update guilds.ts

* Update guilds.ts

* fix my stupidness

* remove the logs

* delete guild after check
2021-02-09 22:00:29 +04:00
ITOH db64efcba7 fix(bot): fix skipChecks logic (#508) 2021-02-06 18:18:55 +04:00
ayntee 051087f5bb feat(controllers/misc): add inviteCreate & inviteDelete listeners (#504)
Closes #501
2021-02-04 10:59:42 +04:00