summaryrefslogtreecommitdiff
path: root/protocols/CloudFile
AgeCommit message (Collapse)Author
2024-01-09more strict constructor of MHttpRequest to avoid quirksGeorge Hazan
2024-01-08Update copyrightsdartraiden
2024-01-05Netlib:George Hazan
- NETLIBHTTPHEADER & NETLIBHTTPREQUEST obsoleted; - NETLIBHTTPREQUEST divided into MHttpRequest & MHttpResponse; - MHttpHeaders now manager headers both for MHttpRequest & MHttpResponse;
2024-01-04NETLIBHTTPREQUEST::cbSize = old unused field removedGeorge Hazan
2023-12-20DBEVENTINFO::hContact to be returned inside an event, no need to call ↵George Hazan
db_event_getContact() just after db_event_get()
2023-12-13MS_FILE_* services became useless since StdFile diedGeorge Hazan
2023-11-21SRMM toolbar buttons that require input window to be visible are marked as ↵George Hazan
BBBF_NOREADONLY
2023-09-21MessageWindowEventData: useless structure removedGeorge Hazan
2023-02-11PS_CREATEACCMGRUI is obsoleted and converted into eventGeorge Hazan
2023-01-27Group chats: all old APIs with lookup by module+session removedGeorge Hazan
2023-01-25Group chats: ChatRoomID setting replaced with real protocol idGeorge Hazan
2023-01-02Update copyrightsdartraiden
2022-12-17Mediawiki considers URLs with and without a trailing slash as different ↵dartraiden
pages, see https://phabricator.wikimedia.org/T14703
2022-09-26more clipboard shit removedGeorge Hazan
2022-09-10no need to export Miranda's offal to the outside worldGeorge Hazan
2022-07-31Contact: group of functions gathered into the personal namespaceGeorge Hazan
2022-07-16Contact_IsGroupChat - a helper to detect chat roomsGeorge Hazan
2022-06-13project file fixGeorge Hazan
2022-02-08fixes #3022 (Jabber file transfers don't report failure)George Hazan
2022-01-01Happy new year, Mirandadartraiden
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26WORD -> uint16_tGeorge Hazan
2021-12-26BYTE -> uint8_tGeorge Hazan
2021-12-26PBYTE -> uint8_t*George Hazan
2021-05-11CCtrlCombo::GetCurData = suitable helper for combo boxesGeorge Hazan
2021-04-10CloudFile: wrong menu initialization sequenceGeorge Hazan
2021-01-17Update copyrightsdartraiden
2020-12-19fixes #2653 (CloudFile cannot connect)George Hazan
2020-12-11fixes #2646 (CloudFile: Dropbox auth is broken)George Hazan
2020-06-04UI classes:George Hazan
- CDlgBase::m_bSucceeded variable introduced to check whether IDOK was pressed or not; - unused/useless buttons with id=IDOK or IDCANCEL removed; - brnOk.OnClick replaced with OnApply calls; - unused/useless calls of EndDialog/EndModal removed; - minor code cleaning
2020-05-22fix for broken project file compatibility in VS2019 16.6.0George Hazan
2020-03-22SendScreenShot:George Hazan
- fixes #2272 (main dialog doesn't restore cloud service correctly); - CloudService doesn't apply default settings correctly
2020-01-13Netlib_GetHeader() - handful utility to avoid writing cyclesGeorge Hazan
2020-01-01Happy new year, Miranda, part 2dartraiden
2020-01-01Happy new year, MirandaGeorge Hazan
2019-12-04GetContactProto: useless duplicate function replaced with standard ↵George Hazan
Proto_GetBaseAccountName
2019-07-24massive warning fixGeorge Hazan
2019-04-12wiping custom icolib functions: all another pluginsGeorge Hazan
2019-03-08life is too short to remember whether this structure is zeroed or notGeorge Hazan
2019-03-06popups:George Hazan
- internal implementation details & all service declarations moved to m_popup_int.h; - all service calls removed and replaced with function calls; - direct access to popup serttings replaced with Popup_Enable / Popup_Enabled;
2019-03-05Popup:George Hazan
- wiping out checks for service presence; - code cleaning
2019-03-02all protocols (even virtual ones) moved to the Protocols folderGeorge Hazan