Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-12 | remove header protectionHEADmaster | fadhil riyanto | |
Signed-off-by: fadhil riyanto <me@fadev.org> | |||
2024-08-12 | set cURL as default http client | fadhil riyanto | |
Signed-off-by: fadhil riyanto <me@fadev.org> | |||
2024-08-10 | re-order TgBot::Bot class parameter | fadhil riyanto | |
Signed-off-by: fadhil riyanto <me@fadev.org> | |||
2024-04-22 | Update to Bot API 7.2 | llnulldisk | |
2024-04-20 | Update to Bot API 7.1 | llnulldisk | |
2024-04-20 | Update to Bot API 7.0 | llnulldisk | |
2024-04-17 | Fix various api objects | llnulldisk | |
2024-04-15 | Update to Bot API 6.9 | llnulldisk | |
2024-04-15 | Update to Bot API 6.8 | llnulldisk | |
2024-04-15 | Update to Bot API 6.7 | llnulldisk | |
2024-04-14 | Update to Bot API 6.6 | llnulldisk | |
2024-03-26 | Avoid unnecessary casting in reply_markup | paulusel | |
2024-03-25 | Fix keyboard markup type in exditmessagetext | paulusel | |
2024-02-27 | tgbot-cpp: InputFile: Use std::fs for getting filename | Soo-Hwan Na | |
- A platform independent way, to fix Windows-style directory delimiters | |||
2023-12-01 | Added ability to handle error codes from all Api requests | temomik | |
2023-07-02 | Revert "Revert "Repeat the http request on fail"" | Oleg Morozenkov | |
2023-06-05 | Revert "Repeat the http request on fail" | Oleg Morozenkov | |
2023-05-11 | Merge pull request #262 from dmikushin/repeat-http-request-on-fail | Oleg Morozenkov | |
Repeat the http request on fail | |||
2023-05-11 | Merge pull request #277 from Iife85dr1/master | Oleg Morozenkov | |
fix gcc13 build | |||
2023-05-06 | fix -Worder warning | John Doe | |
2023-04-04 | Fix a few warnings reported by MSVC compiler | r4dish | |
2023-03-09 | Correcting the retry-able try-catch block placement: it must be the topmost ↵ | Dmitry Mikushin | |
in the retry loop, enclosing everything | |||
2023-02-12 | Parameterizing the number of retries and backoff duration for ↵ | Dmitry Mikushin | |
HttpClient.makeRequest | |||
2023-02-11 | Update to Bot API 6.5 | llnulldisk | |
2023-02-11 | Repeat the http request on fail, do not crash with an exception. This is a ↵ | Dmitry Mikushin | |
better design, because Telegram end point sometimes may not respond | |||
2023-01-29 | Fix timeout issues (#251) | llnulldisk | |
2023-01-02 | Update to Bot API 6.4 | llnulldisk | |
2022-11-28 | Update InlineKeyboardButton (#244) | llnulldisk | |
2022-11-17 | Add missing args in webhooks operations | Eugene Lykov | |
2022-11-05 | Update to Bot API 6.3 | llnulldisk | |
2022-10-23 | Pass strings not as references with boost::variant (#237) | llnulldisk | |
2022-10-18 | Fix parse error | llnulldisk | |
2022-10-18 | Update EventBroadcaster (#235) | llnulldisk | |
2022-10-05 | Escape poll options (#128) | llnulldisk | |
2022-10-05 | sendPoll: update default value (#234) | llnulldisk | |
2022-09-29 | Confirm updates directly after handling them (#231) | llnulldisk | |
2022-09-20 | Fix #230 | llnulldisk | |
2022-09-20 | Add function to check if bot is blocked by user | llnulldisk | |
2022-09-20 | Sort TgTypeParser functions | llnulldisk | |
2022-09-20 | Update API methods | llnulldisk | |
2022-09-14 | Update API | llnulldisk | |
2022-09-11 | Update to API 6.2 | llnulldisk | |
2022-09-11 | Update to API 6.1 | llnulldisk | |
2022-09-11 | Update to API 6.0 | llnulldisk | |
2022-09-09 | Update to API 5.7 | llnulldisk | |
2022-09-09 | Update to API 5.6 | llnulldisk | |
2022-09-09 | Merge pull request #225 from dmikushin/curl_error_message | Oleg Morozenkov | |
Give more detailed error messages for CURL http request, when possible | |||
2022-09-08 | If the request did not complete correctly, show the error information. If no ↵ | Dmitry Mikushin | |
detailed error information was written to errbuf, show the more generic information from curl_easy_strerror instead | |||
2022-09-04 | Update to API 5.5 | llnulldisk | |
2022-09-04 | Update to API 5.4 | llnulldisk | |