Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

TelegramBots


Collective - Host: opensource - https://opencollective.com/telegrambots - Code: https://github.com/TelegramBots

Remove PhotoSizeConverter

github.com/TelegramBots/Telegram.Bot - c96434ae4f3d50c0f6d81be4f3a4aceacbcf118b authored over 6 years ago
Add photo serialization tests

github.com/TelegramBots/Telegram.Bot - 674ee95f4d0de2422c82829266117f9854cb9f15 authored over 6 years ago
Merge pull request #1 from MihaZupan/master

Initial version

github.com/TelegramBots/Telegram.Bot.Extensions.LoginWidget - b7d4d9bc0cc60ba997f710076738823ff28708fb authored over 6 years ago
Merge branch 'develop' into authorized_testers

github.com/TelegramBots/Telegram.Bot - ff5523ee2f86f09db4871dca0aee30aa9a9747b8 authored over 6 years ago
Fix ChatMemberAdministrationTests

- allow non-admins to initiate updates (ban/unban/join tests)

github.com/TelegramBots/Telegram.Bot - 040e4be8108ec3e5c4a3f8936df349937a51e025 authored over 6 years ago
Feature: chat admins are authorized testers

`ConfigurationProvider`
- `AllowedUserNames` is `string.Empty` if not defined in config
- `Allow...

github.com/TelegramBots/Telegram.Bot - 51a327c59d4c0f741b22056c0110d927fa128041 authored over 6 years ago
Merge pull request #707 from TelegramBots/fix_sticker_tests

Fix StickerOwnerUserId from config

github.com/TelegramBots/Telegram.Bot - 08d2fb0ee1a210548530e9ffedbb942bb17963c5 authored over 6 years ago
Merge branch 'develop' into fix_sticker_tests

github.com/TelegramBots/Telegram.Bot - dc00a15872783fad01bcc44f95930cf1dd3d6335 authored over 6 years ago
Merge pull request #709 from TelegramBots/fix-polling-loop

Fix bugs in update loop

github.com/TelegramBots/Telegram.Bot - ef2e4433d5a9a45f4d66a86d66dbee51fcfb70dc authored over 6 years ago
Fix bugs in update loop

github.com/TelegramBots/Telegram.Bot - 1b1cbbacce59d0ee1e2f467ce5eca3b1ef709550 authored over 6 years ago
Fix StickerOwnerUserId from config

- `StickerOwnerUserId` is set from config

github.com/TelegramBots/Telegram.Bot - c2e25edec01ded992b492da77fc584823d0b3780 authored over 6 years ago
Merge pull request #692 from TelegramBots/test-cleanup

Clean up test code styles

github.com/TelegramBots/Telegram.Bot - 44b36f294945035c80b2b22c5a0ec24d4d5186d1 authored over 6 years ago
Clean up test code styles

github.com/TelegramBots/Telegram.Bot - e834bed22949566b71a2628440575c049d724878 authored over 6 years ago
Merge pull request #697 from TelegramBots/tests_diagnostic_messages

Show diagnostic messages during test run

github.com/TelegramBots/Telegram.Bot - d6fc995450fd0b75f2014c0b0ea018f413983703 authored over 6 years ago
Remove test delays in favor of retry

github.com/TelegramBots/Telegram.Bot - a379a5b0afa0bd16a04034148b8f433c86463dbb authored over 6 years ago
Show diagnostic messages during test run

github.com/TelegramBots/Telegram.Bot - b60a97efcb50108cbe8a5c14d4f4bdffa0a98498 authored over 6 years ago
Merge pull request #700 from TelegramBots/fix_editMessage_markup

Fix EditMessageTextAsync

github.com/TelegramBots/Telegram.Bot - 463c114a707e0487764aeb6ba46de9551fc88e96 authored over 6 years ago
Merge branch 'develop' into fix_editMessage_markup

github.com/TelegramBots/Telegram.Bot - af9dcebd95923d3bc8f183d372fe0240da45a879 authored over 6 years ago
Merge pull request #702 from TelegramBots/fix_testapi

Fix: TestApiAsync should not catch 404

github.com/TelegramBots/Telegram.Bot - 34e179cfdde9e5370249b84b530ee5df4f76509a authored over 6 years ago
Merge branch 'develop' into fix_testapi

github.com/TelegramBots/Telegram.Bot - b3ad11c56412c28852d35ddf3484ff71b6d0b5b7 authored over 6 years ago
Merge pull request #701 from TelegramBots/fix_receive_loop

Fix: call delegates outside receive loop

github.com/TelegramBots/Telegram.Bot - c28ec115e09b5184eb52c2bf78fd21d95bf32767 authored over 6 years ago
Updates CHANGELOG.md

github.com/TelegramBots/Telegram.Bot - 9d18c014f2ae368dde08fee6281048d2bb61200b authored over 6 years ago
Fix: TestApiAsync should not catch 404

- `TestApiAsync` return `false` when `ApiRequestException.ErrorCode == 401` (API Token is modifi...

github.com/TelegramBots/Telegram.Bot - df7c1387175454f6dc2c93adf0fca46f85440e76 authored over 6 years ago
Fix: update MessageOffset after delegate invocation

github.com/TelegramBots/Telegram.Bot - 02d34fcc72c36818eb04de2cc43a71d8ec082bf9 authored over 6 years ago
Merge pull request #155 from MihaZupan/patch-1

Updated HttpToSocks5Proxy

github.com/TelegramBots/Telegram.Bot.Examples - 397b59b12fe10e3f4309071785b49f552d76f9c2 authored over 6 years ago
Updated HttpToSocks5Proxy

Updated HttpToSocks5Proxy to 1.0.5 because previous versions have broken username/password authe...

github.com/TelegramBots/Telegram.Bot.Examples - 1cc73401b2cf7cf3272113bf0fcd65731917ec93 authored over 6 years ago
Update CHANGELOG.md

github.com/TelegramBots/Telegram.Bot - 6ad073a1b8e29a5fd048bc8bea7bd7f9b2ac28f4 authored over 6 years ago
Fix: call delegates outside receive loop

- call delegates outside `try..catch` block in receive loop to avoid catching exceptions in user...

github.com/TelegramBots/Telegram.Bot - 5ca947dcd87768f93fb0ff54b701b3d9d201cdbe authored over 6 years ago
Fix EditMessageTextAsync

- `EditMessageTextAsync` now pass `ParseMode` to `EditInlineMessageTextRequest`
- in `EditMessag...

github.com/TelegramBots/Telegram.Bot - b9f604b615684f1cf4301ba77e486a39f166f7b8 authored over 6 years ago
Merge pull request #683 from TelegramBots/fix_iq_tests

Fix InlineQuery tests

github.com/TelegramBots/Telegram.Bot - ed21285554ea3720cc70fcd8298e4cc2eeededbb authored over 6 years ago
Edit typos in inline query tests

github.com/TelegramBots/Telegram.Bot - 7478b5f2c650cbd39e3b447670fe99f2d2c998e3 authored over 6 years ago
Merge branch 'develop' into fix_iq_tests

github.com/TelegramBots/Telegram.Bot - bbd29296dc68f96b65d48ae6aa9cb4f1812ffd65 authored over 6 years ago
Merge pull request #691 from TelegramBots/retry_tests

Modify `OrderedFact` to support test retry

github.com/TelegramBots/Telegram.Bot - 29d6cd3285ed553ead48189cca5754b891dacdde authored over 6 years ago
Parameterize delay in test retry

github.com/TelegramBots/Telegram.Bot - 28e2218da819a18f276fccf68c7ebb4fa12731cd authored over 6 years ago
Switch to HttpToSocks5Proxy

- remove submodule and configure `HttpToSocks5Proxy` from nuget
- update references

github.com/TelegramBots/Telegram.Bot.Examples - f3718cc93df28afdf650ac86bdf7dada0de76fdb authored over 6 years ago
Replace `Fact` attribute with `OrderedFact` attribute

- remove obsolete `ExecutionOrder` attribute
- replace `Fact` attribute with `OrderedFact` attr...

github.com/TelegramBots/Telegram.Bot - d9f33f3e91f423ec4ea349e795bb6544711ebc40 authored over 6 years ago
Remove obsolete `ExecutionOrderAttribute` attribute

- remove `ExecutionOrderAttribute` class
- remove `TestCaseOrderer` class

github.com/TelegramBots/Telegram.Bot - 1e9daf784e7bb01315ca3156b1a01fbe040508da authored over 6 years ago
Modify OrderedFact to support test retry

- add `DelayedMessageBus`, `RetryFactDiscoverer` and `RetryTestCase` classes to tests framework ...

github.com/TelegramBots/Telegram.Bot - 914de4908922ecb493824f180aeb94c4b5b1dac2 authored over 6 years ago
Merge pull request #690 from TelegramBots/develop

v14.3.0

github.com/TelegramBots/Telegram.Bot - 90d8213d233c4054969fc17de774ff752fb7bf08 authored over 6 years ago
Add socks5 proxy usage example (#154)

* Cleanup and update references

* Add proxy support to Telegram.Bot.Examples.DotNetCoreWebHook

github.com/TelegramBots/Telegram.Bot.Examples - 8fd67b17a7e5dd36ad45d29ad3247b030e709c27 authored over 6 years ago
Merge pull request #658 from TelegramBots/update_ex

Update external references

github.com/TelegramBots/Telegram.Bot - 41d53e51a6cc9d8dc6d5c684c2ece5bb6b4c0862 authored over 6 years ago
Update CHANGELOG.md

github.com/TelegramBots/Telegram.Bot - 55c0fc4f04aecd65b21ba415bbe870fe7b7338fc authored over 6 years ago
Merge branch 'develop' into update_ex

github.com/TelegramBots/Telegram.Bot - 100ce9d77cee7175d0fb3f580ce4052946da06a9 authored over 6 years ago
Merge pull request #679 from TelegramBots/docs-update

Update XML documentations

github.com/TelegramBots/Telegram.Bot - c64d6fca2e84c5869d9129c7dca974c0fc8535c3 authored over 6 years ago
Merge branch 'develop' into docs-update

github.com/TelegramBots/Telegram.Bot - b8251851f38560bf184635e5f52416b834a66271 authored over 6 years ago
Fix InlineQuery tests

- call `GetInlineQueryResultUpdates` after `AnswerInlineQueryAsync` to check inline query response

github.com/TelegramBots/Telegram.Bot - d983e349ce1baa73f96df98a0e171d1376af3ab6 authored over 6 years ago
Merge pull request #685 from TelegramBots/issue-templates

Update issue templates

github.com/TelegramBots/Telegram.Bot - 018ef9c076ac7ef4b79831da643ba88dac53a88d authored over 6 years ago
Update issue templates

github.com/TelegramBots/Telegram.Bot - cfec16f578c4e2f52bc12bd9dd11b96ffcbac073 authored over 6 years ago
Fix InlineQuery tests

- add `GetInlineQueryResultUpdates` after `AnswerInlineQueryAsync` to assert response

github.com/TelegramBots/Telegram.Bot - 19a11ef4191d956b2524b2862f58a2d0d9e9e1e9 authored over 6 years ago
Remove issue tempalte

github.com/TelegramBots/Telegram.Bot - 782cecb9e60a58440a2b92da8f846394105510aa authored over 6 years ago
Merge pull request #680 from TelegramBots/obsolete-is-forward

Mark Message.IsForward as obsolete

github.com/TelegramBots/Telegram.Bot - bd2093ec1db05faf469f5f4df78b73bf53878a82 authored over 6 years ago
Mark Message.IsForward as obsolete

github.com/TelegramBots/Telegram.Bot - a5c076ec5d23028f0f7f17fa63b3ff01532ee74c authored over 6 years ago
Fix InlineQuery tests

- disable result caching in `Should_Delete_Message_From_InlineQuery`

github.com/TelegramBots/Telegram.Bot - 4f88277c4c8f1bff04bfd3fdebd6f3e87e46ce99 authored over 6 years ago
Merge pull request #682 from TelegramBots/fix_liveperiod_description

Fix description for LivePeriod

github.com/TelegramBots/Telegram.Bot - cae196e17e8f528a03577ad3ee56c2c5f4be720d authored over 6 years ago
Update type documentations

github.com/TelegramBots/Telegram.Bot - 79fac4baf72adc3c542c9e04ec1b42d6c38513e4 authored over 6 years ago
Fix InlineQuery tests

- disable result caching in `Should_Delete_Message_From_InlineQuery`

github.com/TelegramBots/Telegram.Bot - f71ec6dff31c1181398385ae657be40636660394 authored over 6 years ago
Fix description for LivePeriod

- fix description for `LivePeriod` property in `InlineQueryResultLocation` class

github.com/TelegramBots/Telegram.Bot - 68f2d021dce867ba46ed9ddf57cf55230940b10c authored over 6 years ago
Update XML documentations

github.com/TelegramBots/Telegram.Bot - 4da9e42e93bcaded07d1865d09badc03312c5b0d authored over 6 years ago
Update exception tests

github.com/TelegramBots/Telegram.Bot - fb9acf94104ba31772bd3334004c87f3e4b7baef authored over 6 years ago
Assert on chosen inline query in tests

github.com/TelegramBots/Telegram.Bot - 0779433df123e506e28a139f3642db71472f4984 authored over 6 years ago
Fix inline query assertions

github.com/TelegramBots/Telegram.Bot - 5a2daea59c1e61ffc1fea3a358986372c73a01f7 authored over 6 years ago
Check edit date on message updates

github.com/TelegramBots/Telegram.Bot - 00503373767384c519b3665f5765bcd2640bd1c3 authored over 6 years ago
Delay test execution

github.com/TelegramBots/Telegram.Bot - 9c198274e5c89524b30cbef7f48e7b6e1a08085d authored over 6 years ago
Remove custom UnixDateTimeConverter

- remove custom Telegram.Bot.Converters.UnixDateTimeConverter use Newtonsoft.Json.Converters.Uni...

github.com/TelegramBots/Telegram.Bot - 17a4380ef2fa5decf6ee7c7e006f210ea6674e3a authored almost 7 years ago
Update tests external references

- update Microsoft.NET.Test.Sdk to version 15.7.0 [release notes](https://github.com/Microsoft/v...

github.com/TelegramBots/Telegram.Bot - 027dae25af63d777e890fe56003dfeccaf959aaf authored almost 7 years ago
Merge branch 'develop' into update_ex

github.com/TelegramBots/Telegram.Bot - bd1a047d6eafaba989d99012758e4d04ce4f3c57 authored almost 7 years ago
Merge pull request #665 from TelegramBots/wikis

Update test wikis

github.com/TelegramBots/Telegram.Bot - 16facadc1c27eaf23ffe8edcdb80382ea037648e authored almost 7 years ago
Merge branch 'develop' into update_ex

github.com/TelegramBots/Telegram.Bot - f84ce26b0c9a877d192b25d76a8c6bd2ce4ca2c8 authored almost 7 years ago
Update test wikis

github.com/TelegramBots/Telegram.Bot - d84c39b68523813e837aacc367686b18c421f7fe authored almost 7 years ago
Merge pull request #626 from TelegramBots/tests-request

Tests all remaining request classes

github.com/TelegramBots/Telegram.Bot - 9eb03378d1ef0a583a65082fb4b7b6d40abda57c authored almost 7 years ago
Update test wikis

github.com/TelegramBots/Telegram.Bot - 1d31182aa3cd5e525ece49ad03bad97db1af4340 authored almost 7 years ago
Update external references in Telegram.Bot.Tests.Unit project

- update Microsoft.NET.Test.Sdk to version 15.6.2

github.com/TelegramBots/Telegram.Bot - c319c2a5db627a1871e39344ca421c966dc4bdbf authored almost 7 years ago
Update external references in Telegram.Bot.Tests.Integ project

- update Microsoft.Extensions.Configuration to version 2.0.1
- update Microsoft.Extensions.Confi...

github.com/TelegramBots/Telegram.Bot - 92247e963157a343dd375c694a9184e9fb0296e3 authored almost 7 years ago
Update Newtonsoft.Json

- update Newtonsoft.Json to version 11.0.2 in Telegram.Bot project

github.com/TelegramBots/Telegram.Bot - a6346d5a792c63bae99f11ffba289625f3bbe21a authored almost 7 years ago
Merge branch 'develop' into tests-request

github.com/TelegramBots/Telegram.Bot - 4c540364de54f2339c56cc8b6f8f22f3337d33e2 authored almost 7 years ago
Merge pull request #652 from TelegramBots/editorconfig

Add editorconfig

github.com/TelegramBots/Telegram.Bot - d716fe2e237cef7684e162087aad50b723f95fb6 authored almost 7 years ago
Add solution items to solution project

## Add
- global .editorconfig
- CHANGELOG.md
- CONTRIBUTING.md
- ISSUE_TEMPLATE.md
- README.md

github.com/TelegramBots/Telegram.Bot - 0ead09adb45bfef3d9537b4b41286c1ec55207c0 authored almost 7 years ago
Force explicit type instead of 'var' in integration tests project

- add .editorconfig to force explicit type instead of 'var' in integration tests project
- allow...

github.com/TelegramBots/Telegram.Bot - 2be5d5d6eb193841065b415138e3df28c6e84b56 authored almost 7 years ago
Fix Examples.Echo message reception

- fix StartReceiving call in Examples.Echo
- update Microsoft.AspNetCore.All to version 2.0.6

github.com/TelegramBots/Telegram.Bot.Examples - 26442e9fe49425c90a556bc55a851191bfea67da authored almost 7 years ago
Merge branch 'develop' into tests-request

github.com/TelegramBots/Telegram.Bot - b600885a96599e9384fe7e05b6cd07dda36d725f authored almost 7 years ago
Add editorconfig file

github.com/TelegramBots/Telegram.Bot - 1d71d4243e505bd916b10409c770319260dd9146 authored almost 7 years ago
Test editMessageCaption method

github.com/TelegramBots/Telegram.Bot - cb104345f5b480c3c431704cda5f79ec782609cf authored almost 7 years ago
Test sendContact method

github.com/TelegramBots/Telegram.Bot - ea61a4dd763cdc74fc44b4c10ecc1b4097b42de6 authored almost 7 years ago
Merge pull request #647 from karb0f0s/cleanup_apiexception

Cleanup apiexception

github.com/TelegramBots/Telegram.Bot - 5e41805e69c4cb3294a6c8d0175b1f029ea2557c authored almost 7 years ago
Fix documentation

github.com/TelegramBots/Telegram.Bot - f1d051dea608afd3e129280972083fe694c46f3f authored almost 7 years ago
Fix "abstract class should not have public constructor"

- change constructor accessibility to protected
- add class documentation

github.com/TelegramBots/Telegram.Bot - ac897785e500e150b49a26300c83ff4ae14bfb8d authored almost 7 years ago
Remove not implemented exception classes

- remove BotBlockedException
- remove BotRestrictedException
- remove MissingParameterException
...

github.com/TelegramBots/Telegram.Bot - 73e9f182287165b021c2b6e5290475b0269f8a3b authored almost 7 years ago
Cleanup ApiException class

- remove implemented exceptions from commented code
- add constructors docomentation

github.com/TelegramBots/Telegram.Bot - 61cf00d77a46362ab79bdb50f9214cd73b16602f authored almost 7 years ago
Fix missing foursquare_id in sendVenue

github.com/TelegramBots/Telegram.Bot - d94d7e6f295e40eb1da504b38569a7c762c60807 authored almost 7 years ago