-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: J-Roux/tgbot-cpp
base: master
head repository: reo7sp/tgbot-cpp
compare: master
- 16 commits
- 10 files changed
- 8 contributors
Commits on Jun 30, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c788449 - Browse repository at this point
Copy the full SHA c788449View commit details
Commits on Jul 1, 2025
-
Merge pull request reo7sp#338 from Makcal/patch-1
fix: do not send `"pay": false` in InlineKeyboardButton
Configuration menu - View commit details
-
Copy full SHA for 84e93a1 - Browse repository at this point
Copy the full SHA 84e93a1View commit details
Commits on Sep 6, 2025
-
net: CurlHttpClient: Call
curl_easy_reset()to fix error 'rewinding…… of the data' @okman334 reported an error when using the curl HTTP client after commit 775291f ("net: Allow curl handle in CurlHttpClient to be kept alive"): error: curl error: Send failed since rewinding of the data stream failed. Fix this by calling `curl_easy_reset()` before setting curl options. It reinitializes all options previously set on a specified curl handle to the default values while keeping the connection alive. Also, move the timeout options setting below the reset call to avoid losing the timeout options effect. Closes: reo7sp#340 Reported-by: @okman334 Fixes: 775291f ("net: Allow curl handle in CurlHttpClient to be kept alive") Signed-off-by: Ammar Faizi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 54bc1be - Browse repository at this point
Copy the full SHA 54bc1beView commit details -
Merge pull request reo7sp#341 from ammarfaizi2/fix-curl-netlib
[GIT PULL] net: CurlHttpClient: Call `curl_easy_reset()` to fix error 'rewinding of the data'
Configuration menu - View commit details
-
Copy full SHA for f52c0b8 - Browse repository at this point
Copy the full SHA f52c0b8View commit details
Commits on Sep 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7fb7f87 - Browse repository at this point
Copy the full SHA 7fb7f87View commit details
Commits on Oct 13, 2025
-
Modify the parseInlineQueryResult function. Some object->types are th…
…e same, which results in the actual type not being parsed during parsing.
Configuration menu - View commit details
-
Copy full SHA for bd36158 - Browse repository at this point
Copy the full SHA bd36158View commit details
Commits on Nov 6, 2025
-
Merge pull request reo7sp#343 from okman334/master
Fixed parseInlineQueryResult type bug and modify CMakeList to support the new version of boost
Configuration menu - View commit details
-
Copy full SHA for a649622 - Browse repository at this point
Copy the full SHA a649622View commit details
Commits on Nov 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c980595 - Browse repository at this point
Copy the full SHA c980595View commit details
Commits on Nov 17, 2025
-
Merge pull request reo7sp#347 from BloodRedTape/bloodredtape/fix-allo…
…wed-updates Fix allowed updates json building
Configuration menu - View commit details
-
Copy full SHA for 39f7a8f - Browse repository at this point
Copy the full SHA 39f7a8fView commit details
Commits on Nov 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for cbb1b33 - Browse repository at this point
Copy the full SHA cbb1b33View commit details
Commits on Mar 31, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 335e001 - Browse repository at this point
Copy the full SHA 335e001View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2997568 - Browse repository at this point
Copy the full SHA 2997568View commit details
Commits on Apr 10, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 8b1f8d7 - Browse repository at this point
Copy the full SHA 8b1f8d7View commit details
Commits on Apr 14, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 5b0c0b5 - Browse repository at this point
Copy the full SHA 5b0c0b5View commit details -
Merge pull request reo7sp#348 from Legolase/master
feat: Add support for message_reaction and message_reaction_count events
Configuration menu - View commit details
-
Copy full SHA for 68c7931 - Browse repository at this point
Copy the full SHA 68c7931View commit details -
Merge pull request reo7sp#352 from Tomat7/master
Add method setProxy() for CurlHttpClient
Configuration menu - View commit details
-
Copy full SHA for e79ac64 - Browse repository at this point
Copy the full SHA e79ac64View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master