Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-07 | sqlite3: pick up Miranda-specific commits | dartraiden | |
2018-11-07 | sqlite: update to 3.25.3 | dartraiden | |
2018-11-07 | some files contains LF and CRLF simultaneously | dartraiden | |
2018-11-07 | libcurl: update to 7.62 | dartraiden | |
2018-11-06 | merge with libmdbx trunk - fixes one rare problem with database shrinking | George Hazan | |
2018-10-24 | libmdbx: | George Hazan | |
- fix for a possible crash after database compaction; - merge with master | |||
2018-10-17 | fixes #1626 (Dbx_mdbx: subcontact's history disappears after removing a ↵ | George Hazan | |
subcontact instead of saving in meta) | |||
2018-10-13 | group 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-13 | chat 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-10 | stupid schema with event handles sharing via CreateEventHook eliminated | George Hazan | |
2018-10-08 | updated libsodium to version 1.0.17 | aunsane | |
2018-10-04 | mdbx_dump & mdbx_load utilities adapted for Miranda | George Hazan | |
2018-10-02 | minor fix for libmdbx | George Hazan | |
2018-09-30 | libs/sqlite3: pick up Miranda-specific commits | dartraiden | |
2018-09-30 | libs/sqlite3: update to 3.25.2 | dartraiden | |
2018-09-26 | libmdbx: merge to 0.2 | George Hazan | |
2018-09-23 | db_event_edit - new stub for editing messages | George Hazan | |
2018-09-23 | libs/sqlite3: pick up Miranda-specific commits | dartraiden | |
2018-09-23 | libs/sqlite3: update to 3.25.1 | dartraiden | |
2018-09-20 | fix for the proper return type of PROTO<>::RecvMsg | George Hazan | |
2018-09-20 | these asserts aren't needed at all | George Hazan | |
2018-09-20 | final fix for libmdbx problem with GC | George Hazan | |
2018-09-19 | GetEventById & SetEventId - two new methods to operate with events by their ↵ | George Hazan | |
server ids | |||
2018-09-19 | merge of libmdbx code cleaning | George Hazan | |
2018-09-17 | libmdbx: another important bugfix | George Hazan | |
2018-09-17 | libs/sqlite3: pick up Miranda-specific commits | dartraiden | |
2018-09-17 | libs/sqlite3: update to 3.25 | dartraiden | |
2018-09-16 | libmdbx: fix for GC | George Hazan | |
2018-09-14 | merge with libmdbx release | George Hazan | |
2018-09-07 | libcurl: update to 7.61.1 | dartraiden | |
2018-08-29 | fixes #1555 (Import shouldn't import .bak second time in service mode) | George Hazan | |
2018-08-26 | Revert GC-related changes in libmdbx, till the time when it works | George Hazan | |
2018-08-25 | merge with recent libmdbx | George Hazan | |
2018-08-15 | merge with libmdbx | George Hazan | |
2018-08-07 | missing method added | George Hazan | |
2018-08-07 | MDatabaseReadonly - base class for all read-only database drivers | George Hazan | |
2018-08-02 | Miranda_WaitOnHandleEx - advanced wait function with pInfo parameter | George Hazan | |
2018-07-25 | patch to keep the same line numbers with the official one | George Hazan | |
2018-07-24 | libmdbx: crash fix | George Hazan | |
2018-07-20 | we don't need two name sets for the same array of functions | George Hazan | |
2018-07-20 | libpng: update to 1.6.35 | dartraiden | |
2018-07-19 | Remove useless docs | dartraiden | |
2018-07-19 | fix for wrong assert in libmdbx | George Hazan | |
2018-07-18 | updated libsodium | aunsane | |
2018-07-17 | added error logger for libmdbx | George Hazan | |
2018-07-12 | libcurl: update to 7.61 | dartraiden | |
2018-07-11 | int hLangpack/m_hLang removed and replaced with HPLUGIN | George Hazan | |
2018-07-11 | GUI change: | George Hazan | |
- methods OnInitDialog, OnApply & OnClose of CDlgBase now return true if successful. return of false prevents a dialog from being loaded or left respectively; - massive code cleaning considering the 'virtual' attribute of overridden methods; - also fixes #1476 (Don't close "Create new account" window if user not set account name) | |||
2018-07-11 | libmdbx extracted to separate dll | George Hazan | |
2018-07-11 | fix regression, introduced in dae1e12d0bc0be3b6c243dc624b30e1ed3b07410 | dartraiden | |