• Joined on 2024-09-20
tueem pushed to dev at tueem/Cutin 2025-04-11 11:44:23 +00:00
c44b874b41 feat(method): add Factory to BestCandidateMethod
8842e9d8e1 refactor(method): move Method related classes to method package
Compare 2 commits »
tueem pushed to dev at tueem/Cutin 2025-04-10 13:05:58 +00:00
1891037ed7 feat(factory): add Identifier Generic
tueem pushed to dev at tueem/Cutin 2025-04-10 12:45:08 +00:00
c0da5ee75d feat(container): add chaining, single method add method for overriding, key getter and protected entries getter
3deee2fd5d bump version
Compare 2 commits »
tueem released Release v0.1.0 at tueem/Cutin 2025-04-10 11:15:04 +00:00
tueem pushed to master at tueem/Cutin 2025-04-10 11:01:42 +00:00
2cd14d4a5d bump version
2f07ac1822 feat(test): add Tests for ReflectedMethod and BestCandidateMethod
25b2e49396 feat(bestcandidate): add BestCandidate Method to always find the correct method for the parameters
52a05dd9d7 feat(container): add MethodContainers
075f0e13c9 feat(core): add ReflectedMethod and Processors
Compare 6 commits »
tueem pushed tag v0.1.0 to tueem/Cutin 2025-04-10 11:01:19 +00:00
tueem pushed to dev at tueem/Cutin 2025-04-10 10:56:42 +00:00
2cd14d4a5d bump version
tueem created branch dev in tueem/Cutin 2025-04-09 15:03:06 +00:00
tueem pushed to dev at tueem/Cutin 2025-04-09 15:03:06 +00:00
2f07ac1822 feat(test): add Tests for ReflectedMethod and BestCandidateMethod
25b2e49396 feat(bestcandidate): add BestCandidate Method to always find the correct method for the parameters
52a05dd9d7 feat(container): add MethodContainers
075f0e13c9 feat(core): add ReflectedMethod and Processors
acbe6b23ef feat(util): add ReflectionUtil
Compare 5 commits »
tueem pushed to master at tueem/Cutin 2025-04-07 23:56:50 +00:00
6d3f077c5d migrate from marinara
tueem pushed to feat/message-components at tueem/Marinara 2025-04-06 22:35:17 +00:00
070319853a refactor(core): restructure MethodProcessors
60ead419e2 refactor(core): consistency
Compare 2 commits »
tueem pushed to feat/message-components at tueem/Marinara 2025-04-06 11:14:33 +00:00
0b7b607a23 refactor(wrapper): improve Converter structure
tueem pushed to feat/message-components at tueem/Marinara 2025-04-05 22:04:27 +00:00
991d1c047b feat(core): add InteractionProcessors and InteractionExecutors and improve Autocomplete Interaction
tueem pushed to feat/message-components at tueem/Marinara 2025-04-01 08:18:49 +00:00
ec17952375 feat(build): add prefix to archive jar
tueem pushed to feat/message-components at tueem/Marinara 2025-03-31 08:50:47 +00:00
0114cffcbd refactor(method): make use of optionals in ReflectedMethodFactory
tueem pushed to feat/message-components at tueem/Marinara 2025-03-31 08:36:56 +00:00
450f1fdaa1 refactor(autocomplete): implement autocompleteRefs and remove SlashCommand annotation on Autocomplete Method
92540576df fix(registry): add null check to InteractionIdentifier#equals
Compare 2 commits »
tueem pushed to feat/message-components at tueem/Marinara 2025-03-29 17:49:38 +00:00
8a3cde52fd refactor(interaction): implement Factory pattern for all Interaction- and ReflectedMethods
tueem pushed to feat/message-components at tueem/Marinara 2025-03-29 17:38:14 +00:00
8495659364 fix(registry): fix logic error in InteractionEntry identifier checking and fix InteractionIdentifier#equals to actually recursively check parent identifiers
tueem pushed to feat/message-components at tueem/Marinara 2025-03-26 21:23:02 +00:00
0973016a74 refactor(interaction): seperate InteractionMethod to ReflectedMethod
tueem pushed to feat/message-components at tueem/Marinara 2025-03-26 18:47:00 +00:00
0590789359 fix: compile error