Releases: Exenifix/AIAS
Releases · Exenifix/AIAS
v1.3.6
v1.3.5: Merge pull request #57 from Exenifix/dependabot/pip/disnake-2.5.2
Other Changes
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
v1.3.3
v1.3.2
v1.3.1
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
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 toTEST_VERSION
env variable
Full Changelog: v1.2...v1.3
v1.2
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
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
- 6cebfa9 DM channels are now ignored (#31)
- 8c8bdfd data correction algorithm no. 5 fixed (#30)
- 1aeb42f
NotFound
is now handled (#32)
What's Changed
Full Changelog: v1.0...v1.1-beta
v1.0
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