Commit Graph

299 Commits

Author SHA1 Message Date
West14 5513d0b62b [whois] Remove unused import. Fix .gitignore. Do no fetch chatmember info, if custom status is set. 2022-01-20 15:00:34 +02:00
West14 a8c02184e9 [whois] Add chatmember status to output. Update .gitignore. 2022-01-20 14:28:26 +02:00
West14 b1876edf13 [rules] Fix permission check on setrules. 2022-01-18 21:59:26 +02:00
West14 1444e3282f [rules] Throw exception on API request error. 2022-01-18 21:50:54 +02:00
Kruzya 6dbb78f86d Merge pull request #3 from CrazyHackGUT/feature/rules
/rules & /setrules commands
2022-01-18 22:42:29 +03:00
West14 eb42b5b22b Remove entity formatter. 2022-01-18 21:38:22 +02:00
West14 ffbb9dfee8 [rules] Implement /rules and /setrules. DIsable build of arm images. 2022-01-18 21:36:47 +02:00
West14 9d2b0e5374 [rules] Upload missing changes. 2022-01-18 20:41:02 +02:00
West14 3e83488ddd [rules] Start work on rules command. 2022-01-18 20:34:21 +02:00
West14 5555d73673 Change logging formatter name to "Simple" in Dockerfile. 2022-01-10 13:59:01 +02:00
Kruzya 611b277a5b Merge pull request #2 from CrazyHackGUT/net6
.NET 6 Migration
2022-01-10 10:35:18 +03:00
West14 a9deb52953 Remove separate Dockerfiles. 2022-01-10 01:16:46 +02:00
West14 dbd4b73a32 [ci] fix runtime image name 2022-01-10 01:05:02 +02:00
West14 3dbd5e261f [ci] fix Dockerfile name in worklflow 2022-01-10 01:02:43 +02:00
West14 ceb9825f29 [ci] Multiarch build. Fix dockerfile. 2022-01-10 01:01:38 +02:00
West14 938a918815 [ci] fix workflow 2022-01-10 00:51:08 +02:00
West14 9c291892cd Bump to .NET 6. Add arm64 image build. Use short commit hash on image tag. 2022-01-10 00:50:05 +02:00
West14 60f6a639b6 Fix null reference. 2022-01-07 22:30:28 +02:00
West14 31a371b034 Change reputation counting algo. 2022-01-07 22:25:26 +02:00
West14 ad13577541 Change superuser command log category. Fix cooldowns command. 2022-01-07 15:46:04 +02:00
West14 740527d827 Assorted improvements.
- Add UserService.
- Add "setrep" command.
- Rename confusing methods and variables in AbstractAnimationHandler.
- Change Bayan cooldown to Zero.
- Add crappy "cooldowns" command.
2022-01-04 17:45:06 +02:00
CrazyHackGUT 8717ef9db9 Fix permission check in UserGroupTag 2022-01-03 23:37:29 +03:00
CrazyHackGUT b35a70ff8c Fix assembly name for UserGroupTag, add perm check 2022-01-03 23:35:20 +03:00
CrazyHackGUT 7aabe41ca8 Add UserGroupTag to Dockerfile 2022-01-03 23:29:32 +03:00
CrazyHackGUT deeeb10ab9 Merge branch 'feature/usergrouptag' into dev 2022-01-03 23:26:40 +03:00
CrazyHackGUT cf34fcd89a Cache info about users, cleanup for module 2022-01-03 23:25:20 +03:00
West14 0c943300bb Fix fun commands can block handler chain execution. 2022-01-03 22:14:59 +02:00
West14 64a4a1fabb Add UserGroupTag module. 2022-01-03 22:13:44 +02:00
West14 9f108d5021 Add JavaScript GIF response. Change cooldown. 2022-01-03 20:58:26 +02:00
CrazyHackGUT 6320b803df ICU support 2022-01-03 20:52:44 +03:00
West14 5678de8531 Log animation handler triggers. 2022-01-03 19:22:03 +02:00
West14 f9bfc88c25 Add cooldown logging. 2022-01-03 15:55:42 +02:00
West14 36af127845 Put mesage text to lower case when matching animations. 2022-01-03 15:32:40 +02:00
West14 4dd2d4b5de Merge branch 'dev' of https://github.com/CrazyHackGUT/telegram-bot into dev 2022-01-03 15:28:10 +02:00
West14 68deb1ec8b Add cooldown for animation replies. 2022-01-03 15:28:00 +02:00
CrazyHackGUT 1e07a47904 Setup additional locales for our Alpine base image 2022-01-03 16:26:03 +03:00
West14 3261d613d0 Yet another attempt to fix case insensitive matching. 2022-01-03 15:17:11 +02:00
West14 e5d3d7d15d Attempt to fix case insensitive matching. 2022-01-03 15:08:14 +02:00
West14 b99614868b Assorted improvements.
- Move BotExtension to Core.
- Update BotFramework
- Fix Fun commands.
- Remove ChatManagement dependency from Entertainment.
2022-01-03 14:58:53 +02:00
CrazyHackGUT fad01168aa Update README 2022-01-03 01:09:44 +03:00
West14 c09b6d938a Remove json deletion from Dockerfile. 2022-01-02 22:13:11 +02:00
West14 d145aced57 Remove pdb's and json's on build. Remove EnsureLoaded call from Entertainment module. 2022-01-02 22:10:08 +02:00
West14 b6e622161b Fix Dockerfile to work in sh. 2022-01-02 22:05:31 +02:00
West14 8d3e24295b Move fun commands to separate module. 2022-01-02 21:56:14 +02:00
West14 d2077df114 Merge branch 'feature/reputation' into dev 2022-01-01 00:48:01 +02:00
CrazyHackGUT c5e35a2ec5 Support module dependencies from non-app directory 2021-12-30 23:42:41 +04:00
Kruzya f99d858994 Merge pull request #1 from West14/dev
Setup GitHub Actions
2021-12-30 23:02:02 +04:00
West14 408c678e31 [ci] Add job name to workflow. 2021-12-29 17:27:23 +02:00
West14 f20dc2d089 Update workflow 2021-12-29 17:21:25 +02:00
West14 4d8c7b3fa6 Setup Docker image build in Actions. 2021-12-29 16:37:25 +02:00