summaryrefslogtreecommitdiff
path: root/include/m_protosvc.h
AgeCommit message (Collapse)Author
2023-11-02fixes #3596 (ICQ: "Copy URL" в контекстном меню ↵George Hazan
журнала/истории на оффлайн файле отдает бессмысленную ссылку)
2023-07-31Rename offline files to cloud files (except for function names)dartraiden
2023-07-29fixes #3602 ("Copy path" в контекстном меню для файлов)George Hazan
2023-07-27fixes #3578 (Оффлайновые файлы: доработка ↵George Hazan
журналов)
2023-07-27fixes #3584 (Оффлайновые файлы: не открывать ↵George Hazan
скачанный файл автоматически)
2023-07-26.George Hazan
2023-07-22offline files to be stored inside usual folder for incoming files, not ↵George Hazan
inside %profile_data%\\dlFiles
2023-07-13standard offline file download finalizationGeorge Hazan
2023-07-13rename code extracted to the separate function + memory leak fixGeorge Hazan
2023-07-13MS_PROTO_RECVFILET - we don't need this service eitherGeorge Hazan
2023-06-07#3542 (Telegram: исходящие картинки ↵George Hazan
показываются как входящие)
2023-04-25Telegram: offline files to be links from the very beginningGeorge Hazan
2023-04-24Telegram: silent file transfers don't require f/t manager, but simply create ↵George Hazan
offline events
2023-04-23Telegram: file events to store server message id & groupchat user id, if presentGeorge Hazan
2023-04-20Telegram: fix for Unicode file namesGeorge Hazan
2023-04-19fix for offline files processing: now we store files inside Miranda's ↵George Hazan
profile instead of system temp folder
2023-04-17Jabber: more OMEMO related fixesGeorge Hazan
2023-04-17Jabber:George Hazan
- option autoloadoob removed due to offline files support; - added support for encrypted offline files
2023-04-11DB::FILE_BLOB expansion for the offline file transfers, part IGeorge Hazan
2023-02-11PS_CREATEACCMGRUI is obsoleted and converted into eventGeorge Hazan
2023-02-09SRMM: better support for group chats in databaseGeorge Hazan
2023-01-02Update copyrightsdartraiden
2022-01-01Happy new year, Mirandadartraiden
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26WORD -> uint16_tGeorge Hazan
2021-01-17Update copyrightsdartraiden
2020-06-29"Load server history" menu items gathered in one stub not to create zillions ↵George Hazan
of duplicate menu items
2020-04-07MSN: moved to deprecated, banned, removed support from plugins, etcdartraiden
2020-01-01Happy new year, MirandaGeorge Hazan
2019-07-24code cleaningGeorge Hazan
2019-07-21Restore "Free for chat" status support (fixes #1963)dartraiden
2019-05-27fixes #1963 (Remove Free for Chat, On the Phone and Out to Lunch statuses ↵George Hazan
completely)
2019-02-25PROTORECVFILE now uses const char/wchar_t pointers. also fixes #1864 completelyGeorge Hazan
2019-01-18code cleaningGeorge Hazan
- ACKTYPE_URL removed; - PF1_URL removed; - IEED_EVENT_URL removed; - another URL-related code cleaning
2019-01-18we don't need PSR_URL as wellGeorge Hazan
2019-01-18PSS_URL removed as totally obsoleteGeorge Hazan
2019-01-04Update copyrightsdartraiden
2018-12-28obsolte perversion with PF4_INFOSETTINGSVC removedGeorge Hazan
2018-12-28User added notifications:George Hazan
- old obsoleted ICQ-related junk like PF4_FORCEADDED & PF1_ADDED removed; - appropriate controls removed from auth dialogs and menus; - fixes #1680 (ICQ10: disable "Auth request" and "Send you are added" in "Add contact" dialog)
2018-10-01centralized system of processing message ids. also fixes #1375George Hazan
2018-09-20creepy crutch removed that was adding message ids after the binary zero in ↵George Hazan
message text
2018-04-06PF2_NONE : flag for protocols that have no statuses at allGeorge Hazan
fixes #1247
2018-03-28PFLAG_UNIQUEIDSETTING removed, its functionality transferred to ↵George Hazan
Proto_SetUniqueId / Proto_GetUniqueId
2018-02-09all duplicate "Request auth", "Grant auth" & "Revoke auth" menu items eliminatedGeorge Hazan
2018-01-31useless wrappers removed & replaced with PROTO_INTERFACE method callsGeorge Hazan
2018-01-31mir_app:George Hazan
- structure renamed: PROTORECVFILET -> PROTORECVFILE; - useless service MS_PROTO_AUTHRECV removed; - Proto_AuthRecv() helper converted into a function.
2018-01-01massive copyright updatedartraiden
2017-12-27obsolete structure ADDCONTACTSTRUCT, service MS_ADDCONTACT_SHOW and whole ↵George Hazan
m_addcontact.h removed and replaced with Contact_Add* functions
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky