Commit Graph

43 Commits

Author SHA1 Message Date
17c00211da feat(status): add emoji support for RYZEN and XEON hosts in status monitoring 2025-10-31 08:06:48 +01:00
4bb33bea89 Merge branch 'main' of https://github.com/thedrewen/protojx-manager-non-official 2025-10-31 07:52:47 +01:00
bbd071c44f fix(follow): correct integration type from GuildInstall to UserInstall 2025-10-31 07:52:45 +01:00
3c6fd92cc2 fix(status): increase ping timeout from 3 to 10 seconds for improved reliability 2025-10-30 21:16:43 +01:00
5f770d861d fix(fetch): adjust host filtering logic to use max_ping for improved accuracy 2025-10-30 19:55:21 +01:00
2822908ea0 feat(follow): implement follow command for service status notifications
refactor(data-source): update entity and migration paths for consistency
fix(readme): update status feature notification system icon
delete(guilds): remove unused Guild entity
add(follow): create Follow entity for managing user notification preferences
2025-10-30 08:41:21 +01:00
0449654edd fix(status): increase timeout for fetch request to 10 seconds
feat(types): add missing import for ButtonInteraction in type definitions
v1.0.1
2025-10-29 22:12:01 +01:00
CL TheDreWen
e9565a9552 Update README.md v1.0.0 2025-10-29 17:31:56 +01:00
0504e8262d fix(command): correct export statement in ping command and update import in status command 2025-10-29 16:27:18 +01:00
978d21a120 feat(status): import Host type for improved type safety 2025-10-29 16:26:22 +01:00
9cadfb2734 feat(command): refactor ping and status commands to use CommandDefinition type 2025-10-29 15:47:33 +01:00
5b3167bf14 feat(types): define CommandDefinition type for command handling 2025-10-29 15:42:11 +01:00
7f9468bc99 feat(command): enhance ping command with button interaction and improved response format 2025-10-29 15:36:45 +01:00
86a7429711 feat(entity): add Guild entity with primary key and columns for guild_id and persistent_message_id 2025-10-29 11:45:37 +01:00
43b7bdd8b4 feat(database): add TypeORM configuration and initialize data source
- Added TypeORM and PostgreSQL dependencies to package.json.
- Created data-source.ts to configure the database connection.
- Initialized the data source in index.ts and added logging for successful connection.
- Updated devDependencies to include @types/node for better type support.
2025-10-29 10:44:12 +01:00
58ecaf3c4c Add description for persistent status messages in README 2025-10-29 10:19:23 +01:00
992b5fbaae Fix formatting of bot invitation links in README v1.0.0-beta 2025-10-29 10:00:29 +01:00
d800464ace Clarify bot invitation links in README 2025-10-29 09:59:44 +01:00
fed9f5b92c Add bot invitation link to README 2025-10-29 09:47:44 +01:00
a24001c600 Refactor status command to use environment variables for emoji status 2025-10-29 09:45:30 +01:00
0a7b329dae Remove debug log for host status in fetchAlive function 2025-10-29 09:38:33 +01:00
4f2d6fa895 Update RYZEN 02 host IP and adjust ping timeout; initialize status fetch in constructor 2025-10-29 09:38:19 +01:00
fa8c98ba33 Temporary correction of the host IP address for RYZEN 02 in the status service 2025-10-29 09:27:57 +01:00
8bb0797b3a Status update for server statuses. 2025-10-29 09:19:34 +01:00
25fd742cfe rename file. 2025-10-29 08:46:18 +01:00
dd8fc81097 Status management by a service. Displays the ping of the bot and the API. 2025-10-29 08:43:47 +01:00
1689a34d75 Set statut of /statut done. 2025-10-28 20:36:25 +01:00
856c23d9a9 Add timeout. 2025-10-28 20:06:08 +01:00
bf604a0edb Add hosts. 2025-10-28 20:00:10 +01:00
85cae2e9ee Add ping. 2025-10-28 18:36:47 +01:00
788e606c7f Add ping. 2025-10-28 18:31:18 +01:00
0819a47836 Add Dockerfile. 2025-10-28 17:57:58 +01:00
bb8accace2 Update discordjs to lastest (14.24.1) 2025-10-28 16:22:03 +01:00
0fd301e2ad Update readme. 2025-10-28 16:18:39 +01:00
371e5c6789 Update readme. 2025-10-28 16:18:06 +01:00
9b42fd3549 Update readme. 2025-10-28 16:11:38 +01:00
6ea612337b Update readme. 2025-10-28 16:05:23 +01:00
722dc2b69c Update readme. 2025-10-28 16:04:59 +01:00
8df22ce32c Update readme. 2025-10-28 16:04:23 +01:00
7783dbbc0b Update Status Name for Xeon. 2025-10-28 13:53:35 +01:00
88baa040c4 Add /status. 2025-10-28 13:20:19 +01:00
4c810243a9 Set ping cmd for user mp and other. 2025-10-28 11:44:54 +01:00
CL TheDreWen
c41ef18355 Initial commit 2025-10-28 11:40:35 +01:00