Commit graph

129 commits

Author SHA1 Message Date
c83590dfbb
pre-archival 2024-03-07 22:52:26 +00:00
4e09380351 Merge pull request 'Refactor Pterodactyl cog to use aiohttp' (#2) from aiohttp-refactor into main
Reviewed-on: https://git.seaswimmer.cc/GalacticFactory/GalacticCogs/pulls/2
2023-07-24 09:29:54 -04:00
ec5daee2de
cleanup: removed requests from imports 2023-07-24 09:25:09 -04:00
610e9902a9
fix: stop was using requests still and erroring because of it 2023-07-24 09:25:00 -04:00
6ec35134fd
fix: added a 10s delay to the power commands 2023-07-24 09:17:25 -04:00
db764b54e2
fix: fixed power_action_in_progress 2023-07-24 09:16:17 -04:00
3ed6cffe5d
fix: awaited some things inside power commands 2023-07-24 09:06:56 -04:00
dcd3560fbc
fix: fixed power and update commands' error checking 2023-07-24 09:04:58 -04:00
20a6d89f3d
feat: power commands now check if another power command is in progress and error if they are 2023-07-24 09:02:15 -04:00
7451a2e625
fix: power commands now use aiohttp instead of requests 2023-07-24 09:01:06 -04:00
72e7d83bd7
cleanup: removed obsolete method 2023-07-24 08:59:45 -04:00
ae4d794258
feat: added additional configuration option - used internally 2023-07-24 08:59:01 -04:00
d5b4ac3dbe
fix: hopefully fixed the broken update command 2023-07-24 08:45:53 -04:00
fb99f5ea33
misc: reduced sleep timer for server status checking 2023-07-23 23:09:34 -04:00
35e80fdbb3
misc: changed sleep duration on UpdateButtons to 1 second 2023-07-23 14:34:58 -04:00
ef662d81b1
fix: applied previous fix to UpdateButtons 2023-07-23 14:32:49 -04:00
1bf60cef81
fix: testing a fix for update 2023-07-23 14:29:07 -04:00
fa48b3a924
fix: changed something in the updatebuttons class 2023-07-23 14:13:35 -04:00
6079ccd371
fix: fixed a missing await 2023-07-23 14:11:26 -04:00
601a9642c7
fix: fixed update command again 2023-07-23 14:08:15 -04:00
5398fb77a8
fix: fixed update command 2023-07-23 14:05:03 -04:00
85fa243732
fix: hopefully made update work properly 2023-07-23 14:04:02 -04:00
7727f789f2
fix: fixed get_session trying to assign a kwarg that doesn't exist 2023-07-23 12:55:27 -04:00
0f73bbaabc
fix: fixed get_session 2023-07-23 12:52:59 -04:00
a2488a53bd
fix: and again! (configure commands this time) 2023-07-23 12:51:10 -04:00
45b6c94f06
fix: same thing as last commit, just with get_url 2023-07-23 12:50:44 -04:00
fed6790122
fix: fixed power commands failing to load 2023-07-23 12:49:58 -04:00
f10178e948
feat: update now uses aiohttp 2023-07-23 12:39:44 -04:00
cb42243a65
fix: power, get, and config command groups are disabled in dms 2023-07-16 15:00:07 -04:00
40858dc7d4
revert: reverted test fix on update command 2023-07-16 14:41:16 -04:00
1d62e9d01d
docs: updated readme for new features 2023-07-16 14:37:15 -04:00
1ae21c0ed3
misc: adding .vscode to gitignore 2023-07-16 14:36:28 -04:00
fa0a594dd6
fix: changed method names of configure api and configure update to prevent update being overriden 2023-07-16 14:25:00 -04:00
f6551d9390
fix: testing a fix for update not appearing 2023-07-16 14:09:31 -04:00
0cd9c5cc24
changed string in update command 2023-07-16 13:36:48 -04:00
41f24aa7af
misc: removed useless variable from update command 2023-07-16 13:36:19 -04:00
f3714ac02b
misc: trimmed whitespace 2023-07-16 13:35:48 -04:00
25e776c02c
misc: moved update command 2023-07-16 13:35:17 -04:00
88471438a5
fix: fixed power group 2023-07-16 13:34:23 -04:00
565a9f7ccc
misc: maybe fixed update not showing up in [p]slash list 2023-07-16 13:32:23 -04:00
b762b1b920
misc: trimmed useless whitespace 2023-07-16 13:29:36 -04:00
fd6fca640c
feat: added stop command 2023-07-16 13:28:18 -04:00
583bfffc61
feat: added restart command 2023-07-16 13:27:20 -04:00
5f6c1d64d4
feat: added start command 2023-07-16 13:25:41 -04:00
9bb23e6faf
feat: added PowerButtons class 2023-07-16 13:25:31 -04:00
dbd16175a6
fix: made all commands only work in guilds 2023-07-16 13:19:39 -04:00
b81615e6b6
fix: fixed error handling if startup args not set 2023-07-16 13:09:15 -04:00
5c81426885
feat: added get_headers method 2023-07-16 13:06:19 -04:00
a57fa57fd0
misc: renamed the config startup command to config update 2023-07-16 12:53:31 -04:00
c674f15895
misc: added test to the get group and renamed it to url 2023-07-16 12:52:46 -04:00