summaryrefslogtreecommitdiff
path: root/plugins/Scriver/src/chat_main.cpp
AgeCommit message (Collapse)Author
2019-09-11no chat window in Scriver anymoreGeorge Hazan
2019-09-09Scriver: container-related code moved to the classGeorge Hazan
2019-04-13CMPluginBase::addImgListIcon: new helper to safely add an icolib icon to ↵George Hazan
HIMAGELIST
2019-04-12wiping custom icolib functions: ScriverGeorge Hazan
2018-10-13chat 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-11int hLangpack/m_hLang removed and replaced with HPLUGINGeorge Hazan
2018-05-27unused variable CHAT_MANAGER *pci removed and replaced with g_chatApiGeorge Hazan
2018-05-22m_chat_int.h => CMPluginGeorge Hazan
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-09-19useless structure GCDEST finally removedGeorge Hazan
2017-04-04- GC_FONTSIZE considered useless;George Hazan
- archaic linked list of modules replaced with the standard LIST<> which is much faster - fix for the module destruction
2017-04-04data used by some plugins only moved to these pluginsGeorge Hazan
2017-03-26context menu moved to mir_app, part II :)George Hazan
2017-03-22nick list moved to mir_appGeorge Hazan
2017-03-21Scriver: standardizing file namesGeorge Hazan