Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2018-09-20 | creepy crutch removed that was adding message ids after the binary zero in ↵ | George Hazan | |
message text | |||
2018-09-20 | fix for the proper return type of PROTO<>::RecvMsg | George Hazan | |
2018-09-19 | GetEventById & SetEventId - two new methods to operate with events by their ↵ | George Hazan | |
server ids | |||
2018-09-18 | warning fix + code cleanig | George Hazan | |
2018-09-18 | code cleaning | George Hazan | |
2018-09-16 | crash fix for setting unused OLE properties | George Hazan | |
2018-09-05 | no need to destroy non-existing icon | George Hazan | |
2018-09-05 | fixes #1582 (Расширить левую панель в диалоге ↵ | George Hazan | |
поиска контакта) | |||
2018-09-04 | fixes #1581 (Bug with metacontact creating) | George Hazan | |
2018-09-02 | 30 chars aren't enough for long date representation | George Hazan | |
2018-09-02 | fixes #1574 (newly activated account's options aren't displayed when you ↵ | George Hazan | |
click on a checkbox in the Account Manager) | |||
2018-08-30 | fix of wrong status change processing, caused by a patch for #1304 | George Hazan | |
fixes #1321 (When connecting to only some protocols, the notification area icon shows offline icon) | |||
2018-08-29 | fixes #1555 (Import shouldn't import .bak second time in service mode) | George Hazan | |
2018-08-29 | ImportTXT blocked in the core & PluginUpdater | George Hazan | |
2018-08-29 | fix for more friendly conversion of file transfer events into text | George Hazan | |
2018-08-27 | these manual mir_free calls aren't needed anymore | George Hazan | |
2018-08-27 | fixes #1547 (Miranda crashes on import from mmap profile when VK plugin is ↵ | George Hazan | |
disabled) | |||
2018-08-27 | CMPlugin resource cleaning moved to the destructor of CMPluginBase | George Hazan | |
2018-08-18 | fixes #1463 (old behavior of smart profile opening must be returned) | George Hazan | |
2018-08-16 | forgoten reference to a tree event | George Hazan | |
2018-08-15 | duplicate function removed | George Hazan | |
2018-08-14 | fix for CreatePathToFileW prototype (missing const specifier) | George Hazan | |
2018-08-07 | missing method added | George Hazan | |
2018-08-07 | MDatabaseReadonly - base class for all read-only database drivers | George Hazan | |
2018-08-05 | Sounds: | George Hazan | |
- options dialog rewritten to UI classes; - fixes #1504 (Nudge cannot add sounds to Sounds page until reopen Settings) | |||
2018-08-02 | Miranda_WaitOnHandleEx - advanced wait function with pInfo parameter | George Hazan | |
2018-08-01 | fixes #1463 (Miranda asks to create database if already opened) | George Hazan | |
2018-08-01 | fixes #1530 (fake dummy account types shall not be available for addition) | George Hazan | |
2018-07-29 | unloaded plugin should be removed from servicePlugins too | George Hazan | |
2018-07-29 | Ini file shall be loaded immediately after database creation | George Hazan | |
2018-07-27 | Plugin options dialog: | George Hazan | |
- fixes #1514 (Miranda doesn't treat h++ as a history manager); - icons are now drawn automatically, when plugin gets loaded / unloaded | |||
2018-07-26 | unused variable removed | George Hazan | |
2018-07-25 | major code cleaning of all font-related structures | George Hazan | |
2018-07-25 | fixes #1524 (Options module in DB) | George Hazan | |
2018-07-24 | database: | George Hazan | |
- senseless fiels ptszVal removed from DBVARIANT, pwszVal is used instead; - if you want db_get to return a string, you need to use db_get_s. | |||
2018-07-23 | fixes #1510 (The import feature sometimes converts fields from unicode to ↵ | George Hazan | |
string, losing information) |