summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-18Import moved to UI classesGeorge Hazan
2018-10-18Db_autobackups: variables supportGeorge Hazan
2018-10-18CHAT_MANAGER:George Hazan
- unused function SM_PostMessage removed; - some minor fixes for switching SRMM plugins on the fly
2018-10-18fixes #1623 (Add ability to adjust backup names)George Hazan
2018-10-18Db_autobackups: code cleaning & reorderingGeorge Hazan
2018-10-17Discord: fix for assigning message ids to own messagesGeorge Hazan
2018-10-17dbx_sqlite: store event into sub, but notify metaaunsane
2018-10-17crash fixGeorge Hazan
2018-10-17fixes #1624 (Add checkbox for service mode)George Hazan
2018-10-17fix for sorting sessions, cause SESSION_INFO is now a classGeorge Hazan
2018-10-17IRC:George Hazan
- useless variable m_evWndCreate removed; - fixes #1628 (IRC channel list window crashes when closed prematurely); - code cleaning; - version bump
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-15Font options: proper cleaning of all arraysGeorge Hazan
2018-10-15crash fix: don't crash if plugin was unloadedGeorge Hazan
2018-10-15fix for crash in chat manager in service modeGeorge Hazan
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-14fixes #1157 ([Discord] In some cases, group history is missing usernames ↵George Hazan
when retrieved on login)
2018-10-14fix for invisible usersGeorge 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-13warning fixGeorge Hazan
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-10fixes #1613 (occasional crash in MRA)George Hazan
2018-10-10Fix: Import plugin fails to match duplicate contacts when their IDs are ↵himselfv
stored as WideChar properties.
2018-10-09merge with stableGeorge Hazan
2018-10-09dbx_sqlite: fix deletion of settingsaunsane
2018-10-09suddenly the old code contains manual implementation of db_delete_module()George Hazan
2018-10-09VKontakte:ElzorFox
remove unneeded sleep add debug information
2018-10-09VKontakte:ElzorFox
rework load attachments on link sending and receiving version bump
2018-10-08dbx_sqlite: fix eternal cycle in HistoryPP on profile createaunsane
2018-10-08updated libsodium to version 1.0.17aunsane
2018-10-08Tox: toxcore updated to v0.2.8aunsane
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-08fix for the wrong variable expansion timeGeorge Hazan
2018-10-08add dbx_sqlite to installersdartraiden
2018-10-08we do not want to remove the new plugin immediately after installationdartraiden
2018-10-08Dbx_sqlite included into nightly buildGeorge Hazan
2018-10-08code cleaningGeorge Hazan
2018-10-08Dbx_mdbx: fix for assert during database encryptionGeorge Hazan
2018-10-06VKontakte: correct versionElzorFox
2018-10-06VKontakte:ElzorFox
support deleted messages version bump
2018-10-06MRA: spelling correctiondartraiden
2018-10-06Fix copy-paste bugdartraiden
2018-10-06NewStory: porting to ng (not complete)aunsane
2018-10-05NewStory: fix plugin infodartraiden