Commit graph

343 commits

Author SHA1 Message Date
89eac6b025 Fixed isPrivate() and bold() usage. 2020-03-30 15:38:43 -07:00
363a7cda40 Fixed convert2Diamond. 2020-03-30 15:31:58 -07:00
fbe36d50b7 Removed complexity (detekt) 2020-03-29 00:44:10 -07:00
02fae4d8e4 Added matches(). 2020-03-29 00:42:02 -07:00
f16508dae4 Removed unecessary breaks. 2020-03-28 17:27:44 -07:00
887ab8c959 Cleanup. 2020-03-28 15:27:49 -07:00
78260381cf Cleaned up send() in commands. 2020-03-28 15:02:18 -07:00
abbb322b5d Added setCommandsList method. 2020-03-28 15:00:56 -07:00
9b2dc8587f detekt & spotbugs cleanup. 2020-03-28 13:17:07 -07:00
f7e2651619 Reworked versions command. 2020-03-28 13:15:28 -07:00
4b95b0bbe2 Version 0.8 starts. 2020-03-28 11:31:52 -07:00
0d913eca4d Only show twitter count to ops. 2020-03-25 00:48:45 -07:00
e0d1919808 Fixed redundant method call. 2020-03-25 00:40:15 -07:00
68ddcd1ccc Added tags keywords. 2020-03-25 00:19:52 -07:00
72961dadc9 Added twitter timer to allow for links editing, etc. 2020-03-24 22:24:51 -07:00
5bf6901ce2 Reworked using enum class. 2020-03-24 17:43:48 -07:00
a381b06a0a Added command to list enabled modules (op). 2020-03-23 23:22:57 -07:00
2f50c6c1c3 Reworked RockPaperScissor modules with actions and colors. 2020-03-23 23:05:18 -07:00
c078a51ebf Cleanup, copyright, etc. 2020-03-23 13:17:18 -07:00
fd6c1309e3 Adeed automatic posting of channel links to Twitter. 2020-03-23 12:25:59 -07:00
92576f9496 Implemented Rock Paper Scissors module in Kotlin. 2020-03-23 05:53:11 -07:00
c261c48931 Code format. 2020-03-18 18:26:55 -07:00
3a6d2d1071 Fixed logging messages. 2020-03-18 18:26:26 -07:00
fa2eb27a1a Changed Object to Element. (sonarcloud) 2020-03-18 18:24:03 -07:00
4aa8cc2df6 Prevent XML External Entities vulnerability in CurrenctyConverter module. 2020-03-18 15:47:51 -07:00
17aa4f4bd6 Cleanup. 2020-03-17 18:33:42 -07:00
93b40fae55 Keep Java 8 compatibility. 2020-03-17 18:33:28 -07:00
4877c7ab12 PMD fixes. 2020-02-10 23:46:37 -08:00
12a1655d3f Always output minutes in uptime(). 2020-02-10 23:45:08 -08:00
0c32333c75 Added uptime(). 2020-02-10 22:57:13 -08:00
e74b87d371 Now using StringUtils. 2020-02-10 22:52:07 -08:00
f9d86c3cf0 Cleanup. 2019-09-13 16:28:24 -07:00
ec8d4754e4 Changed validateJsonResponse() to getJsonResponse(). 2019-09-13 12:36:44 -07:00
d7e1cf9132 replace(string, string) to replace(char, char) [spotbugs] 2019-09-13 01:37:22 -07:00
4ccdcb95c3 Changed isValidJsonObjec()t to validateJsonResponse() 2019-09-13 01:24:56 -07:00
2166e166e8 Changed replaceAll() to replace() (sonarqube) 2019-09-13 01:23:48 -07:00
2775cca3aa Added keywords symbol lookup. 2019-09-13 01:01:17 -07:00
1cabb74eb8 Workaround for API change for invalid symbol. 2019-09-09 01:09:00 -07:00
65b61aa5a3 Added TellMessage tests. 2019-07-29 10:48:19 -07:00
34c7adddff Added country to invalid city ID search. 2019-07-28 23:13:47 -07:00
b8539a7295 Handled invalid city ID. 2019-07-28 15:58:00 -07:00
106accdcf5 FindBugs false positive suppression. 2019-07-28 15:57:28 -07:00
be9a146440 Added toString method. 2019-07-28 15:27:06 -07:00
19898d2c1c Code cleanup. 2019-05-27 00:08:05 -07:00
43e31ddf63 Added twitterNotification method. 2019-04-27 20:30:12 -07:00
8976686286 Temporarily using mobibot.mustache to fix CI until Semver 1.2.0 is out. 2019-04-27 03:52:14 -07:00
ad4701060d PMD cleanup. 2019-04-27 03:07:25 -07:00
7e16f1cb3f Used variable instead of repeat literal strings. (PMD) 2019-04-27 03:06:37 -07:00
f4afbcaaa5 Added locale. (PMD) 2019-04-27 03:04:40 -07:00
7f06e8b348 Made sure logger is enabled before logging errors/warnings. (PMD) 2019-04-27 03:02:52 -07:00