index
:
tdlib
debian
Cross-platform library for building Telegram clients
Maria Lisina
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
td
/
telegram
/
LanguagePackManager.cpp
Age
Commit message (
Expand
)
Author
2026-01-01
Update copyright year.
levlam
2025-06-14
Allow to pass error code and message directly to Promise::set_error.
levlam
2025-04-14
Various improvements.
levlam
2025-01-01
Update copyright year.
levlam
2024-04-27
Use TRY_RESULT_PROMISE in LanguagePackManager.
levlam
2024-01-01
Update copyright year.
levlam
2023-07-01
Explicitly include telegram_api.h in cpp files.
levlam
2023-07-01
Remove unused api.hpp includes.
levlam
2023-04-18
Log received language info.
levlam
2023-03-22
Fix misprint.
levlam
2023-03-22
Send updateLanguagePackStrings when language pack is loaded for the first time.
levlam
2023-01-24
Fix language pack information repair.
levlam
2023-01-15
Fix some lower-case spelling.
levlam
2023-01-01
Update copyright year.
levlam
2022-11-23
Add td::Hash and use it everywhere instead of unusable std::hash.
levlam
2022-08-31
Improve field name.
levlam
2022-08-18
Ensure that option values are fetched on launch.
levlam
2022-08-17
Init base LanguagePackManager fields in constuctor.
levlam
2022-08-17
Proxy all option-related requests through G.
levlam
2022-04-13
Add set_promises/fail_promises helper functions.
levlam
2022-03-11
Use FlatHashSet.
levlam
2022-02-11
Move other big classes inside FlatHashMap to unique_ptr.
levlam
2022-02-10
Check and fix half of FlatHashMap usages.
levlam
2022-02-08
FlatHashMap: use same code for const and non-const methods
Arseny Smirnov
2022-02-08
Fix includes and formatting.
levlam
2022-02-07
td: replace most of std::unordered_map usages to td::FlatHashMap
Arseny Smirnov
2022-01-01
Update copyright year.
levlam
2021-12-12
Asynchronously save emoji keywords.
levlam
2021-11-01
Don't generate MASK for parsed True fields.
levlam
2021-10-27
Unify td/telegram/include order.
levlam
2021-10-19
A lot more minor improvements.
levlam
2021-10-07
Add Global::request_aborted_error.
levlam
2021-10-07
Replace begin_transaction with begin_read_transaction and begin_write_transac...
levlam
2021-09-28
Add "; pass null" annotations for expected to be null request parameters.
levlam
2021-09-23
Unify set SQLite PRAGMAs.
levlam
2021-09-22
Add allow_creation parameter to SqliteDb::init.
levlam
2021-05-17
Don't include SliceBuilder.h in logging.h.
levlam
2021-01-01
Move some functions from misc.h to algorithm.h.
levlam
2021-01-01
Update copyright year.
levlam
2020-11-23
Protect LanguagePackManager::tear_down during exit.
levlam
2020-10-01
Improve language code processing in searchEmojis.
levlam
2020-09-25
Make optionValueInteger value int64.
levlam
2020-08-24
Add td_api::getCountries.
levlam
2020-06-23
Improve logging.
levlam
2020-05-18
Improve spelling.
levlam
2020-03-16
Minor fixes.
levlam
2020-03-16
Simplify NetQueryCreator and remove mtproto dependency on telegram_api.
levlam
2020-03-15
Add NetQueryCreator::create_unauth.
levlam
2020-01-01
Update copyright year.
levlam
2019-10-22
Various fixes.
levlam
[next]