summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2018-10-18fixes #1621 (resizable Import wizard)George Hazan
2018-10-18russian resources? really?..George Hazan
2018-10-18fixes #1622 (Add ability to copy text from Import log)George Hazan
2018-10-18the less WinAPI, the betterGeorge Hazan
2018-10-18Import moved to UI classesGeorge Hazan
2018-10-18Db_autobackups: variables supportGeorge Hazan
2018-10-18fixes #1623 (Add ability to adjust backup names)George Hazan
2018-10-18Db_autobackups: code cleaning & reorderingGeorge Hazan
2018-10-17dbx_sqlite: store event into sub, but notify metaaunsane
2018-10-17crash fixGeorge Hazan
2018-10-17fixes #1626 (Dbx_mdbx: subcontact's history disappears after removing a ↵George Hazan
subcontact instead of saving in meta)
2018-10-17MirLua:aunsane
- refactoring of winapi module - m_message - fix to paste in private message log - m_srmm - add hWnd to CustomButtonClickData
2018-10-16dbx_mdbx: fix return value for db_event_editElzorFox
mir_app: fix adding messages with IDs that were deleted earlier
2018-10-15dbx_sqlite: breaking changesaunsane
- removed contect_event table - added contact_id to event table - some improvements to event cache - increased speed of import -varsion bump
2018-10-14MsgExport: edited messages should also be exportedGeorge Hazan
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-11dbx_sqlite: fix crash when event's module is wiped after sql statement resetaunsane
2018-10-10code cleaningGeorge Hazan
2018-10-10stupid schema with event handles sharing via CreateEventHook eliminatedGeorge Hazan
2018-10-10Fix: Import plugin fails to match duplicate contacts when their IDs are ↵himselfv
stored as WideChar properties.
2018-10-09dbx_sqlite: fix deletion of settingsaunsane
2018-10-08dbx_sqlite: fix eternal cycle in HistoryPP on profile createaunsane
2018-10-08dbx_sqlite: renamed columns with idaunsane
- 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-08we do not want to remove the new plugin immediately after installationdartraiden
2018-10-08code cleaningGeorge Hazan
2018-10-08Dbx_mdbx: fix for assert during database encryptionGeorge Hazan
2018-10-06NewStory: porting to ng (not complete)aunsane
2018-10-05NewStory: fix plugin infodartraiden
2018-10-03fixes #1607 (Scriver silently cuts long messages)George Hazan
2018-10-03dbx_mdbx: fix for editing eventsGeorge Hazan
2018-10-02MirLua: m_protocolsaunsane
- hook to catch sending messages - new function BroadcastAck - ability to get message from CCSDATA
2018-10-01code cleaningGeorge Hazan
2018-10-01fixes #1598 (MimCmd quit doesn't work with Clist_Nicer)George Hazan
2018-09-28NewStory: some fixesKirill Volinsky
2018-09-28NewStory_icons: only structure, don't workKirill Volinsky
2018-09-28NewStory: don't work, not compiledKirill Volinsky
2018-09-28fix for h++ projectGeorge Hazan
2018-09-27dbx_sqlite: simple events cacheaunsane
2018-09-27dbx_sqlite: correct event sortingaunsane
2018-09-27Scriver: fix loading read messages into the log when contact window is openElzorFox
2018-09-27Scriver: crashfixElzorFox
2018-09-27StdMsg and Scriver: ME_DB_EVENT_EDITED supportElzorFox
2018-09-27dbx_sqlite:aunsane
- implementation of MetaMergeHistory/MetaSplitHistory - fix contact delete - enable db lock
2018-09-27dbx_sqlite: edit event implementationaunsane
2018-09-25NewGPG:George Hazan
- fixes problems with plugin loading; - minus boost::thread; - massive code cleaning; - version bump
2018-09-25fixes #1596 (tabSRMM rarely crashes after click on the Close toolbar button)George Hazan
2018-09-24TabSRMM: temporary (?) crutch for support ME_DB_EVENT_EDITEDElzorFox
2018-09-23new event: ME_DB_EVENT_EDITEDGeorge Hazan
2018-09-23dbx_sqlite: mc support in settingsaunsane