Skip to content

Releases: Exenifix/AIAS

v1.3.6

28 Jul 09:19
7706a1e
Compare
Choose a tag to compare

Patches

v1.3.5: Merge pull request #57 from Exenifix/dependabot/pip/disnake-2.5.2

28 Jul 09:13
9c11b8a
Compare
Choose a tag to compare

Other Changes

  • 9c11b8a Merge pull request #57 from Exenifix/dependabot/pip/disnake-2.5.2

Bump disnake from 2.5.1 to 2.5.2

  • 9727f42 Bump disnake from 2.5.1 to 2.5.2

Bumps disnake from 2.5.1 to 2.5.2.


updated-dependencies:

  • dependency-name: disnake
    dependency-type: direct:production
    update-type: version-update:semver-patch
    ...

Signed-off-by: dependabot[bot] [email protected]

v1.3.4

26 Jul 09:53
41de230
Compare
Choose a tag to compare

Patches

  • 41de230 Added a weird quote englishmen use to the whitelist template
  • f162fe3 Dependencies update

v1.3.3

25 Jul 19:06
e07ad62
Compare
Choose a tag to compare

Patches

v1.3.2

25 Jul 16:48
d4e8391
Compare
Choose a tag to compare

Patches

  • d4e8391 [patch] Fixed whitelist blocking \n out

v1.3.1

25 Jul 16:24
4612934
Compare
Choose a tag to compare

Other Changes

  • 4612934 Set version to 1.0 in pyproject.toml for sake of cache
  • 301b624 The blacklisted expressions now get logged separately
  • 6cde1d8 Added autotag releaser
  • e731bf0 Added precommit
  • 51d06e8 Additional blacklist expression preprocessing + prevention from adding and empty string with ``/blacklist addmany` (closes #55)
  • f43264e The whitelist now ignores emojis
  • f550e4a Added --no-cache-dir to poetry (fixes #54)
  • 76b6678 exencolorlogs update
  • 471f3f1 Added additional permissions check for processing
  • 801d18b Removed links filter
  • 9a1b51a Made purge all below success message ephemeral
  • a249e6f Updated exencolorlogs
  • 7670cab Added images pruner
  • fffb1d0 Added delete_after kwarg for malicious link message
  • c0a034a Updated link regex
  • 9ffc8db Additional check to avoid bad links
  • 98cf8ad Removed unnecessary links extraction
  • aca6e87 Added debug log to find out the weird exceptions
  • 3659453 Link regex improve;
    Proper error handling for IPQS API
  • 8fe0ecc Updated README
  • 2db116b Implemented malicious links scanner
  • 4b747f1 Dependencies update
  • b9dee35 Fixed listrules giving weird error sometimes
  • 78b9f25 Using poetry now
  • 353b89f --build instruction so it doesn't always run the same thing
  • b2ddeed Removed unnecessary prune
  • 185b888 Using docker compose for running now

v1.3

12 Jun 13:28
0c2f547
Compare
Choose a tag to compare

New Commands

  • /autoslowmode addchannel
  • /autoslowmode removechannel

System

  • /retrain

Message

  • Purge all Below

New Features

  • ef238de autoslowmode (#18)
  • 67a6727 warning messages now get deleted after certain delay
  • 9c11a5b messages considered spam are added to the database for improving AI
  • d0d67c6 logging cooldowns so bot doesn't spam in logs
  • 1cb6167 ability to retrain the model at runtime (/retrain command)
  • 578d65b "messages processed" stat
  • 9f912ac welcome message that is sent on guild join
  • c8eec5e Purge all Below command
  • a1beb5f Delete and Warn will now ask if the deleted message was a spam one

Bugfixes

  • 1cee4d5 kb postfix added to model size in /stats
  • 19ed6d4 /validate now updates samples correctly (#50)
  • faf533e antiraid now works
  • c100867 stats order is constant now

Minor Improvements

  • c7cf484 ExenDLR for reading logs
  • b2fbb01 removed test_version kwarg from bot constructor and brought it out to TEST_VERSION env variable

Full Changelog: v1.2...v1.3

v1.2

22 May 09:53
7ac4a40
Compare
Choose a tag to compare

v.1.2

New Commands

/overwrite
/stats

Bugfixes

916b465 fixed AntiRaidProcessor.process() returning None and causing malfunction
04dfab0 moved log message to a right place (#41)
85608fb fixed samples not getting updated on "Overwrite"button press
da1bc3d "Untimeout" button now works correctly
bf025d1 bot will no longer apply timeout several times

Features

a12b148 logs reading for Actions
56ab1b0 stats
7ac4a40 /overwrite command

Full Changelog: v1.1...v1.2

v1.1

02 May 14:38
8007e8a
Compare
Choose a tag to compare

v1.1

An update bringing some bugfixes and beta antiraid feature

New Features

  • 0903676 bot now sends an embed to sys logs when joined/left guild
  • 2006673 easy "Not Spam" reports database overriding
  • d36adb2 top.gg stats updater
  • fc3e278 antiraid (#33)
  • 4b699a2 the processors were brought out for better readability

Bugfixes

What's Changed

Full Changelog: v1.0...v1.1-beta

v1.0

01 May 09:27
0cf763f
Compare
Choose a tag to compare

Description

First stable update

Changes

  • ffcc6af in-code versioning removed
  • f020cf4 bot will send "Missing Permissions" embed when unable to delete message (#17)
  • Bot is now ran with Docker

Bugfixes

  • 32f86ab edited messages now get processed (#14)
  • 6237e63 empty messages are no longer processed (#15)
  • 7906a2a "Not Spam" button works fine now(#16)
  • 31985ef empty preformatted expression prevention
  • 8bd3e5c protection against too long blocked messages (#19)

Suggestions implemented

Full Changelog: v1.0.1-beta...v1.0