summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Collapse)Author
2018-07-19Remove useless docsdartraiden
2018-07-19fix for wrong assert in libmdbxGeorge Hazan
2018-07-18updated libsodiumaunsane
2018-07-17added error logger for libmdbxGeorge Hazan
2018-07-12libcurl: update to 7.61dartraiden
2018-07-11int hLangpack/m_hLang removed and replaced with HPLUGINGeorge Hazan
2018-07-11GUI 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-11libmdbx extracted to separate dllGeorge Hazan
2018-07-11fix regression, introduced in dae1e12d0bc0be3b6c243dc624b30e1ed3b07410dartraiden
2018-07-10Menu_SetVisible: new function to write down a Visibility checkbox for a menu ↵George Hazan
item
2018-07-10liblua updated to version 5.3.5aunsane
2018-07-10liblua: pick up Miranda-specific commitsdartraiden
2018-07-10liblua: update to Lua 5.3.5dartraiden
2018-07-05fixes #1448 (translated frame names in database)George Hazan
2018-06-29safer method of backing up databases instead of trying to read them manuallyGeorge Hazan
2018-06-23Netlib:George Hazan
- fix for function names - code cleaning
2018-06-18new functions to access mirandaboot.ini from all plugins:George Hazan
Profile_GetSetting() - reads a string from mirandaboot.ini Profile_GetSettingInt() - reads an integer from mirandaboot.ini
2018-06-13System idle:George Hazan
- plugin StdIdle that had been acting as an options dialog for StdAutoAway removed; - service MS_IDLE_GETIDLEINFO moved into the core and replaced with Idle_GetInfo(); - new function Idle_Enter() is available to tell the core that Miranda is idle; - StdAutoAway & StatusManager adapted for these changes;
2018-06-13profile lock detection unbound from contact list servicesGeorge Hazan
2018-06-01convert to UTF8dartraiden
2018-06-01oopsdartraiden
2018-06-01libs/libcurl: update to 7.60dartraiden
2018-06-01we only needs license, contributors and version infodartraiden
2018-06-01CPluginDlgBase: this class became useless because CMPlugin already has ↵George Hazan
module setting
2018-06-01CMPluginBase::getModule: new helper for returning plugin's moduleGeorge Hazan
2018-06-01libs/Pcre16: pick up Miranda-specific commitsdartraiden
2018-06-01libs/Pcre16: update to 8.42dartraiden
2018-05-31pick up Miranda-specific commitsdartraiden
2018-05-31libs/sqlite3: 3.23.1dartraiden
2018-05-31fixes #1397 (StdMsg: dynamic loading breaks meta menu)George Hazan
2018-05-28core changes:George Hazan
- added methods CMPluginBase::Load & CMPluginBase::Unload - duplicated data removed from BASIC_PLUGIN_INFO and replaced with data from CMPluginBase; - code cleaning
2018-05-27global variable name standardizationGeorge Hazan
2018-05-27unused variable CHAT_MANAGER *pci removed and replaced with g_chatApiGeorge Hazan
2018-05-23no need to initialize pcli variable in each plugin (only in Clist_*)George Hazan
2018-05-22new helper for MS_TTB_ADDBUTTONGeorge Hazan
2018-05-22m_chat_int.h => CMPluginGeorge Hazan
2018-05-22m_extraicons.h => CMPluginGeorge Hazan
2018-05-22m_fontservice.h => CMPluginGeorge Hazan
2018-05-22m_genmenu.h unbound from hLangpackGeorge Hazan
2018-05-22Hotkey_Register => CMPlugin::addHotkeyGeorge Hazan
2018-05-22IcoLib_AddIcon => CMPlugin::addIconGeorge Hazan
2018-05-22awful crutch for Pascal plugins to use pseudo-constructor a la CMPluginGeorge Hazan
2018-05-21GetPluginLangId() rewritten using CMPluginGeorge Hazan
2018-05-21crash fix: MirLua crashes inside Options - Plugins if the plugin is disabledGeorge Hazan
2018-05-20options API unbound from hLangpack and switched to CMPluginGeorge Hazan
2018-05-20UserInfo_AddPage() helper replaced with CMPLugin::addUserInfo()George Hazan
2018-05-20CMPlugin to receive a reference to PLUGININFOEXGeorge Hazan
2018-05-20sounds packed into CMPlugin (reduces usage of hLangpack)George Hazan
2018-05-19fixes #1368 (Hide dbx_mmap from profile manager)George Hazan
2018-05-18optimization disabled for cmstub.libGeorge Hazan