Commit Graph

112 Commits

Author SHA1 Message Date
West14 8f18ff4f18 [quote] Fix possible null-reference. 2022-01-21 14:28:33 +02:00
West14 f944d0731a [quote] Remove unused "using" directives. 2022-01-21 14:23:05 +02:00
West14 a9d284dc9d [quote] Code cleanup. 2022-01-21 14:18:56 +02:00
West14 7cd1a295bb [quote] Crappy chat quote implementation. 2022-01-21 00:10:27 +02:00
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
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 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 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
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 68deb1ec8b Add cooldown for animation replies. 2022-01-03 15:28:00 +02:00
West14 3261d613d0 Yet another attempt to fix case insensitive matching. 2022-01-03 15:17:11 +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
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 8d3e24295b Move fun commands to separate module. 2022-01-02 21:56:14 +02:00
West14 1d46b1e380 Fix bot punishements. 2021-12-29 14:51:49 +02:00
West14 a78851e7f5 Refactor bayan. 2021-12-29 02:06:53 +02:00
West14 e77ef7a9bd Fix bayan reply to bot. 2021-12-29 01:32:14 +02:00
West14 ae5d8ade8c Animation trigger refactoring. BAYAN. 2021-12-29 00:57:37 +02:00
West14 df11e1d327 Add python trigger. 2021-12-29 00:22:16 +02:00
West14 8829e526f9 Fix unwarn, when warn count is 0. 2021-12-28 21:03:58 +02:00
West14 0112aea634 Reputation managment. 2021-12-28 21:00:23 +02:00
West14 b91d6cfdb5 Whois command. Some refactorings. 2021-12-27 22:53:20 +02:00
CrazyHackGUT 1096d2f72a Merge remote-tracking branch 'origin/feature/warns-net5' into feature/new-dotnet-5 2021-12-26 17:41:33 +04:00
West14 7b37e2f35d Add ChatManagement commands. Drop appsettings from version control. 2021-12-26 15:40:14 +02:00
CrazyHackGUT 756af71f15 Update EF 2021-12-26 17:06:47 +04:00
West14 685caf52b7 Merge remote-tracking branch 'origin/feature/new-dotnet-5' into feature/warns-net5 2021-12-26 13:15:15 +02:00
West14 df374e0b35 ChatManagement module. 2021-12-26 13:15:07 +02:00
CrazyHackGUT 4807296992 Fix assembly name in D2 Xur module 2021-12-25 22:15:36 +04:00
CrazyHackGUT 1b3a4786bf Fixes for multiple handlers 2021-12-25 20:08:40 +04:00
West14 e1c404c660 Update to new Telegram.Bot. 2021-12-25 16:41:17 +02:00
West14 de08c74a5d Update target framework to .NET 5 & telegram-bot-framework. Update bot codebase to use the new framework API. 2021-12-25 15:17:23 +02:00
CrazyHackGUT 73ed1d88a9 Use the new version of TelegramBotFramework 2021-12-22 01:27:56 +04:00
Kruzya c68fe7be37 Update Post.cs 2021-10-21 10:26:31 +04:00