summaryrefslogtreecommitdiff
path: root/protocols/ICQ-WIM/src/proto.cpp
AgeCommit message (Collapse)Author
2023-11-02fixes #3596 (ICQ: "Copy URL" в контекстном меню ↵George 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-06fixes #3667 (Telegram: add message edit feature)George Hazan
2023-07-31Rename offline files to cloud files (except for function names)dartraiden
2023-07-26.George Hazan
2023-07-24fixes #3592 (ICQ: offline transfer isn't marked as completed after file ↵George Hazan
downloading)
2023-07-20fixes #3579 (ICQ: устаревают ссылки на ↵George Hazan
оффлайновые файлы)
2023-07-13standard offline file download finalizationGeorge Hazan
2023-07-11for #3566 - getUserLastseen to detect offline statusGeorge Hazan
2023-07-10fixes #3567 (ICQ: implement offline files download)George Hazan
2023-07-09fixes #3552 (ICQ: crash on cancel waiting filetransfer)George Hazan
2023-06-02code cleaningGeorge Hazan
2023-04-19fixes #3493 (ICQ: перенести опцию про ↵George Hazan
всплывающие окна об ошибках в "События")
2023-04-18fixes #3447 (ICQ: застревают сообщения ↵George Hazan
группового чата)
2023-04-09more for #3478George Hazan
2023-04-09fixes #3477 (ICQ: it's not possible to send 2 or more files at a time)George Hazan
2023-03-24fixes #3452 (ICQ: crash on ProcessBuddyList)George Hazan
2023-03-13fixes #3426 (ICQ: не обрабатывается событие ↵George Hazan
исключения из чата)
2023-03-02fixes #3369 (MRA: не показывать пункт меню ↵George Hazan
протокола "Редактировать профиль на сайте")
2023-03-02ICQ: server groups editor moved to the separate moduleGeorge Hazan
2023-03-02fixes #3370 (MRA: падение при редактировании ↵George 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-17wrongly deleted codeGeorge Hazan
2023-01-17PROTO_INTERFACE::GetAvatarPath - new helper for calculating avatars' root ↵George Hazan
for an account
2023-01-15fixes #3306 (Telegram contacts use shared Miranda's icon)George Hazan
2023-01-02Update copyrightsdartraiden
2022-09-06fixes #3191 (ICQ: add "Edit my web profile" into protocol menu)George Hazan
2022-06-01shoud have fixed #2988 (ICQ: crash on canceled filetransfer)George Hazan
2022-02-08fixes #3022 (Jabber file transfers don't report failure)George Hazan
2022-01-24We do not need to translate account namesdartraiden
2022-01-22Fixes #2997dartraiden
2022-01-09ICQ: RAPI requests code cleaningGeorge Hazan
2022-01-07ICQ: fixes history loading for #2989George Hazan
2022-01-01Happy new year, Mirandadartraiden
2021-12-05fixes #2981 (ICQ: contacts search does not work if logged in by phone number)George Hazan
2021-08-10ICQ:George Hazan
- fixes wrong online status detection when lastSeen == 0; - fixes correct APP_ID sending; - fixes error handling inside RAPI token generation
2021-07-17fixes #2934 (MRA: авторизация по логину-паролю ↵George Hazan
больше не возможна)
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-17Update copyrightsdartraiden
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-07-23fixes #2493 (Проблема с Юникодом в диалоге ↵George Hazan
добавления контакта)
2020-07-13fixes #2123 (ICQ: контакт добавляется в ↵George Hazan
неправильную группу)
2020-07-08group chat initialization to be done in protocol's constructor, not inside ↵George Hazan
OnModulesLoaded
2020-06-29"Load server history" menu items gathered in one stub not to create zillions ↵George Hazan
of duplicate menu items
2020-06-15PROTO_INTERFACE::OnEventEdited - new virtual function to send edited ↵George Hazan
messages to server