summaryrefslogtreecommitdiff
path: root/protocols/ICQ-WIM/src
AgeCommit message (Collapse)Author
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
2019-09-25fixes #2073 (ICQ-WIM: a contact cannot be moved correctly from root to any ↵George Hazan
group)
2019-09-24fixes #2077 (ICQ-WIM: ignored contacts aren't listed in Options - Contacts - ↵George Hazan
Ignore)
2019-09-23fixes #2076 (large ICQ icons)George Hazan
2019-08-23ICQ-WIM: numerous fixes for group handling & group editorGeorge Hazan
2019-08-22ICQ-WIM: experimental server group editorGeorge Hazan
2019-08-16ICQ-WIM: fix for sending empty queries to http serverGeorge Hazan
2019-08-10fixes #2024 (ICQ-WIM: embedded groups problems)George 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-24massive warning fixGeorge Hazan
2019-07-24NLHR_PTR - smart pointers make better codeGeorge Hazan
2019-07-22ICQ-WIM: options dialog doesn't set password correctlyGeorge Hazan
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-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-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-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.