Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-12-02 | fixes #3792 (XEP-0388: Extensible SASL Profile support) | George Hazan | |
2024-02-10 | fixes #4187 (Jabber: cannot connect after update) | George Hazan | |
2024-01-08 | Update copyrights | dartraiden | |
2023-12-26 | Jabber: fix for SCRAM-xxx-PLUS login | George Hazan | |
2023-12-23 | fixes #3793 (XEP-0440: SASL Channel-Binding Type Capability support) | George Hazan | |
2023-01-02 | Update copyrights | dartraiden | |
2022-08-07 | Jabber: fix for TLS 1.3 bindings | George Hazan | |
2022-08-05 | fixes #3140 (RFC 9266: Channel Bindings for TLS 1.3 support) | George Hazan | |
2022-01-01 | Happy new year, Miranda | dartraiden | |
2021-12-26 | DWORD -> uint32_t | George Hazan | |
2021-12-26 | BYTE -> uint8_t | George Hazan | |
2021-01-17 | Update copyrights | dartraiden | |
2020-10-08 | OpenSSL upgraded to 1.1.1 | George Hazan | |
2020-08-01 | Jabber: fix for the context size calculation | George Hazan | |
2020-08-01 | fixes #2506 (Jabber: crash or disfunction of SCRAM/SHA256/SHA512 auth) | George Hazan | |
2020-07-12 | more correct implementation of TNtlmAuth | George Hazan | |
2020-07-12 | Jabber: ugly scheme with flags replaced with TJabberAuth instantiation | George Hazan | |
2020-07-10 | fixes #1727 completely (Jabber: SCRAM-SHA-1(-PLUS) + SCRAM-SHA-256(-PLUS) ↵ | George Hazan | |
support) | |||
2020-07-01 | TLS 1.3 support: | George Hazan | |
Netlib_GetTlsUnique - new function to retrieve TLS binding data for an opened socket | |||
2020-06-30 | Jabber: more fixes for #2469 | George Hazan | |
2020-06-30 | fixes #2469 (Jabber: implement SCRAM-SHA-1-PLUS auth) | George Hazan | |
2020-06-29 | fixes #2469 (Jabber: implement SCRAM-SHA-1-PLUS auth) | George Hazan | |
2020-01-01 | Happy new year, Miranda | George Hazan | |
2019-07-24 | massive warning fix | George Hazan | |
2019-02-19 | Jabber -> TinyXml2 | George Hazan | |
2019-01-04 | Update copyrights | dartraiden | |
2018-12-24 | mir_urlDecode restored | George Hazan | |
2018-12-23 | in fact, we don't need mir_hmac_sha1 either | George Hazan | |
2018-01-01 | massive copyright update | dartraiden | |
2017-12-11 | mir_base64_* => parameters type fix | George Hazan | |
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-30 | code cleaning | George Hazan | |
2017-08-23 | code cleaning | George Hazan | |
2017-01-13 | woah, now really no netlib services anymore | George Hazan | |
2017-01-01 | bump copyright year | dartraiden | |
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-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-06-21 | MS_UTILS_GETRANDOM -> mir_core::Utils_GetRandom | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@14299 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 | |||
2015-05-22 | replace strcmp to mir_strcmp | Kirill Volinsky | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@13752 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-05-22 | replace strlen to mir_strlen | Kirill Volinsky | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@13747 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-04-29 | unified project for Jabber protocol | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@13258 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c |