Skip to content

Releases: jspc-bots/cron

Bugfix

22 Jun 23:58
a69fc20
Compare
Choose a tag to compare

Prior to this, any job which needed the values {{ .Time }} and {{ .Date }} would frequently get the wrong values.

This is because we computed this values once, when the bot started up, and then never updated them. The data and time reflected the date and time the bot was started, and not the date and time when a scheduled task was to run

Bugfix

21 Jun 23:18
2b1304c
Compare
Choose a tag to compare

Prior to this, any job which needed the values {{ .Time }} and {{ .Date }} would frequently get the wrong values.

This is because we computed this values once, when the bot started up, and then never updated them. The data and time reflected the date and time the bot was started, and not the date and time when a scheduled task was to run

Remove stupid, half-cut, shit motd

21 Jun 08:06
f0fbd13
Compare
Choose a tag to compare
Revert "Do a big ol' banner every morning"

This was a half-cut commit. What was I even thinking? It's shit.

It's a total hack, too- it doesn't even show up in the commands list-
I even had to hack around displaying commands because it was so ill
thought out.

Instead, I've created a noddy little bot that prints an MOTD. Same
effect, and without compromising this project with a hidden command.

This reverts commit 29a3bfcbecc99a2ad3137bc6cf1d0ef079c26f72.

Rehome

21 Jun 02:42
cf17524
Compare
Choose a tag to compare
v1.2.0

Update name, bottom to new org

v1.1.1

20 Jun 13:35
96e995c
Compare
Choose a tag to compare
Only show jobs

Draw some ascii art

20 Jun 13:31
29a3bfc
Compare
Choose a tag to compare

This is totally needless and probably ruins the whole thing

Bugfix

20 Jun 10:55
662a431
Compare
Choose a tag to compare

Some events were not being loaded from disk :/

Bugfix

20 Jun 03:29
00ed216
Compare
Choose a tag to compare

Ensure the correct timezone is used in template values.

Initial, stable version

20 Jun 03:04
c8cf16f
Compare
Choose a tag to compare

Includes:

  1. Clean and tidy table showing set schedules
  2. An allow list to enable users to add new schedules
  3. Ability to query/ add schedules in a private chat (There's still a global schedule table)