Age | Commit message (Collapse) | Author |
|
own version resource remains only for miranda32.exe, mir_app.dll and pascal plugins
|
|
|
|
differ only in a build number
|
|
|
|
|
|
- packet timeout extended to 10 minutes (specially for Karamil Alhady);
- persistent connections restored;
- this reverts commit bec09dbab4b07281f3da8478618deb9c10aa0a29
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
in each plugin. mir_getLP() remains for compatibility with pascal plugins only
|
|
|
|
|
|
Icon_RegisterT(g_plugin.getInst() => g_plugin.registerIconW
|
|
it remains existing for now, but as reference to g_plugin.m_hLang
|
|
|
|
|
|
|
|
|
|
|
|
- in conformance to C++'11 rules, we don't declare a method as virtual if it's declared as override;
- cause this code isn't visible in Pascal anymore, there's no need to use __cdecl calling convention for virtual methods;
- since PROTO_INTERFACE is a regular C++ class, there's no need to use old style service declarations for virtual methods like OnModulesLoaded / OnShutdown
|
|
CallObjectEventHook(pa->ppro, ME_OPT_INITIALIZE)
this eliminates the possibility of making a mistake in hand-written code
also fixes #1280 (Tox: "Confugure" menu item is broken)
|
|
- 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
|
|
|
|
inside
|
|
|
|
|
|
|
|
|
|
|
|
Proto_SetUniqueId / Proto_GetUniqueId
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
specific types into lambda functions so there are not duplicities in code (and logic is in one place)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|