summaryrefslogtreecommitdiff
path: root/protocols/Tox/src/tox_network.cpp
AgeCommit message (Collapse)Author
2017-03-15Tox:aunsane
- tox_network.cpp splitted on two logical parts - tox network status checking moved to separated thread - started rejection of toxThread wrapper
2017-02-25Tox: added some logs to find problem by issue #720aunsane
2017-02-23Tox: it seems that irungentoo/toxcore no longer be updated, so we switch to ↵aunsane
TokTok/c-toxcore
2016-10-04wanwarning fixesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17353 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-12Tox: fixed connect in tcp modeAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@17289 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-29no more TCHARsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-27less TCHARsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17138 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-27<tchar.h> removed from <m_system.h>George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17136 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-26less 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-25hello, Unix.George Hazan
phase 1: removing _T() git-svn-id: http://svn.miranda-ng.org/main/trunk@17127 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-21fixes #1288: When change status tox to online Miranda crashed without crash ↵George Hazan
report git-svn-id: http://svn.miranda-ng.org/main/trunk@17111 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-11MRA: change avatars load threads count default value from 4 to 1Rozhuk Ivan
add threads names git-svn-id: http://svn.miranda-ng.org/main/trunk@16948 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-16Tox: some fixesAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@16834 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-06Tox: memleaks fix MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16808 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-06Tox: some fixesAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@16805 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-05Tox: attempt to fix crash on connectAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@16803 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-04Tox:Alexander Lantsev
- removed own logger - bootstrap splitted into two functions: udp and tcp git-svn-id: http://svn.miranda-ng.org/main/trunk@16801 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-28Tox: updating tox nodes from https://nodes.tox.chat/jsonAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@16790 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-28Tox: loading nodes from jsonAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@16788 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-27git-svn-id: http://svn.miranda-ng.org/main/trunk@16781 ↵Alexander Lantsev
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-27Tox:Alexander Lantsev
- attempt to fix avatar hash - some changes with toxThread git-svn-id: http://svn.miranda-ng.org/main/trunk@16773 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-02Tox: attempt to fix crash on IsOnline callAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@15671 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-17Tox:Tobias Weimer
- crash fix (fixes #1031) git-svn-id: http://svn.miranda-ng.org/main/trunk@15372 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-17crash fixGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15371 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-14Tox: fix crash when going offlineAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@15356 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-14Tox: fixed tox thread managementAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@15354 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-08Tox: added offline check on message sendingAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@15306 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-28mir_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-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-06-04new mir_snprintf templates without SIZEOFGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14002 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-22replace strlen to mir_strlenKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13747 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-15Tox:Alexander Lantsev
- temporary disabled multimedia abilities - fixed file sending - fixed avatar changing - updated tox core - version bumb git-svn-id: http://svn.miranda-ng.org/main/trunk@13610 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-14Tox: first approach for audio supportAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@12824 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: fixed loading tox nodes from dbAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@12337 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-05hardcoded nodes removedKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@12319 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-02-23Tox: group chats are disabled, untill it won't be rewritten in tox coreAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@12253 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-02-22Tox: some code for group chatsAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@12241 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-02-22Tox: tuned disconnecting algorithmAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@12238 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-02-20Tox: reworked node listAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@12226 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-02-19Tox:Alexander Lantsev
- twiked connection algorithm - added ability to load nodes from ini automatically git-svn-id: http://svn.miranda-ng.org/main/trunk@12202 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-02-19fixed double decrementationKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@12194 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-02-18Tox: nodes index starts with 0Alexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@12188 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c