Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-06 | fixes #1640 (Random crash when closing message window) | George Hazan | |
2018-11-05 | SimpleStatusMsg: obsolete code removed | George Hazan | |
2018-11-02 | added explicit flag for checking duplicates | George Hazan | |
2018-11-01 | fixes #1632 ([Import] When importing an entire DB, it should not be checked ↵ | George Hazan | |
for duplicates) - service mode doesn't check dups | |||
2018-11-01 | dbx_sqlite: | aunsane | |
- remove settings and events with contact - code cleanup | |||
2018-10-31 | tabSRMM: old code returned | George Hazan | |
2018-10-30 | code cleaning | George Hazan | |
2018-10-30 | tabSRMM: | George Hazan | |
- obsolete M.GetDword & M.GetByte calls removed; - useless m_isFavorite & m_isRecent moved from CContactCache to CMimAPI; - other code cleaning | |||
2018-10-26 | tabSRMM: unused field CContactCache::m_iStatus removed | George Hazan | |
2018-10-19 | minimum size for the wizard's window | George Hazan | |
2018-10-19 | fix for import wizard drawing after resize | George Hazan | |
2018-10-18 | fixes #1621 (resizable Import wizard) | George Hazan | |
2018-10-18 | russian resources? really?.. | George Hazan | |
2018-10-18 | fixes #1622 (Add ability to copy text from Import log) | George Hazan | |
2018-10-18 | the less WinAPI, the better | George Hazan | |
2018-10-18 | Import moved to UI classes | George Hazan | |
2018-10-18 | Db_autobackups: variables support | George Hazan | |
2018-10-18 | fixes #1623 (Add ability to adjust backup names) | George Hazan | |
2018-10-18 | Db_autobackups: code cleaning & reordering | George Hazan | |
2018-10-17 | dbx_sqlite: store event into sub, but notify meta | aunsane | |
2018-10-17 | crash fix | George Hazan | |
2018-10-17 | fixes #1626 (Dbx_mdbx: subcontact's history disappears after removing a ↵ | George Hazan | |
subcontact instead of saving in meta) | |||
2018-10-17 | MirLua: | aunsane | |
- refactoring of winapi module - m_message - fix to paste in private message log - m_srmm - add hWnd to CustomButtonClickData | |||
2018-10-16 | dbx_mdbx: fix return value for db_event_edit | ElzorFox | |
mir_app: fix adding messages with IDs that were deleted earlier | |||
2018-10-15 | dbx_sqlite: breaking changes | aunsane | |
- removed contect_event table - added contact_id to event table - some improvements to event cache - increased speed of import -varsion bump | |||
2018-10-14 | MsgExport: edited messages should also be exported | George Hazan | |
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-11 | dbx_sqlite: fix crash when event's module is wiped after sql statement reset | aunsane | |
2018-10-10 | code cleaning | George Hazan | |
2018-10-10 | stupid schema with event handles sharing via CreateEventHook eliminated | George Hazan | |
2018-10-10 | Fix: Import plugin fails to match duplicate contacts when their IDs are ↵ | himselfv | |
stored as WideChar properties. | |||
2018-10-09 | dbx_sqlite: fix deletion of settings | aunsane | |
2018-10-08 | dbx_sqlite: fix eternal cycle in HistoryPP on profile create | aunsane | |
2018-10-08 | dbx_sqlite: renamed columns with id | aunsane | |
- add some indexes - fix contact loading - add event in metacontact history too - added safety mode support - added asserts to control sqlite statement result | |||
2018-10-08 | we do not want to remove the new plugin immediately after installation | dartraiden | |
2018-10-08 | code cleaning | George Hazan | |
2018-10-08 | Dbx_mdbx: fix for assert during database encryption | George Hazan | |
2018-10-06 | NewStory: porting to ng (not complete) | aunsane | |
2018-10-05 | NewStory: fix plugin info | dartraiden | |
2018-10-03 | fixes #1607 (Scriver silently cuts long messages) | George Hazan | |
2018-10-03 | dbx_mdbx: fix for editing events | George Hazan | |
2018-10-02 | MirLua: m_protocols | aunsane | |
- hook to catch sending messages - new function BroadcastAck - ability to get message from CCSDATA | |||
2018-10-01 | code cleaning | George Hazan | |
2018-10-01 | fixes #1598 (MimCmd quit doesn't work with Clist_Nicer) | George Hazan | |
2018-09-28 | NewStory: some fixes | Kirill Volinsky | |
2018-09-28 | NewStory_icons: only structure, don't work | Kirill Volinsky | |
2018-09-28 | NewStory: don't work, not compiled | Kirill Volinsky | |
2018-09-28 | fix for h++ project | George Hazan | |
2018-09-27 | dbx_sqlite: simple events cache | aunsane | |