Commit graph

186 commits

Author SHA1 Message Date
142336e233
feat(pterodactyl): handle server status changes 2024-02-28 13:32:31 -05:00
f6f0a31763
fix(pterodactyl): don't log console command executions 2024-02-28 13:22:46 -05:00
ec2cd09f8e
fix(pterodactyl): removed ansi escape codes 2024-02-28 13:21:39 -05:00
c740cdc6dc
feat(pterodactyl): fixed some issues and added logging for what user executed a command through the console 2024-02-28 13:18:15 -05:00
a8f60b1aec
fix(pterodactyl): do not ratelimit yourself 2024-02-28 13:08:24 -05:00
d297a2181d
fix(pterodactyl): i'm dumb 2024-02-28 13:07:31 -05:00
60f94c4499
fix(pterodactyl): testing a ""solution"" to the websocket closing problem 2024-02-28 13:05:04 -05:00
ccbce180dd
fix(pterodactyl): hopefully fixed the websocket closing on console output event 2024-02-28 13:03:31 -05:00
2017cbb226
cleanup(pterodactyl): making some changes to establish_websocket_connection 2024-02-28 13:00:11 -05:00
caa03a63e6
fix(pterodactyl): set origin header through websockets.connect and not through extra_headers 2024-02-28 12:54:34 -05:00
b7635f06f5
fix(pterodactyl): added a character limit to the channel.send call in the websocket method 2024-02-28 12:50:16 -05:00
ff93fd8527
fix(pterodactyl): awaited a coroutine 2024-02-28 12:47:15 -05:00
3d8f479347
fix(pterodactyl): cog ->Cog 2024-02-28 12:44:54 -05:00
0961985168
feat(pterodactyl): added configuration command for setting the console channel 2024-02-28 12:44:12 -05:00
cebc2223d9
feat(pterodactyl): added console channel support 2024-02-28 12:43:26 -05:00
d9f5d14f40
fix(pterodactyl): origin, not Origin 2024-02-28 12:03:16 -05:00
7b83513d63
cleanup(pterodactyl): removed debug loggers 2024-02-28 11:59:49 -05:00
48634ac903
fix(pterodactyl): enabled debug mode on the pterodactylclient 2024-02-28 11:57:39 -05:00
2312cce011
fix(pterodactyl): added temporary debugging logs 2024-02-28 11:55:48 -05:00
09d48082e5 Revert "fix(pterodactyl): awaited a coroutine"
This reverts commit 08cd13d7c7.
2024-02-28 11:54:16 -05:00
08cd13d7c7
fix(pterodactyl): awaited a coroutine 2024-02-28 11:52:35 -05:00
d391aeeb7b
fix(pterodactyl): handle disconnecting from the websocket 2024-02-28 11:46:00 -05:00
8a22d5ce23
fix(pterodactyl): pylint fixes 2024-02-28 11:08:16 -05:00
be27d882f2
fix(pterodactyl): don't await something that isn't a coroutine 2024-02-28 10:46:42 -05:00
d092f78502
feat(pterodactyl): added more debug logging to the configuration commands 2024-02-28 08:56:47 -05:00
d92831f3db
misc(pterodactyl): added a debug logging statement to the first line of establish_websocket_connection 2024-02-28 08:49:02 -05:00
2d4e372784
fix(pterodactyl): fixed the cog load process being blocked by the establish_websocket_connection method 2024-02-28 08:47:24 -05:00
5e3ab08d6d
fix(pterodactyl): fixed a broken debug logging statement 2024-02-28 08:37:02 -05:00
f377dc9250
fix(pterodactyl): added websockets as a dependency in info.json 2024-02-28 08:36:47 -05:00
680f92572c
fix(pterodactyl): fixed debug logging causing an error in establish_websocket_connection 2024-02-28 08:20:35 -05:00
ea84044e73
fix(pterodactyl): fix failing to connect to the websocket due to a 403 error 2024-02-28 08:14:40 -05:00
53adeb4b80
feat(pterodactyl): added configuration commands 2024-02-28 08:11:23 -05:00
9d4d8b8267
misc(pterodactyl): moved configuration calls into establish_websocket_connection 2024-02-28 08:11:15 -05:00
6e6559d80c
feat(pterodactyl): added more verbose debug logging to establish_websocket_connection 2024-02-28 08:10:46 -05:00
dcf0165a8a
misc(pterodactyl): removed credentials from default configs
api key has been invalidated
2024-02-27 23:18:17 -05:00
6158d05960
feat(pterodactyl): introduced the cog 2024-02-27 23:02:03 -05:00