Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-08 | Add support to configure the API bot server url | Nuno Esculcas | |
Now creating the bot class it is possible to override the API bot server url that defaults to: 'https://api.telegram.org' This enables you to connect your bot to the local API bot server. | |||
2020-03-22 | Move method to source file. Put include with boost asio at the first place, ↵ | Egor Pugin | |
because otherwise it is compiler error somewhere in files related to include order. | |||
2020-03-14 | Move Bot ctor in its own file. | Egor Pugin | |
2020-03-14 | Improve include order. Add some forward decls. | Egor Pugin | |
2020-03-14 | Add missing header. | Egor Pugin | |
2020-03-14 | Store Bot::_eventBroadcaster in unique ptr. Fixes #131. | Egor Pugin | |
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 ↵ | Oleg Morozenkov | |
4 spaces | |||
2018-07-04 | Remove string literal. | Egor Pugin | |
2018-07-04 | Implement CurlHttpClient. | Egor Pugin | |
2018-05-29 | Added @brief to the Doxygen comment. | JellyBrick | |
2015-08-11 | Fixed compiler's errors in TgTypeParser + fixed indentation + some other fixes | Oleg Morozenkov | |
2015-07-27 | Documentation | Oleg Morozenkov | |