summaryrefslogtreecommitdiff
path: root/protocols/Tox/src/tox_search.cpp
AgeCommit message (Collapse)Author
2015-08-15Tox: added search by toxme.ioAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@14957 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-15Tox:Alexander Lantsev
- removed senseless pause command that breaks the transfer - updated tox core - version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@14576 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-19SIZEOF replaced with more secure analog - _countofGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14270 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-31Tox: some changesAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@13947 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-31- MAllStrings: a handy union to hold an incoming string parameter of any type;George Hazan
- FNAMECHAR: atavism extincted; - PROTOSEARCHRESULT: structure prepared to use results of any type, including utf git-svn-id: http://svn.miranda-ng.org/main/trunk@13932 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-30Tox: contacts search/add improvementsAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@13914 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-29Tox:Alexander Lantsev
- reworked code related with address/public key - added tox_add_tcp_relay to bootstrap - updated tox core - version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@13900 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-22T2Utf - 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-22replace strlen to mir_strlenKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13747 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-26Tox: common projectAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@13160 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-13Tox: fix case sensitive in dns searchAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@12790 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-13- nasty crutch removed from Options_AddPage;George Hazan
- HWND hwndParent removed from the CDlgBase constructor; - method CDlgBase::SetParent() added for the rare occasions where it's needed; git-svn-id: http://svn.miranda-ng.org/main/trunk@12785 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-10Tox:Alexander Lantsev
- switched to new api - updated tox core git-svn-id: http://svn.miranda-ng.org/main/trunk@12726 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-05Tox: add folders supportAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@12331 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-05Tox:Alexander Lantsev
- removed dns3 servers from code - cv2pdb moved to tools git-svn-id: http://svn.miranda-ng.org/main/trunk@12330 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-03Tox: fixed crash on options savingAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@12308 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-02-28Tox:Alexander Lantsev
- added support of tox1 dns resolving - added request/grant items in contact menu - added copy id item in statum menu - code reordering - fixed minor bugs git-svn-id: http://svn.miranda-ng.org/main/trunk@12281 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-02-15code cleanupKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@12120 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-02-01Tox:Alexander Lantsev
- refactoring - updated tox core git-svn-id: http://svn.miranda-ng.org/main/trunk@11970 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-09-30Tox:Alexander Lantsev
- utf8 support in search window - try to hide tox id git-svn-id: http://svn.miranda-ng.org/main/trunk@10654 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-09-21Tox: fixed searching by tox dnsAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@10542 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-09-20Tox:Alexander Lantsev
- tox id is string again (h8!!) - updated tox core git-svn-id: http://svn.miranda-ng.org/main/trunk@10537 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-09-10Tox:Alexander Lantsev
- reworked searching - updated tox core - updated icon git-svn-id: http://svn.miranda-ng.org/main/trunk@10423 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-30Tox:Alexander Lantsev
- switch to offline when connection is lost - file transfer support - code refactoring - project reordering - version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@10340 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c