summaryrefslogtreecommitdiff
path: root/protocols/ICQ-WIM
AgeCommit message (Collapse)Author
2020-04-24fixes #2352 (ICQ: входящие отсутствующие в базе ↵George Hazan
сообщения имеют <текущее> время (время их получения Мирандой), а не реальное)
2020-04-18fixes #2341 (ICQ перестала подключаться)George Hazan
2020-04-15ICQ: more logsGeorge Hazan
2020-04-13ICQ-WIM: sometimes ICQ cannot login after Windows return from the sleeping modeGeorge Hazan
2020-04-09fixes #2316 (ICQ: если удалить ClistGroups из базы, то ↵George Hazan
контакты при перезапуске пропадут из клиста)
2020-04-06useless commands removedGeorge 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-02-20fixes #2213 (ICQ: filetransfer stuck)George Hazan
2020-02-19if a protocol handles an event, it shall return 1, not 0George Hazan
2020-02-16useless checks removedGeorge Hazan
2020-02-13fixes #2202 (ICQ: входящие изображения не ↵George Hazan
помечаются прочитанными)
2020-02-07fixes #2202 (ICQ: входящие изображения не ↵George Hazan
помечаются прочитанными)
2020-02-07fixes #2203 (ICQ-WIM: crash on image receive)George Hazan
2020-02-06ICQ-WIM: fixes two first points of #2201George Hazan
- когда из Миранды отправляешь, то в журнале Миранды остаётся невалиднвя ссылка - входящий файл принимается автоматически, а в журнале остаётся запись
2020-02-05fixes #2201 (ICQ-WIM: file transfers are implemented as file transfers now, ↵George Hazan
because links aren't clickable)
2020-01-30fixes #2189 (ICQ-WIM: ICQ: file transfers are broken)George Hazan
2020-01-25massive code cleaning:George Hazan
- GCHOOK structure normalized (i.e. inlined SESSION_INFO fields replaced with a reference to SESSION_INFO); - fake CMsgDialog declaration added to m_srmm_int.h, thus duplicated declarations in plugins aren't needed anymore - other minor changes
2020-01-13Netlib_GetHeader() - handful utility to avoid writing cyclesGeorge Hazan
2020-01-13fixes #2183 (ICQ-WIM: wrong OnLoggedOut() call location)George Hazan
2020-01-09fixes #2180 (ICQ: some existing contacts do not get IcqDeleted key)George Hazan
2020-01-09fixes #2153 (ICQ-WIM: password got reset occasionally in options)George Hazan
2020-01-09if smth cannot be incuded, it shall be inlinedGeorge Hazan
2020-01-03OnLoggedOut to be called in the ServerThread, as the only safe place to do thatGeorge Hazan
2020-01-03ICQ-WIM to use shared system window & its timersGeorge Hazan
2020-01-01Happy new year, Miranda, part 2dartraiden
2020-01-01Happy new year, MirandaGeorge Hazan
2019-12-16ICQ-WIM: fix for async [deleted] processingGeorge 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-15softer variant of the previous patchGeorge Hazan
2019-12-15ICQ-WIM: patch not to forcibly remove deleted contacts from our databaseGeorge Hazan
2019-12-15ICQ-WIM: added error code detection during addBuddy (we don't allow to add ↵George Hazan
deleted contacts)
2019-12-09fixes #2137 (ICQ-WIM: no need to remove contacts marked as 'deleted')George Hazan
2019-12-04GetContactProto: useless duplicate function replaced with standard ↵George Hazan
Proto_GetBaseAccountName
2019-12-03ICQ-WIM: bunch of manual code removed, common code cleaningGeorge Hazan
2019-11-06ICQ-WIM: we don't need to publish awaymsg capabilities eitherGeorge Hazan
2019-11-06ICQ-WIM: no need to declare unsupported methodsGeorge Hazan
2019-11-01fixes #2110 (fake messages should look like send ones, not received)George Hazan
2019-10-30fixes #2110 (ICQ-WIM: display a reference for the uploaded file)George Hazan
2019-10-24fixes #2095 (ICQ: statuses support: a contact might have any status, but the ↵George Hazan
protocol itself only Offline & Online)
2019-09-28sh-hit...George Hazan
2019-09-27end of manual experiments with CList/NotOnListGeorge Hazan
2019-09-27fix for a function name:George Hazan
Clist_IsHidden => Contact_IsHidden Clist_HideContact => Contact_Hide
2019-09-26Clist_IsHidden / Clist_HideContact - two helpers to hide CList/Hidden ↵George Hazan
variable and unify access to it
2019-09-26EnterString: ability to enter simple strings (not multiline)George Hazan
2019-09-26MS_UTILS_ENTERSTRING -> EnterString, useless service removedGeorge Hazan
2019-09-26typo fixGeorge Hazan