Commit Graph

32 Commits

Author SHA1 Message Date
f0c55f7bf8 Bump version to 0.5.16
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-26 04:11:01 +01:00
f7ef27066d Bump version to 0.5.15
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-25 01:49:43 +01:00
8b2197b4f6 Fix missing JSON dependency
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-24 14:48:17 +01:00
e65ec54fd7 Mitigate potential RCE from SnakeYaml (CVE-2022-1471)
Some checks failed
continuous-integration/drone/push Build is failing
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-24 14:42:01 +01:00
5488ec567e Bump version to 0.5.14
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-21 17:59:40 +01:00
71904f4243 Bump version to 0.5.13
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-21 16:40:41 +01:00
e3e8b469ba Bump version to 0.5.12
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-20 23:03:34 +01:00
5a7f884703 Bump version to 0.5.11 2022-12-20 22:08:58 +01:00
1384259187 Bump version to 0.5.10
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-20 17:55:43 +01:00
19e3cde7e6 Bump version to 0.5.9
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-20 17:18:39 +01:00
9e57a3a426 Optimize imports
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-20 03:17:32 +01:00
e83d7de7f5 Bump version to 0.5.8
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-20 00:35:08 +01:00
010a25fd66 Bump version to 0.5.7
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-19 21:43:07 +01:00
7c2530c88b Implement urban dictionary lookup command
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-19 21:42:55 +01:00
90e0c4ddf9 Bump version to 0.5.6
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-19 20:39:16 +01:00
6cdd44da29 Bump version to 0.5.5
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-19 18:37:38 +01:00
018e24034f Bump version to 0.5.4
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-19 17:32:18 +01:00
f5238ced89 Bump version to 0.5.3
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-19 01:41:04 +01:00
8ddf0ab80d Bump JDA version to more stable beta
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-19 00:07:02 +01:00
660e18d1f4 Bump version to 0.5.2
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-19 00:05:49 +01:00
b318b9f22b Bump version to 0.5.1
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-18 23:49:00 +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