summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-02all protocols (even virtual ones) moved to the Protocols folderGeorge Hazan
2019-03-01SQLite: pick up Miranda-specific commitsdartraiden
2019-03-01SQLite: update to 3.27.2dartraiden
2019-03-01ICQ-WIM: code cleaning & optimizationGeorge Hazan
2019-03-01fixes #1871 (SkypeWeb: after synchronization, edited message is deleted in ↵George Hazan
Miranda NG, and not replaced with edited message)
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-01preventing endless loops on errorGeorge Hazan
2019-03-01crash fix for clicking on tray event iconGeorge Hazan
2019-03-01h++ doesn't mark messages with URLs as readGeorge 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-28MirOTR:George Hazan
- fix for Unicode file names; - fix for reading utf8 strings from Windows GUI; - contact_get_id: unused second parameter removed; - contact_get_id: result is encoded in utf8, thus preventing from errors;
2019-02-28MirOTR: code cleaningGeorge Hazan
2019-02-28WinSCP 5.13.8dartraiden
2019-02-28code cleaning / warning fixesGeorge Hazan
2019-02-28Jabber: fix for chinese in error handlerGeorge Hazan
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-28NewsAggregator: fixed getting new rssKirill Volinsky
2019-02-27fixes #1782 (highlighting in Discord groupchats)George Hazan
2019-02-27fixes #1701 (Clist modern: add contact sorting by last online time)George Hazan
2019-02-27fixes #1822 (bosskey + db_autobackups => hangup)George Hazan
2019-02-27h++ => #1846George Hazan
2019-02-27IEView => #1846George Hazan
2019-02-27fixes #1846 (tabSRMM: get my own nick from "MyHandle")George Hazan
2019-02-27fixes #1868 (Miranda NG crashes when trying to access message log)George Hazan
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
2019-02-27CLISTEVENT::szTooltip/pszService to be constantGeorge Hazan
2019-02-26Chat_Event not to change the original structure, but to use its own copy insteadGeorge Hazan
2019-02-26libcurl - build with opensslGeorge Hazan
2019-02-26fixes #1841 (each incoming email in MRA generates its own event in clist)George Hazan
2019-02-26fixes #1593 (crash in clist_modern when a temporary contact gets deleted)George Hazan
2019-02-26faster & safer code of removing user from a group chatGeorge Hazan
2019-02-26we should remove all records from arKeys tooGeorge Hazan
2019-02-26more fixes related to #1827 - now the core checks unique user ids itselfGeorge Hazan
2019-02-26Discord: fix for a problem with % sign in group chatsGeorge Hazan
2019-02-26bunch of obsolete code removed from Clist_ModernGeorge Hazan
2019-02-26fix for ugly form packets from Psi+George Hazan
2019-02-26fixes #1842 (h++: fix for the order of checkboxes in options, also restored ↵George Hazan
color settings for urls)
2019-02-26XmlFirstChild / XmlGetAttr - safe wrappers for tinyxml2George Hazan
2019-02-26fixes #1865 (Joining Password Protected Jabber Conference is not working ↵George Hazan
since last updates) + code cleaning
2019-02-25PROTORECVFILE now uses const char/wchar_t pointers. also fixes #1864 completelyGeorge Hazan
2019-02-25GCEVENT::GCEF_UTF8 - flag for direct communication with utf8-encoded chat ↵George Hazan
events (UTF16LE by default)
2019-02-25fixes #1864 (chinese in Jabber group chats)George Hazan
2019-02-25Jabber: no sense to display missing / non-actual informationGeorge Hazan
2019-02-25Jabber: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-25compilation fixGeorge Hazan
2019-02-25in this case there's no sense to use GetClientJID at all...George Hazan
2019-02-25Jabber: no need to send jabber:iq:last twice to the same resourceGeorge Hazan
2019-02-24fix for empty ProfileDir pathdartraiden