Skip to content

Releases: CactusDev/CactusBot

v0.4

04 Mar 21:09
Compare
Choose a tag to compare

Added

Fixed

  • Repeat system

Changed

  • Every single line of code
  • !config command (documentation)
  • Made all variables %UPPERCASE%
    • "targets" renamed to "variables"
  • !friend command renamed to !trust

Removed

  • v0.3 nonsense™
  • !test command

CactusBot v0.3.6

01 Oct 19:42
Compare
Choose a tag to compare

Fixed

  • Friend command (finally, it's 100% now)

Added

  • Constellation support

Removed

  • Liveloading

CactusBot v0.3.5

03 Sep 03:25
Compare
Choose a tag to compare

This is the last release of v0.3.

Fixed:

  • !friend command.
  • WebSocket reconnections.
  • Bot deleting its own links.

Removed:

  • Unused statistics.

CactusBot v0.3.4

01 Aug 02:44
Compare
Choose a tag to compare

CactusBot v0.3.3

21 Jul 20:14
Compare
Choose a tag to compare

Added:

  • Documentation is now packaged with the bot.

Fixed:

  • Repeat command.
  • Cube command crashing without arguments.
  • Social command.

CactusBot v0.3.2

17 Jul 02:22
Compare
Choose a tag to compare

Added:

  • Loading users that were in the channel before the bot started into the database.
  • Alerts for hosting.

Changed:

  • silent mode is now quiet.

Fixed:

  • Chat connections now use an exponential backoff so that we don't spam connections when a server goes down.
  • Connecting to liveloading now only occurs once.
  • Users being able to spam follow alerts.
  • Bot crashes from running the spamprot command on it's own.
  • Friend command now can have the @ symbol in it.

CactusBot v0.3.1

10 Apr 19:47
Compare
Choose a tag to compare

Added:

  • basic !uptime command
  • multiple message responses via \n
  • beam as a working !social argument

Changed:

  • command prefix limit to one

Fixed:

  • ghost database columns
  • autoreload conditions
  • repeat crash on command removal
  • whispered responses
  • message removal

CactusBot v0.3

10 Apr 04:57
Compare
Choose a tag to compare

Added:

  • repeating commands
  • follower and subscriber notifications
  • user permissions for custom commands
  • command line arguments silent and debug

Changed:

  • replaced asyncio with tornado

Fixed:

  • reconnection spam and random downtime
  • emote cubing

CactusBot v0.2.1

28 Mar 03:31
Compare
Choose a tag to compare
  • fix !spamprot command
  • disable stats temporarily
  • move autorestart to config.json

CactusBot v0.2

27 Mar 08:36
Compare
Choose a tag to compare

Added:

  • command permissions
  • spam protection

Changed:

  • config organization
  • file handling