summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2020-04-06more pascal code cleaningGeorge Hazan
2020-04-06According to ↵dartraiden
https://github.com/miranda-ng/miranda-ng/commit/8221b8c22b4632c5f6c7f9f0ed6604f9a5d29c57 and https://github.com/miranda-ng/miranda-ng/commit/13cd5354baea09dc6ea4b1131a3bd289c07a84e7
2020-04-06more useless code removedGeorge Hazan
2020-04-06useless commands removedGeorge Hazan
2020-04-05Clist::OfflineModes made publicGeorge Hazan
2020-04-05another common clist option moved to the coreGeorge Hazan
2020-04-01Clist_blind to use Miranda's clist key processing instead of listbox ↵George Hazan
embedded one
2020-04-01Clist_Blind: unused option removedGeorge Hazan
2020-03-30another common option removed from dialogsGeorge Hazan
2020-03-30Contact lists:George Hazan
- all common options moved to the Clist namespace; - fixes #2281 (Add option to not clear "NotOnList" group at start);
2020-03-30CProgress => CCtrlProgress: fix for a class nameGeorge Hazan
2020-03-24SINT64_PARAM support moved into libjsonGeorge Hazan
2020-03-22File transfers:George Hazan
- fixes #2274 (StdMsg & Scriver cannot send files to offline contacts even if their protocol allows that to do); - all copies of AddToFileList in all plugins removed; - ProcessFileDrop() function introduced to handle all file drop operations in all SRMM plugins & contact list
2020-03-15db_get_sm / getStringA / getWStringA / getUStringA/ getMStringA / ↵George Hazan
getMStringW - missing szValue parameter added
2020-03-02code cleaningdartraiden
2020-02-20bunch of useless threads replaced with a call of ProtoBroadcastAsyncGeorge Hazan
2020-02-03Netlib_Dump exported from mir_appGeorge Hazan
2020-02-01m_system_cpp.h removed, because there're no C files anymore (hurrah)George Hazan
2020-02-01let's make a couple of things simplerGeorge Hazan
2020-02-01attempt to fix #2139George Hazan
2020-01-29fix for a rare crash on exitGeorge Hazan
2020-01-25massive code cleaning:George Hazan
- GCHOOK structure normalized (i.e. inlined SESSION_INFO fields replaced with a reference to SESSION_INFO); - fake CMsgDialog declaration added to m_srmm_int.h, thus duplicated declarations in plugins aren't needed anymore - other minor changes
2020-01-20db_event_delete: unused parameter removedGeorge Hazan
2020-01-13Netlib_GetHeader() - handful utility to avoid writing cyclesGeorge Hazan
2020-01-10WebSocket_Connect to return the reply to a HTTP request instead of a connectionGeorge Hazan
2020-01-03thread-safe implementation of CTimer::Start/StopGeorge Hazan
2020-01-03CTimer::GetEventId() shall return UINT_PTR as wellGeorge Hazan
2020-01-03Miranda_GetSystemWindow - returns a common window for creating global timersGeorge Hazan
2020-01-03CTimer::CTimer() : parameter type is changed to UINT_PTR, as presumedGeorge Hazan
2020-01-01Happy new year, Miranda, part 2dartraiden
2020-01-01Happy new year, MirandaGeorge Hazan
2019-12-04GetContactProto: useless duplicate function replaced with standard ↵George Hazan
Proto_GetBaseAccountName
2019-11-19unused functions removedGeorge Hazan
2019-11-04fixes #2112 (Remove some obsolete shit)George Hazan
2019-10-31typo fixGeorge Hazan
2019-10-30fix for CMOption<> prototypeGeorge Hazan
2019-10-28useless pascal header removedGeorge Hazan
2019-10-15MBinBuffer::assign = function to replace buffer contentsGeorge Hazan
2019-10-08first version of WA that connectsGeorge Hazan
2019-10-08WebSocket related code moved to the coreGeorge Hazan
2019-10-02merge with SrmmLogContainerGeorge Hazan
2019-09-30another compilation fixGeorge Hazan
2019-09-29code reorderingGeorge Hazan
2019-09-27end of manual experiments with CList/NotOnListGeorge Hazan
2019-09-27fix for a function name:George Hazan
Clist_IsHidden => Contact_IsHidden Clist_HideContact => Contact_Hide
2019-09-27obsolete services from m_ignore.h converted into functionsGeorge Hazan
2019-09-26Clist_IsHidden / Clist_HideContact - two helpers to hide CList/Hidden ↵George Hazan
variable and unify access to it
2019-09-26MS_UTILS_ENTERSTRING -> EnterString, useless service removedGeorge Hazan
2019-09-18- more shit cleared from C++ code;George Hazan
- Pascal code partially restored till the full container log implementation
2019-09-18m_ieview support removed from Pascal source codeGeorge Hazan