Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: J-Roux/tgbot-cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: reo7sp/tgbot-cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 10 files changed
  • 8 contributors

Commits on Jun 30, 2025

  1. Configuration menu
    Copy the full SHA
    c788449 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2025

  1. Merge pull request reo7sp#338 from Makcal/patch-1

    fix: do not send `"pay": false` in  InlineKeyboardButton
    reo7sp authored Jul 1, 2025
    Configuration menu
    Copy the full SHA
    84e93a1 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2025

  1. 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]>
    ammarfaizi2 committed Sep 6, 2025
    Configuration menu
    Copy the full SHA
    54bc1be View commit details
    Browse the repository at this point in the history
  2. 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'
    reo7sp authored Sep 6, 2025
    Configuration menu
    Copy the full SHA
    f52c0b8 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2025

  1. Configuration menu
    Copy the full SHA
    7fb7f87 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2025

  1. Modify the parseInlineQueryResult function. Some object->types are th…

    …e same, which results in the actual type not being parsed during parsing.
    okman334 committed Oct 13, 2025
    Configuration menu
    Copy the full SHA
    bd36158 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2025

  1. Merge pull request reo7sp#343 from okman334/master

    Fixed parseInlineQueryResult type bug and modify CMakeList to support the new version of boost
    reo7sp authored Nov 6, 2025
    Configuration menu
    Copy the full SHA
    a649622 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2025

  1. Configuration menu
    Copy the full SHA
    c980595 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2025

  1. Merge pull request reo7sp#347 from BloodRedTape/bloodredtape/fix-allo…

    …wed-updates
    
    Fix allowed updates json building
    reo7sp authored Nov 17, 2025
    Configuration menu
    Copy the full SHA
    39f7a8f View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2025

  1. Configuration menu
    Copy the full SHA
    cbb1b33 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2026

  1. Configuration menu
    Copy the full SHA
    335e001 View commit details
    Browse the repository at this point in the history
  2. little change

    Tomat7 committed Mar 31, 2026
    Configuration menu
    Copy the full SHA
    2997568 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2026

  1. Configuration menu
    Copy the full SHA
    8b1f8d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2026

  1. Configuration menu
    Copy the full SHA
    5b0c0b5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request reo7sp#348 from Legolase/master

    feat: Add support for message_reaction and message_reaction_count events
    reo7sp authored Apr 14, 2026
    Configuration menu
    Copy the full SHA
    68c7931 View commit details
    Browse the repository at this point in the history
  3. Merge pull request reo7sp#352 from Tomat7/master

    Add method setProxy() for CurlHttpClient
    reo7sp authored Apr 14, 2026
    Configuration menu
    Copy the full SHA
    e79ac64 View commit details
    Browse the repository at this point in the history
Loading