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
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