summaryrefslogtreecommitdiff
path: root/protocols/Facebook/src/proto.cpp
AgeCommit message (Collapse)Author
2024-01-08Update copyrightsdartraiden
2024-01-07fixes #4102 (ICQ, Facebook: ротоколы выставляют ↵George Hazan
неподдерживаемые/некорректные статусы)
2023-12-03PROTO_INTERFACE::SendMsg: second parameter became a reply event idGeorge Hazan
2023-10-26SmileyAdd_LoadContactSmileys - helper function for adding custom smileysGeorge Hazan
2023-10-26code simplification + cleaningGeorge Hazan
2023-09-15PROTO_INTERFACE::SendMsg - unused parameter flags removedGeorge Hazan
2023-09-15fixes #3674 (Реакция протоколов на отсылку в ↵George Hazan
оффлайн)
2023-02-11compilation fixGeorge Hazan
2023-02-11PS_CREATEACCMGRUI is obsoleted and converted into eventGeorge Hazan
2023-02-10ME_DB_EVENT_MARKED_READ: recursion preventionGeorge Hazan
2023-02-09SRMM: better support for group chats in databaseGeorge Hazan
2023-01-17PROTO_INTERFACE::GetAvatarPath - new helper for calculating avatars' root ↵George Hazan
for an account
2023-01-02Update copyrightsdartraiden
2022-01-24We do not need to translate account namesdartraiden
2022-01-22Fixes #2997dartraiden
2022-01-01Happy new year, Mirandadartraiden
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-05Facebook: if a search is not implemented in Miranda, we shall not allow ↵George Hazan
users to perform a search
2021-04-30fixes #2859 (Импорт: дублируются контакты ICQ и ↵George Hazan
FaceBook)
2021-03-24fixes #2800 (ICQ & Facebook create duplicate contacts after import in the ↵George Hazan
service mode)
2021-01-19fixes #2693 (import in the service mode breaks the groups' order)George Hazan
2021-01-17Update copyrightsdartraiden
2020-09-22Facebook: fix for a random crashGeorge Hazan
2020-09-07Facebook: contact with the same id not to be added twiceGeorge Hazan
2020-09-03fixes #2560 (AddContact+ не добавляет контакты Facebook)George Hazan
2020-08-18SmileyAdd:George Hazan
- fixes #2545 (SmileyAdd: missing assigned per-contact smileys categories); - unused service MS_SMILEYADD_SHOWSELECTION removed; - name conflict resolution; - version bump;
2020-08-16SmileyAdd:George Hazan
- major update for custom smileys APIs (cause we have no MSN, there's no need to save MCONTACT for custom smileys); - added path type = 2 to download whole folder for custom smileys; - fixes #2524 (ICQ: стикеры должны приходить как custom smileys, а не как передачи файлов); - fixes #2533 (SmileyAdd не всегда распознаёт стикеры); - fixes #2532 (Полученные стикеры пропадают при переоткрытии окна); - version bump
2020-08-14fixes #2527 (Facebook: missing stickers)George Hazan
2020-07-23fixes #2493 (Проблема с Юникодом в диалоге ↵George Hazan
добавления контакта)
2020-05-15fixes #1012 (Facebook: option needed to load friends only)George Hazan
2020-04-13fixes #2321 (MessageState doesn't work with Facebook)George Hazan
2020-04-10fixes #2310 (Invisible status doesn't work on Facebook)George Hazan
2020-04-09Facebook: fix for invisible status during loginGeorge Hazan
2020-02-20bunch of useless threads replaced with a call of ProtoBroadcastAsyncGeorge Hazan
2020-02-19fixes #2224 (Facebook - each group chat message as a new conversation)George Hazan
2020-02-12Facebook: restored option to keep messages unread at the serverGeorge Hazan
2020-02-05Facebook: code cleaningGeorge Hazan
2020-02-05Facebook: support for sending "Marked read" notificationsGeorge Hazan
2020-01-24Facebook: basic group chat hooksGeorge Hazan
2020-01-24fixes #2161 (Facebook: initial group chats support)George Hazan
2020-01-03OnLoggedOut to be called in the ServerThread, as the only safe place to do thatGeorge Hazan
2020-01-03Facebook to use system timers instead of its own ugly hackGeorge Hazan
2020-01-01Happy new year, MirandaGeorge Hazan
2019-12-27Facebook: sending messagesGeorge Hazan
2019-12-27Facebook: reading users' avatarsGeorge Hazan
2019-12-27Facebook: message queue initialization codeGeorge Hazan
2019-12-26Facebook: sending UTF messagesGeorge Hazan
2019-12-24Facebook: default group added to optionsGeorge Hazan
2019-12-23Facebook:George Hazan
- added presence processing; - added contacts processing; - code cleaning and restructurizing
2019-12-18Facebook:George Hazan
- normal behaviour of ServerThread(); - added OnLoggedIn() function; - correct OnShutdown() processing; - DBKEY_USERNAME replaced with DBKEY_LOGIN to provide compatibility with the old protocol