|
c0195f44f6
|
fix(pterodactyl): fixed websocket logging (only sends debug logs if the global logging level is set to verbose or trace)
|
2024-03-07 16:48:40 -05:00 |
|
|
178a92559c
|
feat(repo): added help formatters for version numbers to cogs that have them and migrated to using red's inbuilt loggers instead of logging.getLogger
|
2024-03-07 03:38:34 -05:00 |
|
|
ae31a61436
|
fix(pterodactyl): log websocket messages to VERBOSE (log level 5) and not DEBUG
|
2024-03-07 02:52:44 -05:00 |
|
|
9e826d6ba5
|
misc(pterodactyl): testing something
|
2024-03-07 02:39:49 -05:00 |
|
|
b5362ff153
|
fix(pterodactyl): update PterodactylClient initialization to use my own logger instead of setting debug to true
|
2024-03-07 02:33:14 -05:00 |
|
|
2e5fa81eac
|
fix(pterodactyl): use custom fork of pydactyl library to fix https://github.com/iamkubi/pydactyl/issues/82
|
2024-03-07 02:19:22 -05:00 |
|
|
c65fdd698c
|
fix(pterodactyl): pylint fixes
|
2024-03-07 02:19:00 -05:00 |
|
|
497f6a0a1a
|
fix(repo): changed all loggers to red.seacogs.<cog_name> instead of red.sea.<cog_name>
|
2024-03-07 01:32:27 -05:00 |
|
|
f059145681
|
fix(pterodactyl): missed one!
|
2024-03-07 01:04:27 -05:00 |
|
|
41a8d575d4
|
fix(pterodactyl): fixed InteractionResponded error when using a power slash command
|
2024-03-07 01:03:36 -05:00 |
|
|
dd62b7d7ce
|
fix(pterodactyl): whoops!
|
2024-03-07 00:59:14 -05:00 |
|
|
bbb54f0f55
|
feat(pterodactyl): fixed slash commands
|
2024-03-07 00:56:50 -05:00 |
|
|
f033f6a483
|
fix(pterodactyl): maybe fixed hybrid config commands, if this doesn't work, I'll move configuration commands to a separate command
|
2024-03-07 00:21:51 -05:00 |
|
|
1bb7e22b95
|
fix(pterodactyl): fixed another issue with hybrid commands
|
2024-03-07 00:14:52 -05:00 |
|
|
f707b70097
|
fix(pterodactyl): fixed broken slash commands
|
2024-03-07 00:13:43 -05:00 |
|
|
64ab2fbf82
|
feat(pterodactyl): added a pterodactyl command command to execute commands on the server and made pterodactyl command and pterodactyl power into hybrid commands
|
2024-03-07 00:00:15 -05:00 |
|
|
9d64c15a87
|
misc(pterodactyl): added another ⚠️
|
2024-03-05 02:28:10 -05:00 |
|
|
8c58e1746e
|
feat(pterodactyl): added ptero power kill command
|
2024-03-05 02:25:58 -05:00 |
|
|
52be531807
|
fix(pterodactyl): type hints
|
2024-03-05 02:24:20 -05:00 |
|
|
80cb729e72
|
fix(pterodactyl): make sure views get removed properly
|
2024-03-05 02:19:59 -05:00 |
|
|
df92bc34cc
|
fix(pterodactyl): fixed some bugs
|
2024-03-05 02:18:11 -05:00 |
|
|
b2f27f9490
|
feat(pterodactyl): added confirmation prompts to the power commands
|
2024-03-05 02:16:32 -05:00 |
|
|
85d5316f43
|
fix(pterodactyl): forgot two!
|
2024-03-04 23:13:37 -05:00 |
|
|
13dba790b7
|
fix(pterodactyl): removed leftover debug statement
|
2024-03-04 23:13:25 -05:00 |
|
|
d01985eea6
|
fix(pterodactyl): removed a bunch of useless/redundant logging statements
|
2024-03-04 23:12:32 -05:00 |
|
|
0baad46298
|
misc(pterodactyl): temporarily adding a debug statement to test something
|
2024-03-04 23:06:51 -05:00 |
|
|
34c34e745a
|
feat(pterodactyl): added a discord invite placeholder
updated default chat command as well, and also a configuration value and related command
|
2024-03-04 22:59:43 -05:00 |
|
|
87dfc03812
|
fix(pterodactyl): don't ping users, roles, or @everyone/@here in console messages + ping only users in chat messages
|
2024-03-04 19:53:12 -05:00 |
|
|
9b153a4799
|
fix(pterodactyl): whoops I forgot two
|
2024-03-03 02:01:33 -05:00 |
|
|
0496454030
|
fix(pterodactyl): only json.loads() once in the websocket handling code
|
2024-03-03 02:01:01 -05:00 |
|
|
e2389cec08
|
fix(pterodactyl): don't log console messages while server is offline (why even?)
|
2024-03-02 20:10:16 -05:00 |
|
|
58e88f2dd6
|
fix(pterodactyl): use re.search instead of re.match (thanks zephyrkul)
|
2024-03-02 20:09:39 -05:00 |
|
|
9106675276
|
fix(pterodactyl): wooo more debug statements
|
2024-03-02 19:53:09 -05:00 |
|
|
72d8ff4782
|
fix(pterodactyl): 🥺
|
2024-03-02 19:50:48 -05:00 |
|
|
9e92d82817
|
fix(pterodactyl): fixed trying to match against dictionary keys instead of their values
|
2024-03-02 19:43:28 -05:00 |
|
|
1ad721f380
|
fix(pterodactyl): use add_field so formatting doesn't look off
|
2024-03-02 19:35:42 -05:00 |
|
|
088bf6b8dc
|
fix(pterodactyl): use .items() to unpack dictionary values
|
2024-03-02 19:34:30 -05:00 |
|
|
bf3f0f9782
|
fix(pterodactyl): actually show the blacklisted regex in ptero set view
|
2024-03-02 19:32:45 -05:00 |
|
|
e6231bf1a7
|
fix(pterodactyl): fixed TypeError (again)
|
2024-03-02 19:31:26 -05:00 |
|
|
4020ab7847
|
fix(pterodactyl): fixed TypeError
|
2024-03-02 19:30:15 -05:00 |
|
|
f6ebbae583
|
feat(pterodactyl): added a regex blacklist command
|
2024-03-02 19:27:36 -05:00 |
|
|
5c2bfea238
|
misc(pterodactyl): added a comment explaining why pterodactylclient is being used with debug mode enabled
|
2024-03-02 19:08:36 -05:00 |
|
|
a52a991ae6
|
fix(pterodactyl): remove " characters from tellraw message strings
|
2024-03-02 16:41:36 -05:00 |
|
|
6e2776b63a
|
misc(pterodactyl): removed unused config keys
|
2024-03-02 15:46:04 -05:00 |
|
|
4c7526b157
|
fix(pterodactyl): changed achivement embed colors
|
2024-03-02 15:42:29 -05:00 |
|
|
6cdab8363a
|
misc(pterodactyl): made achievement text bold
|
2024-03-02 15:38:06 -05:00 |
|
|
464483b4c9
|
fix(pterodactyl): regex consistency
|
2024-03-02 15:30:47 -05:00 |
|
|
3d7337c42c
|
fix(pterodactyl): don't detect messages from the server/rcon as chat messages
|
2024-03-02 15:29:59 -05:00 |
|
|
8ccb174913
|
fix(pterodactyl): fixed incorrect websocket handling
|
2024-03-02 15:27:34 -05:00 |
|
|
3e18894bb5
|
fix(pterodactyl): only check if a message is a chat message if it isn't a server message
|
2024-03-02 15:20:33 -05:00 |
|