Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-14 | Move Bot ctor in its own file. | Egor Pugin | |
2020-03-14 | Add export header. | Egor Pugin | |
2020-03-14 | Improve include order. Add some forward decls. | Egor Pugin | |
2020-03-14 | Add missing header. | Egor Pugin | |
2020-03-14 | Merge pull request #133 from JellyBrick/master | Egor Pugin | |
Fix #127, #128 & Code quality improvements | |||
2020-03-14 | Store Bot::_eventBroadcaster in unique ptr. Fixes #131. | Egor Pugin | |
2020-03-14 | Fix #127, #128 & Code quality improvements | jellybrick | |
It seems that the author of this code misunderstood 'Array of PollOption' as 'PollOption'. | |||
2020-03-13 | Initial support for shared builds. | Egor Pugin | |
2020-03-13 | fix: use std::size_t instead of size_t | Alexander Zaitsev | |
- use C++ size_t from std namespace instead of a version from global namespace Tested: - Local build - Unit-tests | |||
2020-03-13 | fix: use C++ fixed-width types instead of C types | Alexander 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-13 | Fix too big timeout in long poller. | Egor Pugin | |
Make it 10 seconds instead of 60. Old timeout made bots irresponsible. | |||
2019-12-05 | Update doxygen main page | Oleg Morozenkov | |
2019-12-05 | Combile all licenses in LICENSE. Fix Dockerfile_test | Oleg Morozenkov | |
2019-12-05 | Merge branch 'master' into nitanmarcel/api_update_pr | Oleg Morozenkov | |
2019-12-05 | Apply @JellyBrick fixes | Oleg Morozenkov | |
2019-11-20 | API 4.4 | nitanmarcel | |
2019-11-19 | API 4.3 | nitanmarcel | |
2019-11-19 | API 4.2 | nitanmarcel | |
2019-11-19 | Fix InlineQueryResult parse bug | YJBeetle | |
2019-11-12 | update api addStickerToSet: remove title | YJBeetle | |
https://core.telegram.org/bots/api#addstickertoset | |||
2019-11-12 | update api and fix | YJBeetle | |
https://core.telegram.org/bots/api#deletestickerfromset | |||
2019-11-12 | fix #113 InlineQueryResult json parse bug | YJBeetle | |
2019-03-01 | Fix #57 #92 | JellyBrick | |
2018-07-27 | Fix 'default argument missing' | JellyBrick | |
2018-07-27 | Bot API 4.0 - Part 4 | JellyBrick | |
2018-07-27 | Fix build error | JellyBrick | |
2018-07-27 | Bot API 4.0 - Part 3 | JellyBrick | |
2018-07-27 | Fix missing include | JellyBrick | |
2018-07-27 | Bot API 4.0 - Part 2 | JellyBrick | |
2018-07-27 | Bot API 4.0 - Part 1 | JellyBrick | |
2018-07-26 | Test on old ubuntu | Oleg Morozenkov | |
2018-07-23 | Refactor http clients, fix webhook server, add more samples, change tabs to ↵ | Oleg Morozenkov | |
4 spaces | |||
2018-07-04 | Add forward decl. | Egor Pugin | |
2018-07-04 | Remove string literal. | Egor Pugin | |
2018-07-04 | Implement CurlHttpClient. | Egor Pugin | |
2018-06-23 | Fix compile warning (-Wreorder) | JellyBrick | |
warning: ‘_limit' will be initialized after [-Wreorder] | |||
2018-06-22 | Regenerate docs | JellyBrick | |
2018-06-22 | Resolved #42 | JellyBrick | |
2018-06-22 | Fix typo (std::vector contains Object::Ptr) | JellyBrick | |
Thanks VSCode | |||
2018-06-22 | Fix typo | JellyBrick | |
2018-06-22 | Fix compilation error (no matching function) | JellyBrick | |
Fix "‘parseSuccessfulPayment’ was not declared in this scope" | |||
2018-06-22 | Resolved #48, Bot API 3.0 implementation done. | JellyBrick | |
2018-06-22 | Bot API 3.0 Invoice method implemented | JellyBrick | |
2018-06-12 | Use std::vector::reserve | JellyBrick | |
2018-06-08 | Resolve Travis-CI test | JellyBrick | |
2018-06-08 | Performance optimization | JellyBrick | |
2018-05-29 | Fix build error (no matching function) | JellyBrick | |
2018-05-29 | Bot API 2.2 (Game) update | JellyBrick | |
2018-05-29 | Added @brief to the Doxygen comment. | JellyBrick | |
2018-05-28 | Bot API 3.6 update | JellyBrick | |