This repository was archived by the owner on Jan 1, 2022. It is now read-only.
File tree
147 files changed
+0
-0
lines changed- docs
- wiki
- deployment
- games
- quick-start
- sample
- Quickstart.AspNet45
- App_Start
- Controllers
- Properties
- Quickstart.AspNetCore
- Extensions
- Handlers
- Commands
- Options
- Properties
- Services
- Quickstart.Net45
- Handlers
- Commands
- Properties
- Services
- SimpleInjector
- SampleBots
- Bots
- EchoBot
- GreeterBot
- Properties
- SampleEchoBot
- Data
- Properties
- SampleGames
- Bots/CrazyCircle
- Properties
- wwwroot
- CrazyCircleBot/Games/CrazyCircle
- assets
- scripts
- libs
- styles
- scripts
- build
- deploy
- test
- src/Telegram.Bot.Framework
- ASP.NET Core
- Abstractions
- Extensions
- Update Pipeline
- test
- UnitTests.Net45
- Properties
- UnitTests.NetCore
- Commands
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
147 files changed
+0
-0
lines changedDiff for: .appveyor.yml
100644
100755
File mode changed.
Diff for: .dockerignore
100644
100755
File mode changed.
Diff for: .gitattributes
100644
100755
File mode changed.
Diff for: .gitignore
100644
100755
File mode changed.
Diff for: .travis.yml
100644
100755
File mode changed.
Diff for: Dockerfile
100644
100755
File mode changed.
Diff for: LICENSE
100644
100755
File mode changed.
Diff for: README.md
100644
100755
File mode changed.
Diff for: Telegram.Bot.Framework.Net45.sln
100644
100755
File mode changed.
Diff for: Telegram.Bot.Framework.NetCore.sln
100644
100755
File mode changed.
Diff for: Telegram.Bot.Framework.sln
100644
100755
File mode changed.
Diff for: docs/icon.png
100644
100755
File mode changed.
Diff for: docs/wiki/README.md
100644
100755
File mode changed.
Diff for: docs/wiki/deployment/docker-letsencrypt.md
100644
100755
File mode changed.
Diff for: docs/wiki/deployment/ubuntu-nginx-selfsigned.md
100644
100755
File mode changed.
Diff for: docs/wiki/deployment/ubuntu-nginx.md
100644
100755
File mode changed.
Diff for: docs/wiki/games/games-in-telegram.md
100644
100755
File mode changed.
Diff for: docs/wiki/quick-start/crazy-circle-game.md
100644
100755
File mode changed.
Diff for: docs/wiki/quick-start/echo-bot.md
100644
100755
File mode changed.
Diff for: sample/Quickstart.AspNet45/App_Start/WebApiConfig.cs
100644
100755
File mode changed.
Diff for: sample/Quickstart.AspNet45/Controllers/WebhookController.cs
100644
100755
File mode changed.
Diff for: sample/Quickstart.AspNet45/Global.asax
100644
100755
File mode changed.
Diff for: sample/Quickstart.AspNet45/Global.asax.cs
100644
100755
File mode changed.
Diff for: sample/Quickstart.AspNet45/Properties/AssemblyInfo.cs
100644
100755
File mode changed.
Diff for: sample/Quickstart.AspNet45/Quickstart.AspNet45.csproj
100644
100755
File mode changed.
Diff for: sample/Quickstart.AspNet45/Web.Debug.config
100644
100755
File mode changed.
Diff for: sample/Quickstart.AspNet45/Web.Release.config
100644
100755
File mode changed.
Diff for: sample/Quickstart.AspNet45/Web.config
100644
100755
File mode changed.
Diff for: sample/Quickstart.AspNet45/packages.config
100644
100755
File mode changed.
Diff for: sample/Quickstart.AspNetCore/EchoBot.cs
100644
100755
File mode changed.
Diff for: sample/Quickstart.AspNetCore/Extensions/AppStartupExtensions.cs
100644
100755
File mode changed.
Diff for: sample/Quickstart.AspNetCore/Handlers/CallbackQueryHandler.cs
100644
100755
File mode changed.
Diff for: sample/Quickstart.AspNetCore/Handlers/Commands/PingCommand.cs
100644
100755
File mode changed.
Diff for: sample/Quickstart.AspNetCore/Handlers/Commands/StartCommand.cs
100644
100755
File mode changed.
Diff for: sample/Quickstart.AspNetCore/Handlers/ExceptionHandler.cs
100644
100755
File mode changed.
Diff for: sample/Quickstart.AspNetCore/Handlers/StickerHandler.cs
100644
100755
File mode changed.
Diff for: sample/Quickstart.AspNetCore/Handlers/TextEchoer.cs
100644
100755
File mode changed.
Diff for: sample/Quickstart.AspNetCore/Handlers/UpdateMembersList.cs
100644
100755
File mode changed.
Diff for: sample/Quickstart.AspNetCore/Handlers/WeatherReporter.cs
100644
100755
File mode changed.
Diff for: sample/Quickstart.AspNetCore/Handlers/WebhookLogger.cs
100644
100755
File mode changed.
Diff for: sample/Quickstart.AspNetCore/Options/CustomBotOptions.cs
100644
100755
File mode changed.
Diff for: sample/Quickstart.AspNetCore/Program.cs
100644
100755
File mode changed.
Diff for: sample/Quickstart.AspNetCore/Properties/launchSettings.json
100644
100755
File mode changed.
Diff for: sample/Quickstart.AspNetCore/Quickstart.AspNetCore.csproj
100644
100755
File mode changed.
Diff for: sample/Quickstart.AspNetCore/Services/BotServiceProvider.cs
100644
100755
File mode changed.
Diff for: sample/Quickstart.AspNetCore/Services/CurrentWeather.cs
100644
100755
File mode changed.
Diff for: sample/Quickstart.AspNetCore/Services/IWeatherService.cs
100644
100755
File mode changed.
Diff for: sample/Quickstart.AspNetCore/Services/WeatherService.cs
100644
100755
File mode changed.
Diff for: sample/Quickstart.AspNetCore/Startup.cs
100644
100755
File mode changed.
Diff for: sample/Quickstart.AspNetCore/When.cs
100644
100755
File mode changed.
Diff for: sample/Quickstart.AspNetCore/appsettings.json
100644
100755
File mode changed.
Diff for: sample/Quickstart.Net45/EchoBot.cs
100644
100755
File mode changed.
Diff for: sample/Quickstart.Net45/Handlers/CallbackQueryHandler.cs
100644
100755
File mode changed.
Diff for: sample/Quickstart.Net45/Handlers/Commands/PingCommand.cs
100644
100755
File mode changed.
Diff for: sample/Quickstart.Net45/Handlers/Commands/StartCommand.cs
100644
100755
File mode changed.
Diff for: sample/Quickstart.Net45/Handlers/ExceptionHandler.cs
100644
100755
File mode changed.
Diff for: sample/Quickstart.Net45/Handlers/StickerHandler.cs
100644
100755
File mode changed.
Diff for: sample/Quickstart.Net45/Handlers/TextEchoer.cs
100644
100755
File mode changed.
Diff for: sample/Quickstart.Net45/Handlers/UpdateMembersList.cs
100644
100755
File mode changed.
Diff for: sample/Quickstart.Net45/Handlers/WeatherReporter.cs
100644
100755
File mode changed.
Diff for: sample/Quickstart.Net45/Handlers/WebhookLogger.cs
100644
100755
File mode changed.
Diff for: sample/Quickstart.Net45/Program.cs
100644
100755
File mode changed.
Diff for: sample/Quickstart.Net45/Properties/AssemblyInfo.cs
100644
100755
File mode changed.
Diff for: sample/Quickstart.Net45/Quickstart.Net45.csproj
100644
100755
File mode changed.
Diff for: sample/Quickstart.Net45/Services/SimpleInjector/BotServiceProvider.cs
100644
100755
File mode changed.
Diff for: sample/Quickstart.Net45/Services/WeatherService.cs
100644
100755
File mode changed.
Diff for: sample/Quickstart.Net45/When.cs
100644
100755
File mode changed.
Diff for: sample/Quickstart.Net45/packages.config
100644
100755
File mode changed.
Diff for: sample/SampleBots/BotUpdateGetterTask.cs
100644
100755
File mode changed.
Diff for: sample/SampleBots/Bots/EchoBot/EchoerBot.cs
100644
100755
File mode changed.
Diff for: sample/SampleBots/Bots/EchoBot/TextMessageEchoer.cs
100644
100755
File mode changed.
Diff for: sample/SampleBots/Bots/GreeterBot/GreeterBot.cs
100644
100755
File mode changed.
Diff for: sample/SampleBots/Bots/GreeterBot/HiCommand.cs
100644
100755
File mode changed.
Diff for: sample/SampleBots/Bots/GreeterBot/PhotoForwarder.cs
100644
100755
File mode changed.
Diff for: sample/SampleBots/Bots/GreeterBot/StartCommand.cs
100644
100755
File mode changed.
Diff for: sample/SampleBots/Program.cs
100644
100755
File mode changed.
Diff for: sample/SampleBots/Properties/launchSettings.json
100644
100755
File mode changed.
Diff for: sample/SampleBots/SampleBots.csproj
100644
100755
File mode changed.
Diff for: sample/SampleBots/Startup.cs
100644
100755
File mode changed.
Diff for: sample/SampleBots/appsettings.json
100644
100755
File mode changed.
Diff for: sample/SampleEchoBot/Data/IRepository.cs
100644
100755
File mode changed.
Diff for: sample/SampleEchoBot/EchoBot.cs
100644
100755
File mode changed.
Diff for: sample/SampleEchoBot/EchoCommand.cs
100644
100755
File mode changed.
Diff for: sample/SampleEchoBot/Program.cs
100644
100755
File mode changed.
Diff for: sample/SampleEchoBot/Properties/launchSettings.json
100644
100755
File mode changed.
Diff for: sample/SampleEchoBot/SampleEchoBot.csproj
100644
100755
File mode changed.
Diff for: sample/SampleEchoBot/Startup.cs
100644
100755
File mode changed.
Diff for: sample/SampleEchoBot/TextMessageHandler.cs
100644
100755
File mode changed.
Diff for: sample/SampleEchoBot/appsettings.json
100644
100755
File mode changed.
Diff for: sample/SampleGames/BotUpdateGetterTask.cs
100644
100755
File mode changed.
Diff for: sample/SampleGames/Bots/CrazyCircle/CrazyCircleBot.cs
100644
100755
File mode changed.
Diff for: sample/SampleGames/Bots/CrazyCircle/CrazyCircleGameHandler.cs
100644
100755
File mode changed.
Diff for: sample/SampleGames/Bots/CrazyCircle/StartCommand.cs
100644
100755
File mode changed.
Diff for: sample/SampleGames/Program.cs
100644
100755
File mode changed.
Diff for: sample/SampleGames/Properties/launchSettings.json
100644
100755
File mode changed.
Diff for: sample/SampleGames/SampleGames.csproj
100644
100755
File mode changed.
Diff for: sample/SampleGames/Startup.cs
100644
100755
File mode changed.
Diff for: sample/SampleGames/appsettings.json
100644
100755
File mode changed.
Diff for: sample/SampleGames/wwwroot/CrazyCircleBot/Games/CrazyCircle/assets/scripts/TgBF.js
100644
100755
File mode changed.
File mode changed.
File mode changed.
Diff for: sample/SampleGames/wwwroot/CrazyCircleBot/Games/CrazyCircle/assets/scripts/script.js
100644
100755
File mode changed.
Diff for: sample/SampleGames/wwwroot/CrazyCircleBot/Games/CrazyCircle/assets/styles/game.css
100644
100755
File mode changed.
Diff for: sample/SampleGames/wwwroot/CrazyCircleBot/Games/CrazyCircle/index.html
100644
100755
File mode changed.
Diff for: sample/SampleGames/wwwroot/favicon.ico
100644
100755
File mode changed.
Diff for: scripts/build/index.js
100644
100755
File mode changed.
Diff for: scripts/deploy/deploy_docker_registry.js
100644
100755
File mode changed.
Diff for: scripts/deploy/deploy_heroku.js
100644
100755
File mode changed.
Diff for: scripts/deploy/deploy_settings.js
100644
100755
File mode changed.
Diff for: scripts/deploy/index.js
100644
100755
File mode changed.
Diff for: scripts/logging.js
100644
100755
File mode changed.
Diff for: scripts/package-lock.json
100644
100755
File mode changed.
Diff for: scripts/package.json
100644
100755
File mode changed.
Diff for: scripts/publish-bots.sh
100644
100755
File mode changed.
Diff for: scripts/test/index.js
100644
100755
File mode changed.
Diff for: scripts/test/unit_tests.js
100644
100755
File mode changed.
Diff for: src/Telegram.Bot.Framework/ASP.NET Core/TelegramBotMiddleware.cs
100644
100755
File mode changed.
Diff for: src/Telegram.Bot.Framework/ASP.NET Core/TelegramBotMiddlewareExtensions.cs
100644
100755
File mode changed.
Diff for: src/Telegram.Bot.Framework/Abstractions/IBot.cs
100644
100755
File mode changed.
Diff for: src/Telegram.Bot.Framework/Abstractions/IBotBuilder.cs
100644
100755
File mode changed.
Diff for: src/Telegram.Bot.Framework/Abstractions/IBotOptions.cs
100644
100755
File mode changed.
Diff for: src/Telegram.Bot.Framework/Abstractions/IBotServiceProvider.cs
100644
100755
File mode changed.
Diff for: src/Telegram.Bot.Framework/Abstractions/IUpdateContext.cs
100644
100755
File mode changed.
Diff for: src/Telegram.Bot.Framework/Abstractions/IUpdateHandler.cs
100644
100755
File mode changed.
Diff for: src/Telegram.Bot.Framework/Abstractions/IUpdatePollingManager.cs
100644
100755
File mode changed.
Diff for: src/Telegram.Bot.Framework/Abstractions/UpdateDelegate.cs
100644
100755
File mode changed.
Diff for: src/Telegram.Bot.Framework/BotBase.cs
100644
100755
File mode changed.
Diff for: src/Telegram.Bot.Framework/BotOptions.cs
100644
100755
File mode changed.
Diff for: src/Telegram.Bot.Framework/CommandBase.cs
100644
100755
File mode changed.
Diff for: src/Telegram.Bot.Framework/Extensions/BotExtensions.cs
100644
100755
File mode changed.
Diff for: src/Telegram.Bot.Framework/Telegram.Bot.Framework.csproj
100644
100755
File mode changed.
Diff for: src/Telegram.Bot.Framework/Update Pipeline/BotBuilder.cs
100644
100755
File mode changed.
Diff for: src/Telegram.Bot.Framework/Update Pipeline/BotBuilderExtensions.cs
100644
100755
File mode changed.
Diff for: src/Telegram.Bot.Framework/Update Pipeline/MapWhenMiddleware.cs
100644
100755
File mode changed.
Diff for: src/Telegram.Bot.Framework/Update Pipeline/UseWhenMiddleware.cs
100644
100755
File mode changed.
Diff for: src/Telegram.Bot.Framework/UpdateContext.cs
100644
100755
File mode changed.
Diff for: src/Telegram.Bot.Framework/UpdatePollingManager.cs
100644
100755
File mode changed.
Diff for: test/UnitTests.Net45/Command Handling.cs
100644
100755
File mode changed.
Diff for: test/UnitTests.Net45/Properties/AssemblyInfo.cs
100644
100755
File mode changed.
Diff for: test/UnitTests.Net45/UnitTests.Net45.csproj
100644
100755
File mode changed.
Diff for: test/UnitTests.Net45/app.config
100644
100755
File mode changed.
Diff for: test/UnitTests.Net45/packages.config
100644
100755
File mode changed.
Diff for: test/UnitTests.NetCore/Commands/Command Handling.cs
100644
100755
File mode changed.
Diff for: test/UnitTests.NetCore/Commands/Command Parsing.cs
100644
100755
File mode changed.
Diff for: test/UnitTests.NetCore/Commands/TestCommand.cs
100644
100755
File mode changed.
Diff for: test/UnitTests.NetCore/UnitTests.NetCore.csproj
100644
100755
File mode changed.
Diff for: test/UnitTests.NetCore/test-update.json
100644
100755
File mode changed.
0 commit comments