summaryrefslogtreecommitdiff
path: root/protocols/Tox
AgeCommit message (Collapse)Author
2017-09-15Tox: fix setting proxy hostaunsane
2017-08-23Revert "Tox: updated libtox"aunsane
This reverts commit 73457a3904d1d0547148502f4fa66ec4f5778b53.
2017-08-23more understandable error descriptiondartraiden
2017-08-22compilation fixGeorge Hazan
2017-08-21Tox: resource cosmeticdartraiden
2017-08-21Tox: updated libtoxaunsane
2017-08-21Tox: profile file to be removed when account is destroyedGeorge Hazan
2017-08-21Tox:George Hazan
- fixes #898 (Tox: usability issues); - fixes #893 (Tox: failed to connect to DHT); - massive code cleaning;
2017-08-06Update all other files in repository to use https links for Miranda NG websiteRobert Pösel
2017-08-05Change plugin links from http:// to https://Robert Pösel
2017-06-16Tox: library updateKirill Volinsky
2017-06-14more libjson dependenciesGeorge Hazan
2017-04-29Tox: updated tox core to 0.1.8aunsane
2017-04-01Tox: fixed #784aunsane
disabled profile encription to prevent corruption
2017-03-31Tox: fixes #779aunsane
2017-03-27Tox: added new optionsaunsane
- max connect retries - max reconnect retries
2017-03-26updated libtox dllGeorge Hazan
2017-03-26Tox: updated toxcore to 0.1.7aunsane
version bump
2017-03-24warning fixGeorge Hazan
2017-03-21Tox: fixed #772aunsane
2017-03-17forgotten TCHAR removedGeorge Hazan
2017-03-15Tox: reset isTerminated variable (fixes #749)aunsane
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-03-02Tox: more logs to #720aunsane
2017-02-28Tox: fix capitalizationdartraiden
2017-02-27Tox: revert previous chages related with #698aunsane
2017-02-27Tox: attempt to fix for #720aunsane
2017-02-26Tox: attempt to fix for #720aunsane
2017-02-26Tox: attempt to fix for #720aunsane
2017-02-25Tox: extended log for #704aunsane
2017-02-25Tox: attempt to fix #698aunsane
2017-02-25Tox: fixed #684aunsane
2017-02-25Tox: remove setting of unused timestampaunsane
2017-02-25Tox: added some logs to find problem by issue #720aunsane
2017-02-25Tox: fixed friend addaunsane
2017-02-25compilation fixGeorge Hazan
2017-02-23Tox:aunsane
- added compatibility check - version bump
2017-02-23Tox: it seems that irungentoo/toxcore no longer be updated, so we switch to ↵aunsane
TokTok/c-toxcore
2017-02-06Add pubkey log to avatar transfer initiation for debugging.LittleVulpix
This helps in case we get spammed with avatar requests - to see which tox is causing it. example of spam: [06:48:45 1E30] [FoxyToxy] CToxProto::OnFriendFile: incoming avatar (65536) from (0) [06:48:45 1E30] [FoxyToxy] CToxProto::CancelTransfer: Transfer (65536) is canceled [06:48:46 1E30] [FoxyToxy] CToxProto::OnFriendFile: incoming avatar (65536) from (0) [06:48:46 1E30] [FoxyToxy] CToxProto::CancelTransfer: Transfer (65536) is canceled [06:48:54 1E30] [FoxyToxy] CToxProto::OnFriendFile: incoming avatar (65536) from (0) [06:48:54 1E30] [FoxyToxy] CToxProto::CancelTransfer: Transfer (65536) is canceled [06:48:54 1E30] [FoxyToxy] CToxProto::OnFriendFile: incoming avatar (65536) from (0) [06:48:54 1E30] [FoxyToxy] CToxProto::CancelTransfer: Transfer (65536) is canceled [06:49:03 1E30] [FoxyToxy] CToxProto::OnFriendFile: incoming avatar (65536) from (0) [06:49:03 1E30] [FoxyToxy] CToxProto::CancelTransfer: Transfer (65536) is canceled [06:49:03 1E30] [FoxyToxy] CToxProto::OnFriendFile: incoming avatar (65536) from (0) [06:49:03 1E30] [FoxyToxy] CToxProto::CancelTransfer: Transfer (65536) is canceled [06:49:12 1E30] [FoxyToxy] CToxProto::OnFriendFile: incoming avatar (65536) from (0) [06:49:12 1E30] [FoxyToxy] CToxProto::CancelTransfer: Transfer (65536) is canceled [06:49:12 1E30] [FoxyToxy] CToxProto::OnFriendFile: incoming avatar (65536) from (0) [06:49:12 1E30] [FoxyToxy] CToxProto::CancelTransfer: Transfer (65536) is canceled [06:49:21 1E30] [FoxyToxy] CToxProto::OnFriendFile: incoming avatar (65536) from (0) [06:49:21 1E30] [FoxyToxy] CToxProto::CancelTransfer: Transfer (65536) is canceled [06:49:21 1E30] [FoxyToxy] CToxProto::OnFriendFile: incoming avatar (65536) from (0) [06:49:21 1E30] [FoxyToxy] CToxProto::CancelTransfer: Transfer (65536) is canceled [06:49:30 1E30] [FoxyToxy] CToxProto::OnFriendFile: incoming avatar (65536) from (0) [06:49:30 1E30] [FoxyToxy] CToxProto::CancelTransfer: Transfer (65536) is canceled [06:49:30 1E30] [FoxyToxy] CToxProto::OnFriendFile: incoming avatar (65536) from (0) [06:49:30 1E30] [FoxyToxy] CToxProto::CancelTransfer: Transfer (65536) is canceled [06:49:39 1E30] [FoxyToxy] CToxProto::OnFriendFile: incoming avatar (65536) from (0) [06:49:39 1E30] [FoxyToxy] CToxProto::CancelTransfer: Transfer (65536) is canceled [06:49:39 1E30] [FoxyToxy] CToxProto::OnFriendFile: incoming avatar (65536) from (0) [06:49:39 1E30] [FoxyToxy] CToxProto::CancelTransfer: Transfer (65536) is canceled
2017-01-31- NUF_HTTPGATEWAY: unused option removed;George Hazan
- NETLIBUSER::szDescriptiveName replaced with MAllStrings; - code cleaning.
2017-01-17useless field DBEVENTINFO::cbSize removedGeorge Hazan
2017-01-16DB_AUTH_BLOB: handy piece of code moved into the coreGeorge Hazan
2017-01-16Utf8DecodeT/Utf8EncodeT macros considered useless and replaced with ↵George Hazan
Utf8DecodeW/Utf8EncodeW
2017-01-13a bit less netlib servicesGeorge Hazan
2017-01-12Netlib_FreeHttpRequest() instead of MS_NETLIB_FREEHTTPREQUESTSTRUCTGeorge Hazan
2017-01-11strong typization - better typizationGeorge Hazan
2017-01-01bump copyright yeardartraiden
2016-12-02MS_SYSTEM_* services became functionsGeorge Hazan
2016-10-29unneeded macros removedGeorge Hazan
2016-10-28- old useless helpers removed from the Options module;George Hazan
- mir_app functions introduced instead of them; - OPENOPTIONSDIALOG structure removed from m_options.h