Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-20 | MirLua: environment now inherits CMPluginBase | aunsane | |
2018-05-20 | MirLua: no need to keep two instances of CMPlugin | aunsane | |
2018-05-20 | let's avoid identifier 'hLangpack' wherever possible | 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 | 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 | MirLua, MirOTR, New_GPG, OpenSSL, SecureIM -> CMplugin | George Hazan | |
2018-05-15 | __NO_CMPLUGIN_NEEDED added to plugin headers to allow them be compiled | George Hazan | |
2018-05-03 | mir_forkThread<typename> - stronger typizatioin for thread function parameter | George Hazan | |
2018-04-18 | core changes: | George Hazan | |
- PROTOCOLDESCRIPTOR's implementation hidden inside mir_app; - Proto_RegisterModule now doesn't need a PROTOCOLDESCRIPTOR structure; - PROTOTYPE_PROTOWITHACCS type added for protos that work with accounts | |||
2018-04-07 | MirLua: Removed last obsolete methods FindFirstContact & FindNextContact | aunsane | |
2018-04-06 | MirLua: ffi module removed because it seems to be not working | aunsane | |
Possible working version here https://github.com/dibyendumajumdar/ravi-ffi | |||
2018-04-04 | fix for adding separators into SRMM toolbar | George Hazan | |
2018-03-28 | PLUGIN<> to receive the basic class located inside mir_app | George Hazan | |
2018-03-22 | MirLua: various fixes | aunsane | |
- CMLua now inherit PLUGIN - additional lua fuctions initialization moved to separated loader - ability to realod script without object recreation - scropt object should control own enable state - fix m_json whit is not workes almost at all - version bump | |||
2018-03-21 | MurLua: various fixes | aunsane | |
- fixed script reloading - fixed string interpolation - hook and service refs moved to Enviroment - removed RegisterProtocol from m_protocols - code cleanup - version bump | |||
2018-03-19 | MirLua: | aunsane | |
- new functions toansi & toucs2 - warning fixes | |||
2018-02-25 | Fixes related with 7fc01c9 | aunsane | |
2018-02-24 | more nullptr | Goraf | |
2018-02-24 | guard headers | Goraf | |
2018-02-21 | all another C++'11 iterators | George Hazan | |
2018-01-26 | code optimization | George Hazan | |
2018-01-01 | massive copyright update | dartraiden | |
2017-12-10 | - remove emails (if author retired - it's useless to write to him; if author ↵ | dartraiden | |
is active - users should use GitHub for ticket creation); - also remove AUTHOREMAIL field from structure | |||
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵ | Kirill Volinsky | |
62202ed10617927d5429bc59898e12a366abe744) | |||
2017-12-06 | all rc files reverted to utf-8 | Kirill Volinsky | |
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM | Kirill Volinsky | |
2017-11-28 | Source files converted to utf-8 | Kirill Volinsky | |
2017-11-26 | MirLua: fix icolib icon changing | aunsane | |
2017-11-26 | MirLua: typo | aunsane | |
2017-11-23 | database enumerators => void* instead of LPARAM | George Hazan | |
2017-11-13 | Code modernize ... | Goraf | |
* replace 0/NULL with nullptr [using clang-tidy] | |||
2017-10-24 | MirLua: add method wait into m_schedule | aunsane | |
2017-10-24 | unified version resource with explicitly stated language & code page | George Hazan | |
2017-10-12 | convert to ANSI (#990 related) | dartraiden | |
2017-10-10 | MirLua: | aunsane | |
- m_json moved into base plugin - added m_http module -version bump | |||
2017-10-05 | MirLua: simplified print | aunsane | |
m_json reworked Encode | |||
2017-09-29 | MirLua: added service functions to execute lua code | aunsane | |
version bump | |||
2017-09-29 | MirLua: added CMLuaEnviroment to execute lua code from extetnal source in ↵ | aunsane | |
sandbox | |||
2017-09-27 | MirLua: srmm change metatable to work with table instead of userdata | aunsane | |
2017-09-27 | MirLua: fix MTValue initialization | aunsane | |
2017-09-26 | MirLua: refactoring | aunsane | |
- respect metatables in print function - srmm module functions now return metatable - version bump | |||
2017-09-19 | useless structure GCDEST finally removed | George Hazan | |
2017-09-13 | MirLua: ability to create MT from both new and __call | aunsane | |
2017-09-13 | compilation fix | George Hazan | |
2017-09-13 | compilation fix | George Hazan | |
2017-09-13 | MirLua: m_enumerale: chenged syntax | aunsane | |