summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-08-12remove header protectionHEADmasterfadhil riyanto
2024-08-12set cURL as default http clientfadhil riyanto
2024-08-10re-order TgBot::Bot class parameterfadhil riyanto
2024-04-22Update to Bot API 7.2llnulldisk
2024-04-20Update to Bot API 7.1llnulldisk
2024-04-20Update to Bot API 7.0llnulldisk
2024-04-17Fix various api objectsllnulldisk
2024-04-15Update to Bot API 6.9llnulldisk
2024-04-15Update to Bot API 6.8llnulldisk
2024-04-15Update to Bot API 6.7llnulldisk
2024-04-14Update to Bot API 6.6llnulldisk
2024-03-26Avoid unnecessary casting in reply_markuppaulusel
2024-03-25Fix keyboard markup type in exditmessagetextpaulusel
2024-02-27tgbot-cpp: InputFile: Use std::fs for getting filenameSoo-Hwan Na
2023-12-01Added ability to handle error codes from all Api requeststemomik
2023-07-02Revert "Revert "Repeat the http request on fail""Oleg Morozenkov
2023-06-05Revert "Repeat the http request on fail"Oleg Morozenkov
2023-05-11Merge pull request #262 from dmikushin/repeat-http-request-on-failOleg Morozenkov
2023-05-11Merge pull request #277 from Iife85dr1/masterOleg Morozenkov
2023-05-06fix -Worder warningJohn Doe
2023-04-04Fix a few warnings reported by MSVC compilerr4dish
2023-03-09Correcting the retry-able try-catch block placement: it must be the topmost i...Dmitry Mikushin
2023-02-12Parameterizing the number of retries and backoff duration for HttpClient.make...Dmitry Mikushin
2023-02-11Update to Bot API 6.5llnulldisk
2023-02-11Repeat the http request on fail, do not crash with an exception. This is a be...Dmitry Mikushin
2023-01-29Fix timeout issues (#251)llnulldisk
2023-01-02Update to Bot API 6.4llnulldisk
2022-11-28Update InlineKeyboardButton (#244)llnulldisk
2022-11-17Add missing args in webhooks operationsEugene Lykov
2022-11-05Update to Bot API 6.3llnulldisk
2022-10-23Pass strings not as references with boost::variant (#237)llnulldisk
2022-10-18Fix parse errorllnulldisk
2022-10-18Update EventBroadcaster (#235)llnulldisk
2022-10-05Escape poll options (#128)llnulldisk
2022-10-05sendPoll: update default value (#234)llnulldisk
2022-09-29Confirm updates directly after handling them (#231)llnulldisk
2022-09-20Fix #230llnulldisk
2022-09-20Add function to check if bot is blocked by userllnulldisk
2022-09-20Sort TgTypeParser functionsllnulldisk
2022-09-20Update API methodsllnulldisk
2022-09-14Update APIllnulldisk
2022-09-11Update to API 6.2llnulldisk
2022-09-11Update to API 6.1llnulldisk
2022-09-11Update to API 6.0llnulldisk
2022-09-09Update to API 5.7llnulldisk
2022-09-09Update to API 5.6llnulldisk
2022-09-09Merge pull request #225 from dmikushin/curl_error_messageOleg Morozenkov
2022-09-08If the request did not complete correctly, show the error information. If no ...Dmitry Mikushin
2022-09-04Update to API 5.5llnulldisk
2022-09-04Update to API 5.4llnulldisk