Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-08 | life is too short to remember whether this structure is zeroed or not | George Hazan | |
2019-03-08 | fixes #1863 completely ([Discord] add manual history sync from IMs/DMs ↵ | George Hazan | |
(private chat)) | |||
2019-03-07 | Srmm_ModifyIcon now changes only tooltip and/or icon, Srmm_SetIconFlags ↵ | George Hazan | |
controls flags | |||
2019-03-07 | Skin_GetProtoIcon - new function to retrieve status icon's handle | George Hazan | |
2019-03-06 | related to #1863 ([Discord] Make option to turn off group chats/channels ; & ↵ | George Hazan | |
add manual history sync from IMs/DMs (private chat)) | |||
2019-03-06 | popups: | George Hazan | |
- internal implementation details & all service declarations moved to m_popup_int.h; - all service calls removed and replaced with function calls; - direct access to popup serttings replaced with Popup_Enable / Popup_Enabled; | |||
2019-03-06 | fixes #1875 (Facebook cannot login) | George Hazan | |
2019-03-05 | Popup: | George Hazan | |
- wiping out checks for service presence; - code cleaning | |||
2019-03-05 | fixes #1875 (Facebook fails to log in) | George Hazan | |
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 | Tox not to modify Request Auth/Grant Auth menu items for another contacts | George Hazan | |
2019-03-04 | fixes #1879 (jabber doesn't delete contacts from roster anymore) | George Hazan | |
2019-03-04 | fixes #1880 (chinese in Jabber Ad-hoc forms) | George Hazan | |
2019-03-04 | Jabber: | George Hazan | |
- roster editor extracted to the separate source module; - fixes #1881 (first column's text is set improperly, thus creating problems on roster upload); - roster editor rewritten to UI classes | |||
2019-03-04 | Jabber: | George Hazan | |
- ugly & obsolete class CCtrlFilterListView removed, because it behave wrong in the presence of scrollbars; - manual filter added to the Disco dialog; - also fixes #1882 (Jabber: channel list glitch) | |||
2019-03-04 | code optimization | George Hazan | |
2019-03-04 | fixes #1870 completely (ICQ doesn't sync outgoing messages) | George Hazan | |
2019-03-02 | grrm... wtf is that? | George Hazan | |
2019-03-02 | all protocols (even virtual ones) moved to the Protocols folder | George Hazan | |
2019-03-01 | ICQ-WIM: code cleaning & optimization | George Hazan | |
2019-03-01 | fixes #1871 (SkypeWeb: after synchronization, edited message is deleted in ↵ | George Hazan | |
Miranda NG, and not replaced with edited message) | |||
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 | code cleaning / warning fixes | George Hazan | |
2019-02-28 | Jabber: fix for chinese in error handler | George Hazan | |
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 #1782 (highlighting in Discord groupchats) | George Hazan | |
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-26 | more fixes related to #1827 - now the core checks unique user ids itself | George Hazan | |
2019-02-26 | Discord: fix for a problem with % sign in group chats | George Hazan | |
2019-02-26 | fix for ugly form packets from Psi+ | George Hazan | |
2019-02-26 | XmlFirstChild / XmlGetAttr - safe wrappers for tinyxml2 | George Hazan | |
2019-02-26 | fixes #1865 (Joining Password Protected Jabber Conference is not working ↵ | George Hazan | |
since last updates) + code cleaning | |||
2019-02-25 | PROTORECVFILE now uses const char/wchar_t pointers. also fixes #1864 completely | George Hazan | |
2019-02-25 | GCEVENT::GCEF_UTF8 - flag for direct communication with utf8-encoded chat ↵ | George Hazan | |
events (UTF16LE by default) | |||
2019-02-25 | fixes #1864 (chinese in Jabber group chats) | George Hazan | |
2019-02-25 | Jabber: no sense to display missing / non-actual information | George Hazan | |
2019-02-25 | Jabber: | George Hazan | |
- obsolete class Xpath removed, its functionality replaced with helpers & iterators; - JABBER_FEAT_BIND added to enchance code reading & understanding; - unused function CNoteItem::AddNote removed; - fix for improper jabber:x:last behavior | |||
2019-02-25 | compilation fix | George Hazan | |
2019-02-25 | in this case there's no sense to use GetClientJID at all... | George Hazan | |
2019-02-25 | Jabber: no need to send jabber:iq:last twice to the same resource | George Hazan | |
2019-02-23 | fixes #1843 ([discord] Group chat history is no longer retrieved on login) | George Hazan | |
2019-02-23 | Jabber: | George Hazan | |
- fixes #1844 (Tab button doesn't work in Jabber registration form); - added Escape handler for any dynamic form to inform parent dialog; - massive dynamic forms-related XML code cleaning & reordering; - now form fiields without types are also processed; - vertical scrollbar is hidden if it's not needed; - hidden fields do not eat form space anymore | |||
2019-02-22 | fix of sending private messages | George Hazan | |
2019-02-22 | SkypeWeb: | George Hazan | |
- fixes #1849 (SkypeWeb duplicates some outgoing messages in history); - fixes speading Skype contacts to a group on the first run; - unused data removed; - version bump | |||
2019-02-22 | fixes #1839 (ICQ-WIM: SecureIM cannot autodetect if the contact uses this ↵ | George Hazan | |
plugin too) |