Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-06 | VKontakte: add 'VK Messenger' MirVer | George Hazan | |
fix for Conversations icon | |||
2018-06-05 | VKontakte: | George Hazan | |
fix #1392 (access denied on typing for banned contacts) fix ‘?’ in avatar filenames Fingerprint: fixed Conversations detect | |||
2018-06-01 | fixes #1388 (MSN: crash on "msn_misc.cpp (580): ThreadData::sendPacketPayload") | George Hazan | |
2018-05-27 | merge with master till | George Hazan | |
fixes #1374 (IRC crash on exit after 20-30 account on/off) | |||
2018-05-22 | merge with master till | George Hazan | |
VKontakte: update VK_API to 5.76 | |||
2018-05-16 | merge with master till | George Hazan | |
IRC fixes #1342 (broken search in channel browser); | |||
2018-05-08 | merge from master | George Hazan | |
2018-05-08 | Dummy: added stubs for deprecated protocols | George Hazan | |
(cherry picked from commit 2d0241cce00df9e38404009b1a4179d7b2b8af3c) | |||
2018-05-03 | mir_forkThread<typename> - stronger typizatioin for thread function parameter | George Hazan | |
2018-05-03 | MSN: Strip path from filename, if path was supplied | leecher1337 | |
2018-04-28 | Jabber: add Hipchat preset | dartraiden | |
2018-04-28 | Steam: fix for a possible deadlock | George Hazan | |
2018-04-28 | protocols: jabber: xep-0198 | Gluzskiy Alexandr | |
- keep contacts status for session resume if resume is possible - reset status only if resume failed | |||
2018-04-27 | tdlib: add project to minifying library code | aunsane | |
2018-04-27 | Telegram: don't need tox here) | Mataes | |
2018-04-27 | Telegram: unique guid for project | aunsane | |
2018-04-27 | Telegram: initial commit | aunsane | |
- tdlib moved to telegram dir | |||
2018-04-27 | crash fix | George Hazan | |
2018-04-27 | code cleaning | George Hazan | |
2018-04-27 | protocols: jabber: omemo: | Gluzskiy Alexandr | |
- fixed aes decryption ( fixes #529 ) | |||
2018-04-26 | protocols: jabber: omemo: | Gluzskiy Alexandr | |
- fixed memory leak on message decryption | |||
2018-04-26 | ICQCorp: fix for unique name | Mataes | |
2018-04-25 | protocols: jabber: omemo | Gluzskiy Alexandr | |
- fixed hmac_sha256 (used openssl based instead of broken internal implementation) - utf8 related fixes | |||
2018-04-24 | protocols: jabber: omemo | Gluzskiy Alexandr | |
use c++ types | |||
2018-04-24 | libs: | Gluzskiy Alexandr | |
updated libsignal-c protocols: jabber: omemo: used 31bit device id instead of 32bit (32bit conflicts with conversations, not xep compliant) | |||
2018-04-22 | no more PROTO_INTERFACE::OnEvent | George Hazan | |
2018-04-22 | EV_PROTO_ONMENU removed | George Hazan | |
2018-04-22 | unused constant removed | George Hazan | |
2018-04-22 | OnEvent(EV_PROTO_ONCONTACTDELETED) => PROTO_INTERFACE::OnContactDeleted | George Hazan | |
2018-04-21 | EV_PROTO_DBSETTINGSCHANGED - old useless stub removed | George Hazan | |
2018-04-21 | code cleaning: | George Hazan | |
- in conformance to C++'11 rules, we don't declare a method as virtual if it's declared as override; - cause this code isn't visible in Pascal anymore, there's no need to use __cdecl calling convention for virtual methods; - since PROTO_INTERFACE is a regular C++ class, there's no need to use old style service declarations for virtual methods like OnModulesLoaded / OnShutdown | |||
2018-04-20 | Tox: toxcore updated to v0.2.2 | aunsane | |
2018-04-19 | code cleaning | George Hazan | |
2018-04-19 | minor code cleaning | George Hazan | |
2018-04-19 | more EV_PROTO_ONOPTIONS removed | George Hazan | |
2018-04-19 | EV_PROTO_ONOPTIONS removed and replaced with the call of ↵ | George Hazan | |
CallObjectEventHook(pa->ppro, ME_OPT_INITIALIZE) this eliminates the possibility of making a mistake in hand-written code also fixes #1280 (Tox: "Confugure" menu item is broken) | |||
2018-04-19 | Steam: server sends a very low timeout, which leads to stuck in loop | aunsane | |
2018-04-18 | core changes: | George Hazan | |
- PROTOCOLDESCRIPTOR's implementation hidden inside mir_app; - Proto_RegisterModule now doesn't need a PROTOCOLDESCRIPTOR structure; - PROTOTYPE_PROTOWITHACCS type added for protos that work with accounts | |||
2018-04-18 | g_hInstance incapulated into PLUGIN<>, no need in the separate variable | George Hazan | |
2018-04-18 | PLUGIN<> to half-automatically calculate the dll's g_hInstance and pass it ↵ | George Hazan | |
inside | |||
2018-04-18 | this feature was never used and only causes problems | George Hazan | |
2018-04-17 | name conflict resolution | George Hazan | |
2018-04-17 | code cleaning | George Hazan | |
2018-04-17 | Facebook: unstable server connection makes persistent connections crazy | George Hazan | |
2018-04-17 | MNonCopyable - the common class to avoid declaring fake private constructors | George Hazan | |
2018-04-17 | protocols: jabber: xep-0198: | Gluzskiy Alexandr | |
- improoved logic - fixed resumption - added few temporary workarounds for broken counters | |||
2018-04-16 | fix for a bug in the old versions of Conversations IM | George Hazan | |
2018-04-16 | Jabber: if we forcibly remove a contact, we need to remove it from ↵ | George Hazan | |
LIST_ROSTER too | |||
2018-04-16 | protocols: jabber: xep-0198 | Gluzskiy Alexandr | |
- added basic console logging | |||
2018-04-15 | Tox: remove unneeded log level in release build | aunsane | |