summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-31more intelligent implementation of MM_RemoveAll()George Hazan
2018-10-31Discord: additional option to use special sub-groups for guildsGeorge 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-29fixes #1633 ([Discord] Sending a message with a link causes the message to ↵George Hazan
be discarded)
2018-10-29Discord:George Hazan
- crash fix on exit; - fix for calling KillTimer from the worker process; - fix for disconnecting whole account when server orders to reset the gateway connection
2018-10-27Discord: list of guild's channels separated for each guildGeorge Hazan
2018-10-26tabSRMM: unused field CContactCache::m_iStatus removedGeorge Hazan
2018-10-26Discord: delayed chat creation + channel groups supportGeorge Hazan
2018-10-24libmdbx:George Hazan
- fix for a possible crash after database compaction; - merge with master
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-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