Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-22 | CloudFile is also a protocol | George Hazan | |
2018-04-22 | no more PROTO_INTERFACE::OnEvent | George Hazan | |
2018-04-21 | core: add Contact_GetStatus function | aunsane | |
2018-04-21 | CloudFile: | aunsane | |
- fix #1278 - decrease volume of response data with fields filtering - fix uploading for gdrive and onedrive in some cases - simplifying upload code - version bump | |||
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-18 | this feature was never used and only causes problems | George Hazan | |
2018-04-18 | fixes #1276 (CloudFile: strange control) | George Hazan | |
2018-04-13 | fixes #1176 (Autobackup to CloudFile doesn't work) | George Hazan | |
2018-04-11 | CloudFile: Add "grant acess" link to CloudFile accounts (fixed #1260) | aunsane | |
2018-04-07 | Proto_GetStatus is used everywhere instead of PS_GETSTATUS | George Hazan | |
2018-04-06 | PF2_NONE : flag for protocols that have no statuses at all | George Hazan | |
fixes #1247 | |||
2018-04-06 | CloudFile: no need to create fake protocol instances just for search | George Hazan | |
2018-04-03 | unneeded size fields removed | George Hazan | |
2018-04-03 | code cleaning: old unions replaced with MAllStrings & MAllStringsArray | George Hazan | |
2018-03-30 | fix for the oper-optimizing MSVC compiler | George Hazan | |
2018-03-28 | all protocols rewritten to CMPluginBase | George Hazan | |
2018-03-25 | CloudFile: show error if authorization goes wrong | aunsane | |
2018-03-24 | typo and warning fixes | aunsane | |
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-16 | LIST<>::indexOf(T**) - fast index calculation for direct iterators | George Hazan | |
2018-03-12 | Autobackup to CloudFile doesn't work (fixed #1176) | aunsane | |
2018-03-11 | CloudFile: fix OneDrive token refresh | aunsane | |
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-11 | fixes #1185 (Add icon to CloudFile accounts) | George Hazan | |
2018-03-11 | CloudFile: war agains static buffers & buffer overruns | George Hazan | |
2018-03-09 | CloudFile: bugfix | aunsane | |
- GDrive: fixed authentication - GDrive: fixed upload for small files - Dropbox: increase "create folder" api method version | |||
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-25 | Fixes related with 7fc01c9 | aunsane | |
2018-02-24 | CloudFile: small corrections (#1168) | Goraf | |
* CloudFile: remove double 'const' * CloudFile: add missing 'override' | |||
2018-02-24 | SendSS: Reworking settings (#1144) | aunsane | |
CloudFile: fix upload service Db_autobackups: fix build | |||
2018-02-24 | CloudFile: Implement new upload services (#1144) | aunsane | |
2018-02-21 | Implement service that returns the list of available CloudFile services (#1144) | aunsane | |
2018-02-19 | compilation fix | George Hazan | |
2018-02-19 | CloudFile: added support for the usual accounts system(#1144) | aunsane | |
2018-01-26 | code optimization | George Hazan | |
2018-01-19 | CloudFile: fixed #1113 | aunsane | |
2018-01-01 | massive copyright update | dartraiden | |
2017-12-30 | CloudFile: fixed #1087 | aunsane | |
2017-12-11 | mir_base64_* => parameters type fix | George Hazan | |
2017-12-10 | - remove emails (if author retired - it's useless to write to him; if author ↵ | dartraiden | |
is active - users should use GitHub for ticket creation); - also remove AUTHOREMAIL field from structure | |||
2017-12-09 | CloudFile: realized MS_DROPBOX_UPLOAD | 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 | |