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
/
EventBroadcaster.h
Age
Commit message (
Expand
)
Author
2022-10-18
Update EventBroadcaster (#235)
llnulldisk
2022-09-20
Add support for removing command listeners
llnulldisk
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
Fix #127, #128 & Code quality improvements
jellybrick
2020-03-13
Initial support for shared builds.
Egor Pugin
2019-12-05
Combile all licenses in LICENSE. Fix Dockerfile_test
Oleg Morozenkov
2018-07-23
Refactor http clients, fix webhook server, add more samples, change tabs to 4...
Oleg Morozenkov
2018-06-08
Performance optimization
JellyBrick
2018-05-29
Added @brief to the Doxygen comment.
JellyBrick
2017-02-02
Merge pull request #38 from ymuv/master
Oleg Morozenkov
2017-02-02
Add initializer_list for register same commands.
ymuv
2017-01-23
I think EventBroadcast and EventHandler should not use shared_ptr references too
Oleg Morozenkov
2016-04-17
Added implementation to Inline Keyboard and added a new event broadcaster
Andrea Giove
2016-03-27
Add new types and new event broadcaster for support the inline mode.
Andrea Giove
2015-08-11
Fixed compiler's errors in TgTypeParser + fixed indentation + some other fixes
Oleg Morozenkov
2015-07-27
Documentation
Oleg Morozenkov