summaryrefslogtreecommitdiff
path: root/protocols/ICQ-WIM/src/poll.cpp
AgeCommit message (Collapse)Author
2022-07-31Contact: group of functions gathered into the personal namespaceGeorge Hazan
2022-01-09ICQ: RAPI requests code cleaningGeorge Hazan
2022-01-01Happy new year, Mirandadartraiden
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-08-06ICQ: same idea for presence packetsGeorge Hazan
2021-08-06fixes #2940 (ICQ: при активной сессии Миранда не ↵George Hazan
видит, что контакт вошёл в сеть)
2021-01-17ICQ-WIM: convert some files from ANSI to UTF-8dartraiden
2021-01-17Update copyrightsdartraiden
2020-07-15ICQ-WIM: fix for temporary contacts processingGeorge Hazan
2020-07-15ICQ-WIM:George Hazan
- fixes #2477 (ICQ: от людей, отсутствующих в ростере, приходит только последнее оффлайновое сообщение); - fixes #2470 (ICQ: последнее из входящих оффлайновых сообщений имеет некорректное время); - version bump
2020-05-28ICQ-WIM: unused class member CIcqProto::m_hPollThread removedGeorge Hazan
2020-05-17fixes #2352 (ICQ-WIM: separate flag for ParseMessage to use server-side or ↵George Hazan
local time)
2020-05-15ICQ-WIM: newly received messages were erroneously marked as readGeorge Hazan
2020-04-24fixes #2352 (ICQ: входящие отсутствующие в базе ↵George Hazan
сообщения имеют <текущее> время (время их получения Мирандой), а не реальное)
2020-04-15ICQ: more logsGeorge Hazan
2020-04-09fixes #2316 (ICQ: если удалить ClistGroups из базы, то ↵George Hazan
контакты при перезапуске пропадут из клиста)
2020-03-24ICQ-WIM:George Hazan
- fixes #2277 (ICQ: add ability to load whole history from server); - fix for message history retrieving; - code cleaning; - version bump
2020-02-29ICQ-WIM: correct support for delivered messagesGeorge Hazan
2020-02-29MessageState: rewritten from scratch to workGeorge Hazan
2020-02-26more logs for MRAGeorge Hazan
2020-01-01Happy new year, MirandaGeorge Hazan
2019-12-16fixes #2122 (ICQ-WIM: removed ICQ contact appears again in the contact list)George Hazan
2019-12-16fixes #2137 completely by adding "deleted" flag detection instead of using ↵George Hazan
nickname
2019-12-15ICQ-WIM: patch not to forcibly remove deleted contacts from our databaseGeorge Hazan
2019-12-09fixes #2137 (ICQ-WIM: no need to remove contacts marked as 'deleted')George Hazan
2019-09-28sh-hit...George Hazan
2019-09-27end of manual experiments with CList/NotOnListGeorge Hazan
2019-08-23ICQ-WIM: numerous fixes for group handling & group editorGeorge Hazan
2019-08-08minor code cleaningGeorge Hazan
2019-08-08ICQ-WIM: fixes problems with old server-side groups, created by Miranda IMGeorge Hazan
2019-07-10fixes #2001 (occasional crash in ICQ-WIM)George Hazan
2019-07-04ICQ-WIM: fix for server group parsingGeorge Hazan
2019-06-28fixes #1991 (ICQ-WIM: last message is added with wrong date/time on the ↵George Hazan
first run)
2019-06-27manual access to CList/Group restrictedGeorge Hazan
2019-05-28ICQ-WIM: fix for a problem with embedded groupsGeorge Hazan
2019-04-17fixes #1909 (ICQ-WIM: on startup history of the only contact is synced)George 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-27fixes #1903 (ICQ: auto dismiss tray notification if the mail was read in the ↵George Hazan
browser)
2019-03-25ICQ-WIM: no need to wipe out Nick fieldGeorge Hazan
2019-03-12ICQ-WIM: we simply read the tail, when the polling cycle is executedGeorge Hazan
2019-03-11fixes #1892 (ICQ: still online even if network adapter is disabled)George Hazan
2019-03-05fixes #1878 (if a user wipes all sessions from a browser, Miranda can't read ↵George Hazan
incoming messages for about 30 minutes)
2019-03-05fixes #1877 (ICQ-WIM doesn't close session correctly in some cases)George Hazan
2019-03-04fixes #1870 completely (ICQ doesn't sync outgoing messages)George Hazan
2019-03-01ICQ-WIM: code cleaning & optimizationGeorge Hazan
2019-03-01fixes #1872 (we shall not rely on unreadCnt field, because while we're ↵George Hazan
offline, another client can mark these messages as read)
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