summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Collapse)Author
2019-02-11unused xml api items removedGeorge Hazan
2019-02-10compilation fixGeorge Hazan
2019-02-10libcurl: pick up Miranda-specific commitsdartraiden
2019-02-10libcurl: update to 7.64dartraiden
2019-02-09SQLite: pick up Miranda-specific commitsdartraiden
2019-02-09SQLite: update to 3.27.1dartraiden
2019-02-08SQLite: pick up Miranda-specific commitsdartraiden
2019-02-08SQLite: update to 3.27dartraiden
2019-02-08libssh2 added to Miranda to support SFTP transfers in libcurlGeorge Hazan
2019-02-07FreeImage: update to 3.18.0George Hazan
2019-02-07hopefully last custom UrlDecode implementation removedGeorge Hazan
2019-02-05fixes #1825 (spin control initialization should be done in the constructor, ↵George Hazan
not inside OnInitDialog)
2019-02-01four forgotten meta services removedGeorge Hazan
2019-01-28merge with libmdbx masterGeorge Hazan
2019-01-28mir_urlDecode & mir_urlEncode to return CMStringAGeorge Hazan
2019-01-18we don't need PSR_URL as wellGeorge Hazan
2019-01-18PSS_URL removed as totally obsoleteGeorge Hazan
2019-01-04Update copyrightsdartraiden
2018-12-24mir_urlDecode restoredGeorge Hazan
2018-12-23in fact, we don't need mir_hmac_sha1 eitherGeorge Hazan
2018-12-23we don't need this function, cause it's not called, and also we have opensslGeorge Hazan
2018-12-21attempt to unify AsyncHttpRequest in various protocolsGeorge Hazan
2018-12-18C++ exceptions are disabled in all cases where they just prevent warningsGeorge Hazan
2018-12-15* sqlite3: pick up Miranda-specific commitsdartraiden
2018-12-15* sqlite: update to 3.26dartraiden
2018-12-14libcurl: update to 7.63dartraiden
2018-12-08db_get_sa / db_get_wsa to receive the default value, massive code simplificationGeorge Hazan
2018-12-08chats:George Hazan
- Chat_GetGroup & Chat_SetGroup functions added to stop the zoo with chat default group name; - fixes #1655 (custom chat group name doesn't work in Discord)
2018-12-05fixes #1649 (Wrong codepage in mdbx tools errors)George Hazan
2018-11-26Chat_AddGroup - simplified prototypeGeorge Hazan
2018-11-25libmdbx: fix for changing database sizeGeorge Hazan
2018-11-21libmdbx: minor fix for concurrent database creationGeorge Hazan
2018-11-21fixes #1647 (Update OpenSSL to 1.0.2q)George Hazan
2018-11-13getByte/getWord/getDword: correct default values restoredGeorge Hazan
2018-11-07sqlite3: pick up Miranda-specific commitsdartraiden
2018-11-07sqlite: update to 3.25.3dartraiden
2018-11-07some files contains LF and CRLF simultaneouslydartraiden
2018-11-07libcurl: update to 7.62dartraiden
2018-11-06merge with libmdbx trunk - fixes one rare problem with database shrinkingGeorge Hazan
2018-10-24libmdbx:George Hazan
- fix for a possible crash after database compaction; - merge with master
2018-10-17fixes #1626 (Dbx_mdbx: subcontact's history disappears after removing a ↵George Hazan
subcontact instead of saving in meta)
2018-10-13group chats:George Hazan
- GC_SHAREDUSERS removed; - SESSION_INFO::pParent used instead to collect data about shared user info - fix for SESSION_INFO::pMe calculation - Discord chats now go offline when proto goes offline
2018-10-13chat api:George Hazan
- GC_SHAREDUSERS flag added to share the same array of users for all group chats; - USERINFO.next removed; - MODULEINFO.arUsers & SESSION_INFO.arUsers introduced to maintain user lists; - MM_AddModule removed; - memory allocation model changed for MODULEINFO & SESSION_INFO - MM_CreateModule & SM_CreateSession members are added to g_chatApi
2018-10-10stupid schema with event handles sharing via CreateEventHook eliminatedGeorge Hazan
2018-10-08updated libsodium to version 1.0.17aunsane
2018-10-04mdbx_dump & mdbx_load utilities adapted for MirandaGeorge Hazan
2018-10-02minor fix for libmdbxGeorge Hazan
2018-09-30libs/sqlite3: pick up Miranda-specific commitsdartraiden
2018-09-30libs/sqlite3: update to 3.25.2dartraiden
2018-09-26libmdbx: merge to 0.2George Hazan