Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-22 | EV_PROTO_ONMENU removed | George Hazan | |
2018-04-22 | OnEvent(EV_PROTO_ONCONTACTDELETED) => PROTO_INTERFACE::OnContactDeleted | George Hazan | |
2018-04-21 | code cleaning: | George Hazan | |
- 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 | |||
2018-04-19 | EV_PROTO_ONOPTIONS removed and replaced with the call of ↵ | George Hazan | |
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) | |||
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-18 | g_hInstance incapulated into PLUGIN<>, no need in the separate variable | George Hazan | |
2018-04-18 | PLUGIN<> to half-automatically calculate the dll's g_hInstance and pass it ↵ | George Hazan | |
inside | |||
2018-04-18 | this feature was never used and only causes problems | George Hazan | |
2018-04-17 | Facebook: unstable server connection makes persistent connections crazy | George Hazan | |
2018-04-17 | MNonCopyable - the common class to avoid declaring fake private constructors | George Hazan | |
2018-04-06 | code cleaning | George Hazan | |
2018-04-05 | CLIST_INTERFACE::pfnGetContactDisplayName => Clist_GetContactDisplayName | George Hazan | |
2018-03-28 | PFLAG_UNIQUEIDSETTING removed, its functionality transferred to ↵ | George Hazan | |
Proto_SetUniqueId / Proto_GetUniqueId | |||
2018-03-28 | common protocol instance management code went into template | George Hazan | |
2018-03-28 | all protocols rewritten to CMPluginBase | George Hazan | |
2018-03-16 | entities' names to be started with capital letters | George Hazan | |
2018-03-16 | always hated these long expressions: contact_iter makes them much shorter | George Hazan | |
2018-03-08 | IMGL_WCHAR removed, all paths are in Unicode now | George Hazan | |
2018-03-07 | old AdvaImg services converted into Image_* functions | George Hazan | |
2018-03-02 | Facebook: unneeded thread removed | George Hazan | |
2018-02-24 | more nullptr | Goraf | |
2018-02-22 | Facebook: added support for parsing audio attachment + moved parsing of ↵ | matej | |
specific types into lambda functions so there are not duplicities in code (and logic is in one place) | |||
2018-02-21 | all another C++'11 iterators | George Hazan | |
2018-02-09 | all duplicate "Request auth", "Grant auth" & "Revoke auth" menu items eliminated | George Hazan | |
2018-02-06 | Facebook: added parsing for messenger invitation | matej | |
2018-01-31 | reverted and modified some changes to make attachments work in active chat | matej | |
2018-01-31 | useless wrappers removed & replaced with PROTO_INTERFACE method calls | George Hazan | |
2018-01-26 | code optimization | George Hazan | |
2018-01-23 | Facebook: fixed missing last messages while loading history | matej | |
2018-01-23 | Facebook: attachments seems to work differently, some adjustments | matej | |
2018-01-15 | Facebook: action added to destroy chat history | George Hazan | |
2018-01-13 | Facebook: fix for loading multiple unread messages at once at startup | matej | |
2018-01-12 | why not parse the whole json and then iterate nodes? | George Hazan | |
2018-01-12 | code cleaning | George Hazan | |
2018-01-12 | unused parameters removed | George Hazan | |
2018-01-12 | C++'11 iterators | George Hazan | |
2018-01-12 | Facebook: initial changes to support loading of unread chat messages (#1095) | zemiacsik | |
* Facebook: initial changes to support loading of unread chat messages * Facebook: load unread messages in one request + load last messages when chat opens (if is set) * shrinked regex pattern, commented unused code * Facebook: fixed loading of whole history | |||
2018-01-10 | Facebook: added custom reactions' icons to popups | George Hazan | |
2018-01-10 | no need to wait for a handle here | George Hazan | |
2018-01-10 | no need to print these tons of garbage | George Hazan | |
2018-01-09 | Facebook: code cleaning | George Hazan | |
2018-01-08 | inlining removed | George Hazan | |
2018-01-08 | perhaps the last one | George Hazan | |
2018-01-08 | more useless mir_urlEncode | George Hazan | |
2018-01-08 | forgotten, but useless urlEncode | George Hazan | |
2018-01-08 | fix for wrong url encoded request's body | George Hazan | |
2018-01-08 | adds support for exiting groupchats | George Hazan | |
2018-01-08 | code optimization | George Hazan | |
2018-01-08 | Facebook: less RTTI, less useless data | George Hazan | |
2018-01-05 | code cleaning | George Hazan | |