Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-18 | code cleaning | George Hazan | |
2023-04-17 | Jabber: | George Hazan | |
- option autoloadoob removed due to offline files support; - added support for encrypted offline files | |||
2023-04-12 | first attempt to make offline transfers visible | George Hazan | |
2023-04-11 | DB::FILE_BLOB expansion for the offline file transfers, part I | George Hazan | |
2023-01-13 | oops | George Hazan | |
2023-01-13 | Jabber: ability to autoload files passed via HTTP Upload instead of writing ↵ | George Hazan | |
messages with URLs | |||
2023-01-02 | Update copyrights | dartraiden | |
2022-05-07 | Netlib_OpenConnection - finally old stupid structure NETLIBOPENCONNECTION ↵ | George Hazan | |
died and converted into a set of parameters + code cleaning | |||
2022-02-08 | fixes #3022 (Jabber file transfers don't report failure) | George Hazan | |
2022-01-01 | Happy new year, Miranda | dartraiden | |
2021-12-26 | DWORD -> uint32_t | George Hazan | |
2021-01-17 | Update copyrights | dartraiden | |
2020-03-31 | Jabber: | George Hazan | |
- fixes #2279 (Jabber: add HTTP File Upload support for group chats); - major file transfer code cleaning; | |||
2020-02-17 | Jabber: full implementation of XEP-0231 | George Hazan | |
2020-01-01 | Happy new year, Miranda | George Hazan | |
2019-10-17 | fixed #1710 (Jabber: implement XEP-0363 (HTTP File Upload)) | George Hazan | |
2019-07-24 | massive warning fix | George Hazan | |
2019-07-24 | obsolete code removed from NETLIBBIND | George Hazan | |
2019-07-24 | useless member NETLIBOPENCONNECTION::cbSize removed | George Hazan | |
2019-04-14 | Netlib_AddressToString expects input in network byte order (fixes issue #1764) | obs | |
2019-04-04 | the stronger type check the better, also some large static arrays considered ↵ | George Hazan | |
useless | |||
2019-02-25 | PROTORECVFILE now uses const char/wchar_t pointers. also fixes #1864 completely | George Hazan | |
2019-02-19 | Jabber -> TinyXml2 | George Hazan | |
2019-01-28 | mir_urlDecode & mir_urlEncode to return CMStringA | George Hazan | |
2019-01-04 | Update copyrights | dartraiden | |
2018-04-03 | unneeded size fields removed | George Hazan | |
2018-04-03 | code cleaning: old unions replaced with MAllStrings & MAllStringsArray | George Hazan | |
2018-03-05 | Jabber: code cleaning & simplification | George Hazan | |
2018-01-01 | massive copyright update | dartraiden | |
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-29 | replace russian с to latin c | Kirill Volinsky | |
2017-11-28 | Source files converted to utf-8 | Kirill Volinsky | |
2017-08-23 | code cleaning | George Hazan | |
2017-01-14 | separate handle types for HNETLIBCONN & HNETLIBBIND | George Hazan | |
2017-01-13 | (wiping blood from hands) no more netlib services | George Hazan | |
2017-01-13 | a bit less netlib services | George Hazan | |
2017-01-01 | bump copyright year | dartraiden | |
2016-07-29 | no more TCHARs | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-07-27 | less TCHARs | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17138 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-07-26 | less TCHARs: | George Hazan | |
- TCHAR is replaced with wchar_t everywhere; - LPGENT replaced with either LPGENW or LPGEN; - fixes for ANSI plugins that improperly used _t functions; - TCHAR *t removed from MAllStrings; - ptszGroup, ptszTitle & ptszTab in OPTIONSDIALOGPAGE replaced with pwsz* git-svn-id: http://svn.miranda-ng.org/main/trunk@17133 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-07-25 | hello, Unix. | George Hazan | |
phase 1: removing _T() git-svn-id: http://svn.miranda-ng.org/main/trunk@17127 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-06-11 | MRA: change avatars load threads count default value from 4 to 1 | Rozhuk Ivan | |
add threads names git-svn-id: http://svn.miranda-ng.org/main/trunk@16948 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-01-02 | Copyrights update part 2 | Dart Raiden | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@15985 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-08-28 | mir_sntprintf / mir_snprintf: obsoleted second parameter removed wherever ↵ | George Hazan | |
possible git-svn-id: http://svn.miranda-ng.org/main/trunk@15064 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-08-17 | - numerous name conflicts resolved; | George Hazan | |
- funny code that loads resource #102 from miranda32.exe removed; - massive mir_sntprintf code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@14979 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-08-13 | fix for a name conflict | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@14939 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-06-19 | SIZEOF replaced with more secure analog - _countof | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@14270 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-06-04 | new mir_snprintf templates without SIZEOF | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@14002 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-05-22 | T2Utf - handy replacement for ptrA<mir_utf8decodeT()> | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@13758 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c |