summaryrefslogtreecommitdiff
path: root/protocols/CurrencyRates/src/CurrencyRatesProviderBase.cpp
AgeCommit message (Collapse)Author
2024-02-09CurrencyRates: all settings migrated to CMOption<>George Hazan
2024-01-23fixes #4104 (Удаление серверной истории)George Hazan
2023-12-20DBEVENTINFO::hContact to be returned inside an event, no need to call ↵George Hazan
db_event_getContact() just after db_event_get()
2023-11-17CurrencyRates: all global settings moved to UI classesGeorge Hazan
2023-11-17CurrencyRates: adaptation for two or more data providersGeorge Hazan
2023-11-17final version of CurrencyRates before adding second providerGeorge Hazan
2023-11-17code cleaningGeorge Hazan
2023-11-17CurrencyRates: options moved to the separate fileGeorge Hazan
2023-11-07fixes #3834 (CurrencyRates: не работает текст ↵George Hazan
всплывающих окон)
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26WORD -> uint16_tGeorge Hazan
2021-12-26PBYTE -> uint8_t*George Hazan
2021-08-30code cleaningGeorge Hazan
2021-05-20CurrencyRates:George Hazan
- std::wstring replaced with CMStringW wherever possible; - std::wostringstream totally removed; - boost::json replaced with Miranda's own parser; - %d modifier added to visualize rate delta; - version bump
2021-05-20CurrencyRates: old unused junk removed + code cleaningGeorge Hazan
2021-02-15CurrencyRates: useless code removedGeorge Hazan
2020-11-04fixes #2607 (CurrencyRates incorrect displays Bitcoin rate)George Hazan
2020-05-19CurrencyRates: code cleaningGeorge Hazan
2019-08-13useless checks removedGeorge Hazan
2019-03-05Popup:George Hazan
- wiping out checks for service presence; - code cleaning
2019-03-02all protocols (even virtual ones) moved to the Protocols folderGeorge Hazan