summaryrefslogtreecommitdiff
path: root/protocols/Facebook/src/groupchats.cpp
AgeCommit message (Collapse)Author
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