|
d33210c594
|
Cleanup.
|
2020-12-08 14:29:51 -08:00 |
|
|
19894dce1f
|
Changed with(x) to x.apply
|
2020-12-08 12:29:47 -08:00 |
|
|
aaecc8a9b4
|
Added addons.help()
|
2020-12-08 12:17:38 -08:00 |
|
|
629e26b292
|
Cleanup.
|
2020-12-08 01:40:09 -08:00 |
|
|
e01de36909
|
Improved sendList()
|
2020-12-08 01:39:19 -08:00 |
|
|
7146bfcc60
|
Improved helpFormat()
|
2020-12-08 01:34:02 -08:00 |
|
|
a0530a8dc2
|
Cleanup.
|
2020-12-07 01:34:11 -08:00 |
|
|
f9edff4813
|
Added addons.exec() and addons.match() functions.
Converted TellMessagesMgr and EntriesMgr to objects.
|
2020-12-07 01:33:59 -08:00 |
|
|
1c2234a9a2
|
Added Debug command.
Converted Utils classes to objects.
|
2020-12-06 16:02:31 -08:00 |
|
|
250c52b7d5
|
Reverted Tell and Twitter initializations to the init stage.
|
2020-12-06 02:39:24 -08:00 |
|
|
5a831f2c7c
|
Switched to MutableList vs ArrayList whenever possible.
Made sure logging level is enabled before logging.
|
2020-12-06 01:49:02 -08:00 |
|
|
ece6ae98a0
|
Converted ArrayList to List (tokenizer, etc.) whenever possible.
|
2020-12-05 14:45:43 -08:00 |
|
|
5a669601da
|
Replace java string functions with kotlin's.
|
2020-12-04 23:39:58 -08:00 |
|
|
69441f7006
|
Converted Mobibot class to Kotlin.
|
2020-12-04 23:11:39 -08:00 |
|
|
92e703b68a
|
Convert Tell Message Manager to Kotlin.
|
2020-12-04 15:49:44 -08:00 |
|
|
8178744f85
|
Fixed typo.
|
2020-12-04 03:05:52 -08:00 |
|
|
0e8db3440f
|
Optimized Links Manager.
|
2020-12-04 01:44:16 -08:00 |
|
|
2d24f5fc97
|
Switched to buffered output stream for stdout/stderr.
|
2020-12-04 01:40:20 -08:00 |
|
|
7759e278e8
|
Converter Entry Links manipulation classes to Kotlin.
|
2020-12-02 22:57:25 -08:00 |
|
|
d83ce652e7
|
Cleanup.
|
2020-12-02 14:20:53 -08:00 |
|
|
9c1ab833da
|
Converted modules to Kotlin.
|
2020-12-02 01:48:19 -08:00 |
|
|
3bd66fb1c4
|
Cleanup.
|
2020-12-01 00:57:35 -08:00 |
|
|
70d99a028d
|
Added try-with-resources.
|
2020-08-04 15:06:56 -07:00 |
|
|
64d2328618
|
Added BitBucket and GitLab CIs.
More code cleanup.
|
2020-07-26 02:13:01 -07:00 |
|
|
aea73acce5
|
Reworked info command.
|
2020-07-21 17:57:58 -07:00 |
|
|
8b4b0d7dd1
|
Cleanup.
|
2020-07-11 18:32:57 -07:00 |
|
|
044f1b85b7
|
shutdown on autoPost only.
|
2020-07-11 18:32:30 -07:00 |
|
|
52c5e2dba7
|
Cleanup.
|
2020-06-20 20:21:56 -07:00 |
|
|
8f35d050df
|
Removed okhttp3 dependency, using Utils.readUrl() isntead.
|
2020-06-20 17:09:58 -07:00 |
|
|
875269f5a6
|
Added Utils.encodeUrl()
|
2020-06-20 11:09:21 -07:00 |
|
|
8d33ddc252
|
Fixed copyright.
|
2020-06-20 11:07:51 -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 |
|
|
6c394c373d
|
Fixed missing property initialization.
|
2020-05-10 21:25:06 -07:00 |
|
|
eecc2f093f
|
Fixed bug in setProperty where the wrong constant was used.
|
2020-05-01 22:57:17 -07:00 |
|
|
8bc04b0940
|
Renamed UrlMgr to LinksMgr.
|
2020-04-30 18:18:20 -07:00 |
|
|
725937bf61
|
Cleanup.
|
2020-04-29 11:52:28 -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 |
|
|
34636ea9f9
|
Added ChannelFeed command.
|
2020-04-27 23:18:30 -07:00 |
|
|
c9366d856f
|
Fixed title parsing.
|
2020-04-16 15:54:02 -07:00 |
|
|
fc35b6bfc8
|
Changed sendCommandsList to sendList.
|
2020-04-16 15:40:30 -07:00 |
|
|
b99a2f568e
|
Fixed defaultTags.
|
2020-04-01 20:00:51 -07:00 |
|
|
4048636696
|
Converted Message to Kotlin.
|
2020-04-01 17:38:22 -07:00 |
|
|
bde70343b7
|
Added toString()
|
2020-04-01 11:12:43 -07:00 |
|
|
2ffa5f29b9
|
Fix for Java 9 compatibility (isBlank)
|
2020-03-31 22:56:27 -07:00 |
|
|
e3cbc4e808
|
Cleanup.
|
2020-03-31 22:44:17 -07:00 |
|
|
df38680226
|
Tags are now set in lists.
|
2020-03-31 22:36:08 -07:00 |
|
|
2067a228aa
|
Fixed twitter autopost initialization (was too early.)
|
2020-03-31 22:35:34 -07:00 |
|