-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release/v8 #185
base: main
Are you sure you want to change the base?
Release/v8 #185
Commits on Mar 28, 2024
-
Merge pull request #160 from colorfulFlames/main
Update quick fix
Configuration menu - View commit details
-
Copy full SHA for d30ee69 - Browse repository at this point
Copy the full SHA d30ee69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3765d85 - Browse repository at this point
Copy the full SHA 3765d85View commit details -
Merge pull request #164 from colorfulFlames/main
Update qodana.yaml
Configuration menu - View commit details
-
Copy full SHA for 1c77769 - Browse repository at this point
Copy the full SHA 1c77769View commit details
Commits on Mar 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5ce4eda - Browse repository at this point
Copy the full SHA 5ce4edaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0140d49 - Browse repository at this point
Copy the full SHA 0140d49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9167c80 - Browse repository at this point
Copy the full SHA 9167c80View commit details -
Merge pull request #174 from colorfulFlames/qodana/quick-fixes-847688…
…0656 🤖 Apply quick-fixes by Qodana
Configuration menu - View commit details
-
Copy full SHA for ebec0dc - Browse repository at this point
Copy the full SHA ebec0dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for a9b615e - Browse repository at this point
Copy the full SHA a9b615eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38c7f5a - Browse repository at this point
Copy the full SHA 38c7f5aView commit details
Commits on May 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a405bba - Browse repository at this point
Copy the full SHA a405bbaView commit details -
Merge pull request #175 from colorfulFlames/qodana/quick-fixes-847695…
…8543 🤖 Apply quick-fixes by Qodana
Configuration menu - View commit details
-
Copy full SHA for 543bc52 - Browse repository at this point
Copy the full SHA 543bc52View commit details -
Merge pull request #177 from colorfulFlames/FLR-15
FLR-15 Move Flames branding from author to footer
Configuration menu - View commit details
-
Copy full SHA for 20964b7 - Browse repository at this point
Copy the full SHA 20964b7View commit details
Commits on May 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8b404a8 - Browse repository at this point
Copy the full SHA 8b404a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b84095 - Browse repository at this point
Copy the full SHA 9b84095View commit details -
Merge pull request #182 from colorfulFlames/FLR-17
FLR 17 - Start work on Amiguito
Configuration menu - View commit details
-
Copy full SHA for c09951e - Browse repository at this point
Copy the full SHA c09951eView commit details
Commits on May 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d819fd7 - Browse repository at this point
Copy the full SHA d819fd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07900a6 - Browse repository at this point
Copy the full SHA 07900a6View commit details
Commits on Jun 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 49ba1b5 - Browse repository at this point
Copy the full SHA 49ba1b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83c4a0c - Browse repository at this point
Copy the full SHA 83c4a0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef41c31 - Browse repository at this point
Copy the full SHA ef41c31View commit details
Commits on Jul 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c488d1e - Browse repository at this point
Copy the full SHA c488d1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4570de6 - Browse repository at this point
Copy the full SHA 4570de6View commit details
Commits on Aug 5, 2024
-
Update project configurations, user data handling, and text resources
Refactored project to JDK 20, modified user consent actions, enhanced user data storage, and fixed 'hootenanny' spelling inconsistencies. Added new data management classes and adjusted localization files accordingly.
Configuration menu - View commit details
-
Copy full SHA for f87293b - Browse repository at this point
Copy the full SHA f87293bView commit details
Commits on Aug 14, 2024
-
Add Hootenanny data management functionality
Introduce the `HootenannyDataManager` to manage hootenanny data, including methods to save and retrieve this data. Modify `FlamesServer` and `Conversation` classes to incorporate hootenanny data operations, ensuring that relevant data is persisted correctly. A new method in `FlamesServer` checks if today is a hootenanny day.
Configuration menu - View commit details
-
Copy full SHA for e97b5af - Browse repository at this point
Copy the full SHA e97b5afView commit details -
Removed the entirety of the Amiguito feature from the codebase, including related classes, data management, and frontend components. This declutters the project by eliminating unused functionalities.
Configuration menu - View commit details
-
Copy full SHA for 728800e - Browse repository at this point
Copy the full SHA 728800eView commit details -
Retire outdated classes, update user handling strategy
Removed obsolete `Personality` and `Thought` related classes. Transitioned user data handling to utilize `LegacyFlamesUser` and associated legacy classes, ensuring backward compatibility and maintaining data integrity during the upgrade process.
Configuration menu - View commit details
-
Copy full SHA for aa1c84e - Browse repository at this point
Copy the full SHA aa1c84eView commit details -
Replace legacy user management with new FlamesDataManager
Removed legacy user handling across multiple classes and replaced it with the updated FlamesDataManager. This includes adding methods for user and server data management, refactoring interfaces to use FlamesUser, and streamlining the Conversation processMessage logic.
Configuration menu - View commit details
-
Copy full SHA for 427b961 - Browse repository at this point
Copy the full SHA 427b961View commit details
Commits on Aug 26, 2024
-
Refactor data management, remove deprecated class
Replaced `LegacyFlamesUser` with `FlamesUser` in multiple commands and handlers to streamline data operations. Deleted `GetAlongCommand.java` as it was deprecated. Added getters and setters for improved encapsulation in `Conversation.java`.
Configuration menu - View commit details
-
Copy full SHA for bcaf5d6 - Browse repository at this point
Copy the full SHA bcaf5d6View commit details -
Integrate data upgrade utility and refactor data classes
Added DataUpgradeUtil to handle the migration from legacy data structures. Refactored the FlamesServer and FlamesUser classes to include constructors for compatibility with legacy data objects. Updated FlamesDataManager to save the new data structures.
Configuration menu - View commit details
-
Copy full SHA for 68a9292 - Browse repository at this point
Copy the full SHA 68a9292View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1217d1 - Browse repository at this point
Copy the full SHA c1217d1View commit details
Commits on Aug 27, 2024
-
Fix URL filtering, enhance data management, update embeds
Restored URL filtering in `MessageEvent`. Added methods and documentation for `FlamesDataManager`. Simplified ordinal day logic and updated several strings in resources.
Configuration menu - View commit details
-
Copy full SHA for ff03ba0 - Browse repository at this point
Copy the full SHA ff03ba0View commit details -
Add data upgrade flag, tests, and Javadoc comments
Refactored the data upgrade mechanism to run conditionally based on a command-line argument "RunUpgrade". Added unit tests for FlamesServer and FlamesDataManager. Enhanced existing classes with comprehensive Javadoc comments.
Configuration menu - View commit details
-
Copy full SHA for 2be10d3 - Browse repository at this point
Copy the full SHA 2be10d3View commit details
Commits on Aug 29, 2024
-
Update message handling and embeds, finalize project version
Added conditions to ignore specific messages in `MessageEvent` and handled long questions in `SparkCommand`. Adjusted several text resources, included server score updates, and improved user and server data embeds to reflect changes in data handling and aesthetics.
Configuration menu - View commit details
-
Copy full SHA for a22f104 - Browse repository at this point
Copy the full SHA a22f104View commit details
Commits on Sep 1, 2024
-
Update user name method calls to use getGlobalName()
Replaced calls to user.getName() with user.getGlobalName() across multiple classes. This change ensures that the global name is consistently used throughout the application.
Configuration menu - View commit details
-
Copy full SHA for 591e079 - Browse repository at this point
Copy the full SHA 591e079View commit details -
Merge pull request #186 from colorfulFlames/FLR-30
Update user name method calls to use getGlobalName()
Configuration menu - View commit details
-
Copy full SHA for 9799f12 - Browse repository at this point
Copy the full SHA 9799f12View commit details
Commits on Sep 2, 2024
-
Refactor CLASSPATH and add new user management features
Refactored CLASSPATH definitions in various scripts to remove SNAPSHOT suffixes and organize dependencies. Introduced new user management features including destructive dropdowns and confirmation modals for data deletion, with corresponding locale properties for both English and Spanish.
Configuration menu - View commit details
-
Copy full SHA for df46e9a - Browse repository at this point
Copy the full SHA df46e9aView commit details