Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-22 | m_chat.h => CMPlugin | George Hazan | |
2018-05-22 | m_fontservice.h => CMPlugin | George Hazan | |
2018-05-22 | m_genmenu.h unbound from hLangpack | George Hazan | |
2018-05-22 | Hotkey_Register => CMPlugin::addHotkey | George Hazan | |
2018-05-22 | IcoLib_AddIcon => CMPlugin::addIcon | George Hazan | |
2018-05-22 | m_langpack.h unbound from hLangpack | George Hazan | |
2018-05-22 | Srmm_AddIcon unbound from hLangpack | George Hazan | |
2018-05-22 | VKontakte: | ElzorFox | |
update VK_API to 5.76 version bump | |||
2018-05-20 | options API unbound from hLangpack and switched to CMPlugin | George Hazan | |
2018-05-20 | UserInfo_AddPage() helper replaced with CMPLugin::addUserInfo() | George Hazan | |
2018-05-20 | mir_getLP() call went into CMPluginBase::CMPluginBase, thus it's not needed ↵ | George Hazan | |
in each plugin. mir_getLP() remains for compatibility with pascal plugins only | |||
2018-05-20 | CMPlugin to receive a reference to PLUGININFOEX | George Hazan | |
2018-05-20 | VKontakte: | ElzorFox | |
update VK_API to 5.74 update User Long Poll API version to 3 version bump | |||
2018-05-20 | sounds packed into CMPlugin (reduces usage of hLangpack) | George Hazan | |
2018-05-18 | Icon_Register(g_plugin.getInst() => g_plugin.registerIcon | George Hazan | |
Icon_RegisterT(g_plugin.getInst() => g_plugin.registerIconW | |||
2018-05-18 | hLangpack variable began migration inside CMPluginBase | George Hazan | |
it remains existing for now, but as reference to g_plugin.m_hLang | |||
2018-05-18 | CDlgBase::CDlgBase now receives a reference to CMPlugin instead of HINSTANCE | George Hazan | |
2018-05-17 | ICQCorp -> CMPlugin | George Hazan | |
2018-05-16 | CMake: Use c++17 for Steam plugin. | protomors | |
2018-05-15 | __NO_CMPLUGIN_NEEDED added to plugin headers to allow them be compiled | George Hazan | |
2018-05-15 | cmstub.lib statically linked to any plugin that uses CMPlugin template | George Hazan | |
2018-05-15 | IRC: | George Hazan | |
- fixes #1342 (broken search in channel browser); - code cleaning; - version bump | |||
2018-05-13 | tdlib: compilation fix | Mataes | |
2018-05-08 | compilation fix | George Hazan | |
2018-05-08 | code cleaning (using new MS coding style) | George Hazan | |
2018-05-08 | Dummy: added stubs for deprecated protocols | George Hazan | |
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 | |