summaryrefslogtreecommitdiff
path: root/plugins/MirLua
AgeCommit message (Collapse)Author
2021-02-08more UI classes related code cleaningGeorge Hazan
2021-01-17Update copyrightsdartraiden
2020-10-16warning fixGeorge Hazan
2020-10-16MirLua:George Hazan
- fixes #2589 (MirLua doesn't work correctly in 64-bit Miranda); - code cleaning; - version bump
2020-07-09fix for MirLua projectGeorge Hazan
2020-06-15simpler way of applying server ids to messagesGeorge Hazan
2020-05-22fix for broken project file compatibility in VS2019 16.6.0George Hazan
2020-01-20db_event_delete: unused parameter removedGeorge Hazan
2020-01-01Happy new year, MirandaGeorge Hazan
2019-12-04GetContactProto: useless duplicate function replaced with standard ↵George Hazan
Proto_GetBaseAccountName
2019-11-06MirLua: since we use 64-bit integers, no need to push wparam/lparam as pointersGeorge Hazan
2019-11-06typo fixGeorge Hazan
2019-07-24massive warning fixGeorge Hazan
2019-07-12compilation fixGeorge Hazan
2019-07-12MirLua: interface for extra icons addedGeorge Hazan
2019-06-03Folders: old TCHAR helpers removedGeorge Hazan
2019-04-12wiping custom icolib functions: all another pluginsGeorge Hazan
2019-03-08life is too short to remember whether this structure is zeroed or notGeorge Hazan
2019-03-06popups:George Hazan
- internal implementation details & all service declarations moved to m_popup_int.h; - all service calls removed and replaced with function calls; - direct access to popup serttings replaced with Popup_Enable / Popup_Enabled;
2019-03-05Popup:George Hazan
- wiping out checks for service presence; - code cleaning
2019-02-27popup code cleaning (cause we have no tchar.h)George Hazan
2019-02-25GCEVENT::GCEF_UTF8 - flag for direct communication with utf8-encoded chat ↵George Hazan
events (UTF16LE by default)
2019-01-08mirlua: crashfix:Gluzskiy Alexandr
winapi: use dynamic buffer size for GetWindowTextW (enhancement) pass proper buffer size to GetWindowTextW (fix)
2019-01-04Update copyrightsdartraiden
2018-12-18C++ exceptions are disabled in all cases where they just prevent warningsGeorge Hazan
2018-11-12db_* functions replaced with g_plugin callsGeorge Hazan
2018-10-17MirLua:aunsane
- refactoring of winapi module - m_message - fix to paste in private message log - m_srmm - add hWnd to CustomButtonClickData
2018-10-02MirLua: m_protocolsaunsane
- hook to catch sending messages - new function BroadcastAck - ability to get message from CCSDATA
2018-08-12MirLua: fix cast into m_database + correct error on type mismatchaunsane
2018-08-12MirLua: added open into m_optionsaunsane
2018-08-12MirLua: added openPage into m_optionsaunsane
2018-08-12MirLua: script loading moved to OnModulesLoaded to fix various glitchesaunsane
2018-08-02MirLua: WaitOnHandle for m_coreaunsane
2018-07-31mirlua: crash fixGeorge Hazan
2018-07-29MirLua:aunsane
- added script table headers - added some logic functions to variables parser
2018-07-29fix for registering Lua scriptsGeorge Hazan
2018-07-29MirLua: fix for crash on exitGeorge Hazan
2018-07-21MirLua: winapi: current process id should return integeraunsane
2018-07-20we don't need two name sets for the same array of functionsGeorge Hazan
2018-07-16MirLua - fix for variables parserGeorge Hazan
2018-07-15MirLua: initial support of variables evalaunsane
- added math functions
2018-07-15MirLua: add Evaluate option page to test scriptsaunsane
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-06-27Fix lua script pathaunsane
2018-06-27MirLua: code cleaningaunsane
2018-06-15MirLua:aunsane
- Lua engine moved to separate class - added ability to compile scripts - renamed script enable setting name - version bump
2018-06-06MirLua:aunsane
- add new helper function luaM_isarray - fix print of decimal point m_json module - add __pairs metamethod support - simplify code m_http module - send function should create copy of request object to prevent side effects in async calls - fix lua functions call - fix memory leaks
2018-06-03MirLua: reworked http moduleaunsane
- removed Send method - added Request method to create request without sending - added async callbacks - version bump
2018-06-01CPluginDlgBase: this class became useless because CMPlugin already has ↵George Hazan
module setting