Commit Graph

9 Commits

Author SHA1 Message Date
ee4c5155fa Improve exception handling
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-15 05:00:44 +01:00
d7aa5d75eb Implement random.org API integration with random seed updater
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-15 04:26:06 +01:00
4c653fc93c Complete moving to SFL4J
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-15 02:05:23 +01:00
6bbaf3fe7e Deprecate logger and start moving to SLF4J
All checks were successful
continuous-integration/drone/push Build is passing
JDA already has SLF4J as a requirement, so we might as well use that instead of making our own.
2023-01-15 01:48:56 +01:00
d6ef0da167 Make multiple small improvements
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-15 01:00:44 +01:00
fb752fb9a9 Fix code style error
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-15 00:40:19 +01:00
f5a8c2af48 Mitigate potential RCE from SnakeYaml (CVE-2022-1471)
This vulnerability is very unlikely to ever happen, since the only way to modify the YAML file is to edit it yourself, and it would be useless for a bot owner to RCE their own bot. No other person can edit the configuration file remotely (eg. with bot commands), so realistically, this could not happen.
2022-12-28 05:41:23 +01:00
4ef42ffa9e Make urban command support multiple entries 2022-12-28 05:41:22 +01:00
ff084cf8e8 Rename datasource package
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-22 23:44:34 +01:00