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
/
tools
Age
Commit message (
Expand
)
Author
2023-04-04
Fix a few warnings reported by MSVC compiler
r4dish
2022-10-05
Escape poll options (#128)
llnulldisk
2021-04-05
Fixes https://github.com/reo7sp/tgbot-cpp/issues/162
Mathias Schnarrenberger
2020-03-17
format: add missing headers
Alexander Zaitsev
2020-03-14
Fix #127, #128 & Code quality improvements
jellybrick
2020-03-13
fix: use std::size_t instead of size_t
Alexander Zaitsev
2019-12-05
Combile all licenses in LICENSE. Fix Dockerfile_test
Oleg Morozenkov
2018-07-26
Test on old ubuntu
Oleg Morozenkov
2018-07-23
Refactor http clients, fix webhook server, add more samples, change tabs to 4...
Oleg Morozenkov
2018-03-10
Fixes #55
Oleg Morozenkov
2017-03-20
fix errors
kukin-konstantin
2017-01-26
Fix warning: nonnull argument 'value' compared to NULL
Oleg Morozenkov
2017-01-26
Helper method for loading files. Photo upload example. Fixes #24
Oleg Morozenkov
2017-01-23
Fix -Wsign-compare and control reaches end of non-void function
ymuv
2017-01-15
Fix tests
Oleg Morozenkov
2017-01-11
fix encodeUrl function
kukin-konstantin
2016-11-23
StringTools: small fix for perfomance
Ramzan Bekbulatov
2015-08-11
Remove duplicated files
Oleg Morozenkov
2015-08-11
Fixed compiler's errors in TgTypeParser + fixed indentation + some other fixes
Oleg Morozenkov
2015-08-04
Fix StringTools
Oleg Morozenkov
2015-07-29
Fix includes + fix some minor bugs
Oleg Morozenkov