summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2021-01-08encryption code unification, part 2: initialization & data storageGeorge Hazan
2021-01-08another bunch of duplicate code moved to the coreGeorge Hazan
2021-01-08duplicate code and variables removedGeorge Hazan
2021-01-07more common code moved to MDatabaseCommonGeorge Hazan
2021-01-07common code moved to the coreGeorge Hazan
2021-01-05CCtrlColor class - the wrapper for Windows Color PickerGeorge Hazan
2020-11-30fixes #2630 (Clist blind: Filter search option moved to Options - Contact ↵George Hazan
list - Common)
2020-11-05refreshed User-Agent stringGeorge Hazan
2020-10-29Plugin Updater: pu_stub utilities moved to mir_appGeorge Hazan
2020-10-24CCtrlTreeOpts class moved to mir_core, to be reused laterGeorge Hazan
2020-10-11fixes #2590 (TabSRMM: Cannot setup event filter)George Hazan
2020-10-08OpenSSL upgraded to 1.1.1George Hazan
2020-09-29Delphi shall know nothing about this fieldGeorge Hazan
2020-09-17muted chat not to generate any sounds eitherGeorge Hazan
2020-09-14g_chatApi.LogToFile completely moved into the coreGeorge Hazan
2020-09-08DeleteDirectoryTreeW - new function that deletes a folder with all ↵George Hazan
subfolders (recursively)
2020-08-31Plugin Updater: unused services removedGeorge Hazan
2020-08-24Chat 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-17WEBP support added to avatar support routinesGeorge Hazan
2020-08-12fixes #2520 (SkypeWeb: миранда теперь ↵George Hazan
представляется браузером)
2020-08-07unused shit returnedGeorge Hazan
2020-08-07database verification added to profile managerGeorge Hazan
2020-08-07code cleaningGeorge Hazan
2020-08-04unused code removedGeorge Hazan
2020-07-30fix for event filters dialogGeorge Hazan
2020-07-20Pascal: fix for missing service callGeorge Hazan
2020-07-09fixes #2473 (Блокировка настроек от изменения)George Hazan
остальное описано в задаче
2020-07-01TLS 1.3 support:George Hazan
Netlib_GetTlsUnique - new function to retrieve TLS binding data for an opened socket
2020-06-29PROTO_INTERFACE::GetMenuItem - unified access to all protocol menu itemsGeorge 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-26Jabber: rest of CJabberDlgGcJoin moved to UI classesGeorge Hazan
2020-06-22temporary return of DbCheckerGeorge Hazan
2020-06-15simpler way of applying server ids to messagesGeorge Hazan
2020-06-15PROTO_INTERFACE::OnEventEdited - new virtual function to send edited ↵George Hazan
messages to server
2020-06-14Proto_GetInstance: handy helper to obtain PROTO_INTERFACE for a hContact / ↵George Hazan
szModule
2020-06-04UI 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-01fixes #2412 (Add ability to paste file URL instead of file sending initiation)George Hazan
2020-05-29towards #2408: CSrmmBaseDialog::ProcessFileDrop - a helper with window ↵George Hazan
handle to process file dropping operations
2020-05-14simple database event cycles moved to cursorsGeorge Hazan
2020-05-13kinda first working version of database event cursorsGeorge Hazan
2020-05-12fix for import librariesGeorge Hazan
2020-05-12event cursors for mdbx driverGeorge Hazan
2020-05-07fix for old PROTO_INTERFACE::FileResume interface errorGeorge Hazan
2020-05-04fixes #2381 (NewStory: add right-click menu for groupchats)George Hazan
2020-05-01frankly speaking, neither colors not effects have flagsGeorge Hazan
2020-04-28fixes #2365 (NewStory: date/times are displayed according to the OS locale ↵George Hazan
settings)
2020-04-28oops, virtual destructor forgottenGeorge Hazan
2020-04-28database:George Hazan
- namespace DB declared for commonly used database classes; - stubs for database event cursors; - code cleaning
2020-04-26Chat 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-25CLogWindow::LogEvents considered useless and localized inside tabSRMMGeorge Hazan