summaryrefslogtreecommitdiff
path: root/protocols/ICQ-WIM/src/utils.cpp
AgeCommit message (Collapse)Author
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
2019-02-28ICQ-WIM:George Hazan
- new option to use a tray icon notification; - now left click on popup also opens a mailbox; - popup is displayed on start too, if there are new emails - version bump
2019-02-19MIME types are of type char, not wchar_tGeorge Hazan
2019-02-07fix for copy-pasteGeorge Hazan
2019-02-07MRA account support moved from Dummy to ICQGeorge Hazan
2019-02-07ICQ-WIM:George Hazan
- DWORD UIN dumped and replaced everywhere with CMStringW aimId; - additional Email field removed from options, now UIN acts like email - MRA is fully supported - version bump
2019-02-04fixes #1718 (ICQ10: major crutch to compensate behavior of the official ICQ ↵George Hazan
client)
2019-01-28mir_urlDecode & mir_urlEncode to return CMStringAGeorge Hazan
2019-01-28ICQ-WIM:George Hazan
- fixes #1766 (ICQ10: rework "Use friendly names" option) - icq nicks moved to User Info dialog; - more data added to User Info; - code optimization
2019-01-28ICQ10:George Hazan
- fixes #1800 (ICQ10: add aboutMe content to user info); - added ICQ User Info page - code cleaning
2019-01-24fixes #1748 (ICQ10: add filetransfer support)George Hazan