|
c88be2b4e5
|
JDK 11 min requirements because of LTS.
|
2020-06-19 18:36:15 -07:00 |
|
|
b729eb2729
|
Moved Pinboard to kotlin and added tests.
|
2020-06-19 14:19:23 -07:00 |
|
|
d6a85ef4af
|
Cleaned up msg.
|
2020-06-13 03:27:50 -07:00 |
|
|
1a5ae72d6e
|
Added urlReader() method.
|
2020-04-29 11:52:03 -07:00 |
|
|
5c3b2074ba
|
Added Addons to handle adding commands & modules and related properties.
Commands now have their own properties and are initialized with the bot instance.
|
2020-04-28 21:01:18 -07:00 |
|
|
aba2633dc4
|
Cleanup.
|
2020-04-27 23:19:16 -07:00 |
|
|
4048636696
|
Converted Message to Kotlin.
|
2020-04-01 17:38:22 -07:00 |
|
|
df38680226
|
Tags are now set in lists.
|
2020-03-31 22:36:08 -07:00 |
|
|
cfdbfca0a2
|
Using StringUtils upper/lowerCase().
|
2020-03-30 18:00:57 -07:00 |
|
|
1035f5ba05
|
Updated tests.
|
2020-03-30 15:42:07 -07:00 |
|
|
4b95b0bbe2
|
Version 0.8 starts.
|
2020-03-28 11:31:52 -07:00 |
|
|
5bf6901ce2
|
Reworked using enum class.
|
2020-03-24 17:43:48 -07:00 |
|
|
c078a51ebf
|
Cleanup, copyright, etc.
|
2020-03-23 13:17:18 -07:00 |
|
|
92576f9496
|
Implemented Rock Paper Scissors module in Kotlin.
|
2020-03-23 05:53:11 -07:00 |
|
|
acc7c42112
|
Updated dependencides for Java 14.
|
2020-03-18 15:25:41 -07:00 |
|
|
4877c7ab12
|
PMD fixes.
|
2020-02-10 23:46:37 -08:00 |
|
|
fffc51ca15
|
Sanitized error messages.
|
2020-02-10 23:01:50 -08:00 |
|
|
0c32333c75
|
Added uptime().
|
2020-02-10 22:57:13 -08:00 |
|
|
d7e1cf9132
|
replace(string, string) to replace(char, char) [spotbugs]
|
2019-09-13 01:37:22 -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 |
|
|
349ed0e671
|
Cleanup.
|
2019-07-29 11:32:50 -07:00 |
|
|
167670c86e
|
Cleanup.
|
2019-07-29 11:19:08 -07:00 |
|
|
0e04a40a76
|
Cleanup tests.
|
2019-07-29 10:50:09 -07:00 |
|
|
65dcbcc4e3
|
Reworked exception testing.
|
2019-07-29 10:49:19 -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 |
|
|
bc4399f798
|
Added private constructor (PMD)
|
2019-04-27 02:51:06 -07:00 |
|
|
1d7f8eb86b
|
Added default locale (PMD)
|
2019-04-27 02:50:47 -07:00 |
|
|
bd9bb8d47e
|
Suppress Warnings (PMD)
|
2019-04-27 02:43:16 -07:00 |
|
|
be0c1c4cd4
|
Repeat string to variables (PMD)
|
2019-04-27 02:37:45 -07:00 |
|
|
bb23d7e79d
|
Using List instead of ArrayList (PMD)
|
2019-04-27 02:37:21 -07:00 |
|
|
7ff30c1ce8
|
spotbugs cleanups.
|
2019-04-20 05:20:42 -07:00 |
|
|
f38f9ce74e
|
Added tests for EntryLink.
|
2019-04-19 22:56:33 -07:00 |
|
|
8e8e530181
|
Cleanup.
|
2019-04-19 21:02:54 -07:00 |
|
|
8f408d1f46
|
Added twitter notification on join.
|
2019-04-19 21:02:01 -07:00 |
|
|
64ffd95aba
|
Checkstyle fixes.
|
2019-04-17 00:23:02 -07:00 |
|
|
316061e69b
|
Renamed.
|
2019-04-14 19:04:41 -07:00 |
|
|
8bbeb8d7c8
|
Better query parameters handling in getSanitizedMessage().
|
2019-04-14 19:04:11 -07:00 |
|
|
76e7651f7c
|
Improved tests.
|
2019-04-09 15:59:13 -07:00 |
|
|
bdf0ca3006
|
Reworked and added test.
|
2019-04-09 15:56:21 -07:00 |
|
|
3a2954b2cf
|
Reworked and added tests.
|
2019-04-09 15:55:02 -07:00 |
|
|
2d5fc4c0cb
|
Improved tests.
|
2019-04-09 02:33:07 -07:00 |
|
|
799cf697d4
|
Implemented GoogleSearch tests.
|
2019-04-09 02:32:40 -07:00 |
|
|
8843d2cfa6
|
Implemented tests for ModuleException.
|
2019-04-09 02:32:15 -07:00 |
|
|
43ba8e3774
|
Implemented LocalProperties for testing.
|
2019-04-09 02:31:47 -07:00 |
|
|
1ea99bc622
|
Added TestNG config.
|
2019-04-09 02:20:20 -07:00 |
|
|
7085f3a294
|
Renamed PrivateMessage to NoticeMessage.
|
2019-04-08 09:54:15 -07:00 |
|