Age | Commit message (Collapse) | Author |
|
differ only in a build number
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
- 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
|
|
|
|
|
|
- toxcore updated to 0.2.1
- toxcore now bootstraped with random two nodes
- version bump
|
|
|
|
|
|
|
|
|
|
|
|
Proto_SetUniqueId / Proto_GetUniqueId
|
|
|
|
|
|
|
|
protocol's constructor
|
|
|
|
|
|
|
|
|
|
- more accurate transfer management
- unlockong file on transfer pause
- added additional logs
- cleanup
|
|
- updated toxcore due to release v0.2
- removed message correction
- reworked nodes update
|
|
|
|
|
|
|
|
|
|
|
|
|