summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2018-12-28obsolte perversion with PF4_INFOSETTINGSVC removedGeorge Hazan
2018-12-28User added notifications:George Hazan
- old obsoleted ICQ-related junk like PF4_FORCEADDED & PF1_ADDED removed; - appropriate controls removed from auth dialogs and menus; - fixes #1680 (ICQ10: disable "Auth request" and "Send you are added" in "Add contact" dialog)
2018-12-27fixes #1673 (Find/add dialog lost column headers text)George Hazan
2018-12-26old IcqOscarJ dll bannedGeorge Hazan
2018-12-24mir_urlDecode restoredGeorge Hazan
2018-12-23in fact, we don't need mir_hmac_sha1 eitherGeorge Hazan
2018-12-23we don't need this function, cause it's not called, and also we have opensslGeorge Hazan
2018-12-21attempt to unify AsyncHttpRequest in various protocolsGeorge Hazan
2018-12-19StdAutoAway: more logsGeorge Hazan
2018-12-18C++ exceptions are disabled in all cases where they just prevent warningsGeorge Hazan
2018-12-08fixes #1656 (Discord: User ID unknown)George Hazan
2018-12-08db_get_sa / db_get_wsa to receive the default value, massive code simplificationGeorge Hazan
2018-12-08chats:George Hazan
- Chat_GetGroup & Chat_SetGroup functions added to stop the zoo with chat default group name; - fixes #1655 (custom chat group name doesn't work in Discord)
2018-12-08PluginUpdater: added OS version detectGeorge Hazan
2018-12-08fix for a rare crash in Options - PluginsGeorge Hazan
2018-12-07fixes #1653 (recursive removal of embedded groups)George Hazan
2018-12-03fix for crash when active MRA account is present in your profileGeorge Hazan
2018-11-27Remove some MRA-related codedartraiden
2018-11-27fixes #1614 (MRA protocol deprecated due its death)George Hazan
2018-11-26more diagnostics for StdAutoAwayGeorge Hazan
2018-11-26Chat_AddGroup - simplified prototypeGeorge Hazan
2018-11-26fix for chat structures declarationGeorge Hazan
2018-11-21this code is so much fasterGeorge Hazan
2018-11-21fix for users sorting in group chatsGeorge Hazan
2018-11-21StdMsg: fix for setting message idsGeorge Hazan
2018-11-14fix for module name conflict in Idle moduleGeorge Hazan
2018-11-14unused MODULENAME macros removedGeorge Hazan
2018-11-14code cleaningGeorge Hazan
2018-11-13Std* modules -> g_pluginGeorge Hazan
2018-11-13getByte/getWord/getDword: correct default values restoredGeorge 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-12fix for a zoo with ME_OPT_INITIALISE inside mir_app.dllGeorge Hazan
2018-11-10netlib should be available in the service mode tooGeorge Hazan
2018-11-08safer implementation of PathToRelativeGeorge Hazan
2018-11-07some files contains LF and CRLF simultaneouslydartraiden
2018-11-01fixes #1617 (Add "Select all" and "Select none" to Sounds settings)George Hazan
2018-10-31more intelligent implementation of MM_RemoveAll()George Hazan
2018-10-18CHAT_MANAGER:George Hazan
- unused function SM_PostMessage removed; - some minor fixes for switching SRMM plugins on the fly
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-17fixes #1626 (Dbx_mdbx: subcontact's history disappears after removing a ↵George Hazan
subcontact instead of saving in meta)
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-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-10stupid schema with event handles sharing via CreateEventHook eliminatedGeorge Hazan
2018-10-09suddenly the old code contains manual implementation of db_delete_module()George Hazan