Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-26 | fixes #3057 (Унифицировать настройку горячих ↵ | George Hazan | |
клавиш для отправки сообщений) | |||
2022-03-09 | fixes #3044 (Jabber: перенести опцию "Показывать ↵ | George Hazan | |
всплывающие окна с ошибками" в настройки всплывающих окон) | |||
2022-03-09 | popup control moved from main menu to Options - Popups - Enabled items | George Hazan | |
2022-02-16 | fixes #3033 ("Gap between buttons" option is broken) | George Hazan | |
2022-02-06 | duplicate event checking code moved to the core | George Hazan | |
2022-01-27 | fixes #3016 (Названия журналов так и не ↵ | George Hazan | |
переводятся) | |||
2022-01-10 | PU::IsMirandaFolderWritable - core function to detect if need to draw a ↵ | George Hazan | |
shield on buttons that require escalation | |||
2022-01-09 | more thorough fix for #2992 | George Hazan | |
2021-12-26 | DWORD -> uint32_t | George Hazan | |
2021-11-28 | user typing notification for Discord group chats | George Hazan | |
2021-11-07 | update for system includes & import libraries | George Hazan | |
2021-06-07 | fixes #2912 (Drop WinCrypto API support) | George Hazan | |
2021-05-13 | UI classes & core code cleaning: | George Hazan | |
- MS_CLIST_DELETECONTACT introduced to avoid the usage of string constants directly; - start menu item id parameter added to Clist_GroupBuildMenu(); - CNF_MAX macro added to simplify cycles over CNF_* array; - custom draw support for CCtrlListView & CCtrlTreeView; - Miranda's specific WM_MEASUREITEM & WM_DRAWITEM processing in CDlgBase | |||
2021-05-10 | hidden function Proto_GetAccount exported as Proto_GetContactAccount | George Hazan | |
(cherry picked from commit 922d0cccd71e54d1ad5af0a3f59ac54de065eb6f) | |||
2021-04-30 | fixes #2859 (Импорт: дублируются контакты ICQ и ↵ | George Hazan | |
FaceBook) | |||
2021-04-24 | WebSocket: different stubs for sending text & binary packets | George Hazan | |
2021-04-19 | Chat_Mute - a function to set group chat mute mode programmatically | George Hazan | |
2021-04-11 | fixes #2789 (Import: опция "не загружать плагин при ↵ | George Hazan | |
старте" не работает) | |||
2021-03-23 | fixes #2771 (Implement mdbx → sqlite converter) | George Hazan | |
2021-03-07 | common chats sound & icon processing code moved to the core | George Hazan | |
2021-01-31 | we import slower, but more securely (flush database time to time) | George Hazan | |
2021-01-22 | further clist options optimization | George Hazan | |
2021-01-08 | database options dialog also went into the core | George Hazan | |
2021-01-08 | Password change dialog also became common | George Hazan | |
2021-01-08 | encryption code unification, part 2: initialization & data storage | George Hazan | |
2021-01-08 | another bunch of duplicate code moved to the core | George Hazan | |
2021-01-08 | duplicate code and variables removed | George Hazan | |
2021-01-07 | more common code moved to MDatabaseCommon | George Hazan | |
2021-01-07 | common code moved to the core | George Hazan | |
2021-01-05 | updated import libraries for mir_app | George Hazan | |
2020-10-29 | Plugin Updater: pu_stub utilities moved to mir_app | George Hazan | |
2020-07-01 | TLS 1.3 support: | George Hazan | |
Netlib_GetTlsUnique - new function to retrieve TLS binding data for an opened socket | |||
2020-06-29 | PROTO_INTERFACE::GetMenuItem - unified access to all protocol menu items | George Hazan | |
2020-06-22 | temporary return of DbChecker | George Hazan | |
2020-06-15 | simpler way of applying server ids to messages | George Hazan | |
2020-06-15 | PROTO_INTERFACE::OnEventEdited - new virtual function to send edited ↵ | George Hazan | |
messages to server | |||
2020-06-14 | Proto_GetInstance: handy helper to obtain PROTO_INTERFACE for a hContact / ↵ | George Hazan | |
szModule | |||
2020-05-29 | towards #2408: CSrmmBaseDialog::ProcessFileDrop - a helper with window ↵ | George Hazan | |
handle to process file dropping operations | |||
2020-05-13 | kinda first working version of database event cursors | George Hazan | |
2020-05-12 | event cursors for mdbx driver | George Hazan | |
2020-05-07 | fix for old PROTO_INTERFACE::FileResume interface error | George Hazan | |
2020-05-04 | fixes #2381 (NewStory: add right-click menu for groupchats) | George Hazan | |
2020-04-28 | database: | George Hazan | |
- namespace DB declared for commonly used database classes; - stubs for database event cursors; - code cleaning | |||
2020-04-26 | refreshment for import libraries | George Hazan | |
2020-04-26 | Chat api: | George Hazan | |
- function Chat_GetDefaultEventDescr() added not to translate the same strings in 5 different places; - function CHAT_INTERFACE::CreateNick added to process nick name creation for group chats; - unused variable LOGINFO::dwFlags removed; - variable LOGINFO::bSimple added for events without possible formatting; - bunch of duplicate code remoed; | |||
2020-04-25 | db_event_add / db_event_edit to receive const pointer to DBEVENTINFO | George Hazan | |
2020-04-05 | Clist::OfflineModes made public | George Hazan | |
2020-03-30 | Contact lists: | George Hazan | |
- all common options moved to the Clist namespace; - fixes #2281 (Add option to not clear "NotOnList" group at start); | |||
2020-03-22 | File transfers: | George Hazan | |
- fixes #2274 (StdMsg & Scriver cannot send files to offline contacts even if their protocol allows that to do); - all copies of AddToFileList in all plugins removed; - ProcessFileDrop() function introduced to handle all file drop operations in all SRMM plugins & contact list | |||
2020-03-15 | db_get_sm / getStringA / getWStringA / getUStringA/ getMStringA / ↵ | George Hazan | |
getMStringW - missing szValue parameter added |