index
:
fadhil_riyanto/libTgBot.git
master
C++ library for Telegram bot API
Fadhil Riyanto
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net
Age
Commit message (
Expand
)
Author
2024-08-12
remove header protection
HEAD
master
fadhil riyanto
2023-04-04
Fix a few warnings reported by MSVC compiler
r4dish
2023-01-29
Fix timeout issues (#251)
llnulldisk
2022-09-29
Confirm updates directly after handling them (#231)
llnulldisk
2022-09-08
If the request did not complete correctly, show the error information. If no ...
Dmitry Mikushin
2021-12-03
fix(HttpParser/CurlHttpClient): fix typo
JellyBrick
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 timeou...
Mathias Schnarrenberger
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
2020-03-14
Improve include order. Add some forward decls.
Egor Pugin
2020-03-14
Fix #127, #128 & Code quality improvements
jellybrick
2020-03-13
fix: use std::size_t instead of size_t
Alexander Zaitsev
2020-03-13
fix: use C++ fixed-width types instead of C types
Alexander Zaitsev
2019-12-05
Combile all licenses in LICENSE. Fix Dockerfile_test
Oleg Morozenkov
2019-02-23
Fix curl client issue https://github.com/reo7sp/tgbot-cpp/issues/84
Gravechapa
2018-07-27
Bot API 4.0 - Part 2
JellyBrick
2018-07-23
Refactor http clients, fix webhook server, add more samples, change tabs to 4...
Oleg Morozenkov
2018-07-04
Remove error on bad http request. It is handled by Api.
Egor Pugin
2018-07-04
Turn off keep-alive. Correctly escape post data.
Egor Pugin
2018-07-04
Don't destroy post data early.
Egor Pugin
2018-07-04
Fix error message.
Egor Pugin
2018-07-04
Remove string literal.
Egor Pugin
2018-07-04
Implement CurlHttpClient.
Egor Pugin
2018-06-08
Performance optimization
JellyBrick
2018-06-02
Add optimization option
JellyBrick
2018-03-21
rename _stringarrayptr with _allowupdates to stay the same with getUpdates()
Mio
2018-03-20
Make TgLongPoll constructed with user-specified parameters for getUpdates() i...
Mio
2017-01-15
Fix tests
Oleg Morozenkov
2015-11-12
Remove leading \r\n\r\n before actual json string
Florian Scheibner
2015-09-15
Fix formatting + some minor improvements
Oleg Morozenkov
2015-09-10
Fix for send files using multipart/form
ray-pixar
2015-08-11
Fixed compiler's errors in TgTypeParser + fixed indentation + some other fixes
Oleg Morozenkov
2015-07-29
Fix includes + fix some minor bugs
Oleg Morozenkov