summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-08Merge branch 'master' of https://github.com/miranda-ng/miranda-ngKirill Volinsky
2017-04-08vs 2017 compilation fixKirill Volinsky
2017-04-08langpacks/english: updatedartraiden
2017-04-08fix for log options in ScriverGeorge Hazan
2017-04-08jabber: omemo: working on 4.4Gluzskiy Alexandr
imlemented session creation //not tested yet as it depends on storage backend which is not implemented yet fixed cleanup of sginal structures //temporary fix, cleanup must be reimplemented in per protocol basis later //storage backend implementation come next.
2017-04-08libsignal: few more missed exportsGluzskiy Alexandr
2017-04-07compilation fixGeorge Hazan
2017-04-07SRMM events are now created inside the core to avoid problems with dynamic ↵George Hazan
plugin unload
2017-04-07Windows-specific code moved to mir_coreGeorge Hazan
2017-04-06jabber: omemo: working on 4.4Gluzskiy Alexandr
implemented sessions cleanup on exit
2017-04-06libsignal: few more missed exportsGluzskiy Alexandr
2017-04-06jabber: omemo: working on 4.4Gluzskiy Alexandr
libsignal session store callbacks skeleton
2017-04-06libsignal: few more missed exportsGluzskiy Alexandr
2017-04-06message cleaningGeorge Hazan
2017-04-05jabber: omemo: working on 4.4Gluzskiy Alexandr
started implementation of omemo session setup (4.4) currently trying to setup session on outgoing message send attempt for simplicity, this must be changed in future fixed bug in incomming message handler (4.7)
2017-04-05two remaining crutches removedGeorge Hazan
2017-04-05fix for the input buffer size in ScriverGeorge Hazan
2017-04-05code cleaningGeorge Hazan
2017-04-05compilation fixGeorge Hazan
2017-04-05SRMM* plugins switched to CCtrlRichEditGeorge Hazan
2017-04-05Srmm_MessageStreamCallback isolated inside mir_core and therefore removed;George Hazan
2017-04-05more methods for CCtrlRichEdit: GetRichTextRtf, GetRichTextUtf, GetRichText, ↵George Hazan
SetRichText, SetRichTextRtf
2017-04-05mir_core:George Hazan
- UI utils spread to separate modules, one module for one class; - class CCtrlRichEdit added
2017-04-05unused functions removedGeorge Hazan
2017-04-04- GC_FONTSIZE considered useless;George Hazan
- archaic linked list of modules replaced with the standard LIST<> which is much faster - fix for the module destruction
2017-04-04data used by some plugins only moved to these pluginsGeorge Hazan
2017-04-04compilation fixGeorge Hazan
2017-04-04SRMM window list completely incapsulated into mir_app to avoid corrupting it ↵George Hazan
by someone's dirty hands
2017-04-03- SRMM window list management moved to the base class;George Hazan
- fixes #791
2017-04-03fixes #788 (minimize/restore wipes out vertical scroller position)George Hazan
2017-04-03Quick Replies:George Hazan
- perversion with copying dlls removed; - click on the Options button now leads to the correct options page; - bunch of old crap removed; - version bump
2017-04-02fixes #764George Hazan
2017-04-02jabber: omemo: working on 4.3Gluzskiy Alexandr
proper dynamic caps implementation for omemo caps/features and for miranda caps/features in general as required by xep-0115 removed my old attempt to implement dynamic omemo cap fixed few bugs in OmemoHandleDeviceList
2017-04-02useless constructor parameters removedGeorge Hazan
2017-04-02VKontakte: more fix multiply loading historyElzorFox
2017-04-02VKontakte:ElzorFox
fix treads handle leaks fix multiply loading history on quick online-offline-online
2017-04-01Tox: fixed #784aunsane
disabled profile encription to prevent corruption
2017-04-01StdMsg: tab options moved from chats to a tab in Messaging OptionsGeorge Hazan
2017-04-01StdMsg:George Hazan
- ShowRoom moved to chat_manager.cpp because there's no more hidden window procedure - we don't need the empty container to raise up at startup - not all chat options were reloaded on clicking Apply
2017-03-31StdMsg:George Hazan
- tab control converted into the universal container; - status bar moved from chat window to a container, thus allowing resize in both tabbed & sinlgle modes; - chat own window save/restore method replaced with standard Miranda code;
2017-03-31minor code cleaningGeorge Hazan
2017-03-31code cleaningGeorge Hazan
2017-03-31Tox: fixes #779aunsane
2017-03-31couple of memleak fixesGeorge Hazan
2017-03-30fix for a major crutch in QuickRepliesGeorge Hazan
2017-03-30VKontakte:ElzorFox
fix return types for js store procedures => fix loading history for messages > 100
2017-03-29fixes #780 (Scriver: All message log text is selected on keyboard focus)George Hazan
2017-03-29VKontakte:ElzorFox
add multiple files sending (simple but not optimal way) version bump
2017-03-28two more useless calls of SM_FindSessionByHCONTACT removedGeorge Hazan
2017-03-28more unneeded code removedGeorge Hazan