Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-06 | CloudFile: no need to create fake protocol instances just for search | George Hazan | |
2018-03-11 | CloudFile: Dropbox OAuth with miranda-ng redirect uri | 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-11-27 | slightly optimized way of getting menu item's module name | George Hazan | |
2017-11-27 | add module name (part 1) | Kirill Volinsky | |
2017-05-13 | CloudFile: localization fix | dartraiden | |
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-30 | CloudFile: translation fix | dartraiden | |
2017-04-26 | CloudFile: fix sending to metacontacs | aunsane | |
2017-04-26 | CloudFile: ability to disable services | aunsane | |
2017-04-16 | CloudFile: initial commit | aunsane | |
- Dropbox (worked) - Yandex.Disk (worked) - GDrive (not worked) |