summaryrefslogtreecommitdiff
path: root/include/m_netlib.h
AgeCommit message (Collapse)Author
2024-08-05fixes #4551 (SkypeWeb: не работает отправка и прием ↵George Hazan
файлов)
2024-06-13NETLIBBIND to be able to open UDP external portsGeorge Hazan
2024-06-13websocket internal code went to MWebSocketGeorge Hazan
2024-06-11Chrome version updateGeorge Hazan
2024-01-09implements #3946 for ICQGeorge Hazan
2024-01-09Netlib_DownloadFile - chunk gatherer which writes down data directly to a ↵George Hazan
file, without storing anything in memory
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-04Netlib: pascal code is completely isolated from C++ core using helpersGeorge Hazan
2024-01-04Netlib: more old/unused stuff removedGeorge Hazan
2024-01-04NETLIBHTTPREQUEST::cbSize = old unused field removedGeorge Hazan
2023-01-02Update copyrightsdartraiden
2022-08-05fixes #3140 (RFC 9266: Channel Bindings for TLS 1.3 support)George Hazan
2022-05-07Netlib_OpenConnection - finally old stupid structure NETLIBOPENCONNECTION ↵George Hazan
died and converted into a set of parameters + code cleaning
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-11-07first version of mir_core that builds under Linuxghazan
2021-06-07fixes #2912 (Drop WinCrypto API support)George Hazan
2021-04-24WebSocket: different stubs for sending text & binary packetsGeorge Hazan
2021-01-17Update copyrightsdartraiden
2020-11-05refreshed User-Agent stringGeorge Hazan
2020-08-12fixes #2520 (SkypeWeb: миранда теперь ↵George Hazan
представляется браузером)
2020-07-01TLS 1.3 support:George Hazan
Netlib_GetTlsUnique - new function to retrieve TLS binding data for an opened socket
2020-04-08code cleaningdartraiden
2020-02-03Netlib_Dump exported from mir_appGeorge Hazan
2020-01-13Netlib_GetHeader() - handful utility to avoid writing cyclesGeorge Hazan
2020-01-10WebSocket_Connect to return the reply to a HTTP request instead of a connectionGeorge Hazan
2020-01-01Happy new year, MirandaGeorge Hazan
2019-10-08first version of WA that connectsGeorge Hazan
2019-10-08WebSocket related code moved to the coreGeorge Hazan
2019-08-26unified fake User-Agent field generation for all http-related protocolsGeorge Hazan
2019-07-26warning fixesGeorge Hazan
2019-07-24code cleaningGeorge Hazan
2019-07-24NLHR_PTR - smart pointers make better codeGeorge Hazan
2019-07-24obsolete code removed from NETLIBBINDGeorge Hazan
2019-07-24useless member NETLIBOPENCONNECTION::cbSize removedGeorge Hazan
2019-03-11another SAL specification for format strings addedGeorge Hazan
2019-02-19Jabber -> TinyXml2George Hazan
2019-02-07MSN was last plugin that used that crap with HTTP GatewaysGeorge Hazan
2019-01-04Update copyrightsdartraiden
2018-12-21attempt to unify AsyncHttpRequest in various protocolsGeorge Hazan
2018-06-24ProxySwitch: it compiles but don't workMataes
2018-06-23Netlib: patch for proxySwitchMataes
2018-02-24more nullptrGoraf
2018-01-01massive copyright updatedartraiden
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky