Ivan syntaxbullet
  • Munich, Germany
  • Joined on 2025-02-05
syntaxbullet pushed to main at syntaxbullet/aurorabot 2025-12-24 18:57:10 +00:00
cddd8cdf57 refactor: move terminal message and channel ID persistence from a dedicated file to the main application configuration.
syntaxbullet pushed to main at syntaxbullet/aurorabot 2025-12-24 17:52:45 +00:00
eaaf569f4f feat: Implement cumulative XP leveling system with new helper functions and update XP bar to show progress within the current level.
syntaxbullet pushed to main at syntaxbullet/aurorabot 2025-12-24 17:07:55 +00:00
8c28fe60fc feat: Enable Components V2, use user mentions, and enhance transaction log display in terminal service.
syntaxbullet pushed to main at syntaxbullet/aurorabot 2025-12-24 16:54:59 +00:00
6d725b73db feat: Add MessageFlags.IsComponentsV2 to terminal message updates and remove redundant SectionBuilder wrappers.
syntaxbullet pushed to main at syntaxbullet/aurorabot 2025-12-24 16:48:01 +00:00
da048eaad1 fix: Update Discord.js message edit property from containers to components for layout.
syntaxbullet pushed to main at syntaxbullet/aurorabot 2025-12-24 16:43:59 +00:00
56da4818dc feat: Refactor terminal message to use new Discord.js UI builders for structured output.
syntaxbullet pushed to main at syntaxbullet/aurorabot 2025-12-24 16:26:43 +00:00
ca443491cb refactor: Remove backticks and square brackets from terminal activity timestamp.
syntaxbullet pushed to main at syntaxbullet/aurorabot 2025-12-24 16:19:28 +00:00
345e05f821 feat: Introduce dynamic Aurora Observatory terminal with admin command, scheduled updates, and lootdrop event integration.
syntaxbullet pushed to main at syntaxbullet/aurorabot 2025-12-24 13:36:22 +00:00
419059904c refactor: relocate interaction routes from events to lib directory
syntaxbullet pushed to main at syntaxbullet/aurorabot 2025-12-24 13:30:52 +00:00
7698a3abaa chore: delete test-student-id.png
syntaxbullet pushed to main at syntaxbullet/aurorabot 2025-12-24 13:28:27 +00:00
83984faeae feat: Configure app service to restart automatically in Docker Compose and replace file-based restart trigger with process.exit().
syntaxbullet pushed to main at syntaxbullet/aurorabot 2025-12-24 13:23:57 +00:00
2106f06f8f chore: remove student id testing script
syntaxbullet pushed to main at syntaxbullet/aurorabot 2025-12-24 13:17:06 +00:00
16d507991c feat: Enhance update requirements check to include database migrations and rename related interfaces and methods.
syntaxbullet pushed to main at syntaxbullet/aurorabot 2025-12-24 13:03:20 +00:00
e2aa5ee760 feat: Implement stateful admin update with post-restart context, database migrations, and dedicated view components.
syntaxbullet pushed to main at syntaxbullet/aurorabot 2025-12-24 12:50:40 +00:00
e084b6fa4e refactor: Reorganize admin update flow to prepare restart context before update and explicitly trigger restart.
syntaxbullet pushed to main at syntaxbullet/aurorabot 2025-12-24 12:46:36 +00:00
3f6da16f89 feat: Add post-update dependency installation, refactor restart logic, and update completion messages.
syntaxbullet pushed to main at syntaxbullet/aurorabot 2025-12-24 12:43:07 +00:00
71de87d3da chore: Remove migration generation command from update service.
syntaxbullet pushed to main at syntaxbullet/aurorabot 2025-12-24 12:38:50 +00:00
fc7afd7d22 feat: implement a dedicated update service to centralize bot update logic, dependency checks, and post-restart handling.
syntaxbullet pushed to main at syntaxbullet/aurorabot 2025-12-24 11:20:46 +00:00
fcc82292f2 feat: Introduce modular inventory item effect handling and centralize Discord interaction routing.
syntaxbullet pushed to main at syntaxbullet/aurorabot 2025-12-24 10:44:48 +00:00
f75cc217e9 refactor: extract further UI components into views