Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-03 | migrate(user-id): from 32-bit integer to 64-bit integer | JellyBrick | |
fix #187, fix #186, fix #181 | |||
2021-11-12 | Handle channelPost similarly to a direct message | Dmitry Mikushin | |
2021-08-03 | Merge pull request #176 from JellyBrick/patch-2 | Oleg Morozenkov | |
fix(TgWebhookServer): `_path` will be initialized after `_eventHandler` | |||
2021-07-25 | fix(TgWebhookServer): `_path` will be initialized after `_eventHandler` | JellyBrick | |
2021-07-16 | Merge pull request #174 from KirillDanilchuk/sendMessage-fix | Oleg Morozenkov | |
Added declare sendMessage | |||
2021-07-14 | Added declare sendMessage | Kirill Danilchuk | |
2021-07-14 | Merge pull request #172 from demidko/patch-1 | Oleg Morozenkov | |
Channels support | |||
2021-07-11 | Channels support | Daniel Demidko | |
2021-04-06 | Merge pull request #165 from MPSMPS/master | Oleg Morozenkov | |
Fixes https://github.com/reo7sp/tgbot-cpp/issues/162 | |||
2021-04-05 | Merge branch 'FixTimeoutIssuesDuringNetworkDowntime_Curl' | Mathias Schnarrenberger | |
2021-04-05 | Fixes https://github.com/reo7sp/tgbot-cpp/issues/13 for curl. | Mathias Schnarrenberger | |
2021-04-05 | Fixes https://github.com/reo7sp/tgbot-cpp/issues/13 for boost. Changed ↵ | Mathias Schnarrenberger | |
timeout to 20s compared to issue. Works at least for me. | |||
2021-04-05 | Fixes https://github.com/reo7sp/tgbot-cpp/issues/162 | Mathias Schnarrenberger | |
2021-02-15 | Merge pull request #159 from ChungZH/patch-1 | Oleg Morozenkov | |
Update cmake_minimum_required | |||
2021-02-15 | Update cmake_minimum_required | Flex Zhong | |
2020-11-10 | Merge pull request #157 from nesc1/customizeServerUrl | Oleg Morozenkov | |
Add support to configure the API bot server url | |||
2020-11-10 | Merge pull request #154 from nesc1/appendToJsonFix | Oleg Morozenkov | |
Fix appendToJson function when value is a const char* | |||
2020-11-10 | Remove sw because it disrupts CI | Oleg Morozenkov | |
2020-11-08 | Add support to configure the API bot server url | Nuno Esculcas | |
Now creating the bot class it is possible to override the API bot server url that defaults to: 'https://api.telegram.org' This enables you to connect your bot to the local API bot server. | |||
2020-11-08 | Update include/tgbot/TgTypeParser.h | nesc1 | |
Co-authored-by: JellyBrick <shlee1503@naver.com> | |||
2020-10-29 | Update include/tgbot/TgTypeParser.h | nesc1 | |
Co-authored-by: JellyBrick <shlee1503@naver.com> | |||
2020-10-22 | Fix appendToJson function when value is a const char* | Nuno.Esculcas | |
2020-08-25 | Merge pull request #148 from puuuuh/master | Oleg Morozenkov | |
appendToJson fix quotes for char* values | |||
2020-08-23 | appendToJson fix quotes for char* values | puh | |
2020-08-21 | Merge pull request #143 from sebest06/master | Oleg Morozenkov | |
* add SetMyCommand to the api | |||
2020-08-21 | Merge pull request #145 from DeRobyJ/customKeyboardSample | Oleg Morozenkov | |
Add reply-keyboard sample | |||
2020-06-29 | reply-keyboard sample | DeRobyJ | |
2020-05-25 | * add SetMyCommand to the api | sebest | |
2020-05-02 | Merge pull request #139 from OgreTransporter/master | Egor Pugin | |
Various fixes | |||
2020-05-02 | Fix mistake FOX and reorder EXPORT/IMPORT | Transporter | |
2020-04-30 | Fix to prevent Boost from linking dynamic and static libraries ↵ | Transporter | |
simultaneously when autolink is enabled. | |||
2020-04-30 | Indentations and GCC attribute added | Transporter | |
2020-04-30 | Add doxygen documentation to CMake | Transporter | |
2020-04-30 | Fix issue #137: Directory for boost auto linking is missing | Transporter | |
2020-04-30 | Fix issure #138: DLL export fails | Transporter | |
2020-04-03 | Add missing export.h. | Egor Pugin | |
2020-03-30 | Add missing TGBOT_API. | Egor Pugin | |
2020-03-22 | Move method to source file. Put include with boost asio at the first place, ↵ | Egor Pugin | |
because otherwise it is compiler error somewhere in files related to include order. | |||
2020-03-22 | Remove unused include. | Egor Pugin | |
2020-03-22 | Merge branch 'master' of github.com-egorpugin:reo7sp/tgbot-cpp | Egor Pugin | |
2020-03-22 | Fix header order. | Egor Pugin | |
2020-03-17 | format: add missing headers | Alexander Zaitsev | |
- add missing include headers in different part of tgbot-cpp library, remove unused includes Tested: - Local build | |||
2020-03-15 | Update README.md | Egor Pugin | |
2020-03-15 | [cmake] Disable gnu extensions. | Egor Pugin | |
2020-03-15 | Update C++ standard in readme. | Egor Pugin | |
2020-03-15 | Remove workaround. | Egor Pugin | |
2020-03-15 | Bump minimal C++ to C++14. | Egor Pugin | |
2020-03-15 | Use make_unique if C++14 and above is available. Kudos to @JellyBrick. | Egor Pugin | |
2020-03-14 | Init unique_ptr in C++11 style. | Egor Pugin | |
2020-03-14 | Build Bot.cpp. | Egor Pugin | |