summaryrefslogtreecommitdiff
path: root/protocols/Facebook/src/groupchats.cpp
AgeCommit message (Collapse)Author
2024-01-08Update copyrightsdartraiden
2023-12-03PROTO_INTERFACE::SendMsg: second parameter became a reply event idGeorge Hazan
2023-09-15PROTO_INTERFACE::SendMsg - unused parameter flags removedGeorge 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-01-01Happy new year, Mirandadartraiden
2021-01-17Update copyrightsdartraiden
2020-12-09fixes #2640 (Facebook: ability to invite offline contacts to group chat)George Hazan
2020-09-22Facebook: fix for a random crashGeorge Hazan
2020-04-06useless commands removedGeorge Hazan
2020-02-19if a protocol handles an event, it shall return 1, not 0George Hazan
2020-01-25Facebook:George Hazan
- fix for sending own messages to group chats; - code optimization
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-25Facebook:George Hazan
- KICK command support for groupchats; - code cleaning
2020-01-24Facebook: basic group chat hooksGeorge Hazan