summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-23Facebook: Fix reporting idle time in away/invisibleRobert Pösel
Previously Miranda wasn't reporting "idle" at all when invisible, but it was probably represented as "active" by Facebook. Now when user is invisible, it reports idle as number of seconds since switching to invisible (or away). NOTE: Facebook determine last active time of user based not only of this "idle" argument, but also on last time when user was TYPING message.
2017-04-23CloudFile: implement GDrive uploadaunsane
2017-04-23libs: libsignal-c: sync with upstreamGluzskiy Alexandr
2017-04-20WinSCP 5.9.5dartraiden
2017-04-17more common code incapsulated into mir_app.dllGeorge Hazan
2017-04-16jabber: omemo: 4.4 (signal session related fixes)Gluzskiy Alexandr
fixed bug with resident db settings fixed design of per contact memory data storage for signal related structures
2017-04-16CloudFile: initial commitaunsane
- Dropbox (worked) - Yandex.Disk (worked) - GDrive (not worked)
2017-04-15jabber: omemo: 4.4 is done ?Gluzskiy Alexandr
4.5 is next
2017-04-14StdMsg: fix for "Auto close window after send" optionGeorge Hazan
2017-04-14fixes various crashes on exit in StdMsgGeorge Hazan
2017-04-14unused code cleanedGeorge Hazan
2017-04-14StdMsg: status bar icons processing moved to containerGeorge Hazan
2017-04-14VKontakte: code cleaningElzorFox
2017-04-14jabber: omemo: working on 4.4Gluzskiy Alexandr
finished implementation of signal store backend basic session creation tests done
2017-04-13StdMsg: fix for clearing chat active stateGeorge Hazan
2017-04-13fix for the Send button size & positionGeorge Hazan
2017-04-13fixed mir_core librariesGeorge Hazan
2017-04-13two new functions: CDlgBase::Resize & HideGeorge Hazan
2017-04-13compilation fix + fix for line endingsGeorge Hazan
2017-04-13jabber: omemo: working on 4.4Gluzskiy Alexandr
fixed few memory leaks in signal store backend implemented prekey and signed prekey signal store backends //one left
2017-04-12fixes #797 (Contact windows no longer flashing)George Hazan
2017-04-12fixes #796 (Double-clicking contact list entry no longer activates their window)George Hazan
2017-04-12fix for a tab icon for message sessionsGeorge Hazan
2017-04-12StdMsg: fix for pressing Esc in a log windowGeorge Hazan
2017-04-12jabber: omemo: working on 4.4Gluzskiy Alexandr
finished first part of data backend implementation for libsignal (3 left to do) //untested
2017-04-11StdMsg: if tabs are used, SRMM window to share container with chats. also ↵George Hazan
fixes #680 completely
2017-04-10unused setting removedGeorge Hazan
2017-04-10code reorder to hide as much data as possibleGeorge Hazan
2017-04-10compilation fixGeorge Hazan
2017-04-09Dropbox: temporary url optionaunsane
2017-04-09fixes #794George Hazan
2017-04-09jabber: omemo: working on 4.4Gluzskiy Alexandr
implementing signal session store backend
2017-04-08unneeded type declaration removedGeorge Hazan
2017-04-08Updated german langpackWishmaster
2017-04-08langpacks: update according to b145da76676b7eaa4cbb3e350b574c2d30fed951dartraiden
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)