Sheldan
453378f0b6
[AB-xxx] enabling localization by adding the localization as a system config key
...
fixing methods which did not provide the server id to template rendering
refactoring channel service method to remove a duplicate
fixing template loading method to not throw an exception when template was not found
2024-11-22 21:54:13 +01:00
Sheldan
99bf9a9be0
[AB-xxx] fixed send message action sending for every level change
2024-07-31 00:11:57 +02:00
Sheldan
0097ff801a
[AB-xxx] changing hikari max live time
2024-06-12 20:07:55 +02:00
Sheldan
b6a188c04d
[AB-xxx] using the suggestion message as the thread starter for suggestion threads
2024-06-03 22:24:35 +02:00
Sheldan
4991ad8f1c
[AB-xxx] making intents, cache policies, and cache flags configurable
2024-05-18 18:22:33 +02:00
Sheldan
a01a5055a0
[AB-xxx] refactoring handling of bans and mutes: commands actively log, the reason for this is that the command is the only place who actually knows how executed the command. the event itself only sees the bot performing the action
...
adding event based logging of kicks
2024-05-06 00:07:24 +02:00
Sheldan
234aae3783
[AB-xxx] reworking ban logging to use audit log instead of actively logging or using the banned event
...
partially fixing broken infraction handling
adding CompletableFutureMap to handle futures easier
updating user display object to also hold name
replaced some references to UserObjects in models with UserDisplay objects
2024-05-05 01:58:26 +02:00
Sheldan
ca45137cc6
[AB-xxx] reworking mute logging to use audit log events instead of active logging and member update events
2024-05-04 20:35:56 +02:00
Sheldan
dfe9792330
[AB-xxx] fixing combined parameters not providing the appropriate option types for slash commands
2024-04-13 00:20:02 +02:00
Sheldan
250df57bd0
[AB-xxx] adding tests for command management services
...
some code improvements
2024-04-07 14:59:22 +02:00
Sheldan
02b8ed2b5d
[AB-xxx] adding unit test for server controller
...
refactoring parameter parsing tests to use assertj
2024-04-07 11:49:06 +02:00
Sheldan
71c1445439
[AB-112] adding command parameter alternatives to bonk/pat to use the message author the command was replied to
2024-04-05 17:30:06 +02:00
Sheldan
6c6cd130aa
[AB-xxx] changing types of ids to be string instead for javascript purposes
2024-04-05 15:06:10 +02:00
Sheldan
82be86e086
[AB-xxx] adding locking mechanism for role assignments to work around discord lack of role update locking
2024-04-04 22:54:18 +02:00
Sheldan
bc0c3a18d7
[AB-xxx] initial experience leaderboard version
2024-03-26 01:28:56 +01:00
Sheldan
dbf5d99622
[AB-111] adding ability to perform moderation actions on various logging/report messages
2024-03-17 12:37:30 +01:00
Sheldan
93b02d37ed
[AB-47] adding feature to define custom actions once members reach a certain level
2024-02-28 21:26:42 +01:00
Sheldan
53b0c91360
[AB-XXX] replacing packaged xsd for liquibase with reference
...
using logging module for db and template deployment
updating deployment container dependencies
2024-02-19 00:18:06 +01:00
Sheldan
59575e0b49
[AB-xxx] adding sticky roles module
2024-02-12 22:52:29 +01:00
Sheldan
3f2f3a9c1b
[AB-xxx] adding honeypot feature against bots
...
removing not necessary liquibase xsd from moderation
2024-02-03 15:56:42 +01:00
Sheldan
71c18f8348
[AB-xxx] adding amongusText image generation
2024-01-24 08:18:36 +01:00
Sheldan
6030904d21
[AB-xxx] fixing not considering allowed mentions for interactions
2023-12-29 15:32:39 +01:00
Sheldan
befef1f61d
[AB-xxx] refactoring modmail to offer a feature mode to use threads instead of channels
...
adding various utilities for thread channels in core
fixing enable feature not showing validation messages
restructuring feature mode collection to be a startup listener, because postconstruct might not have the appropriate values available, and therefore not initialize the map correctly
2023-12-24 23:25:03 +01:00
Sheldan
20a6e29f1b
[AB-xxx] fixing custom command alternative to filter when it should be executed more accurately
2023-12-23 23:16:01 +01:00
Sheldan
52c805f4ea
[AB-63] adding pressF command
...
fixing not setting the won flag for giveaway participants
2023-12-11 01:26:07 +01:00
Sheldan
e84b5ecbb5
[AB-30] adding giveaway feature
2023-12-10 14:25:08 +01:00
Sheldan
d53126e5a5
[AB-xxx] actively limiting auto complete responses to the max allowed values
...
changing interface of slash command parameter service to be more applicable
adding utility functions to slash command auto complete service bean
2023-10-29 18:21:29 +01:00
Sheldan
abfd2c9591
[AB-xxx] ignore slash command only commands for message commands
2023-09-26 23:37:04 +02:00
Sheldan
f12581f322
[AB-xxx] adding information whether a command is slash/message command only to help output
...
resizing template content column
2023-09-20 02:01:09 +02:00
Sheldan
e8f630c94c
[AB-xxx] never using the interaction in echo when a channel is provided
2023-09-09 23:58:31 +02:00
Sheldan
14f35caede
[AB-xxx] never using the interaction in echo when a channel is provided
2023-09-09 23:57:23 +02:00
Sheldan
73a73dc4f2
[AB-104] adding server wide member individual command cooldown and commands to set/reset this cooldown configuration on a command level
...
removing custom cooldown handling from payday and slots commands
2023-09-06 01:23:55 +02:00
Sheldan
f3144eb094
[AB-99] changing the way roles are added/removed for experience system, as discord has a race condition in which quick additions/removals cause unexpected problems
2023-09-02 22:22:33 +02:00
Sheldan
06ebf4c882
[AB-102] adding redirect to echo command
2023-09-02 21:20:36 +02:00
Sheldan
b7c427026d
[AB-xxx] adding serialization for instant and offset datetime for gson payload storage
2023-07-27 20:00:01 +02:00
Sheldan
6409bbaa1d
[AB-98] adding twitch support
...
upgrading to java 17
upgrade of dependencies
2023-07-09 23:06:52 +02:00
Sheldan
bac9832819
[AB-90] adding poll functionality
...
adding select menu functionality
not automatically acknowledging button interactions
adding ability to define positions for components
adding method to remove components to channel service
always replacing message contents with edit message in a channel
adding ability to reply a modal to a button interaction
moving post target specific methods from server management service to post target management
2023-06-04 21:12:46 +02:00
Sheldan
29bde70796
[AB-93] fixing setting attached files to null
2023-05-19 00:24:45 +02:00
Sheldan
080733957f
[AB-93] fixing not initializing the attached files
2023-05-18 23:43:34 +02:00
Sheldan
3df688571f
[AB-93] changing how MessageToSend handles attached plaintext files
2023-05-18 22:32:56 +02:00
Sheldan
735816f5dd
[AB-xxx] adding feature to split field value by configurable amount
...
using larger images for member avatar
2023-03-05 13:49:32 +01:00
Sheldan
9d184ff560
[AB-85] adding feature mode to automatically create a thread for suggestions
...
reworking post target service to function with optionals
fixing trying to add reactions for suggestions if there was no message created
not showing votes in case the buttons feature mode is active
2023-02-26 10:50:36 +01:00
Sheldan
f01418d0de
[AB-xxx] upgrading JDA version to version 5.0.0-beta.3
2023-02-04 20:57:02 +01:00
Sheldan
aa10c88588
[AB-81] adding support for choices in slash command parameters
2023-01-12 01:34:30 +01:00
Sheldan
db27f64832
[AB-80] fixing not cleaning up emote record when changing emote
2023-01-10 19:15:27 +01:00
Sheldan
41f42ee110
[AB-79] fix not applying role for re-joining users upon sync
2022-12-27 13:03:59 +01:00
Sheldan
a0d83763d4
[AB-78] fixing users with previous experience not awarding the experience role if they join and are pending
2022-12-10 15:44:09 +01:00
Sheldan
0461c8e4ec
[AB-77] deferring the reply for report with context interactions
...
do not defer the interaction all the time for modal interactions
2022-12-10 12:59:47 +01:00
Sheldan
650a9099c4
[AB-66] fixing not reducing the bid on mines
...
fixing reaction report sometimes running into a timeout
2022-12-03 20:14:18 +01:00
Sheldan
0d6182c5d5
[AB-66] adding mines game
...
fixing suggestion evaluation job not getting the correct parameters
adding feature dependent parameters
2022-12-02 01:33:38 +01:00