Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-21 | core: add Contact_GetStatus function | aunsane | |
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-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-11 | CloudFile: Add "grant acess" link to CloudFile accounts (fixed #1260) | aunsane | |
2018-04-06 | CloudFile: no need to create fake protocol instances just for search | George Hazan | |
2018-03-28 | all protocols rewritten to CMPluginBase | George Hazan | |
2018-03-11 | CloudFile: Dropbox OAuth with miranda-ng redirect uri | aunsane | |
2018-03-11 | CloudFile should create Miranda NG folder instead of placing files into ↵ | aunsane | |
Yandex Disk root (fixed #1184) | |||
2018-03-01 | Removed old dropbox header #1144 | aunsane | |
2018-02-28 | CloudFile: auth doesn't work (fixed #1171) | aunsane | |
2018-02-28 | CloudFile: cannot see cloud accounts after setup (fixed #1169) | aunsane | |
2018-02-21 | Implement service that returns the list of available CloudFile services (#1144) | aunsane | |
2018-02-19 | CloudFile: added support for the usual accounts system(#1144) | aunsane | |
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵ | Kirill Volinsky | |
62202ed10617927d5429bc59898e12a366abe744) | |||
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM | Kirill Volinsky | |
2017-05-07 | CloudFile: | aunsane | |
- reworked options to dupport default service - added options to select conflict behavior - multiple fix and refactoring - version bump | |||
2017-04-28 | CloudFile: | aunsane | |
- avoid to simultaniosly load wit Dropbox plugin - service loading moved to modules loaded - cleanup | |||
2017-04-26 | CloudFile: fix sending to metacontacs | aunsane | |
2017-04-25 | CloudFile: initial OneDrive implementation | aunsane | |
2017-04-16 | CloudFile: initial commit | aunsane | |
- Dropbox (worked) - Yandex.Disk (worked) - GDrive (not worked) |