Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-27 | global variable name standardization | George Hazan | |
2018-05-27 | unused variable CHAT_MANAGER *pci removed and replaced with g_chatApi | George Hazan | |
2018-05-26 | FB: extended timeout value | George Hazan | |
2018-05-26 | Facebook: | George Hazan | |
- packet timeout extended to 10 minutes (specially for Karamil Alhady); - persistent connections restored; - this reverts commit bec09dbab4b07281f3da8478618deb9c10aa0a29 | |||
2018-05-23 | no need to initialize pcli variable in each plugin (only in Clist_*) | George Hazan | |
2018-05-23 | remove some more MirandaPluginInfoEx() | dartraiden | |
2018-05-23 | we don't need MirandaPluginInfoEx() anymore. farewell, my lovely | George Hazan | |
2018-05-22 | no more need in hLangpack variable *YAHOO* | George Hazan | |
2018-05-22 | new helper for MS_TTB_ADDBUTTON | George Hazan | |
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 |