RSS
Rev. Time Author
41f011e761d5 2020-06-25 19:17:33 alexa <alexa>

Add #sendUpdates for RssChecker

926ba2f98242 2020-06-25 18:52:26 alexa <alexa>

Start work at integrating RSS feed checking

cb86a8844d13 2020-06-24 12:22:41 alexa <alexa>

Fix version and license in shard.yml

9b39a1be28f5 v0.2.0 2020-06-24 09:33:12 alexa <alexa>

Add -:reload-msg-rules admin command.

* Message rules can now be safely reloaded
* Bump version to 0.2.0 since this is a new feature

699a68faa141 2020-06-24 09:22:26 alexa <alexa>

Bump rev in version

ff52baccea32 2020-06-24 09:21:59 alexa <alexa>

Fix text formatting

bdb7efa93885 2020-06-24 09:21:49 alexa <alexa>

Add regex matching for message rules

2ff5be32fa92 2020-06-22 15:57:16 alexa <alexa>

Format with %e if the conversion is less than 0.001

f6b7f66b17e5 2020-06-22 15:25:37 alexa <alexa>

Start implementation of simple rule-based message responses

b4f539ba2ac0 2020-06-22 14:43:08 alexa <alexa>

Make the output of !rate just a bit more human

7ae696d36817 2020-06-22 14:24:34 alexa <alexa>

Improve longHelp messages

ab88eb76a6af 2020-06-22 14:16:34 alexa <alexa>

Split message arguments better

49564e853636 2020-06-22 14:13:16 alexa <alexa>

Add new conversion units: parsecs, degrees, radians, liters, gallons, pints

abfe7a9ddedc v0.1.0 2020-06-21 17:45:23 alexa <alexa>

Implement admin command dispatching. The only admin command right now is -:help

5a922bfff855 2020-06-21 17:45:00 alexa <alexa>

Change !fortune format again

382912a35c25 2020-06-21 17:44:10 alexa <alexa>

Uppercase database name

abed83142a47 2020-06-21 16:43:36 alexa <alexa>

Send history updates to the proper log channel in the proper guild

4497e2b5cd7a 2020-06-21 16:43:10 alexa <alexa>

List !help and !about in !help output

87966e117a8c 2020-06-21 16:42:48 alexa <alexa>

Add an empty CommandDispatcher.dispatchAdmin(), and Monika.getChannelGuild()

5d9fb973fb24 2020-06-19 10:45:08 alexa <alexa>

Change the casing on a message

cb4d601e7c73 2020-06-18 21:18:33 alexa <alexa>

Add a few more commands and checks

427b63b14b5a 2020-06-18 20:05:23 alexa <alexa>

Added !rate

f06627f85a78 2020-06-18 16:45:17 alexa <alexa>

Easter egg

3c3a7e25f939 2020-06-18 16:40:11 alexa <alexa>

Add a check for !factor

c98581fa265c 2020-06-18 16:25:23 alexa <alexa>

Added Monika.runProgram() and new commands.

* runProgram() fixes an injection bug in some of the old code.
* Implemented !rev
* Implemented !factor
* Implemented !cal

daa7cb1f97d2 2020-06-18 15:25:47 alexa <alexa>

Add and implement the !ascii command

1f2ba7ea3300 2020-06-18 15:25:36 alexa <alexa>

Add TODO for later

1a7616768e5a 2020-06-18 14:41:40 alexa <alexa>

Be sure to send the help when using !help !remind

3a4f9189a512 2020-06-18 14:39:02 alexa <alexa>

Fix typo

1d16166c54fd 2020-06-18 14:38:49 alexa <alexa>

Partially implement !forecast (but leave it disabled)

Until I figure out a good way to get forecast data, this isn't really
usable. OWM's 5 day/3 hour forecast API gives you five days of
forecast data, split up into three hour blocks. Unfortunately,
timezones are complicating this, leading to invalid calculations.

I either need to solve the timezone problem, or find another API.
Until then, it's disabled.

Show on old repository browser