summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2020-03-14Move Bot ctor in its own file.Egor Pugin
2020-03-14Add export header.Egor Pugin
2020-03-14Improve include order. Add some forward decls.Egor Pugin
2020-03-14Add missing header.Egor Pugin
2020-03-14Merge pull request #133 from JellyBrick/masterEgor Pugin
Fix #127, #128 & Code quality improvements
2020-03-14Store Bot::_eventBroadcaster in unique ptr. Fixes #131.Egor Pugin
2020-03-14Fix #127, #128 & Code quality improvementsjellybrick
It seems that the author of this code misunderstood 'Array of PollOption' as 'PollOption'.
2020-03-13Initial support for shared builds.Egor Pugin
2020-03-13fix: use std::size_t instead of size_tAlexander Zaitsev
- use C++ size_t from std namespace instead of a version from global namespace Tested: - Local build - Unit-tests
2020-03-13fix: use C++ fixed-width types instead of C typesAlexander Zaitsev
- C++ standard doesn't guarantee that C-types without std namespace are available in global namespace. So the proper solution (since it's C++ library) is using C++ types instead of C Tested: - Local build - By unit-tests
2020-03-13Fix too big timeout in long poller.Egor Pugin
Make it 10 seconds instead of 60. Old timeout made bots irresponsible.
2019-12-05Update doxygen main pageOleg Morozenkov
2019-12-05Combile all licenses in LICENSE. Fix Dockerfile_testOleg Morozenkov
2019-12-05Merge branch 'master' into nitanmarcel/api_update_prOleg Morozenkov
2019-12-05Apply @JellyBrick fixesOleg Morozenkov
2019-11-20API 4.4nitanmarcel
2019-11-19API 4.3nitanmarcel
2019-11-19API 4.2nitanmarcel
2019-11-19Fix InlineQueryResult parse bugYJBeetle
2019-11-12update api addStickerToSet: remove titleYJBeetle
https://core.telegram.org/bots/api#addstickertoset
2019-11-12update api and fixYJBeetle
https://core.telegram.org/bots/api#deletestickerfromset
2019-11-12fix #113 InlineQueryResult json parse bugYJBeetle
2019-03-01Fix #57 #92JellyBrick
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 ↵Oleg Morozenkov
4 spaces
2018-07-04Add forward decl.Egor Pugin
2018-07-04Remove string literal.Egor Pugin
2018-07-04Implement CurlHttpClient.Egor Pugin
2018-06-23Fix compile warning (-Wreorder)JellyBrick
warning: ‘_limit' will be initialized after [-Wreorder]
2018-06-22Regenerate docsJellyBrick
2018-06-22Resolved #42JellyBrick
2018-06-22Fix typo (std::vector contains Object::Ptr)JellyBrick
Thanks VSCode
2018-06-22Fix typoJellyBrick
2018-06-22Fix compilation error (no matching function)JellyBrick
Fix "‘parseSuccessfulPayment’ was not declared in this scope"
2018-06-22Resolved #48, Bot API 3.0 implementation done.JellyBrick
2018-06-22Bot API 3.0 Invoice method implementedJellyBrick
2018-06-12Use std::vector::reserveJellyBrick
2018-06-08Resolve Travis-CI testJellyBrick
2018-06-08Performance optimizationJellyBrick
2018-05-29Fix build error (no matching function)JellyBrick
2018-05-29Bot API 2.2 (Game) updateJellyBrick
2018-05-29Added @brief to the Doxygen comment.JellyBrick
2018-05-28Bot API 3.6 updateJellyBrick