summaryrefslogtreecommitdiff
path: root/protocols/ICQ-WIM
AgeCommit message (Collapse)Author
2019-07-22ICQ-WIM: options dialog doesn't set password correctlyGeorge Hazan
2019-07-21Restore "Free for chat" status support (fixes #1963)dartraiden
2019-07-17ICQ-WIM: no need to launch this dialog twiceGeorge Hazan
2019-07-17fixes #1698 (ICQ10: add password enter prompt if no password found in db)George Hazan
2019-07-15PROTO_INTERFACE::ReportSelfAvatarChanged = useful helper for working with ↵George Hazan
avatars
2019-07-12CMake: added missing dependencies.protomors
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-06-27fixes #1996 (ICQ-WIM doesn't retrieve avatars, if they were occasionally ↵George Hazan
removed from disk)
2019-06-04fixes #1963 (unused icons in proto_conn_*.dll)George Hazan
2019-06-03ICQ-WIM: this message is for cases of missing password toodartraiden
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-05-27fixes #1963 (Remove Free for Chat, On the Phone and Out to Lunch statuses ↵George Hazan
completely)
2019-05-21removed MRA/ICQ icons for unused statusesGeorge Hazan
2019-05-21MRA: add missing iconsdartraiden
2019-04-30ICQ-WIM: explicit content-type specification for RAPI connectionsGeorge Hazan
2019-04-26fixes #1928 (ICQ: first manual reconnect after manual disconnect is always ↵George Hazan
failed)
2019-04-24ICQ-WIM:George Hazan
- added "Show error popups" options; - fix: errors were not translated
2019-04-17ICQ-WIM: we also should set pdMode if we add UINs to ignore listGeorge Hazan
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-04-12- extra icons default changed from icon's name to icon's handle;George Hazan
- Skin_GetIconName() considered obsolete and therefore removed;
2019-03-28Menu_ModifyItem to receive icolib handle, not HICONGeorge 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-26Spelling correctiondartraiden
2019-03-25ICQ-WIM: no need to wipe out Nick fieldGeorge Hazan
2019-03-25ICQ-WIM: if nick is missing at the server, no need to create an empty stringGeorge Hazan
2019-03-25ICQ-WIN: if contact's nick is missing, try to copy it from IcqNick fieldGeorge Hazan
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-12ICQ-WIM: we simply read the tail, when the polling cycle is executedGeorge Hazan
2019-03-11fixes #1741 (ICQ10: Invalid Request. statusDetailCode 1015)George Hazan
2019-03-11fixes #1892 (ICQ: still online even if network adapter is disabled)George Hazan
2019-03-05Popup:George Hazan
- wiping out checks for service presence; - code cleaning
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
2019-02-27fixes #1839 (SecureIM detection in ICQ-WIM)George Hazan
2019-02-27popup code cleaning (cause we have no tchar.h)George Hazan
2019-02-27fixes #1867 (MRA: email notification isn't shown on startup)George Hazan