Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | CCtrlColor class - the wrapper for Windows Color Picker | George Hazan | |
2020-11-30 | fixes #2630 (Clist blind: Filter search option moved to Options - Contact ↵ | George Hazan | |
list - Common) | |||
2020-11-05 | refreshed User-Agent string | George Hazan | |
2020-10-29 | Plugin Updater: pu_stub utilities moved to mir_app | George Hazan | |
2020-10-24 | CCtrlTreeOpts class moved to mir_core, to be reused later | George Hazan | |
2020-10-11 | fixes #2590 (TabSRMM: Cannot setup event filter) | George Hazan | |
2020-10-08 | OpenSSL upgraded to 1.1.1 | George Hazan | |
2020-09-29 | Delphi shall know nothing about this field | George Hazan | |
2020-09-17 | muted chat not to generate any sounds either | George Hazan | |
2020-09-14 | g_chatApi.LogToFile completely moved into the core | George Hazan | |
2020-09-08 | DeleteDirectoryTreeW - new function that deletes a folder with all ↵ | George Hazan | |
subfolders (recursively) | |||
2020-08-31 | Plugin Updater: unused services removed | George Hazan | |
2020-08-24 | Chat API: | George Hazan | |
- unused function CHAT_MANAGER::AddEvent removed and made local; - "Mute" parameter is added to any chat, turning short/long blinking mode; - code optimization | |||
2020-08-17 | WEBP support added to avatar support routines | George Hazan | |
2020-08-12 | fixes #2520 (SkypeWeb: миранда теперь ↵ | George Hazan | |
представляется браузером) | |||
2020-08-07 | unused shit returned | George Hazan | |
2020-08-07 | database verification added to profile manager | George Hazan | |
2020-08-07 | code cleaning | George Hazan | |
2020-08-04 | unused code removed | George Hazan | |
2020-07-30 | fix for event filters dialog | George Hazan | |
2020-07-20 | Pascal: fix for missing service call | George Hazan | |
2020-07-09 | fixes #2473 (Блокировка настроек от изменения) | 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-29 | "Load server history" menu items gathered in one stub not to create zillions ↵ | George Hazan | |
of duplicate menu items | |||
2020-06-26 | Jabber: rest of CJabberDlgGcJoin moved to UI classes | 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-06-04 | UI classes: | George Hazan | |
- CDlgBase::m_bSucceeded variable introduced to check whether IDOK was pressed or not; - unused/useless buttons with id=IDOK or IDCANCEL removed; - brnOk.OnClick replaced with OnApply calls; - unused/useless calls of EndDialog/EndModal removed; - minor code cleaning | |||
2020-06-01 | fixes #2412 (Add ability to paste file URL instead of file sending initiation) | George Hazan | |
2020-05-29 | towards #2408: CSrmmBaseDialog::ProcessFileDrop - a helper with window ↵ | George Hazan | |
handle to process file dropping operations | |||
2020-05-14 | simple database event cycles moved to cursors | George Hazan | |
2020-05-13 | kinda first working version of database event cursors | George Hazan | |
2020-05-12 | fix for import libraries | 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-05-01 | frankly speaking, neither colors not effects have flags | George Hazan | |
2020-04-28 | fixes #2365 (NewStory: date/times are displayed according to the OS locale ↵ | George Hazan | |
settings) | |||
2020-04-28 | oops, virtual destructor forgotten | 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 | 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 | CLogWindow::LogEvents considered useless and localized inside tabSRMM | George Hazan | |