Skip to content

Releases: luphoria/graim

Release v1.2.3

18 Apr 00:59
Compare
Choose a tag to compare

v1.2.3 patches release 1.2.2 with a few patches.

Fixes

  • handle unhandled rejections
  • several crash handles
  • handle encoded URIs for MXIDs

Release v1.2.2

10 Aug 21:58
Compare
Choose a tag to compare

v1.2.2 patches release 1.2.1 with a few new additions and patches.

Additions

  • lint command. Simply run ;lint in any room/channel, and graim will report back any misconfigurations in your setup! (#17)
  • graim will automatically join every room in a space you invite it to!

Fixes

  • typos exterminated
  • deleteuser works as expected again
  • no longer crashes if supplied nonexistent channel
  • fixed parsing of Discord IDs, now that new IDs are 19 characters instead of 18 characters (#19)

Release v1.2.1

08 Jun 21:20
Compare
Choose a tag to compare

Additions

  • Logging room/channel (the bot can now log moderators' actions more visibly than in feed/audit log)!
    • To use the logging room, create a Discord channel and matrix room for the logging. Then, after making sure it is bridged and graim is invited, run the command setloggingroom. From then on, all moderator actions will be automatically logged! 🙂
  • You no longer need to be a matrix user to run adduser

Updates

  • whosent heavily improved
    • Thanks to a pull request from InfoWars, it now additionally searches by display name!
    • The sanitization is now much cleaner and should make almost any query no longer fail
  • You can now configure the log level in the console from default.yml
  • Much prettier and accurate text responses (i.e. using MentionPill for users mentioned)
  • You can now run lookupUser with a Discord snowflake ID

Fixes

Too many to list! Here are some highlights:

  • Fixed 2 crashes (kick.ts, ban.ts)
  • Fixed lookupUser when Discord ID includes a @mention
  • Fixed certain text parsing and other typos

v1.1.3 Patch Release

13 May 21:02
Compare
Choose a tag to compare

This version of graim includes one semi-major fix:

v1.1.2 patch release

11 May 23:44
Compare
Choose a tag to compare

v1.1.2 patches release 1.1.1 with a minor fix:

  • Fix crash in lock and unlock

v1.1.1 patch release

11 May 23:32
Compare
Choose a tag to compare

v1.1.1 patches release 1.1.0 with a few minor fixes:

  • Fix crashes in lock and unlock
  • Automagically sync db if it does not include core components

v1.1.0 release

11 May 23:20
Compare
Choose a tag to compare

Graim v1.1.0 is here, hooray!

New

  • clearstrikes (#4)
  • lock and unlock (#8)
  • bridgeroom and unbridgeroom (for lock and unlock, will also make other commands easier to implement in the future)

Fixed

TODO

  • Purge user messages (#3)
  • More receptiveness on non-fatal failed commands (#6)
  • Harden lock and unlock from potential crashes
  • More bug fixes!

Enjoy :)

v1.0.0 Release

06 May 14:55
db4ce05
Compare
Choose a tag to compare

This is the first "full" release of graim. It implements:

  • whosent
  • strike and clearstrikes
  • adduser and deleteuser

It fixes:

  • A lot of bugs
  • A few security issues

TODO:

  • harden deleteuser for better work (#7)
  • Purge user messages (#3)
  • Lock/unlock rooms (#8)
  • More bug fixes!

Enjoy :)

BETA v0.0.1 - Initial pre-release

27 Apr 00:24
50a32d2
Compare
Choose a tag to compare
Pre-release

This is the very first pre-release of graim! It implements:

  • ban
  • kick
  • mute
  • unban
  • unmute
  • userinfo
  • help
  • hello (testing command)

Please, please, please report any bugs you may find to our matrix or discord :)