summaryrefslogtreecommitdiff
path: root/protocols/Tox/src/tox_profile.cpp
AgeCommit message (Collapse)Author
2015-12-21Tox:Alexander Lantsev
- fixed profile saving - tox address conversion moved to miranda's internal functions git-svn-id: http://svn.miranda-ng.org/main/trunk@15928 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-30Tox: fixed profile creation and importAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@15654 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-16Tox:Tobias Weimer
- attempt to fix numerous crashes git-svn-id: http://svn.miranda-ng.org/main/trunk@15366 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-10Tox: refactoringAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@15317 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-10Tox: tox pointers should store in PollingThread to avoid cross thread usingAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@15316 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-07Tox:Alexander Lantsev
- change error message when tox core initialization is failed - trying to fix error with keepstatus reconnect git-svn-id: http://svn.miranda-ng.org/main/trunk@15297 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-06Tox: proper capitalizationDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@15288 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-02Tox:Alexander Lantsev
- show error if profile loading failed - code cleaning - menus uid git-svn-id: http://svn.miranda-ng.org/main/trunk@15158 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-13Tox:Alexander Lantsev
- removed toxme.se from tox.ini - profile reading/saving with lock git-svn-id: http://svn.miranda-ng.org/main/trunk@14942 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-23Tox: updated tox coreAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@13792 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-18Tox:Alexander Lantsev
- fixed bugs from coverity - fixed empty profile loading - version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@13687 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-24Tox:Alexander Lantsev
- fixed profile creation logic - enabled "export profile" button git-svn-id: http://svn.miranda-ng.org/main/trunk@13078 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-16Tox:Tobias Weimer
- Fixed memory leak git-svn-id: http://svn.miranda-ng.org/main/trunk@12872 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-16Tox:Tobias Weimer
- Fixed memory leak git-svn-id: http://svn.miranda-ng.org/main/trunk@12871 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-16Tox:Tobias Weimer
- Fixed memory leaks git-svn-id: http://svn.miranda-ng.org/main/trunk@12869 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-14Tox: second approach for audio supportAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@12827 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-19one more attempt encrypt tox profileKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@12432 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-05Tox: more correct way to register foldersAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@12332 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-02-28compilation fixGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12283 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-17added button for importKirill Volinsky
import dialog removed git-svn-id: http://svn.miranda-ng.org/main/trunk@12167 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-02-17Tox:Alexander Lantsev
- fixed (strange hack) profile loading - reverted frend list loading on login git-svn-id: http://svn.miranda-ng.org/main/trunk@12157 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-10Tox:Alexander Lantsev
- added some debug info logging - fix for reading big files git-svn-id: http://svn.miranda-ng.org/main/trunk@12083 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
2015-01-12Tox:Alexander Lantsev
- disabled profile encryption, because it unstable under windows - minor changes in file transfer - updated tox core git-svn-id: http://svn.miranda-ng.org/main/trunk@11845 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-07Tox: enabled profile encryptionAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@11790 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-03Tox: work commitAlexander Lantsev
- removed *.lib and lib generator - disabled profile encryption and import - loading tox profile on connection - project reordering - http proxy support git-svn-id: http://svn.miranda-ng.org/main/trunk@11730 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-10-06Tox: - password dialog for encrypted profileAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@10713 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-10-05Tox: truncating tox profile before writingAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@10701 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-10-04Tox:Alexander Lantsev
- fixed network setting loading - code reordering git-svn-id: http://svn.miranda-ng.org/main/trunk@10680 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-10-04Tox:Alexander Lantsev
- tox id is key again - reworked tox profile logic git-svn-id: http://svn.miranda-ng.org/main/trunk@10679 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-09-29Tox: fixed crashes on tox profile saving/loadingAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@10642 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-09-29Tox: fixed crash on closing tox profile import windowAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@10635 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-09-29Tox:Alexander Lantsev
- profile manager is now profile import - tox profile renaming without reloading of tox core - updated tox core git-svn-id: http://svn.miranda-ng.org/main/trunk@10632 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-09-27Tox:Alexander Lantsev
- password field temporary disables - some changes git-svn-id: http://svn.miranda-ng.org/main/trunk@10613 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-09-09Tox: reworked profile manager logicAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@10414 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