summaryrefslogtreecommitdiff
path: root/protocols/ICQ-WIM/src/utils.cpp
AgeCommit message (Collapse)Author
2024-08-21MRA: deprecate protocoldartraiden
2024-07-21fixes #4555 (Задваиваются контакты протоколов, ↵George Hazan
где есть кэш)
2024-06-06fixes #4449 (ICQ: broken cloud file download)George Hazan
2024-06-03fixes #4447 (ICQ: некоторые картинки не грузятся)George Hazan
2024-01-08Update copyrightsdartraiden
2023-12-23fixes #3803 (ICQ: Нет уведомлений о новых ↵George Hazan
сообщениях, если я пишу с другого клиента самому себе)
2023-12-01fixes #4005 (ICQ + Newstory: Старые ссылки на файлы ↵George Hazan
нельзя сконвертировать в оффлайн файлы)
2023-11-30fixes #3967 (ICQ: параметр "В сети с" бесполезен)George Hazan
2023-11-27fixes #3810 (ICQ: неверно работает Last seen в user details)George Hazan
2023-11-14fixes #3757 (ICQ: Миранда не может определить, ↵George Hazan
что собеседник использует Миранду)
2023-07-29ICQ: remote file URL aestheticsGeorge Hazan
2023-07-20fixes #3579 (ICQ: устаревают ссылки на ↵George Hazan
оффлайновые файлы)
2023-07-11for #3566 - getUserLastseen to detect offline statusGeorge Hazan
2023-05-21static function pfnGetEvent removed from CLIST_INTERFACEGeorge Hazan
2023-03-24fixes #3452 (ICQ: crash on ProcessBuddyList)George Hazan
2023-03-13fixes #3426 (ICQ: не обрабатывается событие ↵George Hazan
исключения из чата)
2023-02-28Revert "fixes #2938 (MRA: contact search does not work)"George Hazan
This reverts commit 3a35e893b276bf28fbf949d67b92961bc5293b55.
2023-02-28fixes #2938 (MRA: contact search does not work)George Hazan
2023-01-25Group chats: ChatRoomID setting replaced with real protocol idGeorge Hazan
2023-01-17PROTO_INTERFACE::GetAvatarPath - new helper for calculating avatars' root ↵George Hazan
for an account
2023-01-02Update copyrightsdartraiden
2022-10-23fixes #3227 (ICQ: не работает получение инфы о ↵George Hazan
контакте)
2022-10-21fix for #3219 (broken statuses in ICQ)George Hazan
2022-09-24fixes #3199 (ICQ: cannot view/add MRA contact)George Hazan
2022-08-16ICQ: fix for custom timestamp printing functionGeorge Hazan
2022-07-31Contact: group of functions gathered into the personal namespaceGeorge Hazan
2022-06-05fixes #3089 (ICQ: после обновления до 0.96, асечные ↵George Hazan
контакты выкидываются из ростера)
2022-01-01Happy new year, Mirandadartraiden
2021-12-26BYTE -> uint8_tGeorge Hazan
2021-12-16Fixes #2990 (ICQ: когда клиент собеседника ↵George Hazan
уходит в оффлайн, в моей Миранде он по-прежнему онлайн до тех пор, пока я не переподключусь)
2021-12-10ICQ: fixes problems with status wipingGeorge 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-17minor code cleaningGeorge Hazan
2021-04-30fixes #2859 (Импорт: дублируются контакты ICQ и ↵George Hazan
FaceBook)
2021-01-17ICQ-WIM: convert some files from ANSI to UTF-8dartraiden
2021-01-17Update copyrightsdartraiden
2020-07-15ICQ-WIM:George Hazan
- fixes #2477 (ICQ: от людей, отсутствующих в ростере, приходит только последнее оффлайновое сообщение); - fixes #2470 (ICQ: последнее из входящих оффлайновых сообщений имеет некорректное время); - version bump
2020-02-16useless checks removedGeorge Hazan
2020-01-09fixes #2180 (ICQ: some existing contacts do not get IcqDeleted key)George Hazan
2020-01-01Happy new year, MirandaGeorge Hazan
2019-09-27end of manual experiments with CList/NotOnListGeorge Hazan
2019-08-08ICQ-WIM: fixes problems with old server-side groups, created by Miranda IMGeorge Hazan
2019-07-24massive warning fixGeorge Hazan
2019-07-04ICQ-WIM: fix for server group parsingGeorge Hazan
2019-03-27Clist events:George Hazan
- no need to save 4 bytes each time we wanna declare protocol-wide events; - all event adding code is forced to be executed in the main thread; - also fixes #1904 (ICQ: mail notification bug); - now we can use any event ids for global events.
2019-03-14also related to #1895 - possible fix for UINs stored as Unicode stringsGeorge Hazan
2019-03-14fixes #1895 (fix for a typo in ICQ-WIM)George Hazan
2019-03-13fixes #1895 (problem with importing old ICQ profiles where UIN was in the ↵George Hazan
form of email)
2019-03-05Popup:George Hazan
- wiping out checks for service presence; - code cleaning
2019-03-01ICQ-WIM:George Hazan
- advanced options moved to the separate dialog; - option added to launch a browser on tray icon click; - now additional email events aren't added if one is already active; - duplicate notification removed