summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2018-11-12FavContacts -> g_pluginGeorge Hazan
2018-11-12CSList -> g_pluginGeorge Hazan
2018-11-12Console -> g_pluginGeorge Hazan
2018-11-12Boltun, BossKey -> g_pluginGeorge Hazan
2018-11-12clist_nicer -> g_pluginGeorge Hazan
2018-11-12tabSRMM -> g_pluginGeorge Hazan
2018-11-12Scriver -> g_plugin callsGeorge Hazan
2018-11-12db_* functions replaced with g_plugin callsGeorge Hazan
2018-11-12end of ME_OPT_INITIALISE related zoo in another pluginsGeorge Hazan
2018-11-10keeping copy of string is safer that saving pointer to it (might be damaged ↵George Hazan
by langpack restart)
2018-11-09MenuItemEx: all ANSI strings removedGeorge Hazan
2018-11-08Dbx_mdbx: added control for disk overflow during backupGeorge Hazan
2018-11-08IEView: ieviewModuleName usage reducedGeorge Hazan
2018-11-07IEHistory: memory allocation fixGeorge Hazan
2018-11-07IEView: double settings set removedGeorge Hazan
2018-11-07code reorderingGeorge Hazan
2018-11-07Import: this string shouldn't be in langpackdartraiden
2018-11-06code cleaningGeorge Hazan
2018-11-06fixes #1640 (Random crash when closing message window)George Hazan
2018-11-05SimpleStatusMsg: obsolete code removedGeorge Hazan
2018-11-02added explicit flag for checking duplicatesGeorge Hazan
2018-11-01fixes #1632 ([Import] When importing an entire DB, it should not be checked ↵George Hazan
for duplicates) - service mode doesn't check dups
2018-11-01dbx_sqlite:aunsane
- remove settings and events with contact - code cleanup
2018-10-31tabSRMM: old code returnedGeorge Hazan
2018-10-30code cleaningGeorge Hazan
2018-10-30tabSRMM:George Hazan
- obsolete M.GetDword & M.GetByte calls removed; - useless m_isFavorite & m_isRecent moved from CContactCache to CMimAPI; - other code cleaning
2018-10-26tabSRMM: unused field CContactCache::m_iStatus removedGeorge Hazan
2018-10-19minimum size for the wizard's windowGeorge Hazan
2018-10-19fix for import wizard drawing after resizeGeorge Hazan
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.