Commit Graph

31 Commits

Author SHA1 Message Date
7ac72f9e38 Bump version to 0.5.15 2022-12-28 05:41:23 +01:00
47bd16fd13 Fix missing JSON dependency 2022-12-28 05:41:23 +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
09c53c07a1 Bump version to 0.5.14 2022-12-28 05:41:23 +01:00
d4c3afbddd Bump version to 0.5.13 2022-12-28 05:41:23 +01:00
df1e2426e3 Bump version to 0.5.12 2022-12-28 05:41:23 +01:00
264a94fe0d Bump version to 0.5.11 2022-12-28 05:41:23 +01:00
217022faca Bump version to 0.5.10 2022-12-28 05:41:23 +01:00
0e1a7d3459 Bump version to 0.5.9 2022-12-28 05:41:22 +01:00
2d7cadea02 Optimize imports 2022-12-28 05:41:22 +01:00
d412801758 Bump version to 0.5.8 2022-12-28 05:41:22 +01:00
639c54bc52 Bump version to 0.5.7 2022-12-28 05:41:22 +01:00
28c0f1d750 Implement urban dictionary lookup command 2022-12-28 05:41:22 +01:00
7959044335 Bump version to 0.5.6 2022-12-28 05:41:22 +01:00
09ec600234 Bump version to 0.5.5 2022-12-28 05:41:22 +01:00
e531eef1d6 Bump version to 0.5.4 2022-12-28 05:41:22 +01:00
1e07ede83e Bump version to 0.5.3 2022-12-28 05:41:01 +01:00
595e81e02c Bump JDA version to more stable beta 2022-12-28 05:40:28 +01:00
764ff23010 Bump version to 0.5.2 2022-12-28 05:40:23 +01:00
81e621ec1a Bump version to 0.5.1 2022-12-28 05:40:01 +01:00
af16e6d8ac Bump version to 0.5.0
All checks were successful
continuous-integration/drone/push Build is passing
This is a pretty important update since all the basic layout has been completed.
2022-11-23 00:01:38 +01:00
be3895d268 Update Maven dependencies
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-22 23:44:03 +01:00
a045d0cb2d Bump version to 0.4.6
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-22 23:42:48 +01:00
ae6647a51e Bump version to 0.4.3
All checks were successful
continuous-integration/drone/push Build is passing
We are getting closer to a stable version.
2022-11-22 23:29:29 +01:00
40aac28e34 Make bot version consistent with Maven
All checks were successful
continuous-integration/drone/push Build is passing
A new internal properties file has been added. Maven will scan this file and replace any value it finds.
2022-11-22 23:28:59 +01:00
f74ae43673 Refactor Config class
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-21 20:20:11 +01:00
98a162a33b Implement SQLite database solving #1
All checks were successful
continuous-integration/drone/push Build is passing
A new basic database has been laid out, with support for message expiry and disabling buttons for old messages.
2022-11-21 00:14:13 +01:00
e592111d1b Update base JDA version
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-20 06:13:52 +01:00
aa223df480 Implement JavaDocs
All checks were successful
continuous-integration/drone/push Build is passing
JavaDocs can be generated with mvn javadoc:javadoc and will be available in target/site/apidocs.
2022-08-26 16:25:41 +02:00
df1219953e Fix log4j dependencies 2022-08-25 22:13:53 +02:00
5d34048ae6 Add basic project structure with Maven and JDA 2022-08-25 21:51:00 +02:00