summaryrefslogtreecommitdiff
path: root/protocols/ICQ-WIM/src/proto.cpp
AgeCommit message (Collapse)Author
2020-05-24ICQ-WIM: auth request supportGeorge Hazan
2020-05-15ICQ-WIM: newly received messages were erroneously marked as readGeorge Hazan
2020-05-07fixes #2390 (ICQ игнорирует настройки приёма ↵George Hazan
файлов)
2020-05-07fix for old PROTO_INTERFACE::FileResume interface errorGeorge Hazan
2020-05-05fixes #2390 (ICQ игнорирует настройки приёма ↵George Hazan
файлов)
2020-04-24fixes #2352 (ICQ: входящие отсутствующие в базе ↵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-20fixes #2213 (ICQ: filetransfer stuck)George Hazan
2020-02-07fixes #2202 (ICQ: входящие изображения не ↵George Hazan
помечаются прочитанными)
2020-02-05fixes #2201 (ICQ-WIM: file transfers are implemented as file transfers now, ↵George Hazan
because links aren't clickable)
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, MirandaGeorge Hazan
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-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-10-24fixes #2095 (ICQ: statuses support: a contact might have any status, but the ↵George Hazan
protocol itself only Offline & Online)
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
2019-09-25fixes #2073 (ICQ-WIM: a contact cannot be moved correctly from root to any ↵George Hazan
group)
2019-08-23ICQ-WIM: numerous fixes for group handling & group editorGeorge Hazan
2019-08-22ICQ-WIM: experimental server group editorGeorge Hazan
2019-08-08ICQ-WIM: fixes problems with old server-side groups, created by Miranda IMGeorge Hazan
2019-07-17fixes #1698 (ICQ10: add password enter prompt if no password found in db)George Hazan
2019-06-27manual access to CList/Group restrictedGeorge Hazan
2019-06-03fixes #1975 (broken ICQ search by phone number, require a phone to be ↵George Hazan
entered as +NNNNNNN)
2019-05-30ICQ-WIM: cache initialization should be implemented before running ↵George Hazan
ServerThread, to avoid problems with modal MessageBox() calls
2019-05-28ICQ-WIM: fix for a problem with embedded groupsGeorge Hazan
2019-04-24ICQ-WIM:George Hazan
- added "Show error popups" options; - fix: errors were not translated
2019-04-17fixes #1909 (ICQ-WIM: on startup history of the only contact is synced)George Hazan
2019-04-16ICQ-WIM:George Hazan
- all these menu items & Visible List editor removed; - all control over permit/deny lists went to Options - Contact - Visibility; - fixes #1915 (impossible to set visibility for ICQ contacts)
2019-03-28Menu_ModifyItem to receive icolib handle, not HICONGeorge Hazan
2019-03-13fixes #1895 (problem with importing old ICQ profiles where UIN was in the ↵George Hazan
form of email)
2019-03-11fixes #1741 (ICQ10: Invalid Request. statusDetailCode 1015)George Hazan
2019-03-05fixes #1877 (ICQ-WIM doesn't close session correctly in some cases)George Hazan
2019-03-01ICQ-WIM: code cleaning & optimizationGeorge Hazan
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-27popup code cleaning (cause we have no tchar.h)George Hazan
2019-02-22ICQ-WIN: also we need to remove old e-mail setting after upgrading accountGeorge Hazan
2019-02-22ICQ-WIN: we have to remove all email addrresses when we're upgading old ICQ ↵George Hazan
account fixes #1847 for newly converted accounts
2019-02-11ICQ-WIM:George Hazan
- support for file description in file transfers; - fix for passing file chunks for large files; - added reaction to http error code 206 (partial success); - version bump
2019-02-10fixes #1835 (basic support for MRA mail notifications: displays unread ↵George Hazan
message count, incoming emails, popups)
2019-02-07ICQ-WIM: we can use all of themdartraiden
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-02-04ICQ10:George Hazan
- fixes #1821 (ICQ10: add Ignore list); - code reordering;