Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-12 | fixes #4651 (NewStory+tabSRMM: Форматирование текста ↵ | George Hazan | |
по-разному работает в приватах и чатах) | |||
2024-03-10 | code cleaning | George Hazan | |
2024-01-26 | major atavism, PROTORECVEVENT, died with its own set of constants | George Hazan | |
2024-01-10 | code cleaning | George Hazan | |
2024-01-09 | more strict constructor of MHttpRequest to avoid quirks | George Hazan | |
2024-01-08 | Update copyrights | dartraiden | |
2024-01-05 | Netlib: | George Hazan | |
- NETLIBHTTPHEADER & NETLIBHTTPREQUEST obsoleted; - NETLIBHTTPREQUEST divided into MHttpRequest & MHttpResponse; - MHttpHeaders now manager headers both for MHttpRequest & MHttpResponse; | |||
2024-01-04 | NETLIBHTTPREQUEST::cbSize = old unused field removed | George Hazan | |
2023-12-22 | DB::EventInfo::wipeNotify - useful helper to hide blinking event both from ↵ | George Hazan | |
database & contact list | |||
2023-10-26 | SmileyAdd_LoadContactSmileys - helper function for adding custom smileys | George Hazan | |
2023-10-26 | code simplification + cleaning | George Hazan | |
2023-02-22 | fixes #3338 (New messages are no longer displayed in the systray) | George Hazan | |
2023-02-10 | ME_DB_EVENT_MARKED_READ: recursion prevention | George Hazan | |
2023-02-09 | SRMM: better support for group chats in database | George Hazan | |
2023-01-27 | Group chats: all old APIs with lookup by module+session removed | George Hazan | |
2023-01-25 | Group chats: ChatRoomID setting replaced with real protocol id | George Hazan | |
2023-01-02 | Update copyrights | dartraiden | |
2022-07-31 | Contact: group of functions gathered into the personal namespace | George Hazan | |
2022-05-07 | Netlib_OpenConnection - finally old stupid structure NETLIBOPENCONNECTION ↵ | George Hazan | |
died and converted into a set of parameters + code cleaning | |||
2022-01-01 | Happy new year, Miranda | dartraiden | |
2021-12-26 | DWORD -> uint32_t | George Hazan | |
2021-06-04 | fixes #2901 (Facebook: implement popup if login/password are incorrect) | George Hazan | |
2021-05-15 | fix for order of operations | George Hazan | |
2021-05-15 | Facebook: fix for reading more than 500 contacts from Friends list | George Hazan | |
2021-05-02 | Facebook: fix for reading messages | George Hazan | |
2021-04-30 | fixes #2859 (Импорт: дублируются контакты ICQ и ↵ | George Hazan | |
FaceBook) | |||
2021-02-13 | fixes #2722 (Facebook: Miranda cannot receive messages fromF B messenger ↵ | George Hazan | |
mobile app for IOS) | |||
2021-01-17 | Update copyrights | dartraiden | |
2020-12-11 | fixes #2645 (Facebook: nicklist in chats does not updated automatically) | George Hazan | |
2020-12-11 | fixes #2642 (Facebook: track groupchat name change) | George Hazan | |
2020-12-03 | Facebook: | George Hazan | |
- we don't need to analyze "send_message_response", because it doesn't contain server message id; - therefore, we don't neew FacebookProto::NotifyDelivery either | |||
2020-12-02 | Facebook: more fixes for duplicate messages | George Hazan | |
2020-11-30 | fixes #2635 (Facebook: duplicating messages) | George Hazan | |
2020-09-22 | Facebook: fix for a random crash | George Hazan | |
2020-08-18 | Facebook: *.webp avatars disabled for a while | George Hazan | |
2020-08-18 | SmileyAdd: | George Hazan | |
- fixes #2545 (SmileyAdd: missing assigned per-contact smileys categories); - unused service MS_SMILEYADD_SHOWSELECTION removed; - name conflict resolution; - version bump; | |||
2020-08-16 | SmileyAdd: | 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-07-16 | fixes #2476 (Facebook: ERROR_QUEUE_EXCEEDS_MAX_DELTAS) | George Hazan | |
2020-06-20 | fixes #2456 (Facebook: ERROR_QUEUE_NOT_FOUND Facebook bug) | George Hazan | |
2020-05-15 | fixes #1012 (Facebook: option needed to load friends only) | George Hazan | |
2020-05-15 | Facebook: all garbage contacts (not included into our friend list) are ↵ | George Hazan | |
filtered out | |||
2020-05-01 | fixes #2318 (Facebook: stopped getting new message notifications) | George Hazan | |
2020-04-13 | fixes #2321 (MessageState doesn't work with Facebook) | George Hazan | |
2020-03-24 | another attempt to fix #2260 | George Hazan | |
2020-02-27 | Facebook: group chat initialization improvement | ikeblaster | |
Chat_GetUserInfo is not usable since we have no "info" saved for users (=always returns nullptr). | |||
2020-02-20 | Facebook: group chat loading improvement | ikeblaster | |
Loading only unarchived group chats, where user is still subscribed. When thread_count limit is sent, response is sorted. Hardcoded to 40 threads - not ideal, since response contains also normal chats (those are skipped). Better solution proposed in TODO. | |||
2020-02-20 | Facebook: group chat minor optimization | ikeblaster | |
2020-02-20 | fixes #2224 (Facebook - each group chat message as a new conversation) | ikeblaster | |
2020-02-16 | fixes #2216 (Facebook: remove non-actual hidden options) | George Hazan | |
2020-02-12 | Facebook: restored option to keep messages unread at the server | George Hazan | |