Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-26 | major atavism, PROTORECVEVENT, died with its own set of constants | George Hazan | |
2024-01-24 | PS_GETNAME: another old atavism removed | George Hazan | |
2024-01-23 | fixes #4104 (Удаление серверной истории) | George Hazan | |
2024-01-10 | code cleaning | George Hazan | |
2024-01-09 | more strict constructor of MHttpRequest to avoid quirks | George Hazan | |
2024-01-08 | no need to call PSS_GETINFO, PSS_GETAWAYMSG, PSS_FILEALLOW, PSS_FILEDENY & ↵ | George Hazan | |
PSS_FILECANCEL via Proto_ChainSend with all those filters etc, the simple call of CallContactService is enough | |||
2024-01-08 | Update copyrights | dartraiden | |
2024-01-05 | Netlib: | George Hazan | |
- NETLIBHTTPHEADER & NETLIBHTTPREQUEST obsoleted; - NETLIBHTTPREQUEST divided into MHttpRequest & MHttpResponse; - MHttpHeaders now manager headers both for MHttpRequest & MHttpResponse; | |||
2024-01-04 | NETLIBHTTPREQUEST::cbSize = old unused field removed | George Hazan | |
2023-12-20 | DBEVENTINFO::hContact to be returned inside an event, no need to call ↵ | George Hazan | |
db_event_getContact() just after db_event_get() | |||
2023-11-26 | code cleaning | George Hazan | |
2023-11-23 | fixes #3955 (NewsAggregator: добавленный RSS-фид до ↵ | George Hazan | |
перезапуска Миранды отображается "не в сети", а после перезапуска "в сети") | |||
2023-11-23 | code cleaning | George Hazan | |
2023-11-23 | more code reordering | George Hazan | |
2023-11-23 | code reordering | George Hazan | |
2023-11-21 | fixes #3945 (Плагины сообщений: скрывать ↵ | George Hazan | |
элементы окна в зависимости от типа привата) | |||
2023-08-03 | NewsAggregator: use HTTPS in default URL | dartraiden | |
2023-02-10 | Protocols: preventing recursive contact deletion | George Hazan | |
2023-01-02 | Update copyrights | dartraiden | |
2022-12-17 | Mediawiki considers URLs with and without a trailing slash as different ↵ | dartraiden | |
pages, see https://phabricator.wikimedia.org/T14703 | |||
2022-07-31 | Contact: group of functions gathered into the personal namespace | George Hazan | |
2022-01-24 | compilation fix | George Hazan | |
2022-01-24 | We do not need to translate account names | dartraiden | |
2022-01-22 | Fixes #2997 | dartraiden | |
2022-01-01 | Happy new year, Miranda | dartraiden | |
2021-12-26 | DWORD -> uint32_t | George Hazan | |
2021-12-26 | BYTE -> uint8_t | George Hazan | |
2021-12-26 | PBYTE -> uint8_t* | George Hazan | |
2021-03-28 | 21 years after Win2k release we don't need win2k.h - everything we need is ↵ | George Hazan | |
included into minimum Windows SDK 7.1 | |||
2021-01-18 | fixes #2700 (Scriver: при открытии окна через попап ↵ | George Hazan | |
отображается лишь одно сообщение) | |||
2021-01-17 | Update copyrights | dartraiden | |
2020-07-23 | fixes #2493 (Проблема с Юникодом в диалоге ↵ | George Hazan | |
добавления контакта) | |||
2020-06-10 | useless check removed | George Hazan | |
2020-06-04 | UI classes: | George Hazan | |
- CDlgBase::m_bSucceeded variable introduced to check whether IDOK was pressed or not; - unused/useless buttons with id=IDOK or IDCANCEL removed; - brnOk.OnClick replaced with OnApply calls; - unused/useless calls of EndDialog/EndModal removed; - minor code cleaning | |||
2020-05-22 | also the same fix for icon projects | George Hazan | |
2020-05-22 | fix for broken project file compatibility in VS2019 16.6.0 | George Hazan | |
2020-04-22 | newsaggregator: fixed import from files without htmlUrl tag | Mataes | |
2020-02-20 | bunch of useless threads replaced with a call of ProtoBroadcastAsync | George Hazan | |
2020-01-09 | if smth cannot be incuded, it shall be inlined | George Hazan | |
2020-01-01 | Happy new year, Miranda, part 2 | dartraiden | |
2020-01-01 | Happy new year, Miranda | George Hazan | |
2019-12-04 | GetContactProto: useless duplicate function replaced with standard ↵ | George Hazan | |
Proto_GetBaseAccountName | |||
2019-09-27 | fix for a function name: | George Hazan | |
Clist_IsHidden => Contact_IsHidden Clist_HideContact => Contact_Hide | |||
2019-09-26 | Clist_IsHidden / Clist_HideContact - two helpers to hide CList/Hidden ↵ | George Hazan | |
variable and unify access to it | |||
2019-07-26 | warning fixes | George Hazan | |
2019-07-24 | massive warning fix | George Hazan | |
2019-07-24 | NLHR_PTR - smart pointers make better code | George Hazan | |
2019-06-27 | manual access to CList/Group restricted | George Hazan | |
2019-06-03 | Folders: old TCHAR helpers removed | George Hazan | |
2019-04-12 | wiping custom icolib functions: NewsAggregator | George Hazan | |