Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-16 | Jabber: code cleaning | dartraiden | |
This should be spaces, not tabs | |||
2018-07-11 | int hLangpack/m_hLang removed and replaced with HPLUGIN | George Hazan | |
2018-07-11 | GUI change: | George Hazan | |
- methods OnInitDialog, OnApply & OnClose of CDlgBase now return true if successful. return of false prevents a dialog from being loaded or left respectively; - massive code cleaning considering the 'virtual' attribute of overridden methods; - also fixes #1476 (Don't close "Create new account" window if user not set account name) | |||
2018-07-10 | gg: include directories should be related from the project path | aunsane | |
2018-07-10 | ICQ: | George Hazan | |
- warning fixes; - minor code cleaning | |||
2018-07-09 | fixes #920 (Crash when receiving file via ICQ) | George Hazan | |
2018-07-09 | ICQ: code cleaning | George Hazan | |
2018-07-05 | fixes #1448 (translated frame names in database) | George Hazan | |
2018-07-04 | Jabber: add Cancel button to reg confirmation dialog (fixes #1456) | dartraiden | |
2018-07-01 | protocols: jabber: xep-0198 | Gluzskiy Alexandr | |
- additional counters reset before clean enabling to avoid inconsistent counters state | |||
2018-07-01 | protocols: jabber: xep-0128 | Gluzskiy Alexandr | |
- force disable session resume on manual switch to offline ( closes #1444 ) //untested | |||
2018-06-25 | IRC: if user decide "kick with reason", he should write a reason manually | dartraiden | |
2018-06-21 | VKontakte: code cleaning | ElzorFox | |
2018-06-21 | VKontakte: add Phoenix Lite and Full MirVers | ElzorFox | |
2018-06-13 | MRA: more logs | George Hazan | |
2018-06-12 | Gadu-Gadu: conf options move to UI classes | Goraf | |
2018-06-06 | VKontakte: add 'VK Messenger' MirVer | ElzorFox | |
2018-06-01 | fixes #1388 (MSN: crash on "msn_misc.cpp (580): ThreadData::sendPacketPayload") | George Hazan | |
2018-05-29 | VKontakte: additional fix for #1392 | ElzorFox | |
2018-05-29 | VKontakte: | ElzorFox | |
fix #1392 (access denied on typing for banned contacts) fix ‘?’ in avatar filenames version bump | |||
2018-05-29 | common version resource extracted to the separate file | George Hazan | |
own version resource remains only for miranda32.exe, mir_app.dll and pascal plugins | |||
2018-05-28 | all plugins => CMPlugin virtual functions | George Hazan | |
2018-05-27 | comparison of MIRANDA_VERSION_COREVERSION solves the problem of plugins who ↵ | George Hazan | |
differ only in a build number | |||
2018-05-27 | PRODUCTVERSION of any version resource to contain the number of current build | George Hazan | |
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 | |