1
Fork 0
mirror of https://github.com/allthingslinux/tux.git synced 2024-10-03 00:53:12 +00:00
Commit graph

1249 commits

Author SHA1 Message Date
kzndotsh
3bb251d196 [Fix] constants.py 2024-03-30 13:25:33 -04:00
kzndotsh
6312c6e9ce [Fix] Staging/prod env issues 2024-03-30 13:21:49 -04:00
kzndotsh
9cb5b7b44a
Merge pull request #93 from allthingslinux/stop-ghostping-spam
[Events] dont send self ghost ping alerts
2024-03-30 12:40:51 -04:00
electron271
c916dadab4 stop ghostping spam 2024-03-30 11:34:52 -05:00
haie
68f6718c95 implemented /ban command and changed the reason argument to be optional 2024-03-30 19:32:50 +03:00
kzndotsh
f0fba5d5a7 [Feat] Add basic Info cog implementation 2024-03-30 08:58:15 -04:00
kzndotsh
5745be90d0
Merge pull request #91 from allthingslinux/electron271-patch-1
[Commands] fix ping role permissions
2024-03-30 05:57:07 -04:00
kzndotsh
a736ec7e6d [Fix] constants.py 2024-03-30 05:55:57 -04:00
kzndotsh
ade2af2629 [Feat] Add staging vs prod constants and env variables 2024-03-30 05:29:16 -04:00
haie
11994837fe added /kick command
fixed the ping command by removing unneeded role check
2024-03-30 04:54:36 +03:00
electron271
e680f02bdc [Fix] Linting and formatting via Ruff 2024-03-30 00:16:53 +00:00
electron271
eeba748e66
[Commands] fix ping role permissions 2024-03-29 19:16:34 -05:00
electron271
711d7f6c85 [Command] make it so ping command isnt restricted to fedora users 2024-03-29 19:15:28 -05:00
electron271
92083fb214 add console 2024-03-29 18:41:11 -05:00
electron271
d06c566880 begin simple embed standard 2024-03-29 18:24:53 -05:00
kzndotsh
b505b74f6e
Merge pull request #89 from allthingslinux/timestamp
[Events] add timestamp to ghost ping embed
2024-03-29 15:37:06 -04:00
electron271
531968ac5f add timestamp to ghost ping embed 2024-03-29 14:33:30 -05:00
kzndotsh
dc367148c2
Merge pull request #87 from allthingslinux/ghost-pings
[Events] Ghost ping notifier
2024-03-29 13:48:41 -04:00
kzndotsh
76a32d9ea4 [Docs] Update README.md 2024-03-29 13:00:20 -04:00
kzndotsh
c22c815730 [Fix] Temp VC base string 2024-03-29 12:22:24 -04:00
kzndotsh
fc9aa2edee [Fix] Temp VC cog to use base name variable 2024-03-29 12:19:50 -04:00
kzndotsh
36a12db0d5 [Feat] Add cog ignore list to constants and cog loader 2024-03-29 12:15:45 -04:00
kzndotsh
3c31ba4ac2 [Fix] role_count cog failing to use specific emojis 2024-03-29 12:04:27 -04:00
kzndotsh
b5b1c4ff1a [Fix] Minor fixes 2024-03-29 11:48:35 -04:00
kzndotsh
9ec6a54f7c [Infra] Add basic systemd service template 2024-03-29 11:44:14 -04:00
kzndotsh
6f2077436a [Refactor] Temp VC cog 2024-03-29 11:43:53 -04:00
kzndotsh
99e5ec3972 [Feat] Add TTY roles cog 2024-03-29 10:48:28 -04:00
kzndotsh
acf1429701
Merge pull request #88 from allthingslinux/stop-leaking-sentry
[Infra] stop leaking sentry url
2024-03-29 09:57:07 -04:00
electron271
f93a1dfaeb
Update main.py 2024-03-28 22:43:38 -05:00
electron271
910f4d7302 [Fix] Linting and formatting via Ruff 2024-03-29 03:33:16 +00:00
electron271
da3b1c384f stop leaking sentry url 2024-03-28 22:32:52 -05:00
electron271
be06cabfcd [Fix] Linting and formatting via Ruff 2024-03-29 02:05:26 +00:00
electron271
672579a7eb [Events] Ghost ping notifier
If a ghost ping is found it will send a message saying who sent it and who it pings.
2024-03-28 21:05:06 -05:00
kzndotsh
65fea2f8d2 [Docs] Update README.md 2024-03-28 04:16:41 -04:00
kzndotsh
81ee2a245e
[Docs] Update README.md 2024-03-28 03:57:00 -04:00
kzndotsh
bbcd7651b6
Merge pull request #86 from allthingslinux/readme
[DOC] improved readme
2024-03-28 03:52:35 -04:00
kzndotsh
6a2dbd7003 [Refactor] More major changes, replaced supabase client with prisma, added error handler concept 2024-03-28 01:20:05 -04:00
kzndotsh
772eae6a2d [Refactor] Major changes to dir structure, temp removal of permissions, added loguru, added some async libs, improve types, clean pyproject config 2024-03-27 16:16:33 -04:00
kzndotsh
70d728d3db [Deps] Remove requirements.txt to avoid confusion because of poetry/pyproject usage 2024-03-26 17:43:59 -04:00
kzndotsh
d98060e873 [Docs] Added CLI documentation for developer commands 2024-03-26 17:37:25 -04:00
kzndotsh
d39034e25a [Deps][CI/CD][Docs] Minor updates and fixes 2024-03-26 17:36:26 -04:00
kzndotsh
feb7d91c0d [Deps][Fix] Update ruff version to latest and pyproject tweaks 2024-03-25 01:10:40 -04:00
electron271
de55473892 [DOC] improved readme 2024-03-24 17:37:47 -05:00
kzndotsh
bf17e78ab2
Update dependency-review.yml 2024-03-24 18:06:23 -04:00
kzndotsh
11116bc6d7
Merge pull request #85 from allthingslinux/Alpha
[Merge] Alpha into Main
2024-03-24 16:26:22 -04:00
kzndotsh
3a040e5229
Merge branch 'main' into Alpha 2024-03-24 16:22:14 -04:00
kzndotsh
722a051910
Merge pull request #84 from allthingslinux/automated/package-updates-1711311177
Update Python packages
2024-03-24 16:16:38 -04:00
kzndotsh
f8d520a9cb
Merge pull request #83 from allthingslinux/kzndotsh-patch-1
Update linting.yml
2024-03-24 16:14:57 -04:00
kzndotsh
d74b65e210 Update Python packages 2024-03-24 20:12:57 +00:00
kzndotsh
2895bb94e4 [Fix] Linting and formatting via Ruff 2024-03-24 20:11:56 +00:00