Age | Commit message (Collapse) | Author |
|
|
|
- tdlib moved to telegram dir
|
|
|
|
|
|
|
|
updated libsignal-c
protocols:
jabber: omemo:
used 31bit device id instead of 32bit (32bit conflicts with conversations, not xep compliant)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CLIST_INTERFACE::pfnRegisterFileDropping & CLIST_INTERFACE::pfnUnregisterFileDropping => suspended
|
|
CLIST_INTERFACE::pfnFreeGroup => suspended
|
|
|
|
|
|
CLIST_INTERFACE::pfnEnsureVisible => Clist_EnsureVisible
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Clist_RecalculateGroupCheckboxes
|
|
|
|
|
|
Clist_EventsProcessTrayDoubleClick
|
|
|
|
|
|
|
|
Clist_Tray*
|
|
|
|
|