|
7e4d4b348a
|
fix(pterodactyl): match the correct group in check_if_server_message
|
2024-03-02 12:41:54 -05:00 |
|
|
4c234502f7
|
fix(pterodactyl): fixed broken regex
|
2024-03-02 12:40:25 -05:00 |
|
|
26e5bd9129
|
fix(pterodactyl): check if server message is from Server or Rcon before sending to chat channel
|
2024-03-02 12:36:38 -05:00 |
|
|
8fdf9eb239
|
docs(pterodactyl): added a section on installing the cog and explaining what the project is
|
2024-03-02 12:29:10 -05:00 |
|
|
3a52efeac0
|
Merge pull request 'Add Pterodactyl cog' (#19) from pterodactyl into main
Reviewed-on: SeaswimmerTheFsh/SeaCogs#19
|
2024-03-02 05:07:42 +00:00 |
|
|
882b0386f2
|
fix(pterodactyl): pylint fixes
|
2024-03-01 23:43:46 -05:00 |
|
|
45797361a6
|
docs(pterodactyl): flushed out the docs more
|
2024-03-01 23:35:12 -05:00 |
|
|
12862ccea7
|
fix(pterodactyl): docstring change
|
2024-03-01 23:04:33 -05:00 |
|
|
0b0afa53d6
|
fix(pterodactyl): docstring change
|
2024-03-01 23:03:43 -05:00 |
|
|
9e8bcb952a
|
fix(pterodactyl): made configuration command arguments required
|
2024-03-01 23:01:11 -05:00 |
|
|
0882a498b6
|
fix(pterodactyl): forgot to move something in the config view command
|
2024-03-01 22:57:00 -05:00 |
|
|
d1966fb05f
|
fix(pterodactyl): cleaned up the pterodactyl config view command
|
2024-03-01 22:55:07 -05:00 |
|
|
987a29afff
|
feat(pterodactyl): added [p]pterodactyl config view command
|
2024-03-01 22:53:08 -05:00 |
|
|
f93223fd36
|
fix(pterodactyl): use an escaped * for ip masking so markdown isn't triggered
|
2024-03-01 22:39:58 -05:00 |
|
|
306148ea69
|
feat(pterodactyl): added masking of IP addresses in the console output
|
2024-03-01 22:38:49 -05:00 |
|
|
fb177ff8ad
|
fix(pterodactyl): fixed broken placeholder replacement
|
2024-03-01 22:25:21 -05:00 |
|
|
e9523d5f70
|
fix(pterodactyl): fixed server messages sometimes not logging
|
2024-03-01 22:24:02 -05:00 |
|
|
6a02381e89
|
feat(pterodactyl): add power commands
|
2024-03-01 22:20:50 -05:00 |
|
|
b75bacb811
|
docs(pterodactyl): restarting is not a server power status type
|
2024-03-01 15:45:54 -05:00 |
|
|
88c77b4aa5
|
fix(pterodactyl): fixed error if base_url ends in /
|
2024-03-01 15:44:26 -05:00 |
|
|
af29b950c2
|
docs(pterodactyl): consistency
|
2024-03-01 15:30:46 -05:00 |
|
|
95bf863f7e
|
fix(pterodactyl): alphabetized a dict and the docs
|
2024-03-01 15:28:14 -05:00 |
|
|
dab56bed94
|
feat(pterodactyl): added more placeholders and updated documentation to match
|
2024-03-01 15:27:13 -05:00 |
|
|
4979e44b7c
|
feat(pterodactyl): updated how placeholders are parsed in get_chat_command(), updated documentation to match
|
2024-03-01 15:21:44 -05:00 |
|
|
1bc1c7a90e
|
fix(pterodactyl): fixed retry functionality - no longer blocks the bot
|
2024-03-01 15:11:57 -05:00 |
|
|
a166168507
|
fix(pterodactyl): maybe?
|
2024-03-01 15:02:42 -05:00 |
|
|
8b50c0376d
|
fix(pterodactyl): asyncio sleep instead of blocking
|
2024-03-01 14:59:20 -05:00 |
|
|
a0b1773185
|
fix(pterodactyl): added another info logging statement
|
2024-03-01 14:57:21 -05:00 |
|
|
b6819192b0
|
fix(pterodactyl): use time.sleep instead
|
2024-03-01 14:56:44 -05:00 |
|
|
b775439967
|
fix(pterodactyl): cleanup
|
2024-03-01 14:52:14 -05:00 |
|
|
f2d54ce23b
|
feat(pterodactyl): added a retry counter and sleep cooldown to the error_callback
|
2024-03-01 14:42:45 -05:00 |
|
|
b7f5ae644a
|
fix(pterodactyl): check if websocket_credentials is None
|
2024-03-01 14:18:44 -05:00 |
|
|
684f2559e2
|
fix(pterodactyl): pylint fixes
|
2024-03-01 14:11:11 -05:00 |
|
|
a1a33ebfca
|
docs(pterodactyl): flushed out setup page
|
2024-03-01 14:08:57 -05:00 |
|
|
8b1e42716b
|
fix(pterodactyl): use a custom logger for the websocket instead of websockets.client
|
2024-03-01 14:04:10 -05:00 |
|
|
837bf4aa34
|
fix(pterodactyl): changed a bunch of logger messages to be info and not debug
|
2024-03-01 13:16:22 -05:00 |
|
|
1bbabd495f
|
fix(pterodactyl): added logging for if the WebSocket task is cancelled
|
2024-03-01 13:14:55 -05:00 |
|
|
8cbad26e1d
|
fix(pterodactyl): removed some debugging stuff
|
2024-03-01 13:13:30 -05:00 |
|
|
6f4f13e623
|
fix(pterodactyl): adding some debugging code
|
2024-03-01 13:08:10 -05:00 |
|
|
b18b99075e
|
misc(pterodactyl): added a space to fix an embed
|
2024-03-01 01:21:10 -05:00 |
|
|
3795d7d13a
|
fix(pterodactyl): updated info.json
|
2024-03-01 01:19:51 -05:00 |
|
|
dd6184ccd0
|
fix(pterodactyl): remove useless config key
|
2024-03-01 01:17:48 -05:00 |
|
|
afc5868e9e
|
feat(pterodactyl): use red's api key storage system for api key storage and not a config key
|
2024-03-01 01:17:31 -05:00 |
|
|
7e03696e10
|
feat(pterodactyl): added achievements
|
2024-03-01 00:46:51 -05:00 |
|
|
8954df4c1d
|
fix(pterodactyl): fixed a docstring
|
2024-03-01 00:30:38 -05:00 |
|
|
f2c56e0382
|
fix(pterodactyl): restrict [p]pterodactyl config to bot owners
|
2024-03-01 00:29:08 -05:00 |
|
|
bd7aa54efe
|
fix(pterodactyl): fixed an issue with colors in generate_join_leave_embed
|
2024-03-01 00:25:39 -05:00 |
|
|
f91cd82d1b
|
fix(pterodactyl): added config key I forgot to register
|
2024-03-01 00:23:59 -05:00 |
|
|
2fbd8cde9e
|
feat(pterodactyl): added user join/leave
|
2024-03-01 00:23:00 -05:00 |
|
|
7a39c9a75d
|
feat(pterodactyl): added startup and shutdown messages
|
2024-03-01 00:05:06 -05:00 |
|