summaryrefslogtreecommitdiff
path: root/libs/win64
AgeCommit message (Collapse)Author
2020-09-08DeleteDirectoryTreeW - new function that deletes a folder with all ↵George Hazan
subfolders (recursively)
2020-08-07fix for rare crash on exitGeorge Hazan
2020-07-01TLS 1.3 support:George Hazan
Netlib_GetTlsUnique - new function to retrieve TLS binding data for an opened socket
2020-06-29PROTO_INTERFACE::GetMenuItem - unified access to all protocol menu itemsGeorge Hazan
2020-06-22temporary return of DbCheckerGeorge Hazan
2020-06-15simpler way of applying server ids to messagesGeorge Hazan
2020-06-15PROTO_INTERFACE::OnEventEdited - new virtual function to send edited ↵George Hazan
messages to server
2020-06-14Proto_GetInstance: handy helper to obtain PROTO_INTERFACE for a hContact / ↵George Hazan
szModule
2020-05-29towards #2408: CSrmmBaseDialog::ProcessFileDrop - a helper with window ↵George Hazan
handle to process file dropping operations
2020-05-14simple database event cycles moved to cursorsGeorge Hazan
2020-05-13kinda first working version of database event cursorsGeorge Hazan
2020-05-12fix for import librariesGeorge Hazan
2020-05-12event cursors for mdbx driverGeorge Hazan
2020-05-07fix for old PROTO_INTERFACE::FileResume interface errorGeorge Hazan
2020-05-04fixes #2381 (NewStory: add right-click menu for groupchats)George Hazan
2020-04-28fixes #2365 (NewStory: date/times are displayed according to the OS locale ↵George Hazan
settings)
2020-04-28database:George Hazan
- namespace DB declared for commonly used database classes; - stubs for database event cursors; - code cleaning
2020-04-26refreshment for import librariesGeorge Hazan
2020-04-26Chat api:George Hazan
- function Chat_GetDefaultEventDescr() added not to translate the same strings in 5 different places; - function CHAT_INTERFACE::CreateNick added to process nick name creation for group chats; - unused variable LOGINFO::dwFlags removed; - variable LOGINFO::bSimple added for events without possible formatting; - bunch of duplicate code remoed;
2020-04-25db_event_add / db_event_edit to receive const pointer to DBEVENTINFOGeorge Hazan
2020-04-06useless commands removedGeorge Hazan
2020-04-05Clist::OfflineModes made publicGeorge 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-24and also libraries for 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-08fixes #2252 (Update tinyxml2 to 8.0.0)George Hazan
2020-02-20bunch of useless threads replaced with a call of ProtoBroadcastAsyncGeorge Hazan
2020-02-03Netlib_Dump exported from mir_appGeorge 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-20db_event_delete: unused parameter removedGeorge Hazan
2020-01-13Netlib_GetHeader() - handful utility to avoid writing cyclesGeorge Hazan
2020-01-03thread-safe implementation of CTimer::Start/StopGeorge Hazan
2020-01-03CTimer::GetEventId() shall return UINT_PTR as wellGeorge Hazan
2020-01-03new export library for libjsonGeorge 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
2019-12-04GetContactProto: useless duplicate function replaced with standard ↵George Hazan
Proto_GetBaseAccountName
2019-10-30fix for CMOption<> prototypeGeorge Hazan
2019-10-15MBinBuffer::assign = function to replace buffer contentsGeorge Hazan
2019-10-08WebSocket related code moved to the coreGeorge Hazan
2019-10-02merge with SrmmLogContainerGeorge 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