Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · master
explobot
Browse files
Jul 17, 2025
Add missing MAL media types and guard against crashes with unknown media types
· 6f16c1cd
Explo
authored
Jul 17, 2025
6f16c1cd
Jun 23, 2025
Dev
· 751a7a44
Explo
authored
Jun 23, 2025
751a7a44
Update deps
· 98543559
Explo
authored
Jun 23, 2025
98543559
Dec 30, 2024
Release v2.6.3 with Python 3.12 docker images
· 32a54363
Explo
authored
Dec 30, 2024
View commits for tag v2.6.3
v2.6.3
32a54363
Try to hotfix docker build
· 4e5163f0
Explo
authored
Dec 30, 2024
View commits for tag v2.6.2
v2.6.2
4e5163f0
Release v2.6.2 (and fix previous release date in CHANGELOG)
· e723dc76
Explo
authored
Dec 30, 2024
e723dc76
Update dependencies
· 80eaa0f3
Explo
authored
Dec 30, 2024
80eaa0f3
Add !mute and !tempmute aliases to !timeout
· 08016d65
Explo
authored
Dec 30, 2024
08016d65
Jul 13, 2024
Restructure example config to be more minimal
· 09afc968
Explo
authored
Jul 14, 2024
09afc968
Jul 03, 2024
Add missing return
· a0c9fcf9
Explo
authored
Jul 03, 2024
a0c9fcf9
May 12, 2024
Remove old wordlist license files
· ff8f6634
Explo
authored
May 12, 2024
ff8f6634
Update license info in README
· 852d514e
Explo
authored
May 12, 2024
852d514e
May 11, 2024
Stop processing Twitch stream live event if data is incomplete (probably never happens)
· 3c14db33
Explo
authored
May 11, 2024
3c14db33
May 09, 2024
Comment !sync so that I remember what it does xd
· e33326ff
Explo
authored
May 09, 2024
e33326ff
Make slash commands (/tag and /ban) guild-only
· 719aa30e
Explo
authored
May 09, 2024
719aa30e
Escape special characters in ilike
· b41bff4c
Explo
authored
May 09, 2024
b41bff4c
May 04, 2024
Dev
· 2c5bd78e
Explo
authored
May 04, 2024
2c5bd78e
Release v2.6.1
· be1b28dc
Explo
authored
May 04, 2024
View commits for tag v2.6.1
v2.6.1
be1b28dc
Do not specify patch version in Dockerfiles, the latest version of Python 3.11 should be fine
· 3f2c6346
Explo
authored
May 04, 2024
3f2c6346
Make bot difficulty visible in tictactoe messages
· fccb5720
Explo
authored
May 04, 2024
fccb5720
May 02, 2024
Switch to AGPLv3
· 29d700ec
Explo
authored
May 02, 2024
29d700ec
Change docker-compose.yml to pull from Docker Hub
· 8fb185ee
Explo
authored
May 02, 2024
8fb185ee
Update README for Docker Hub
· db14a767
Explo
authored
May 02, 2024
db14a767
Fix docker login
· 949308b1
Explo
authored
May 02, 2024
949308b1
Try to move to Docker Hub
· a174cb7a
Explo
authored
May 02, 2024
a174cb7a
May 01, 2024
Add missing return to azure deepfake commands
· d641ed26
Explo
authored
May 01, 2024
d641ed26
Apr 30, 2024
Add setuptools as a requirement, the requirements.txt parser seems to need it
· 072532fe
Explo
authored
Apr 30, 2024
072532fe
"Fix" tag autocomplete sometimes not showing due to too long tag names
· 8b42a0ca
Explo
authored
Apr 30, 2024
8b42a0ca
Fix typo, back to dev
· 0cda6fab
Explo
authored
Apr 30, 2024
0cda6fab
Release v2.6.0
· d3a84959
Explo
authored
Apr 30, 2024
View commits for tag v2.6.0
v2.6.0
d3a84959
Merge branch '94-add-tic-tac-toe' into 'master'
· 46ecf1b5
Explo
authored
Apr 30, 2024
46ecf1b5
Update changelog
· c6d45de6
Explo
authored
Apr 30, 2024
c6d45de6
Refactor minimax, add a bit of randomness to the minimax player by choosing...
· 4241132b
Explo
authored
Apr 30, 2024
4241132b
Implement difficulty selection
· 22cfebac
Explo
authored
Apr 30, 2024
22cfebac
Implement minimax (perfect bot player)
· 6c868e8c
Explo
authored
Apr 30, 2024
6c868e8c
Greatly simplify Tic-Tac-Toe algorithm by using a one-dimensional board
· 09df6528
Explo
authored
Apr 29, 2024
09df6528
Fix missing mention
· b98b0174
Explo
authored
Apr 29, 2024
b98b0174
Some additional checks
· 74af74d1
Explo
authored
Jan 04, 2024
74af74d1
Improve bot algorithm, add better strings for game progress
· 351e9c7a
Explo
authored
Jan 01, 2024
351e9c7a
Make TicTacToe work, add basic bot player (random choice)
· 092cbeef
Explo
authored
Dec 30, 2023
092cbeef
Loading