summaryrefslogtreecommitdiff
path: root/protocols/ICQ-WIM/src/groupchats.cpp
AgeCommit message (Collapse)Author
2024-08-21MRA: deprecate protocoldartraiden
2024-01-08Update copyrightsdartraiden
2024-01-05Netlib:George Hazan
- NETLIBHTTPHEADER & NETLIBHTTPREQUEST obsoleted; - NETLIBHTTPREQUEST divided into MHttpRequest & MHttpResponse; - MHttpHeaders now manager headers both for MHttpRequest & MHttpResponse;
2023-12-23code cleaningGeorge Hazan
2023-12-03PROTO_INTERFACE::SendMsg: second parameter became a reply event idGeorge Hazan
2023-11-30fixes #3982 (ICQ: отображать описание групчата ↵George Hazan
как топик)
2023-11-30ICQ: fix for eternal cycle on group chat leaving + some code cleaningGeorge Hazan
2023-11-14fixes #3757 (ICQ: Миранда не может определить, ↵George Hazan
что собеседник использует Миранду)
2023-11-11ICQ: missing PS_LEAVECHAT service addedGeorge Hazan
2023-09-15PROTO_INTERFACE::SendMsg - unused parameter flags removedGeorge Hazan
2023-04-18fixes #3447 (ICQ: застревают сообщения ↵George Hazan
группового чата)
2023-03-14fixes #3420 (ICQ: групчат залетает в клист с ↵George Hazan
неверной группой)
2023-03-13fixes #3424 (ICQ: после добавления в групповой ↵George Hazan
чат не виден список участников)
2023-03-13fixes #3426 (ICQ: не обрабатывается событие ↵George Hazan
исключения из чата)
2023-02-22if one needs to remove a chat's contact, just remove it and don't fuck my brainGeorge Hazan
2023-01-27Group chats: all old APIs with lookup by module+session removedGeorge Hazan
2023-01-02Update copyrightsdartraiden
2022-07-31Contact: group of functions gathered into the personal namespaceGeorge Hazan
2022-01-01Happy new year, Mirandadartraiden
2021-01-17ICQ-WIM: convert some files from ANSI to UTF-8dartraiden
2021-01-17Update copyrightsdartraiden
2020-04-06useless commands removedGeorge Hazan
2020-02-19if a protocol handles an event, it shall return 1, not 0George Hazan
2020-01-25massive code cleaning:George Hazan
- GCHOOK structure normalized (i.e. inlined SESSION_INFO fields replaced with a reference to SESSION_INFO); - fake CMsgDialog declaration added to m_srmm_int.h, thus duplicated declarations in plugins aren't needed anymore - other minor changes
2020-01-01Happy new year, MirandaGeorge Hazan
2019-12-04GetContactProto: useless duplicate function replaced with standard ↵George Hazan
Proto_GetBaseAccountName
2019-09-27fix for a function name:George Hazan
Clist_IsHidden => Contact_IsHidden Clist_HideContact => Contact_Hide
2019-09-26Clist_IsHidden / Clist_HideContact - two helpers to hide CList/Hidden ↵George Hazan
variable and unify access to it
2019-08-22ICQ-WIM: experimental server group editorGeorge Hazan
2019-03-01ICQ-WIM: code cleaning & optimizationGeorge Hazan
2019-02-25GCEVENT::GCEF_UTF8 - flag for direct communication with utf8-encoded chat ↵George Hazan
events (UTF16LE by default)
2019-02-07ICQ-WIM:George Hazan
- DWORD UIN dumped and replaced everywhere with CMStringW aimId; - additional Email field removed from options, now UIN acts like email - MRA is fully supported - version bump
2019-01-16fixes #1761 (Rename Icq10 folder and ICQ/2018 in version.h to ICQ-WIM)George Hazan