Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-20 | fixes #1776 (any traces of URL* related constants removed) | George Hazan | |
2019-01-18 | code cleaning | George Hazan | |
2019-01-18 | code cleaning | George Hazan | |
- ACKTYPE_URL removed; - PF1_URL removed; - IEED_EVENT_URL removed; - another URL-related code cleaning | |||
2019-01-18 | we don't need PSR_URL as well | George Hazan | |
2019-01-18 | PSS_URL removed as totally obsolete | George Hazan | |
2019-01-08 | fixes #1715 (by default account's destructor doesn't free network handle) | George Hazan | |
2019-01-08 | fixes #1726 (Options: search field searches only on English and cannot ↵ | George Hazan | |
search settings) | |||
2019-01-08 | fixes #1707 (TabSRMM: crash on plugin unload) | George Hazan | |
2019-01-06 | ICQ: crash fix | George Hazan | |
2019-01-04 | Update copyrights | dartraiden | |
2019-01-04 | Fix menu item name (this item also close chat window) | dartraiden | |
2018-12-28 | obsolte perversion with PF4_INFOSETTINGSVC removed | George Hazan | |
2018-12-28 | User 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-27 | fixes #1673 (Find/add dialog lost column headers text) | George Hazan | |
2018-12-26 | old IcqOscarJ dll banned | George Hazan | |
2018-12-21 | attempt to unify AsyncHttpRequest in various protocols | George Hazan | |
2018-12-08 | fixes #1656 (Discord: User ID unknown) | George Hazan | |
2018-12-08 | db_get_sa / db_get_wsa to receive the default value, massive code simplification | George Hazan | |
2018-12-08 | chats: | 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-08 | fix for a rare crash in Options - Plugins | George Hazan | |
2018-12-07 | fixes #1653 (recursive removal of embedded groups) | George Hazan | |
2018-12-03 | fix for crash when active MRA account is present in your profile | George Hazan | |
2018-11-27 | Remove some MRA-related code | dartraiden | |
2018-11-27 | fixes #1614 (MRA protocol deprecated due its death) | George Hazan | |
2018-11-26 | Chat_AddGroup - simplified prototype | George Hazan | |
2018-11-26 | fix for chat structures declaration | George Hazan | |
2018-11-21 | this code is so much faster | George Hazan | |
2018-11-21 | fix for users sorting in group chats | George Hazan | |
2018-11-14 | fix for module name conflict in Idle module | George Hazan | |
2018-11-13 | getByte/getWord/getDword: correct default values restored | George Hazan | |
2018-11-12 | db_* functions replaced with g_plugin calls | George Hazan | |
2018-11-12 | fix for a zoo with ME_OPT_INITIALISE inside mir_app.dll | George Hazan | |
2018-11-10 | netlib should be available in the service mode too | George Hazan | |
2018-11-07 | some files contains LF and CRLF simultaneously | dartraiden | |
2018-11-01 | fixes #1617 (Add "Select all" and "Select none" to Sounds settings) | George Hazan | |
2018-10-31 | more intelligent implementation of MM_RemoveAll() | George Hazan | |
2018-10-18 | CHAT_MANAGER: | George Hazan | |
- unused function SM_PostMessage removed; - some minor fixes for switching SRMM plugins on the fly | |||
2018-10-17 | fixes #1624 (Add checkbox for service mode) | George Hazan | |
2018-10-17 | fix for sorting sessions, cause SESSION_INFO is now a class | George Hazan | |
2018-10-17 | fixes #1626 (Dbx_mdbx: subcontact's history disappears after removing a ↵ | George Hazan | |
subcontact instead of saving in meta) | |||
2018-10-16 | dbx_mdbx: fix return value for db_event_edit | ElzorFox | |
mir_app: fix adding messages with IDs that were deleted earlier | |||
2018-10-15 | Font options: proper cleaning of all arrays | George Hazan | |
2018-10-15 | fix for crash in chat manager in service mode | George Hazan | |
2018-10-13 | group 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-13 | chat 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-10 | stupid schema with event handles sharing via CreateEventHook eliminated | George Hazan | |
2018-10-09 | suddenly the old code contains manual implementation of db_delete_module() | George Hazan | |
2018-10-01 | centralized system of processing message ids. also fixes #1375 | George Hazan | |
2018-09-23 | db_event_edit - new stub for editing messages | George Hazan | |
2018-09-21 | old crutch removed: error messages to go in Unicode | George Hazan | |