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
/
include
/
tgbot
/
tools
Age
Commit message (
Collapse
)
Author
2022-10-05
Escape poll options (#128)
llnulldisk
2022-06-04
remove extra ;
dan4ik
2020-03-13
Initial support for shared builds.
Egor Pugin
2020-03-13
fix: use std::size_t instead of size_t
Alexander Zaitsev
- use C++ size_t from std namespace instead of a version from global namespace Tested: - Local build - Unit-tests
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 ↵
Oleg Morozenkov
4 spaces
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
2016-11-26
fix bug #29
Arif Darmawan
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
2015-07-27
Documentation
Oleg Morozenkov