Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-29 | Fix timeout issues (#251) | llnulldisk | |
2022-09-29 | Confirm updates directly after handling them (#231) | llnulldisk | |
2020-03-17 | format: add missing headers | Alexander Zaitsev | |
- add missing include headers in different part of tgbot-cpp library, remove unused includes Tested: - Local build | |||
2020-03-14 | Improve include order. Add some forward decls. | Egor Pugin | |
2020-03-14 | Fix #127, #128 & Code quality improvements | jellybrick | |
It seems that the author of this code misunderstood 'Array of PollOption' as 'PollOption'. | |||
2020-03-13 | fix: use C++ fixed-width types instead of C types | Alexander Zaitsev | |
- C++ standard doesn't guarantee that C-types without std namespace are available in global namespace. So the proper solution (since it's C++ library) is using C++ types instead of C Tested: - Local build - By unit-tests | |||
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-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() ↵ | Mio | |
instead of hard-code | |||
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 | |