Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-03 | ICQ-WIM: this message is for cases of missing password too | dartraiden | |
2019-06-03 | fixes #1975 (broken ICQ search by phone number, require a phone to be ↵ | George Hazan | |
entered as +NNNNNNN) | |||
2019-05-30 | ICQ-WIM: cache initialization should be implemented before running ↵ | George Hazan | |
ServerThread, to avoid problems with modal MessageBox() calls | |||
2019-05-28 | ICQ-WIM: fix for a problem with embedded groups | George Hazan | |
2019-05-27 | fixes #1963 (Remove Free for Chat, On the Phone and Out to Lunch statuses ↵ | George Hazan | |
completely) | |||
2019-05-21 | removed MRA/ICQ icons for unused statuses | George Hazan | |
2019-05-21 | MRA: add missing icons | dartraiden | |
2019-04-30 | ICQ-WIM: explicit content-type specification for RAPI connections | George Hazan | |
2019-04-26 | fixes #1928 (ICQ: first manual reconnect after manual disconnect is always ↵ | George Hazan | |
failed) | |||
2019-04-24 | ICQ-WIM: | George Hazan | |
- added "Show error popups" options; - fix: errors were not translated | |||
2019-04-17 | ICQ-WIM: we also should set pdMode if we add UINs to ignore list | George Hazan | |
2019-04-17 | fixes #1909 (ICQ-WIM: on startup history of the only contact is synced) | George Hazan | |
2019-04-16 | ICQ-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-28 | Menu_ModifyItem to receive icolib handle, not HICON | George Hazan | |
2019-03-27 | Clist 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-27 | fixes #1903 (ICQ: auto dismiss tray notification if the mail was read in the ↵ | George Hazan | |
browser) | |||
2019-03-26 | Spelling correction | dartraiden | |
2019-03-25 | ICQ-WIM: no need to wipe out Nick field | George Hazan | |
2019-03-25 | ICQ-WIM: if nick is missing at the server, no need to create an empty string | George Hazan | |
2019-03-25 | ICQ-WIN: if contact's nick is missing, try to copy it from IcqNick field | George Hazan | |
2019-03-14 | also related to #1895 - possible fix for UINs stored as Unicode strings | George Hazan | |
2019-03-14 | fixes #1895 (fix for a typo in ICQ-WIM) | George Hazan | |
2019-03-13 | fixes #1895 (problem with importing old ICQ profiles where UIN was in the ↵ | George Hazan | |
form of email) | |||
2019-03-12 | ICQ-WIM: we simply read the tail, when the polling cycle is executed | George Hazan | |
2019-03-11 | fixes #1741 (ICQ10: Invalid Request. statusDetailCode 1015) | George Hazan | |
2019-03-11 | fixes #1892 (ICQ: still online even if network adapter is disabled) | George Hazan | |
2019-03-05 | Popup: | George Hazan | |
- wiping out checks for service presence; - code cleaning | |||
2019-03-05 | fixes #1878 (if a user wipes all sessions from a browser, Miranda can't read ↵ | George Hazan | |
incoming messages for about 30 minutes) | |||
2019-03-05 | fixes #1877 (ICQ-WIM doesn't close session correctly in some cases) | George Hazan | |
2019-03-04 | fixes #1870 completely (ICQ doesn't sync outgoing messages) | George Hazan | |
2019-03-01 | ICQ-WIM: code cleaning & optimization | George Hazan | |
2019-03-01 | fixes #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-01 | ICQ-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-28 | ICQ-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-27 | fixes #1839 (SecureIM detection in ICQ-WIM) | George Hazan | |
2019-02-27 | popup code cleaning (cause we have no tchar.h) | George Hazan | |
2019-02-27 | fixes #1867 (MRA: email notification isn't shown on startup) | George Hazan | |
2019-02-26 | fixes #1841 (each incoming email in MRA generates its own event in clist) | George Hazan | |
2019-02-25 | GCEVENT::GCEF_UTF8 - flag for direct communication with utf8-encoded chat ↵ | George Hazan | |
events (UTF16LE by default) | |||
2019-02-22 | fixes #1839 (ICQ-WIM: SecureIM cannot autodetect if the contact uses this ↵ | George Hazan | |
plugin too) | |||
2019-02-22 | ICQ-WIN: also we need to remove old e-mail setting after upgrading account | George Hazan | |
2019-02-22 | ICQ-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-19 | MIME types are of type char, not wchar_t | George Hazan | |
2019-02-15 | fix for proper MRA registration | George Hazan | |
2019-02-11 | ICQ-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-11 | fixes #1836 (ok, let it be 32000) | George Hazan | |
2019-02-10 | grabbed two kosher email icons from old MRA plugin | George Hazan | |
2019-02-10 | fixes #1835 (basic support for MRA mail notifications: displays unread ↵ | George Hazan | |
message count, incoming emails, popups) | |||
2019-02-10 | fixes #1836 (ICQ-WIM: increase timeouts) | George Hazan | |