summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-14Update LICENSEOleg Morozenkov
2020-03-14Update README.mdEgor Pugin
2020-03-13[ci] Update.Egor Pugin
2020-03-13[sw] Fix git tags. Bump version.Egor Pugin
2020-03-13Merge branch 'master' of github.com-egorpugin:reo7sp/tgbot-cppEgor Pugin
2020-03-13Update copyrights.Egor Pugin
2020-03-13[sw] Bump version to 1.2.1.Egor Pugin
2020-03-13[sw] Add shared build.Egor Pugin
2020-03-13Initial support for shared builds.Egor Pugin
2020-03-13Ignore .lnk files on windows.Egor Pugin
2020-03-13Add cpp11 for test also.Egor Pugin
2020-03-13[ci] Fix typo.Egor Pugin
2020-03-13Merge branch 'master' of github.com-egorpugin:reo7sp/tgbot-cppEgor Pugin
2020-03-13[ci] Merge github actions into single file.Egor Pugin
2020-03-13[sw] Add test.Egor Pugin
2020-03-13[sw] Set cpp11 standard.Egor Pugin
2020-03-13[ci] Add github actions.Egor Pugin
2020-03-13Add SW build system config.Egor Pugin
2020-03-13Merge pull request #129 from reo7sp/fix/use_proper_typesEgor Pugin
fix: use C++ fixed-width types instead of C types
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.
2020-03-11Merge pull request #123 from xvitaly/fix-cmakeOleg Morozenkov
Fixed installation on other than Ubuntu GNU/Linux distributions
2020-03-11Merge pull request #124 from xvitaly/add-soversionOleg Morozenkov
Added SOVERSION field for shared library
2020-01-06Export correct ABI version for shared library.Vitaly Zaitsev
Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
2020-01-06Fixed installation on other than Ubuntu GNU/Linux distributions.Vitaly Zaitsev
Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
2019-12-21Merge pull request #121 from pan93412/patch-1Oleg Morozenkov
doxyfile: fix(typo): some 'option's shouldn't be 'options'
2019-12-21doxyfile: fix(typo): some 'option's shouldn't be 'options'pan93412
2019-12-05Update doxygen main pageOleg Morozenkov
2019-12-05Update tools scriptsOleg Morozenkov
2019-12-05Rename tools scriptsOleg Morozenkov
2019-12-05Update README.mdOleg Morozenkov
2019-12-05Combile all licenses in LICENSE. Fix Dockerfile_testOleg Morozenkov
2019-12-05Merge pull request #116 from nitanmarcel/api_update_prOleg Morozenkov
Update BOT API to 4.2~4.4
2019-12-05Fix Dockerfile_testOleg Morozenkov
2019-12-05Merge branch 'master' into nitanmarcel/api_update_prOleg Morozenkov
2019-12-05Apply @JellyBrick fixesOleg Morozenkov
2019-12-05Merge pull request #95 from Gravechapa/masterOleg Morozenkov
Fix curl client issue #84
2019-12-05Merge pull request #114 from YJBeetle/masterOleg Morozenkov
fix #113 InlineQueryResult json parse bug
2019-12-05Remove conan supportOleg Morozenkov
2019-11-29fix: answerInlineQuery BUTTON_TYPE_INVALID errorYJBeetle
https://core.telegram.org/bots/api#inlinekeyboardbutton pay: NOTE: This type of button must always be the first button in the first row.
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