Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-14 | unused code removed | George Hazan | |
2024-09-22 | temporarily return the old behavior | George Hazan | |
2024-09-20 | useless code removed | George Hazan | |
2024-09-20 | fixes #4686 (tabSRMM: group chat windows to use the same activation options ↵ | George Hazan | |
like the private chats do) | |||
2024-01-08 | Update copyrights | dartraiden | |
2023-04-23 | DbEventIsShown is added to g_chatApi to allow the core to filter group chat ↵ | George Hazan | |
events too | |||
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-03-30 | fix for #3471 applied to StdMsg & Scriver | George Hazan | |
2023-03-18 | fixes #3438 (tabSRMM: crash in highlight) | George Hazan | |
2023-01-02 | Update copyrights | dartraiden | |
2022-09-24 | tabSRMM: death of proprietary option tree | George Hazan | |
2022-07-29 | tabSRMM: we don't need those options anymore | George Hazan | |
2022-07-29 | . | George Hazan | |
2022-07-29 | tabSRMM: fix for the perversion with private container settings | George Hazan | |
2022-03-29 | Fix capitalization | dartraiden | |
2022-03-26 | fixes #3057 (Унифицировать настройку горячих ↵ | George Hazan | |
клавиш для отправки сообщений) | |||
2022-01-01 | Happy new year, Miranda | dartraiden | |
2021-12-26 | DWORD -> uint32_t | George Hazan | |
2021-03-13 | fixes #2574 completely ("Mute chat" related issues) | George Hazan | |
2021-03-13 | fix for #2574: tabSRMM doesn't update event filters when loaded dynamically | George Hazan | |
2021-03-12 | fixes #2761 (TabSRMM: хайлайты создают окно чата, ↵ | George Hazan | |
пока вручную не передернешь опции) | |||
2021-01-17 | Update copyrights | dartraiden | |
2020-09-14 | g_chatApi.LogToFile completely moved into the core | George Hazan | |
2020-05-04 | tabSRMM: | George Hazan | |
- ANSI crutch removed; - LoadMsgDlgFont: useless parameter szMod removed; - wcscpy replaced with safer call of wcsncpy_s; - useless function LoadLogfont removed; | |||
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-02-04 | final fix for #2184 | George Hazan | |
2020-01-01 | Happy new year, Miranda | George Hazan | |
2019-11-04 | tabSRMM: | George Hazan | |
- massive code cleaning; - fixes #2099 (TabSRMM: add tab scrolling by mouse wheel); - version bump | |||
2019-10-29 | tabSRMM: get rid of manual bit operations | George Hazan | |
2019-09-13 | tabSRMM: no more chat_window.cpp | George Hazan | |
2019-01-04 | Update copyrights | dartraiden | |
2018-10-30 | tabSRMM: | George Hazan | |
- obsolete M.GetDword & M.GetByte calls removed; - useless m_isFavorite & m_isRecent moved from CContactCache to CMimAPI; - other code cleaning | |||
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-07-11 | int hLangpack/m_hLang removed and replaced with HPLUGIN | George Hazan | |
2018-05-27 | unused variable CHAT_MANAGER *pci removed and replaced with g_chatApi | George Hazan | |
2018-05-22 | m_chat_int.h => CMPlugin | George Hazan | |
2018-05-08 | decapitalization | dartraiden | |
2018-05-03 | mir_forkThread<typename> - stronger typizatioin for thread function parameter | George Hazan | |
2018-03-14 | reverse iterators for LIST<> | George Hazan | |
2018-01-26 | code optimization | George Hazan | |
2018-01-01 | massive copyright update | dartraiden | |
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵ | Kirill Volinsky | |
62202ed10617927d5429bc59898e12a366abe744) | |||
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM | Kirill Volinsky | |
2017-11-29 | replace russian с to latin c | Kirill Volinsky | |
2017-11-28 | Source files converted to utf-8 | Kirill Volinsky | |
2017-11-23 | database enumerators => void* instead of LPARAM | George Hazan | |
2017-11-13 | Code modernize ... | Goraf | |
* replace 0/NULL with nullptr [using clang-tidy] | |||
2017-10-30 | fixes #1010 (custom colors do not appear in the IRC log) | George Hazan | |
2017-10-10 | fixes #943 (TabSRMM: Add to highlight list doesn't work) | George Hazan | |
this feature has never worked and therefore removed | |||
2017-09-26 | this should be translatable | dartraiden | |