Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-23 | Facebook: Fix reporting idle time in away/invisible | Robert 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-23 | CloudFile: implement GDrive upload | aunsane | |
2017-04-23 | libs: libsignal-c: sync with upstream | Gluzskiy Alexandr | |
2017-04-20 | WinSCP 5.9.5 | dartraiden | |
2017-04-17 | more common code incapsulated into mir_app.dll | George Hazan | |
2017-04-16 | jabber: 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-16 | CloudFile: initial commit | aunsane | |
- Dropbox (worked) - Yandex.Disk (worked) - GDrive (not worked) | |||
2017-04-15 | jabber: omemo: 4.4 is done ? | Gluzskiy Alexandr | |
4.5 is next | |||
2017-04-14 | StdMsg: fix for "Auto close window after send" option | George Hazan | |
2017-04-14 | fixes various crashes on exit in StdMsg | George Hazan | |
2017-04-14 | unused code cleaned | George Hazan | |
2017-04-14 | StdMsg: status bar icons processing moved to container | George Hazan | |
2017-04-14 | VKontakte: code cleaning | ElzorFox | |
2017-04-14 | jabber: omemo: working on 4.4 | Gluzskiy Alexandr | |
finished implementation of signal store backend basic session creation tests done | |||
2017-04-13 | StdMsg: fix for clearing chat active state | George Hazan | |
2017-04-13 | fix for the Send button size & position | George Hazan | |
2017-04-13 | fixed mir_core libraries | George Hazan | |
2017-04-13 | two new functions: CDlgBase::Resize & Hide | George Hazan | |
2017-04-13 | compilation fix + fix for line endings | George Hazan | |
2017-04-13 | jabber: omemo: working on 4.4 | Gluzskiy Alexandr | |
fixed few memory leaks in signal store backend implemented prekey and signed prekey signal store backends //one left | |||
2017-04-12 | fixes #797 (Contact windows no longer flashing) | George Hazan | |
2017-04-12 | fixes #796 (Double-clicking contact list entry no longer activates their window) | George Hazan | |
2017-04-12 | fix for a tab icon for message sessions | George Hazan | |
2017-04-12 | StdMsg: fix for pressing Esc in a log window | George Hazan | |
2017-04-12 | jabber: omemo: working on 4.4 | Gluzskiy Alexandr | |
finished first part of data backend implementation for libsignal (3 left to do) //untested | |||
2017-04-11 | StdMsg: if tabs are used, SRMM window to share container with chats. also ↵ | George Hazan | |
fixes #680 completely | |||
2017-04-10 | unused setting removed | George Hazan | |
2017-04-10 | code reorder to hide as much data as possible | George Hazan | |
2017-04-10 | compilation fix | George Hazan | |
2017-04-09 | Dropbox: temporary url option | aunsane | |
2017-04-09 | fixes #794 | George Hazan | |
2017-04-09 | jabber: omemo: working on 4.4 | Gluzskiy Alexandr | |
implementing signal session store backend | |||
2017-04-08 | unneeded type declaration removed | George Hazan | |
2017-04-08 | Updated german langpack | Wishmaster | |
2017-04-08 | langpacks: update according to b145da76676b7eaa4cbb3e350b574c2d30fed951 | dartraiden | |
2017-04-08 | Merge branch 'master' of https://github.com/miranda-ng/miranda-ng | Kirill Volinsky | |
2017-04-08 | vs 2017 compilation fix | Kirill Volinsky | |
2017-04-08 | langpacks/english: update | dartraiden | |
2017-04-08 | fix for log options in Scriver | George Hazan | |
2017-04-08 | jabber: omemo: working on 4.4 | Gluzskiy 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-08 | libsignal: few more missed exports | Gluzskiy Alexandr | |
2017-04-07 | compilation fix | George Hazan | |
2017-04-07 | SRMM events are now created inside the core to avoid problems with dynamic ↵ | George Hazan | |
plugin unload | |||
2017-04-07 | Windows-specific code moved to mir_core | George Hazan | |
2017-04-06 | jabber: omemo: working on 4.4 | Gluzskiy Alexandr | |
implemented sessions cleanup on exit | |||
2017-04-06 | libsignal: few more missed exports | Gluzskiy Alexandr | |
2017-04-06 | jabber: omemo: working on 4.4 | Gluzskiy Alexandr | |
libsignal session store callbacks skeleton | |||
2017-04-06 | libsignal: few more missed exports | Gluzskiy Alexandr | |
2017-04-06 | message cleaning | George Hazan | |
2017-04-05 | jabber: omemo: working on 4.4 | Gluzskiy 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) |