summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-10Remove sw because it disrupts CIOleg Morozenkov
2020-08-25Merge pull request #148 from puuuuh/masterOleg Morozenkov
2020-08-23appendToJson fix quotes for char* valuespuh
2020-08-21Merge pull request #143 from sebest06/masterOleg Morozenkov
2020-08-21Merge pull request #145 from DeRobyJ/customKeyboardSampleOleg Morozenkov
2020-06-29reply-keyboard sampleDeRobyJ
2020-05-25* add SetMyCommand to the apisebest
2020-05-02Merge pull request #139 from OgreTransporter/masterEgor Pugin
2020-05-02Fix mistake FOX and reorder EXPORT/IMPORTTransporter
2020-04-30Fix to prevent Boost from linking dynamic and static libraries simultaneously...Transporter
2020-04-30Indentations and GCC attribute addedTransporter
2020-04-30Add doxygen documentation to CMakeTransporter
2020-04-30Fix issue #137: Directory for boost auto linking is missingTransporter
2020-04-30Fix issure #138: DLL export failsTransporter
2020-04-03Add missing export.h.Egor Pugin
2020-03-30Add missing TGBOT_API.Egor Pugin
2020-03-22Move method to source file. Put include with boost asio at the first place, b...Egor Pugin
2020-03-22Remove unused include.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-15Update README.mdEgor Pugin
2020-03-15[cmake] Disable gnu extensions.Egor Pugin
2020-03-15Update C++ standard in readme.Egor Pugin
2020-03-15Remove workaround.Egor Pugin
2020-03-15Bump minimal C++ to C++14.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-14Build Bot.cpp.Egor Pugin
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
2020-03-14Store Bot::_eventBroadcaster in unique ptr. Fixes #131.Egor Pugin
2020-03-14Fix #127, #128 & Code quality improvementsjellybrick
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