summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2023-06-18fixes #3561 (random crash inside chat engine)George Hazan
2023-06-15memory buffer unzip function moved to coreGeorge Hazan
2023-06-07#3542 (Telegram: исходящие картинки ↵George Hazan
показываются как входящие)
2023-05-30Chat_CreateMenu: no need to execute the menu inside this functionGeorge Hazan
2023-05-25Jabber: fix for possible memory corruptionGeorge Hazan
2023-05-22unused function removed from CLIST_INTERFACEGeorge Hazan
2023-05-21link to events collection also removed from CLIST_INTERFACE + code cleaningGeorge Hazan
2023-05-21Clist_RemoveEvent became static, pfnRemoveEvent is replaced with pfnFreeEventGeorge Hazan
2023-05-21static function pfnGetEvent removed from CLIST_INTERFACEGeorge Hazan
2023-04-30code cleaningGeorge Hazan
2023-04-28CCtrlPages: owned dialogs to be created from the very beginningGeorge Hazan
2023-04-25Telegram: offline files to be links from the very beginningGeorge Hazan
2023-04-24Telegram: silent file transfers don't require f/t manager, but simply create ↵George Hazan
offline events
2023-04-24even less custom shitcodeGeorge Hazan
2023-04-24similar code reducedGeorge Hazan
2023-04-24SM_FindSession - obsoleted function removedGeorge Hazan
2023-04-24random crash fixGeorge Hazan
2023-04-23Telegram: file events to store server message id & groupchat user id, if presentGeorge Hazan
2023-04-23DbEventIsShown is added to g_chatApi to allow the core to filter group chat ↵George Hazan
events too
2023-04-21fixes #3500 (History++: Empty history doesn't work)George Hazan
2023-04-20hopefully fixes #3492 (Random crashes)George Hazan
2023-04-20Telegram: fix for Unicode file namesGeorge Hazan
2023-04-19fixes #3491 (History++: crash on event removal)George Hazan
2023-04-19fix for offline files processing: now we store files inside Miranda's ↵George Hazan
profile instead of system temp folder
2023-04-19redundant CRtfLogWindow::LogEvents parameter removed, passing LOGINFO* is enoughGeorge Hazan
2023-04-18file size -> 64 bitsGeorge Hazan
2023-04-18- further group chats unification;George Hazan
- LOGSTREAMDATA / GCLogStreamDataBase removed from g_chatApi; - CRtfLogWindow now in charge of all RTF processing - Srmm_LogStreamCallback is also removed and hidden inside the core
2023-04-17Jabber: more OMEMO related fixesGeorge Hazan
2023-04-17Jabber:George Hazan
- option autoloadoob removed due to offline files support; - added support for encrypted offline files
2023-04-15fixes #3458 (tabSRMM: двоятся сообщения)George Hazan
2023-04-14all LogStreamInEvents implementations unified, old memory allocation schema ↵George Hazan
dropped
2023-04-14duplicate code removedGeorge Hazan
2023-04-14SRMM code unificationGeorge Hazan
2023-04-13minor compatibility fixGeorge Hazan
2023-04-12useless function DbEvent_GetString removedGeorge Hazan
2023-04-12first attempt to make offline transfers visibleGeorge Hazan
2023-04-11DB::FILE_BLOB expansion for the offline file transfers, part IGeorge Hazan
2023-04-11DB::FILE_BLOB - file events' access unificationGeorge Hazan
2023-04-10code cleaningGeorge Hazan
2023-03-30fix for #3471 applied to StdMsg & ScriverGeorge Hazan
2023-03-28stronger types - better typesGeorge Hazan
2023-03-28CCtrlTreeView: OnBeginDrag / OnEndDrag callbacks became booleanGeorge Hazan
2023-03-27fixes #3465 (broken Profile Manager's UI)George Hazan
2023-03-23chat serializationGeorge Hazan
2023-03-22common nick list drawing code removed from DlgProc()George Hazan
2023-03-22fixes #3448 (Telegram: настройка глушения чатов ↵George Hazan
синхронизируется лишь в одну сторону (от сервера к нам)
2023-03-20fixes #3443 (Менять подсказку к фильтру ↵George Hazan
событий при изменении иконки)
2023-03-20fixes #3439 (Scriver/StdMsg: unified popup & tray icon settings with the ↵George Hazan
same default values)
2023-03-18fixes #3438 (tabSRMM: crash in highlight)George Hazan
2023-03-15SRMM: common code exctracted to a Srmm_AddEvent() functionGeorge Hazan