summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-04-05Fixes https://github.com/reo7sp/tgbot-cpp/issues/13 for boost. Changed timeou...Mathias Schnarrenberger
2021-04-05Fixes https://github.com/reo7sp/tgbot-cpp/issues/162Mathias Schnarrenberger
2020-11-08Add support to configure the API bot server urlNuno Esculcas
2020-05-25* add SetMyCommand to the apisebest
2020-03-22Move method to source file. Put include with boost asio at the first place, b...Egor Pugin
2020-03-22Merge branch 'master' of github.com-egorpugin:reo7sp/tgbot-cppEgor Pugin
2020-03-22Fix header order.Egor Pugin
2020-03-17format: add missing headersAlexander Zaitsev
2020-03-15Remove workaround.Egor Pugin
2020-03-15Use make_unique if C++14 and above is available. Kudos to @JellyBrick.Egor Pugin
2020-03-14Init unique_ptr in C++11 style.Egor Pugin
2020-03-14Move Bot ctor in its own file.Egor Pugin
2020-03-14Improve include order. Add some forward decls.Egor Pugin
2020-03-14Fix #127, #128 & Code quality improvementsjellybrick
2020-03-13fix: use std::size_t instead of size_tAlexander Zaitsev
2020-03-13fix: use C++ fixed-width types instead of C typesAlexander Zaitsev
2019-12-05Combile all licenses in LICENSE. Fix Dockerfile_testOleg Morozenkov
2019-12-05Merge branch 'master' into nitanmarcel/api_update_prOleg Morozenkov
2019-12-05Merge pull request #95 from Gravechapa/masterOleg Morozenkov
2019-11-29fix: answerInlineQuery BUTTON_TYPE_INVALID errorYJBeetle
2019-11-20API 4.4nitanmarcel
2019-11-19API V4.3 fixnitanmarcel
2019-11-19API 4.3nitanmarcel
2019-11-19API 4.2nitanmarcel
2019-11-19Fix InlineQueryResult parse bugYJBeetle
2019-11-12update api: Inline result type remove "cached_"俞亦键
2019-11-12update api addStickerToSet: remove titleYJBeetle
2019-11-12update api and fixYJBeetle
2019-03-01Fix #57 #92JellyBrick
2019-02-23Fix curl client issue https://github.com/reo7sp/tgbot-cpp/issues/84Gravechapa
2018-09-30Fix: missing returnint3
2018-07-27Fix 'default argument missing'JellyBrick
2018-07-27Bot API 4.0 - Part 4JellyBrick
2018-07-27Fix build errorJellyBrick
2018-07-27Bot API 4.0 - Part 3JellyBrick
2018-07-27Fix missing includeJellyBrick
2018-07-27Bot API 4.0 - Part 2JellyBrick
2018-07-27Bot API 4.0 - Part 1JellyBrick
2018-07-26Test on old ubuntuOleg Morozenkov
2018-07-23Refactor http clients, fix webhook server, add more samples, change tabs to 4...Oleg Morozenkov
2018-07-04Remove error on bad http request. It is handled by Api.Egor Pugin
2018-07-04Turn off keep-alive. Correctly escape post data.Egor Pugin
2018-07-04Don't destroy post data early.Egor Pugin
2018-07-04Fix error message.Egor Pugin
2018-07-04Remove string literal.Egor Pugin
2018-07-04Implement CurlHttpClient.Egor Pugin
2018-06-22Resolved #42JellyBrick
2018-06-22Fix typo (std::vector contains Object::Ptr)JellyBrick
2018-06-22Fix typoJellyBrick
2018-06-22Fix compilation error (no matching function)JellyBrick