From NoCos30 at hotmail.com Thu Nov 10 20:20:06 2016 From: NoCos30 at hotmail.com (Nocs ...) Date: Thu, 10 Nov 2016 20:20:06 +0000 Subject: [Tox Support] Tox chat advice needed Message-ID: Hello to all, First of all thanks and congruts for the great chat and finally p2p with no servers needed :) I was stumble upon NAT and connections between two ips for a very long time until someone eventually pointed me at this very good application. Exactly what i was looking for. To short things out for what i would like as an advice is that i am newbie c++ developer and i would like to use only the connections of tox chat not the interfave cause i allready have my own but i found hard to understand which of all the clients or which open source git to search for. I would like to use the tox only for windows for the time being not posix or at least only windows, macintosh and linux so i want to find where to start from, which git should i download of them all and a small way to find only the connections from inside this wonderfull chat. (create socket, bind socket, listen socket, send and recieve message with the ips others or ids) I dont want the interface neither any fancy stuff, i just want to be able to find the code that connects 2 pc`s or more through internet so i can attach it to my own interface. Thank you in advance -------------- next part -------------- An HTML attachment was scrubbed... URL: From zelesh-tia at rambler.ru Fri Nov 11 01:28:51 2016 From: zelesh-tia at rambler.ru (=?koi8-r?B?9MnBIPrFzMXb?=) Date: Fri, 11 Nov 2016 04:28:51 +0300 Subject: [Tox Support] =?utf-8?q?=28no_subject=29?= Message-ID: <1478827731.169577.24758.45983@mail.rambler.ru> Hello! I forgot the password of your account Tox. How can I restore it? DiVianna -------------- next part -------------- An HTML attachment was scrubbed... URL: From nurupo at tox.chat Fri Nov 11 01:36:12 2016 From: nurupo at tox.chat (nurupo) Date: Thu, 10 Nov 2016 20:36:12 -0500 Subject: [Tox Support] (no subject) In-Reply-To: <1478827731.169577.24758.45983@mail.rambler.ru> References: <1478827731.169577.24758.45983@mail.rambler.ru> Message-ID: <6cce6d068ed65c93b81bef03e8bd2046@mail.tox.chat> Hello, The password that you enter every time you start a Tox client? It can't be restored. If it could be restored, that would mean that the password is stored somewhere on your computer unencrypted, which defeats the entire purpose of having a password in the first place. --- Regards, nurupo On 2016-11-10 20:28, ??? ????? wrote: > Hello! > > I forgot the password of your account Tox. How can I restore it? > > DiVianna > _______________________________________________ > Support mailing list > Support at lists.tox.chat > https://lists.tox.chat/listinfo/support From zelesh-tia at rambler.ru Fri Nov 11 01:55:55 2016 From: zelesh-tia at rambler.ru (=?koi8-r?B?9MnBIPrFzMXb?=) Date: Fri, 11 Nov 2016 04:55:55 +0300 Subject: [Tox Support] =?utf-8?q?=28no_subject=29?= Message-ID: <1478829355.975015.16664.21531@mail.rambler.ru> Greetings! I forgot the password from Tox. Perhaps if it somehow reset or restore? And I'm subscribed to the mailing list. Thank you in advance! DiVianna -------------- next part -------------- An HTML attachment was scrubbed... URL: From nurupocontributions at gmail.com Fri Nov 11 02:04:26 2016 From: nurupocontributions at gmail.com (nurupo) Date: Thu, 10 Nov 2016 21:04:26 -0500 Subject: [Tox Support] Tox chat advice needed In-Reply-To: References: Message-ID: Hello, If all you want is a library for network communication that implements NAT pass-through, you might want to look into Raknet library or find similar libraries. http://www.jenkinssoftware.com/raknet/manual/nattraversalarchitecture.html http://www.jenkinssoftware.com/raknet/manual/natpunchthrough.html You could use Tox in your application, but it might be an overkill for what you need. All Tox clients use Toxcore library for networking and encryption. Toxcore encrypts all the communication and it doesn't allow you to specify an IP address of the person you want to connect to, you have to use ToxID instead of IP. Toxcore uses DHT to perform the lookup of the IP:port of the person you want to connect to based on the ToxID, and it keeps the IP:port information internally, it's not exposed in the public API of Toxcore. Because Tox participates in DHT, interacting with other DHT peers, it uses some extra bandwidth, which might not be desirable for your use. It can easily use a few hundred of MiBs of bandwidth in an hour. If this is fine by you, then you might be interested in looking at https://github.com/TokTok/c-toxcore/blob/master/toxcore/tox.h On Thu, Nov 10, 2016 at 3:20 PM, Nocs ... wrote: > Hello to all, > > > First of all thanks and congruts for the great chat and finally p2p with > no servers needed :) > > I was stumble upon NAT and connections between two ips for a very long > time until someone eventually pointed me at this very good application. > Exactly what i was looking for. > > > To short things out for what i would like as an advice is that i am newbie > c++ developer and i would like to use > > only the connections of tox chat not the interfave cause i allready have > my own but i found hard to understand which of all the clients or which > > open source git to search for. > > I would like to use the tox only for windows for the time being not posix > or at least only windows, macintosh and linux > > so i want to find where to start from, which git should i download of them > all and a small way to find only the connections from inside this > wonderfull chat. (create socket, bind socket, listen socket, send and > recieve message with the ips others or ids) > > I dont want the interface neither any fancy stuff, i just want to be able > to find the code that connects 2 pc`s or more through internet so i can > attach it to my own interface. > > > Thank you in advance > > > > > _______________________________________________ > Support mailing list > Support at lists.tox.chat > https://lists.tox.chat/listinfo/support > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From NoCos30 at hotmail.com Fri Nov 11 05:20:04 2016 From: NoCos30 at hotmail.com (Nocs ...) Date: Fri, 11 Nov 2016 05:20:04 +0000 Subject: [Tox Support] Tox chat advice needed In-Reply-To: References: , Message-ID: Hi nurupo, Thanks for your nice and very detailed answer. I dont think it is a problem using toxID But i would like to ask also just to be sure if i could use it cause i only tested it to check if it connects p2p, i didnt check for stored data or anything else yet. I would like to know first of all if anything, even a temp file is stored while i am using Tox even if i run the program even when i close it cause i prefer not to store anything on local computer even when running except ofcourse from memory data needed from the program while running (is this possible in the core functions to avoid logs, temp files, and especially loggin initials) ? And second i would like to know if i can create automatic this ToxID for evey member and only once for any member, for example if a new member joins into my app, a new ToxId will be created automatically behind the scenes and will be used for the reason of chat between other members by exchanging automatic this ToxID behind the scenes if the member chooses to speak with another member from a list or choosing to chat in a public room by using his ToxID behind the scenes always automatic Not even the member who uses it knows his ToxID in other words and not even the other one who chooses to speak to knows their ToxID Since it is a sign up member chat system and the toxID can be created once automatically noone have to know noones ToxID they can see the list of people though that can contact too or join a private chat for example with a list of nicknames (people) to chat to. ________________________________ From: Support on behalf of nurupo Sent: Friday, November 11, 2016 4:04:26 AM To: support at lists.tox.chat Subject: Re: [Tox Support] Tox chat advice needed Hello, If all you want is a library for network communication that implements NAT pass-through, you might want to look into Raknet library or find similar libraries. http://www.jenkinssoftware.com/raknet/manual/nattraversalarchitecture.html http://www.jenkinssoftware.com/raknet/manual/natpunchthrough.html You could use Tox in your application, but it might be an overkill for what you need. All Tox clients use Toxcore library for networking and encryption. Toxcore encrypts all the communication and it doesn't allow you to specify an IP address of the person you want to connect to, you have to use ToxID instead of IP. Toxcore uses DHT to perform the lookup of the IP:port of the person you want to connect to based on the ToxID, and it keeps the IP:port information internally, it's not exposed in the public API of Toxcore. Because Tox participates in DHT, interacting with other DHT peers, it uses some extra bandwidth, which might not be desirable for your use. It can easily use a few hundred of MiBs of bandwidth in an hour. If this is fine by you, then you might be interested in looking at https://github.com/TokTok/c-toxcore/blob/master/toxcore/tox.h On Thu, Nov 10, 2016 at 3:20 PM, Nocs ... > wrote: Hello to all, First of all thanks and congruts for the great chat and finally p2p with no servers needed :) I was stumble upon NAT and connections between two ips for a very long time until someone eventually pointed me at this very good application. Exactly what i was looking for. To short things out for what i would like as an advice is that i am newbie c++ developer and i would like to use only the connections of tox chat not the interfave cause i allready have my own but i found hard to understand which of all the clients or which open source git to search for. I would like to use the tox only for windows for the time being not posix or at least only windows, macintosh and linux so i want to find where to start from, which git should i download of them all and a small way to find only the connections from inside this wonderfull chat. (create socket, bind socket, listen socket, send and recieve message with the ips others or ids) I dont want the interface neither any fancy stuff, i just want to be able to find the code that connects 2 pc`s or more through internet so i can attach it to my own interface. Thank you in advance _______________________________________________ Support mailing list Support at lists.tox.chat https://lists.tox.chat/listinfo/support -------------- next part -------------- An HTML attachment was scrubbed... URL: From NoCos30 at hotmail.com Sat Nov 12 14:15:31 2016 From: NoCos30 at hotmail.com (Nocs ...) Date: Sat, 12 Nov 2016 14:15:31 +0000 Subject: [Tox Support] Right Order of commands from Tox Message-ID: Hello again, I am trying with c-toxcore to make a main.cpp and use the Tox.h and tox.cpp I would like to know if anyone can guide me to the right direction and order of commands as below or how the commands order and commands are should be : int main(){ variable tox create new tox (create a new toxID) or (use an allready created toxID) create and start the server to the specific ip, port, and anything else is needed try to connect to other tox client created in the same way as above with ToxID or internet or how it is connected. close the connection with the other client close the server exit } I am trying to find these commands by including tox.h to test and understand how to use the commands but i have some issues can anyone point me or give a right way to do it ? Thank you all in advance for your time and guidance -------------- next part -------------- An HTML attachment was scrubbed... URL: From NoCos30 at hotmail.com Sat Nov 12 17:18:00 2016 From: NoCos30 at hotmail.com (Nocs ...) Date: Sat, 12 Nov 2016 17:18:00 +0000 Subject: [Tox Support] Right Order of commands from Tox In-Reply-To: References: Message-ID: i am trying to make the basics with toxcore no user interface for the moment just connections and send and recieve message with toxcore but i wanted only for windows and visual studio comes up with many errors with posix includes is there anywhere i could find a core of tox with no posix? only for windows ? ________________________________ From: Support on behalf of Nocs ... Sent: Saturday, November 12, 2016 4:15:31 PM To: support at lists.tox.chat Subject: [Tox Support] Right Order of commands from Tox Hello again, I am trying with c-toxcore to make a main.cpp and use the Tox.h and tox.cpp I would like to know if anyone can guide me to the right direction and order of commands as below or how the commands order and commands are should be : int main(){ variable tox create new tox (create a new toxID) or (use an allready created toxID) create and start the server to the specific ip, port, and anything else is needed try to connect to other tox client created in the same way as above with ToxID or internet or how it is connected. close the connection with the other client close the server exit } I am trying to find these commands by including tox.h to test and understand how to use the commands but i have some issues can anyone point me or give a right way to do it ? Thank you all in advance for your time and guidance -------------- next part -------------- An HTML attachment was scrubbed... URL: From nurupo at tox.chat Sun Nov 13 09:03:30 2016 From: nurupo at tox.chat (nurupo) Date: Sun, 13 Nov 2016 04:03:30 -0500 Subject: [Tox Support] Right Order of commands from Tox In-Reply-To: References: Message-ID: Hi, If you want to learn how to use toxcore, the public API header file explains that https://github.com/TokTok/c-toxcore/blob/master/toxcore/tox.h. It is very well documented. There is also an example of using toxcore to write a simple echo bot https://wiki.tox.chat/developers/client_examples/echo_bot. If you want to compile toxcore for Windows, you need a compiler with a full support of C99 standard. Visual Studio has only partial support of C99, so you won't be able to compile toxcore using Visual Studio. There is also no support for compilation with Visual Studio in the toxcore's build system because of that. You need to use mingw-w64 or clang compilers to compile toxcore on Windows. I personally suggest building Windows toxcore on a Linux system, using mingw-w64 cross-compiler, as it seems to be easier than compiling toxcore directly on a Windows system, because some of the toxcore's dependencies use autotools build system which requires msys to run on Windows. You can find instructions on how to cross-compile toxcore for Windows at https://github.com/TokTok/c-toxcore/blob/master/INSTALL.md#cross-compile. --- Regards, nurupo On 2016-11-12 12:18, Nocs ... wrote: > i am trying to make the basics with toxcore no user interface for the > moment just connections and send and recieve message with toxcore but > i wanted only for windows and visual studio comes up with many errors > with posix includes > is there anywhere i could find a core of tox with no posix? only for > windows ? [1] > > ------------------------- > > FROM: Support on behalf of Nocs ... > > SENT: Saturday, November 12, 2016 4:15:31 PM > TO: support at lists.tox.chat > SUBJECT: [Tox Support] Right Order of commands from Tox > > Hello again, > > I am trying with c-toxcore to make a main.cpp and use the Tox.h and > tox.cpp > > I would like to know if anyone can guide me to the right direction and > order of commands as below or how the commands order and commands > > are should be : > > int main(){ > > variable tox create new tox > > (create a new toxID) or (use an allready created toxID) > > create and start the server to the specific ip, port, and > anything else is needed > > try to connect to other tox client created in the same way as > above with ToxID or internet or how it is connected. > > close the connection with the other client > > close the server > > exit > > } > > I am trying to find these commands by including tox.h to test and > understand how to use the commands but i have some issues > > can anyone point me or give a right way to do it ? > > Thank you all in advance for your time and guidance > > > > Links: > ------ > [1] http://aka.ms/weboutlook > _______________________________________________ > Support mailing list > Support at lists.tox.chat > https://lists.tox.chat/listinfo/support From piequiex at nym.mixmin.net Sun Nov 13 20:18:44 2016 From: piequiex at nym.mixmin.net (piequiex) Date: Sun, 13 Nov 2016 20:18:44 +0000 (GMT) Subject: [Tox Support] tox-bootstrapd Message-ID: <20161113201844.45D28120073@fleegle.mixmin.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 tox-bootstrapd and tox client - does they interact? - -- 0x16E684E1A170D8A3 ~~~ This PGP signature only certifies the sender and date of the message. It implies no approval from the administrators of nym.mixmin.net. Date: Sun Nov 13 20:18:44 2016 GMT From: piequiex at nym.mixmin.net -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlgoyqQACgkQViYZwngkfDv3+wCdEAsud1NdRMHnuLawGL5oxqtA hLoAoKw2ufeO8dRdMfJTzIj+rwlsNODl =bf1E -----END PGP SIGNATURE----- From zetok at openmailbox.org Sun Nov 13 20:46:57 2016 From: zetok at openmailbox.org (Zetok Zalbavar) Date: Sun, 13 Nov 2016 20:46:57 +0000 Subject: [Tox Support] tox-bootstrapd In-Reply-To: <20161113201844.45D28120073@fleegle.mixmin.net> References: <20161113201844.45D28120073@fleegle.mixmin.net> Message-ID: <4b4c4590-8db0-2521-be31-1b46c33757e4@openmailbox.org> On 13.11.2016 20:18, piequiex wrote: > tox-bootstrapd and tox client - does they interact? Yes. -- Kind regards, Zetok Zalbavar ---- tox:29AE62F95C56063D833024B1CB5C2140DC4AEB94A80FF4596CACC460D7BAA062E0A92C3424A0 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From piequiex at nym.mixmin.net Sun Nov 13 23:05:01 2016 From: piequiex at nym.mixmin.net (piequiex) Date: Sun, 13 Nov 2016 23:05:01 +0000 (GMT) Subject: [Tox Support] UDP 33446 Message-ID: <20161113230501.A0B3A12007B@fleegle.mixmin.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 What is purpose of this port and how to change it? - -- 0x16E684E1A170D8A3 ~~~ This PGP signature only certifies the sender and date of the message. It implies no approval from the administrators of nym.mixmin.net. Date: Sun Nov 13 23:05:01 2016 GMT From: piequiex at nym.mixmin.net -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlgo8Z0ACgkQViYZwngkfDsLTACfSGjZ2rYaYXqTZmZTZMIIk+8r mZAAoJYEpRVrpVGJF0dLCddCBBl4T+Fg =bc16 -----END PGP SIGNATURE----- From email at oranges.net.nz Sun Nov 13 23:08:49 2016 From: email at oranges.net.nz (oranges) Date: Mon, 14 Nov 2016 12:08:49 +1300 Subject: [Tox Support] UDP 33446 In-Reply-To: <20161113230501.A0B3A12007B@fleegle.mixmin.net> References: <20161113230501.A0B3A12007B@fleegle.mixmin.net> Message-ID: <28c6ca26-7a23-0625-bae3-6bb2656d187d@oranges.net.nz> This port was just picked at random, I do not know if there was any significance to it. In terms of changing the port, it shouldn't be a problem, but the exact details of how to do it will depend on what you are actually using as a client or bootstrap daemon. If you clarify, someone should be able to assist you. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: OpenPGP digital signature URL: From zetok at openmailbox.org Sun Nov 13 23:09:07 2016 From: zetok at openmailbox.org (Zetok Zalbavar) Date: Sun, 13 Nov 2016 23:09:07 +0000 Subject: [Tox Support] UDP 33446 In-Reply-To: <20161113230501.A0B3A12007B@fleegle.mixmin.net> References: <20161113230501.A0B3A12007B@fleegle.mixmin.net> Message-ID: On 13.11.2016 23:05, piequiex wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > What is purpose of this port and how to change it? The default port for network stuff. To change it, clients would need support for that. There's a PR to qTox with that functionality, and it looks like it could make use of some help: https://github.com/qTox/qTox/pull/3750 Would you be interested in helping? -- Kind regards, Zetok Zalbavar ---- tox:29AE62F95C56063D833024B1CB5C2140DC4AEB94A80FF4596CACC460D7BAA062E0A92C3424A0 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From piequiex at nym.mixmin.net Tue Nov 15 02:28:30 2016 From: piequiex at nym.mixmin.net (piequiex) Date: Tue, 15 Nov 2016 02:28:30 +0000 (GMT) Subject: [Tox Support] UDP 33446 References: <20161113230501.A0B3A12007B@fleegle.mixmin.net> Message-ID: <20161115022830.5377D120079@fleegle.mixmin.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > On 13.11.2016 23:05, piequiex wrote: > > What is purpose of this port and how to change it? > > The default port for network stuff. To change it, clients would need > support for that. > > There's a PR to qTox with that functionality, and it looks like it could > make use of some help: > > https://github.com/qTox/qTox/pull/3750 > > Would you be interested in helping? Do you have patch? - -- 0x16E684E1A170D8A3 ~~~ This PGP signature only certifies the sender and date of the message. It implies no approval from the administrators of nym.mixmin.net. Date: Tue Nov 15 02:28:30 2016 GMT From: piequiex at nym.mixmin.net -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlgqcs4ACgkQViYZwngkfDs1AwCfTh9Q9xt+p621kcSurWfghbSM ml4AoJ09GIb6RHpgkQGTSRhW03Ijlffa =OYQ7 -----END PGP SIGNATURE----- From zetok at openmailbox.org Tue Nov 15 09:17:12 2016 From: zetok at openmailbox.org (Zetok Zalbavar) Date: Tue, 15 Nov 2016 09:17:12 +0000 Subject: [Tox Support] UDP 33446 In-Reply-To: <20161115022830.5377D120079@fleegle.mixmin.net> References: <20161113230501.A0B3A12007B@fleegle.mixmin.net> <20161115022830.5377D120079@fleegle.mixmin.net> Message-ID: <4f53f38f-1f97-25b7-3562-29c5110d74af@openmailbox.org> On 15.11.2016 02:28, piequiex wrote: >> On 13.11.2016 23:05, piequiex wrote: >>> What is purpose of this port and how to change it? > >> The default port for network stuff. To change it, clients would need >> support for that. > >> There's a PR to qTox with that functionality, and it looks like it could >> make use of some help: > >> https://github.com/qTox/qTox/pull/3750 > >> Would you be interested in helping? > > Do you have patch? Patches of GH PRs can be obtained by adding a .patch suffix to the PR link, i.e. `wget https://github.com/qTox/qTox/pull/3750.patch` -- Kind regards, Zetok Zalbavar ---- tox:29AE62F95C56063D833024B1CB5C2140DC4AEB94A80FF4596CACC460D7BAA062E0A92C3424A0 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From NoCos30 at hotmail.com Tue Nov 15 22:49:10 2016 From: NoCos30 at hotmail.com (Nocs ...) Date: Tue, 15 Nov 2016 22:49:10 +0000 Subject: [Tox Support] Toxcore in a lib or dll ? Message-ID: Is there any possibillity to be able to find the toxcore as lib or dll file and use it in a windows app ? to call the function of the dll or lib from a main.cpp ? Thanks in advance for your time and undestanding -------------- next part -------------- An HTML attachment was scrubbed... URL: From piequiex at nym.mixmin.net Wed Nov 16 03:51:38 2016 From: piequiex at nym.mixmin.net (piequiex) Date: Wed, 16 Nov 2016 03:51:38 +0000 (GMT) Subject: [Tox Support] qtox Message-ID: <20161116035138.284A3120079@fleegle.mixmin.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 How to avoid password asking on start? - -- 0x16E684E1A170D8A3 ~~~ This PGP signature only certifies the sender and date of the message. It implies no approval from the administrators of nym.mixmin.net. Date: Wed Nov 16 03:51:37 2016 GMT From: piequiex at nym.mixmin.net -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlgr18oACgkQViYZwngkfDsEvgCfXTg1YYvUAUoHHBmwtDVNJK/c 8GYAnj8LXLF4GYrTLFMJDJuBqI6rnDw9 =HYvs -----END PGP SIGNATURE----- From nurupo at tox.chat Wed Nov 16 05:27:08 2016 From: nurupo at tox.chat (nurupo) Date: Wed, 16 Nov 2016 00:27:08 -0500 Subject: [Tox Support] Toxcore in a lib or dll ? In-Reply-To: References: Message-ID: <6761f4d60249d9c783eff173fbbf1cce@mail.tox.chat> Hi, It's always better to build the library yourself the way you want. You could try using the dlls built by our build server. They are built using mingw-w64, don't know if they can be used with MSVC. The builds are based on the master branch of toktok/c-toxcore, not on a stalbe release of it. https://build.tox.chat/view/libtoxcore/job/libtoxcore-toktok_build_windows_x86_shared_release/ https://build.tox.chat/view/libtoxcore/job/libtoxcore-toktok_build_windows_x86-64_shared_release/ --- Regards, nurupo On 2016-11-15 17:49, Nocs ... wrote: > Is there any possibillity to be able to find the toxcore as lib or dll > file and use it in a windows app ? to call the function of the dll or > lib from a main.cpp ? > > Thanks in advance for your time and undestanding > _______________________________________________ > Support mailing list > Support at lists.tox.chat > https://lists.tox.chat/listinfo/support From zetok at openmailbox.org Wed Nov 16 09:50:01 2016 From: zetok at openmailbox.org (Zetok Zalbavar) Date: Wed, 16 Nov 2016 09:50:01 +0000 Subject: [Tox Support] qtox In-Reply-To: <20161116035138.284A3120079@fleegle.mixmin.net> References: <20161116035138.284A3120079@fleegle.mixmin.net> Message-ID: <5c198864-a406-fefd-fafd-0c24e43d5f9b@openmailbox.org> On 16.11.2016 03:51, piequiex wrote: > How to avoid password asking on start? https://github.com/qTox/qTox/blob/master/doc/user_manual_en.md#profile Does that help? -- Kind regards, Zetok Zalbavar ---- tox:29AE62F95C56063D833024B1CB5C2140DC4AEB94A80FF4596CACC460D7BAA062E0A92C3424A0 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From sality24 at yandex.ru Wed Nov 16 19:19:15 2016 From: sality24 at yandex.ru (=?utf-8?B?0KHQtdGA0LPQtdC5INCf0LDQu9GM0YfQuNC60L7Qsg==?=) Date: Wed, 16 Nov 2016 22:19:15 +0300 Subject: [Tox Support] Tails and utox Message-ID: <72F799D9-F9A6-4ABB-B19F-99FFA592B983@yandex.ru> Good evening, installed it on my tails program messaging utox but the connection status says offline, I can't understand what's the problem, do not prompt ? From piequiex at nym.mixmin.net Thu Nov 17 00:02:28 2016 From: piequiex at nym.mixmin.net (piequiex) Date: Thu, 17 Nov 2016 00:02:28 +0000 (GMT) Subject: [Tox Support] codec Message-ID: <20161117000228.9AC8B120079@fleegle.mixmin.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Video-call eats of of CPU, image may come distorted often. Add more codes, especially lightweight. - -- 0x16E684E1A170D8A3 ~~~ This PGP signature only certifies the sender and date of the message. It implies no approval from the administrators of nym.mixmin.net. Date: Thu Nov 17 00:02:28 2016 GMT From: piequiex at nym.mixmin.net -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlgs85QACgkQViYZwngkfDseKwCgiNZiYPoZcn6QAwt+Qi4eZl6E GocAnin6Jgizoqe1wMo/StaaiWOTP79z =LomV -----END PGP SIGNATURE----- From piequiex at nym.mixmin.net Thu Nov 17 03:07:32 2016 From: piequiex at nym.mixmin.net (piequiex) Date: Thu, 17 Nov 2016 03:07:32 +0000 (GMT) Subject: [Tox Support] qtox References: <20161116035138.284A3120079@fleegle.mixmin.net> <5c198864-a406-fefd-fafd-0c24e43d5f9b@openmailbox.org> Message-ID: <20161117030732.2F3A5120079@fleegle.mixmin.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > On 16.11.2016 03:51, piequiex wrote: > > How to avoid password asking on start? > > https://github.com/qTox/qTox/blob/master/doc/user_manual_en.md#profile > Does that help? Now qtox does not ask me for password. Does it mean that anyone able now to log in with my nick? - -- 0x16E684E1A170D8A3 ~~~ This PGP signature only certifies the sender and date of the message. It implies no approval from the administrators of nym.mixmin.net. Date: Thu Nov 17 03:07:32 2016 GMT From: piequiex at nym.mixmin.net -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlgtHvQACgkQViYZwngkfDsDWQCglozHMcD7DQwj0M7yqWL2Zv3f naUAoKp1yzMLRGxC2TOLDiJZwJA8cWch =DRMo -----END PGP SIGNATURE----- From nurupo at tox.chat Thu Nov 17 03:10:28 2016 From: nurupo at tox.chat (nurupo) Date: Wed, 16 Nov 2016 22:10:28 -0500 Subject: [Tox Support] qtox In-Reply-To: <20161117030732.2F3A5120079@fleegle.mixmin.net> References: <20161116035138.284A3120079@fleegle.mixmin.net> <5c198864-a406-fefd-fafd-0c24e43d5f9b@openmailbox.org> <20161117030732.2F3A5120079@fleegle.mixmin.net> Message-ID: Anyone who has enough permissions to read the qTox profile file stored on your computer. --- Regards, nurupo On 2016-11-16 22:07, piequiex wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > >> On 16.11.2016 03:51, piequiex wrote: >> > How to avoid password asking on start? >> >> https://github.com/qTox/qTox/blob/master/doc/user_manual_en.md#profile >> Does that help? > > Now qtox does not ask me for password. Does it mean that anyone able > now to > log in with my nick? > > - -- > 0x16E684E1A170D8A3 > > > ~~~ > This PGP signature only certifies the sender and date of the message. > It implies no approval from the administrators of nym.mixmin.net. > Date: Thu Nov 17 03:07:32 2016 GMT > From: piequiex at nym.mixmin.net > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1 > > iEYEARECAAYFAlgtHvQACgkQViYZwngkfDsDWQCglozHMcD7DQwj0M7yqWL2Zv3f > naUAoKp1yzMLRGxC2TOLDiJZwJA8cWch > =DRMo > -----END PGP SIGNATURE----- > _______________________________________________ > Support mailing list > Support at lists.tox.chat > https://lists.tox.chat/listinfo/support From zetok at openmailbox.org Thu Nov 17 10:00:49 2016 From: zetok at openmailbox.org (Zetok Zalbavar) Date: Thu, 17 Nov 2016 10:00:49 +0000 Subject: [Tox Support] codec In-Reply-To: <20161117000228.9AC8B120079@fleegle.mixmin.net> References: <20161117000228.9AC8B120079@fleegle.mixmin.net> Message-ID: <19757298-19ac-3144-c1ac-258f5a6ff2a4@openmailbox.org> On 17.11.2016 00:02, piequiex wrote: > Video-call eats of of CPU, image may come distorted often. Add more codes, > especially lightweight. What lightweight codecs that can be used and would actually help? -- Kind regards, Zetok Zalbavar ---- tox:29AE62F95C56063D833024B1CB5C2140DC4AEB94A80FF4596CACC460D7BAA062E0A92C3424A0 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From NoCos30 at hotmail.com Thu Nov 17 12:49:20 2016 From: NoCos30 at hotmail.com (Nocs ...) Date: Thu, 17 Nov 2016 12:49:20 +0000 Subject: [Tox Support] codec In-Reply-To: <19757298-19ac-3144-c1ac-258f5a6ff2a4@openmailbox.org> References: <20161117000228.9AC8B120079@fleegle.mixmin.net>, <19757298-19ac-3144-c1ac-258f5a6ff2a4@openmailbox.org> Message-ID: I dont know if this could help about video or audio codecs but there are open source and very light ones but since i am noob someone with better knowledge than me can check this page if it can be used in tox, it may be very helpfull in audio and visual and very light ones also. https://mpc-hc.org/downloads/ ________________________________ From: Support on behalf of Zetok Zalbavar Sent: Thursday, November 17, 2016 12:00:49 PM To: support at lists.tox.chat Subject: Re: [Tox Support] codec On 17.11.2016 00:02, piequiex wrote: > Video-call eats of of CPU, image may come distorted often. Add more codes, > especially lightweight. What lightweight codecs that can be used and would actually help? -- Kind regards, Zetok Zalbavar ---- tox:29AE62F95C56063D833024B1CB5C2140DC4AEB94A80FF4596CACC460D7BAA062E0A92C3424A0 -------------- next part -------------- An HTML attachment was scrubbed... URL: From piequiex at nym.mixmin.net Thu Nov 17 16:43:26 2016 From: piequiex at nym.mixmin.net (piequiex) Date: Thu, 17 Nov 2016 16:43:26 +0000 (GMT) Subject: [Tox Support] codec References: <20161117000228.9AC8B120079@fleegle.mixmin.net> <19757298-19ac-3144-c1ac-258f5a6ff2a4@openmailbox.org> Message-ID: <20161117164326.42E15120073@fleegle.mixmin.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > On 17.11.2016 00:02, piequiex wrote: > > Video-call eats of of CPU, image may come distorted often. Add more codes, > > especially lightweight. > > What lightweight codecs that can be used and would actually help? I can't tell you what exactly, but... Skype provides smooth image and voice. P.S. How about speex? - -- 0x16E684E1A170D8A3 ~~~ This PGP signature only certifies the sender and date of the message. It implies no approval from the administrators of nym.mixmin.net. Date: Thu Nov 17 16:43:26 2016 GMT From: piequiex at nym.mixmin.net -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlgt3i4ACgkQViYZwngkfDvFvwCeKoWmn3smoueUWrBnqSv2LfbF ysMAn2Mn8kUDyGEY7Duo/fjFrq6BaLce =9PL+ -----END PGP SIGNATURE----- From zetok at openmailbox.org Thu Nov 17 17:27:15 2016 From: zetok at openmailbox.org (Zetok Zalbavar) Date: Thu, 17 Nov 2016 17:27:15 +0000 Subject: [Tox Support] codec In-Reply-To: <20161117164326.42E15120073@fleegle.mixmin.net> References: <20161117000228.9AC8B120079@fleegle.mixmin.net> <19757298-19ac-3144-c1ac-258f5a6ff2a4@openmailbox.org> <20161117164326.42E15120073@fleegle.mixmin.net> Message-ID: <76b8420d-d027-6943-eccc-31a320ffd0ee@openmailbox.org> On 17.11.2016 16:43, piequiex wrote: >> On 17.11.2016 00:02, piequiex wrote: >>> Video-call eats of of CPU, image may come distorted often. Add more codes, >>> especially lightweight. > >> What lightweight codecs that can be used and would actually help? > > I can't tell you what exactly, but... Skype provides smooth image and voice. > > P.S. How about speex? > > Opus (what is used) is better than speex. -- Kind regards, Zetok Zalbavar ---- tox:29AE62F95C56063D833024B1CB5C2140DC4AEB94A80FF4596CACC460D7BAA062E0A92C3424A0 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From amuza at riseup.net Thu Nov 24 08:51:32 2016 From: amuza at riseup.net (Amuza) Date: Thu, 24 Nov 2016 09:51:32 +0100 Subject: [Tox Support] Connection status Message-ID: <5836AA14.5070300@riseup.net> Hi there, I'm new in the list, and happy about it! This is an easy one: How can I know whether I am online? I mean connected to the Tox network. According to what I read, when using uTox or qTox, first I get connected to a bootstrap node. How can I check I am connected to any of those bootstrap nodes? And where can I see the nodes I am connected to? Thanks From zetok at openmailbox.org Thu Nov 24 12:26:46 2016 From: zetok at openmailbox.org (Zetok Zalbavar) Date: Thu, 24 Nov 2016 12:26:46 +0000 Subject: [Tox Support] Connection status In-Reply-To: <5836AA14.5070300@riseup.net> References: <5836AA14.5070300@riseup.net> Message-ID: <22251f9f-b05a-fb4e-d1c2-37fbd680b964@openmailbox.org> On 24.11.2016 08:51, Amuza wrote: > Hi there, I'm new in the list, and happy about it! > > This is an easy one: How can I know whether I am online? > I mean connected to the Tox network. > > According to what I read, when using uTox or qTox, first I get connected > to a bootstrap node. > How can I check I am connected to any of those bootstrap nodes? Does this help: https://github.com/qTox/qTox/pull/3916 ? (rendered version: https://github.com/qTox/qTox/blob/a39cb39b522c4322fa27877968fa3a721c1ad761/doc/user_manual_en.md#profile-corner ) > And where can I see the nodes I am connected to? There is other software than tox that you can use to check to what the client you're using connects to. I mean, you can always build toxcore with appropriate debugging level enabled which would produce logs that contain that info, but it's just easier to use software that was designed to do that stuff. Kind regards, Zetok Zalbavar ---- tox:29AE62F95C56063D833024B1CB5C2140DC4AEB94A80FF4596CACC460D7BAA062E0A92C3424A0 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From amuza at riseup.net Thu Nov 24 15:54:43 2016 From: amuza at riseup.net (Amuza) Date: Thu, 24 Nov 2016 16:54:43 +0100 Subject: [Tox Support] Connection status In-Reply-To: <22251f9f-b05a-fb4e-d1c2-37fbd680b964@openmailbox.org> References: <5836AA14.5070300@riseup.net> <22251f9f-b05a-fb4e-d1c2-37fbd680b964@openmailbox.org> Message-ID: <58370D43.8010308@riseup.net> On 24/11/16 13:26, Zetok Zalbavar wrote: > On 24.11.2016 08:51, Amuza wrote: >> Hi there, I'm new in the list, and happy about it! >> >> This is an easy one: How can I know whether I am online? >> I mean connected to the Tox network. >> >> According to what I read, when using uTox or qTox, first I get connected >> to a bootstrap node. >> How can I check I am connected to any of those bootstrap nodes? > Does this help: https://github.com/qTox/qTox/pull/3916 ? > (rendered version: > https://github.com/qTox/qTox/blob/a39cb39b522c4322fa27877968fa3a721c1ad761/doc/user_manual_en.md#profile-corner > ) It does, thank you. But now I have another one. I have configured the proxy settings to connect though Tor (9150). I do not open the Tor browser. I open uTox or qTox and in 5 seconds I see I am online (green). How is that possible? It should stay grey, shoudn't it? >> And where can I see the nodes I am connected to? > There is other software than tox that you can use to check to what the > client you're using connects to. What software do you mean? > > Kind regards, > Zetok Zalbavar > ---- > tox:29AE62F95C56063D833024B1CB5C2140DC4AEB94A80FF4596CACC460D7BAA062E0A92C3424A0 > And, is there any chat group on Tox itself for support? Kind of IRC... Thanks From nurupo at tox.chat Fri Nov 25 00:06:59 2016 From: nurupo at tox.chat (nurupo) Date: Thu, 24 Nov 2016 19:06:59 -0500 Subject: [Tox Support] Connection status In-Reply-To: <5836AA14.5070300@riseup.net> References: <5836AA14.5070300@riseup.net> Message-ID: <729e79f8f2a14d8858f6820a55f6d9eb@mail.tox.chat> Hi, Most clients have some kind of status indicator. It's usually done through color coding where "online" is green, "offline" is red and some other colors for "busy" and "away". So if you see a green status indicator for yourself (i.e. next to your name), it means that you are online. --- Regards, nurupo On 2016-11-24 03:51, Amuza wrote: > Hi there, I'm new in the list, and happy about it! > > This is an easy one: How can I know whether I am online? > I mean connected to the Tox network. > > According to what I read, when using uTox or qTox, first I get > connected > to a bootstrap node. > How can I check I am connected to any of those bootstrap nodes? > And where can I see the nodes I am connected to? > > Thanks > > _______________________________________________ > Support mailing list > Support at lists.tox.chat > https://lists.tox.chat/listinfo/support From nurupo at tox.chat Fri Nov 25 05:37:45 2016 From: nurupo at tox.chat (nurupo) Date: Fri, 25 Nov 2016 00:37:45 -0500 Subject: [Tox Support] Toxcore in a lib or dll ? In-Reply-To: References: Message-ID: <2ad9ce372075ad0ecfb1954b84d47b29@mail.tox.chat> Hi, The links point to the latest https://github.com/TokTok/c-toxcore cross-compiled for Windows. Whenever a commit is pushed to https://github.com/TokTok/c-toxcore, the build machine automatically rebuilds it and produces new .dll. It's not "stable" though. Toxcore does releases https://github.com/TokTok/c-toxcore/releases, which is what you would consider stable, but the build machine builds .dll based on the most recent development progress. We might add stable toxcore builds to the build server at some point in the future, though I can't promise that. Btw, instead of replying to me in private, it's better if you replied to the entire Support mailing list, so that our conversation would be archived in case someone has similar question to yours in the future. --- Regards, nurupo On 2016-11-24 22:32, Nocs ... wrote: > Hi nurupo > > Yes the dll version of toxcore it works in MVS :) i tested with echo > bot as the tutorial says and though in the first time it didnt connect > at all > > it did actually came up that it is working fine ... > > Where can i find the latest toxcore builded in dll with headers and > the lib as the below links cause i can`t compile it my own from posix, > i really need the latest stable compiled dll as the links below and i > will handle the rest. > > Thank you in advance nurupo :D > > ------------------------- > > FROM: Support on behalf of nurupo via > Support > SENT: Wednesday, November 16, 2016 7:27 AM > TO: support at lists.tox.chat > SUBJECT: Re: [Tox Support] Toxcore in a lib or dll ? > > Hi, > > It's always better to build the library yourself the way you want. > > You could try using the dlls built by our build server. They are built > > using mingw-w64, don't know if they can be used with MSVC. > The builds are based on the master branch of toktok/c-toxcore, not on > a > stalbe release of it. > > https://build.tox.chat/view/libtoxcore/job/libtoxcore-toktok_build_windows_x86_shared_release/ > https://build.tox.chat/view/libtoxcore/job/libtoxcore-toktok_build_windows_x86-64_shared_release/ > > --- > Regards, > nurupo > > On 2016-11-15 17:49, Nocs ... wrote: >> Is there any possibillity to be able to find the toxcore as lib or > dll >> file and use it in a windows app ? to call the function of the dll > or >> lib from a main.cpp ? >> >> Thanks in advance for your time and undestanding >> _______________________________________________ >> Support mailing list >> Support at lists.tox.chat >> https://lists.tox.chat/listinfo/support > _______________________________________________ > Support mailing list > Support at lists.tox.chat > https://lists.tox.chat/listinfo/support From NoCos30 at hotmail.com Fri Nov 25 13:41:27 2016 From: NoCos30 at hotmail.com (Nocs ...) Date: Fri, 25 Nov 2016 13:41:27 +0000 Subject: [Tox Support] Toxcore in a lib or dll ? In-Reply-To: <2ad9ce372075ad0ecfb1954b84d47b29@mail.tox.chat> References: , <2ad9ce372075ad0ecfb1954b84d47b29@mail.tox.chat> Message-ID: Thank you for your response, yes i will reply to all, sorry for that reply only to your respond. I dont know yet all the functions or bugs or updates that toxcore have so with the word stable i was refering to a toxcore version that bugs from time to time (if any) are solved (updates for e.x.) If the toxcore dont have updates and the updates are only for the interface it doesn`t matter for me i only need the updates of the toxcore. The links you provide are ok but since i cant compile it in windows for posix and make my own dll i was asking where could i get after any update the latest dll of the toxcore ready and builded without having from me to recompile the hole toxcore cause i cant. Is this link https://build.tox.chat/view/libtoxcore/ ok for finding the latest toxcore in dll ready and builded ? Thanks in advance [?] i am very glad i could finally make it work in mvs ________________________________ From: Support on behalf of nurupo via Support Sent: Friday, November 25, 2016 7:37:45 AM To: support at lists.tox.chat Subject: Re: [Tox Support] Toxcore in a lib or dll ? Hi, The links point to the latest https://github.com/TokTok/c-toxcore cross-compiled for Windows. Whenever a commit is pushed to https://github.com/TokTok/c-toxcore, the build machine automatically rebuilds it and produces new .dll. It's not "stable" though. Toxcore does releases https://github.com/TokTok/c-toxcore/releases, which is what you would consider stable, but the build machine builds .dll based on the most recent development progress. We might add stable toxcore builds to the build server at some point in the future, though I can't promise that. Btw, instead of replying to me in private, it's better if you replied to the entire Support mailing list, so that our conversation would be archived in case someone has similar question to yours in the future. --- Regards, nurupo On 2016-11-24 22:32, Nocs ... wrote: > Hi nurupo > > Yes the dll version of toxcore it works in MVS :) i tested with echo > bot as the tutorial says and though in the first time it didnt connect > at all > > it did actually came up that it is working fine ... > > Where can i find the latest toxcore builded in dll with headers and > the lib as the below links cause i can`t compile it my own from posix, > i really need the latest stable compiled dll as the links below and i > will handle the rest. > > Thank you in advance nurupo :D > > ------------------------- > > FROM: Support on behalf of nurupo via > Support > SENT: Wednesday, November 16, 2016 7:27 AM > TO: support at lists.tox.chat > SUBJECT: Re: [Tox Support] Toxcore in a lib or dll ? > > Hi, > > It's always better to build the library yourself the way you want. > > You could try using the dlls built by our build server. They are built > > using mingw-w64, don't know if they can be used with MSVC. > The builds are based on the master branch of toktok/c-toxcore, not on > a > stalbe release of it. > > https://build.tox.chat/view/libtoxcore/job/libtoxcore-toktok_build_windows_x86_shared_release/ > https://build.tox.chat/view/libtoxcore/job/libtoxcore-toktok_build_windows_x86-64_shared_release/ > > --- > Regards, > nurupo > > On 2016-11-15 17:49, Nocs ... wrote: >> Is there any possibillity to be able to find the toxcore as lib or > dll >> file and use it in a windows app ? to call the function of the dll > or >> lib from a main.cpp ? >> >> Thanks in advance for your time and undestanding >> _______________________________________________ >> Support mailing list >> Support at lists.tox.chat >> https://lists.tox.chat/listinfo/support > _______________________________________________ > Support mailing list > Support at lists.tox.chat > https://lists.tox.chat/listinfo/support _______________________________________________ Support mailing list Support at lists.tox.chat https://lists.tox.chat/listinfo/support -------------- next part -------------- An HTML attachment was scrubbed... URL: From zetok at openmailbox.org Fri Nov 25 16:50:23 2016 From: zetok at openmailbox.org (Zetok Zalbavar) Date: Fri, 25 Nov 2016 16:50:23 +0000 Subject: [Tox Support] Connection status In-Reply-To: <58370D43.8010308@riseup.net> References: <5836AA14.5070300@riseup.net> <22251f9f-b05a-fb4e-d1c2-37fbd680b964@openmailbox.org> <58370D43.8010308@riseup.net> Message-ID: <2f3d4a8f-d7b2-40b4-1ec3-486818c88ff0@openmailbox.org> On 24.11.2016 15:54, Amuza wrote: > > > On 24/11/16 13:26, Zetok Zalbavar wrote: >> On 24.11.2016 08:51, Amuza wrote: >>> Hi there, I'm new in the list, and happy about it! >>> >>> This is an easy one: How can I know whether I am online? >>> I mean connected to the Tox network. >>> >>> According to what I read, when using uTox or qTox, first I get connected >>> to a bootstrap node. >>> How can I check I am connected to any of those bootstrap nodes? >> Does this help: https://github.com/qTox/qTox/pull/3916 ? >> (rendered version: >> https://github.com/qTox/qTox/blob/a39cb39b522c4322fa27877968fa3a721c1ad761/doc/user_manual_en.md#profile-corner >> ) > It does, thank you. > But now I have another one. I have configured the proxy settings to > connect though Tor (9150). I do not open the Tor browser. I open uTox or > qTox and in 5 seconds I see I am online (green). How is that possible? > It should stay grey, shoudn't it? Is UDP disabled? >>> And where can I see the nodes I am connected to? >> There is other software than tox that you can use to check to what the >> client you're using connects to. > What software do you mean? Any that can monitor network activity. >> >> Kind regards, >> Zetok Zalbavar >> ---- >> tox:29AE62F95C56063D833024B1CB5C2140DC4AEB94A80FF4596CACC460D7BAA062E0A92C3424A0 >> > And, is there any chat group on Tox itself for support? Kind of IRC... > > Thanks Given that groupchats aren't persistent yet, not really. This will change once persistent & moderated groupchats are available. Until then, I'd suggest to just use IRC, e.g. #qtox @ freenode. -- Kind regards, Zetok Zalbavar ---- tox:29AE62F95C56063D833024B1CB5C2140DC4AEB94A80FF4596CACC460D7BAA062E0A92C3424A0 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From nurupo at tox.chat Fri Nov 25 20:54:21 2016 From: nurupo at tox.chat (nurupo) Date: Fri, 25 Nov 2016 15:54:21 -0500 Subject: [Tox Support] Toxcore in a lib or dll ? In-Reply-To: References: , <2ad9ce372075ad0ecfb1954b84d47b29@mail.tox.chat> Message-ID: Hi, > Is this link https://build.tox.chat/view/libtoxcore/ [2] ok for > finding the latest toxcore in dll ready and builded ? It's intended only for the internal use by the build server, to be used by qTox, uTox, etc. build jobs, but if it works for you then nothing says you can't use it. libtoxcore-toktok_build_windows* is likely what you want, not libtoxcore_build_windows*. > The links you provide [1]are ok but since i cant compile it in windows As I said before, the easiest way to build toxcore is to use a Linux virtual machine and following these instructions https://github.com/TokTok/c-toxcore/blob/master/INSTALL.md#windows. It is possible to build it on Windows without using a Linux VM, I heard some other developers are doing that, but we don't have any instructions documented for that and I never done that myself. --- Regards, nurupo On 2016-11-25 08:41, Nocs ... wrote: > Thank you for your response, > > yes i will reply to all, sorry for that reply only to your respond. > > I dont know yet all the functions or bugs or updates that toxcore have > so with the word stable i was refering to > > a toxcore version that bugs from time to time (if any) are solved > (updates for e.x.) > > If the toxcore dont have updates and the updates are only for the > interface it doesn`t matter for me i only need the updates of the > toxcore. > > The links you provide [1]are ok but since i cant compile it in windows > for posix and make my own dll i was asking where could i get after any > update the latest dll of the toxcore ready and builded without having > from me to recompile the hole toxcore cause i cant. > > Is this link https://build.tox.chat/view/libtoxcore/ [2] ok for > finding the latest toxcore in dll ready and builded ? > > Thanks in advance i am very glad i could finally make it work in mvs > > ------------------------- > > FROM: Support on behalf of nurupo via > Support > SENT: Friday, November 25, 2016 7:37:45 AM > TO: support at lists.tox.chat > SUBJECT: Re: [Tox Support] Toxcore in a lib or dll ? > > Hi, > > The links point to the latest https://github.com/TokTok/c-toxcore > cross-compiled for Windows. > Whenever a commit is pushed to https://github.com/TokTok/c-toxcore, > the > build machine automatically rebuilds it and produces new .dll. > It's not "stable" though. Toxcore does releases > https://github.com/TokTok/c-toxcore/releases, which is what you would > consider stable, but the build machine builds .dll based on the most > recent development progress. We might add stable toxcore builds to the > > build server at some point in the future, though I can't promise that. > > Btw, instead of replying to me in private, it's better if you replied > to > the entire Support mailing list, so that our conversation would be > archived in case someone has similar question to yours in the future. > > --- > Regards, > nurupo > > On 2016-11-24 22:32, Nocs ... wrote: >> Hi nurupo >> >> Yes the dll version of toxcore it works in MVS :) i tested with echo >> bot as the tutorial says and though in the first time it didnt > connect >> at all >> >> it did actually came up that it is working fine ... >> >> Where can i find the latest toxcore builded in dll with headers and >> the lib as the below links cause i can`t compile it my own from > posix, >> i really need the latest stable compiled dll as the links below and > i >> will handle the rest. >> >> Thank you in advance nurupo :D >> >> ------------------------- >> >> FROM: Support on behalf of nurupo > via >> Support >> SENT: Wednesday, November 16, 2016 7:27 AM >> TO: support at lists.tox.chat >> SUBJECT: Re: [Tox Support] Toxcore in a lib or dll ? >> >> Hi, >> >> It's always better to build the library yourself the way you want. >> >> You could try using the dlls built by our build server. They are > built >> >> using mingw-w64, don't know if they can be used with MSVC. >> The builds are based on the master branch of toktok/c-toxcore, not > on >> a >> stalbe release of it. >> >> > https://build.tox.chat/view/libtoxcore/job/libtoxcore-toktok_build_windows_x86_shared_release/ > [3] >> > https://build.tox.chat/view/libtoxcore/job/libtoxcore-toktok_build_windows_x86-64_shared_release/ > [4] >> >> --- >> Regards, >> nurupo >> >> On 2016-11-15 17:49, Nocs ... wrote: >>> Is there any possibillity to be able to find the toxcore as lib or >> dll >>> file and use it in a windows app ? to call the function of the dll >> or >>> lib from a main.cpp ? >>> >>> Thanks in advance for your time and undestanding >>> _______________________________________________ >>> Support mailing list >>> Support at lists.tox.chat >>> https://lists.tox.chat/listinfo/support >> _______________________________________________ >> Support mailing list >> Support at lists.tox.chat >> https://lists.tox.chat/listinfo/support > _______________________________________________ > Support mailing list > Support at lists.tox.chat > https://lists.tox.chat/listinfo/support > > > Links: > ------ > [1] http://aka.ms/weboutlook > [2] https://build.tox.chat/view/libtoxcore/ > [3] > https://build.tox.chat/view/libtoxcore/job/libtoxcore-toktok_build_windows_x86_shared_release/ > [4] > https://build.tox.chat/view/libtoxcore/job/libtoxcore-toktok_build_windows_x86-64_shared_release/ From NoCos30 at hotmail.com Sat Nov 26 05:51:02 2016 From: NoCos30 at hotmail.com (Nocs ...) Date: Sat, 26 Nov 2016 05:51:02 +0000 Subject: [Tox Support] Some questions as i move forward to my test client Message-ID: Hello again, after i gladly made my tests on toxcore and i am very satisfied and well done for your job on all the devs of tox and especially tox core which i got my self into it, i would like to know these : 1. Lets say i use my tox client i created and i have my toxid created inside this client, if someone finds my toxid will he be able to use it in another client ? Also if i use at the same time on the same machine and os two tox clients will i have 2 different toxIDs or just one ? I would like to be able to block connections on my client for reasons such as duplicated messages if someone uses 2 tox clients at the same time and sends messages to a friend that has in both clients with the same id for example or send friend request to the one and pops up to the other client also. I havent tested cause i cant atm but i would like to know how can i use something that will be blocking any outside connection for the user especially commands, requests etc. inside my client which comes from another client and not the specific one? 2. Is the sended message with "tox_friend_send_message" allready encrypted or do i have to encrypt it and then send it from this function ? cause the messages i recieved from utox on my test client was not, i just converted the uint8_t *message to string and it was the message i`ve sended from uTox to my client 3. I dont know if it is something with the message max size but i have increased and it didnt also solved the way messages arrives to uTox from my client, when i send from my test client to uTox it sometimes not all but sometimes it splits a sentence into lines in random way and when i send from uTox to my test client it send the full sentence without error, the problem occurs especially when inside the sentence has spaces, if there are no spaces the sentence goes full as uTox sends to my client. Do i have to check anything in the "tox_friend_send_message" or size of chars or anything in my message ? Thanks for your time first of all and thanks in advance for your reponds -------------- next part -------------- An HTML attachment was scrubbed... URL: From nurupo at tox.chat Sun Nov 27 04:53:16 2016 From: nurupo at tox.chat (nurupo) Date: Sat, 26 Nov 2016 23:53:16 -0500 Subject: [Tox Support] Some questions as i move forward to my test client In-Reply-To: References: Message-ID: <9c19b10792e6c784c7e3783b06fc54e3@mail.tox.chat> Hi, > 1. Lets say i use my tox client i created and i have my toxid created > inside this client, if someone finds my toxid will he be able to use > it in another client ? Tox Ids are, by the most part, public keys of a public key encryption keypair. So no, you can't impersonate someone by just knowing their Tox Id. > Also if i use at the same time on the same machine and os two tox > clients will i have 2 different toxIDs or just one ? Depends on how clients are implemented, i.e. if they share the same tox profile. > I would like to be able to block connections on my client for reasons > such as duplicated messages if someone uses 2 tox clients at the same > time and sends messages to a friend that has in both clients with the > same id for example or send friend request to the one and pops up to > the other client also. Running more than one client with the same Tox Id at the same time is not supported. You can do it, but what happens is an undefined behaviour. > I havent tested cause i cant atm but i would like to know how can i > use something that will be blocking any outside connection for the > user especially commands, requests etc. inside my client which comes > from another client and not the specific one? I have no idea what you are saying. If you want you client to ignore all friend requests but from certain Tox Id, then code your client to do just that. > 2. Is the sended message with "tox_friend_send_message" allready > encrypted or do i have to encrypt it and then send it from this > function ? Messages are sent encrypted. Toxcore handles encryption and decryption seamlessly for you. > 3. I dont know if it is something with the message max size but i have > increased and it didnt also solved the way messages arrives to uTox > from my client, when i send from my test client to uTox > > it sometimes not all but sometimes it splits a sentence into lines in > random way and when i send from uTox to my test client it send the > full sentence without error, the problem occurs especially when > inside the sentence has spaces, if there are no spaces the sentence > goes full as uTox sends to my client. Do i have to check anything in > the "tox_friend_send_message" or size of chars or anything in my > message ? Clients send messages encoded as UTF-8, so make sure you use UTF-8 encoding for your messages. Also, make sure the messages you send don't exceed the maximum length. --- Regards, nurupo On 2016-11-26 00:51, Nocs ... wrote: > Hello again, > > after i gladly made my tests on toxcore and i am very satisfied and > well done for your job on all the devs of tox and especially tox core > which i got my self into it, i would like to know these : > > 1. Lets say i use my tox client i created and i have my toxid created > inside this client, if someone finds my toxid will he be able to use > it in another client ? > > Also if i use at the same time on the same machine and os two tox > clients will i have 2 different toxIDs or just one ? > > I would like to be able to block connections on my client for reasons > such as duplicated messages if someone uses 2 tox clients at the same > time and sends messages to a friend that has in both clients with the > same id for example or send friend request to the one and pops up to > the other client also. > > I havent tested cause i cant atm but i would like to know how can i > use something that will be blocking any outside connection for the > user especially commands, requests etc. inside my client which comes > from another client and not the specific one? > > 2. Is the sended message with "tox_friend_send_message" allready > encrypted or do i have to encrypt it and then send it from this > function ? > > cause the messages i recieved from utox on my test client was not, i > just converted the uint8_t *message to string and it was the message > i`ve sended from uTox to my client > > 3. I dont know if it is something with the message max size but i have > increased and it didnt also solved the way messages arrives to uTox > from my client, when i send from my test client to uTox > > it sometimes not all but sometimes it splits a sentence into lines in > random way and when i send from uTox to my test client it send the > full sentence without error, the problem occurs especially when > inside the sentence has spaces, if there are no spaces the sentence > goes full as uTox sends to my client. Do i have to check anything in > the "tox_friend_send_message" or size of chars or anything in my > message ? > > Thanks for your time first of all and thanks in advance for your > reponds > _______________________________________________ > Support mailing list > Support at lists.tox.chat > https://lists.tox.chat/listinfo/support From amuza at riseup.net Sun Nov 27 15:14:25 2016 From: amuza at riseup.net (Amuza) Date: Sun, 27 Nov 2016 16:14:25 +0100 Subject: [Tox Support] Connection status In-Reply-To: <2f3d4a8f-d7b2-40b4-1ec3-486818c88ff0@openmailbox.org> References: <5836AA14.5070300@riseup.net> <22251f9f-b05a-fb4e-d1c2-37fbd680b964@openmailbox.org> <58370D43.8010308@riseup.net> <2f3d4a8f-d7b2-40b4-1ec3-486818c88ff0@openmailbox.org> Message-ID: <583AF851.3010500@riseup.net> On 25/11/16 17:50, Zetok Zalbavar wrote: > On 24.11.2016 15:54, Amuza wrote: >> >> On 24/11/16 13:26, Zetok Zalbavar wrote: >>> On 24.11.2016 08:51, Amuza wrote: >>>> Hi there, I'm new in the list, and happy about it! >>>> >>>> This is an easy one: How can I know whether I am online? >>>> I mean connected to the Tox network. >>>> >>>> According to what I read, when using uTox or qTox, first I get connected >>>> to a bootstrap node. >>>> How can I check I am connected to any of those bootstrap nodes? >>> Does this help: https://github.com/qTox/qTox/pull/3916 ? >>> (rendered version: >>> https://github.com/qTox/qTox/blob/a39cb39b522c4322fa27877968fa3a721c1ad761/doc/user_manual_en.md#profile-corner >>> ) >> It does, thank you. >> But now I have another one. I have configured the proxy settings to >> connect though Tor (9150). I do not open the Tor browser. I open uTox or >> qTox and in 5 seconds I see I am online (green). How is that possible? >> It should stay grey, shoudn't it? > Is UDP disabled? Sorry, I missed that. Now, with UDP disabled, I see I only go online when Tor is running. Thank you! I disabled IPv6 too. >>>> And where can I see the nodes I am connected to? >>> There is other software than tox that you can use to check to what the >>> client you're using connects to. >> What software do you mean? > Any that can monitor network activity. Ok, understand. > >>> Kind regards, >>> Zetok Zalbavar >>> ---- >>> tox:29AE62F95C56063D833024B1CB5C2140DC4AEB94A80FF4596CACC460D7BAA062E0A92C3424A0 >>> >> And, is there any chat group on Tox itself for support? Kind of IRC... >> >> Thanks > Given that groupchats aren't persistent yet, not really. This will > change once persistent & moderated groupchats are available. Until then, > I'd suggest to just use IRC, e.g. #qtox @ freenode. > Ok, thanks. And is the idea of real asynchronous -or offline- messaging being considered to be there in any near future? I mean using online non-recipient nodes as relays to keep the message alive until the real recipient goes online and the message can be delivered. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: OpenPGP digital signature URL: From zetok at openmailbox.org Sun Nov 27 15:47:30 2016 From: zetok at openmailbox.org (Zetok Zalbavar) Date: Sun, 27 Nov 2016 15:47:30 +0000 Subject: [Tox Support] Connection status In-Reply-To: <583AF851.3010500@riseup.net> References: <5836AA14.5070300@riseup.net> <22251f9f-b05a-fb4e-d1c2-37fbd680b964@openmailbox.org> <58370D43.8010308@riseup.net> <2f3d4a8f-d7b2-40b4-1ec3-486818c88ff0@openmailbox.org> <583AF851.3010500@riseup.net> Message-ID: <12e82e67-9f9b-d5d6-f329-f46f6d67b6c4@openmailbox.org> On 27.11.2016 15:14, Amuza wrote: > > > On 25/11/16 17:50, Zetok Zalbavar wrote: >> On 24.11.2016 15:54, Amuza wrote: >>> >>> On 24/11/16 13:26, Zetok Zalbavar wrote: >>>> On 24.11.2016 08:51, Amuza wrote: >>>>> Hi there, I'm new in the list, and happy about it! >>>>> >>>>> This is an easy one: How can I know whether I am online? >>>>> I mean connected to the Tox network. >>>>> >>>>> According to what I read, when using uTox or qTox, first I get connected >>>>> to a bootstrap node. >>>>> How can I check I am connected to any of those bootstrap nodes? >>>> Does this help: https://github.com/qTox/qTox/pull/3916 ? >>>> (rendered version: >>>> https://github.com/qTox/qTox/blob/a39cb39b522c4322fa27877968fa3a721c1ad761/doc/user_manual_en.md#profile-corner >>>> ) >>> It does, thank you. >>> But now I have another one. I have configured the proxy settings to >>> connect though Tor (9150). I do not open the Tor browser. I open uTox or >>> qTox and in 5 seconds I see I am online (green). How is that possible? >>> It should stay grey, shoudn't it? >> Is UDP disabled? > > Sorry, I missed that. Now, with UDP disabled, I see I only go online > when Tor is running. Thank you! > > I disabled IPv6 too. > >>>>> And where can I see the nodes I am connected to? >>>> There is other software than tox that you can use to check to what the >>>> client you're using connects to. >>> What software do you mean? >> Any that can monitor network activity. > > Ok, understand. > >> >>>> Kind regards, >>>> Zetok Zalbavar >>>> ---- >>>> tox:29AE62F95C56063D833024B1CB5C2140DC4AEB94A80FF4596CACC460D7BAA062E0A92C3424A0 >>>> >>> And, is there any chat group on Tox itself for support? Kind of IRC... >>> >>> Thanks >> Given that groupchats aren't persistent yet, not really. This will >> change once persistent & moderated groupchats are available. Until then, >> I'd suggest to just use IRC, e.g. #qtox @ freenode. >> > Ok, thanks. > > And is the idea of real asynchronous -or offline- messaging being > considered to be there in any near future? > I mean using online non-recipient nodes as relays to keep the message > alive until the real recipient goes online and the message can be delivered. Yep, that's planned. Once things that are being currently worked on are done, it will be a point of focus. If there were more people helping out it would be more than just planned, but oh well :) -- Kind regards, Zetok Zalbavar ---- tox:29AE62F95C56063D833024B1CB5C2140DC4AEB94A80FF4596CACC460D7BAA062E0A92C3424A0 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From morg.leen at ouvaton.org Tue Nov 29 11:24:10 2016 From: morg.leen at ouvaton.org (morgan) Date: Tue, 29 Nov 2016 12:24:10 +0100 Subject: [Tox Support] Tox client doesn't work on Ubuntu 16.04 Message-ID: - Hello, Sorry for my bad english. I have a new laptop with Ubuntu 16.04 since august 2016. The first time I launched qTox, il worked, but a few days later it seems to work without the X. It seems to start but without X, my contacts can see me inline, I hear bips when they write to me, but I can't do anything to write or see their communications. When I launch it with the CLI it seems work with warning: 'AL lib: (WW) alcCloseDevice: Releasing context 0x7fa1cc0083c0' but I can't do anything with the terminal, what I write doesn't do anything, it seems wait something like a command's end. I must close the terminal to stop the processus. A few months ago I had a laptop with Debian8, qTox worked perfectly, and before with Windows7, uTox worked perfectly too. I am a new user of GNU/Linux, I searched more times for help on your website and wiki, but I don't find anything to help me. Debian can't work on my new laptop (HP), one of the drivers isn't supported. Thank you very much for your job, I expect this informations will help you. I can send you other informations if needed. ---- morgan -- eff.org laquadrature.net/fr sous-surveillance.fr april.org - -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: OpenPGP digital signature URL: From zetok at openmailbox.org Tue Nov 29 11:32:24 2016 From: zetok at openmailbox.org (Zetok Zalbavar) Date: Tue, 29 Nov 2016 11:32:24 +0000 Subject: [Tox Support] Tox client doesn't work on Ubuntu 16.04 In-Reply-To: References: Message-ID: On 29.11.2016 11:24, morgan wrote: > - > Hello, > > Sorry for my bad english. > > I have a new laptop with Ubuntu 16.04 since august 2016. The first time > I launched qTox, il worked, but a few days later it seems to work > without the X. It seems to start but without X, my contacts can see me > inline, I hear bips when they write to me, but I can't do anything to > write or see their communications. > When I launch it with the CLI it seems work with warning: 'AL lib: (WW) > alcCloseDevice: Releasing context 0x7fa1cc0083c0' but I can't do > anything with the terminal, what I write doesn't do anything, it seems > wait something like a command's end. I must close the terminal to stop > the processus. > > A few months ago I had a laptop with Debian8, qTox worked perfectly, and > before with Windows7, uTox worked perfectly too. > > I am a new user of GNU/Linux, I searched more times for help on your > website and wiki, but I don't find anything to help me. Debian can't > work on my new laptop (HP), one of the drivers isn't supported. > > Thank you very much for your job, I expect this informations will help > you. I can send you other informations if needed. > > ---- > morgan > > -- > > eff.org > laquadrature.net/fr > sous-surveillance.fr > april.org > - > 1. Which repo is used? `cd /etc/apt/sources.d/ && ls && cat *tox*` 2. Logs? ? ~/.cache/Tox/qTox/ -- Kind regards, Zetok Zalbavar ---- tox:29AE62F95C56063D833024B1CB5C2140DC4AEB94A80FF4596CACC460D7BAA062E0A92C3424A0 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From morg.leen at ouvaton.org Tue Nov 29 12:21:55 2016 From: morg.leen at ouvaton.org (morgan) Date: Tue, 29 Nov 2016 13:21:55 +0100 Subject: [Tox Support] Tox client doesn't work on Ubuntu 16.04 In-Reply-To: References: Message-ID: <48ae9c1b-fb15-7120-3a25-99096e0ec4fd@ouvaton.org> - 1. Which repo is used? `cd /etc/apt/sources.d/ && ls && cat *tox*` minetestdevs-ubuntu-stable-xenial.list ondrej-ubuntu-php-xenial.list ondrej-ubuntu-php-xenial.list.save tox.list tox.list.distUpgrade tox.list.save webupd8team-ubuntu-sublime-text-2-xenial.list webupd8team-ubuntu-sublime-text-2-xenial.list.save deb https://pkg.tox.chat/debian stable xenial deb https://pkg.tox.chat/debian nightly trusty deb https://pkg.tox.chat/debian nightly xenial It is not in /etc/apt/sources.d/ but in /etc/apt/sources.list.d/ I have put the lines about tox in /etc/apt/sources.d/ and updated + upgraded. No changes. 2. Logs? ? ~/.cache/Tox/qTox/ no folder ~/.cache/Tox/ nor ~/.cache/qTox/ + In ~/tox/ are : DC342E0EC464AF6248CC08E661845D023A6962FBC3BBF58D15966DB968D62774.fmetadata tox_save.tox utox_save modified on 08/31 - Le 29/11/2016 ? 12:32, Zetok Zalbavar a ?crit : > On 29.11.2016 11:24, morgan wrote: >> - >> Hello, >> >> Sorry for my bad english. >> >> I have a new laptop with Ubuntu 16.04 since august 2016. The first time >> I launched qTox, il worked, but a few days later it seems to work >> without the X. It seems to start but without X, my contacts can see me >> inline, I hear bips when they write to me, but I can't do anything to >> write or see their communications. >> When I launch it with the CLI it seems work with warning: 'AL lib: (WW) >> alcCloseDevice: Releasing context 0x7fa1cc0083c0' but I can't do >> anything with the terminal, what I write doesn't do anything, it seems >> wait something like a command's end. I must close the terminal to stop >> the processus. >> >> A few months ago I had a laptop with Debian8, qTox worked perfectly, and >> before with Windows7, uTox worked perfectly too. >> >> I am a new user of GNU/Linux, I searched more times for help on your >> website and wiki, but I don't find anything to help me. Debian can't >> work on my new laptop (HP), one of the drivers isn't supported. >> >> Thank you very much for your job, I expect this informations will help >> you. I can send you other informations if needed. >> >> ---- >> morgan >> >> -- >> >> eff.org >> laquadrature.net/fr >> sous-surveillance.fr >> april.org >> - >> > > 1. Which repo is used? `cd /etc/apt/sources.d/ && ls && cat *tox*` > 2. Logs? ? ~/.cache/Tox/qTox/ > > > > > _______________________________________________ > Support mailing list > Support at lists.tox.chat > https://lists.tox.chat/listinfo/support > -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: OpenPGP digital signature URL: From zetok at openmailbox.org Tue Nov 29 12:33:05 2016 From: zetok at openmailbox.org (Zetok Zalbavar) Date: Tue, 29 Nov 2016 12:33:05 +0000 Subject: [Tox Support] Tox client doesn't work on Ubuntu 16.04 In-Reply-To: <48ae9c1b-fb15-7120-3a25-99096e0ec4fd@ouvaton.org> References: <48ae9c1b-fb15-7120-3a25-99096e0ec4fd@ouvaton.org> Message-ID: <8eba1b13-9ac8-ad4c-fac6-0219e7d35d14@openmailbox.org> On 29.11.2016 12:21, morgan wrote: > - > > 1. Which repo is used? `cd /etc/apt/sources.d/ && ls && cat *tox*` > > minetestdevs-ubuntu-stable-xenial.list > ondrej-ubuntu-php-xenial.list > ondrej-ubuntu-php-xenial.list.save > tox.list > tox.list.distUpgrade > tox.list.save > webupd8team-ubuntu-sublime-text-2-xenial.list > webupd8team-ubuntu-sublime-text-2-xenial.list.save > deb https://pkg.tox.chat/debian stable xenial > deb https://pkg.tox.chat/debian nightly trusty > deb https://pkg.tox.chat/debian nightly xenial > > It is not in /etc/apt/sources.d/ but in /etc/apt/sources.list.d/ > > I have put the lines about tox in /etc/apt/sources.d/ and updated + > upgraded. No changes. > Right, sorry about that, /etc/apt/sources.list.d/ is the correct location. Anyways; you're using wrong repo. Remove incorrect one (`tox.list*`), add correct one and things should work. > > 2. Logs? ? ~/.cache/Tox/qTox/ > no folder ~/.cache/Tox/ nor ~/.cache/qTox/ > > > + > In ~/tox/ are : > DC342E0EC464AF6248CC08E661845D023A6962FBC3BBF58D15966DB968D62774.fmetadata > tox_save.tox > utox_save > modified on 08/31 > > > > - > > Le 29/11/2016 ? 12:32, Zetok Zalbavar a ?crit : >> On 29.11.2016 11:24, morgan wrote: >>> - >>> Hello, >>> >>> Sorry for my bad english. >>> >>> I have a new laptop with Ubuntu 16.04 since august 2016. The first time >>> I launched qTox, il worked, but a few days later it seems to work >>> without the X. It seems to start but without X, my contacts can see me >>> inline, I hear bips when they write to me, but I can't do anything to >>> write or see their communications. >>> When I launch it with the CLI it seems work with warning: 'AL lib: (WW) >>> alcCloseDevice: Releasing context 0x7fa1cc0083c0' but I can't do >>> anything with the terminal, what I write doesn't do anything, it seems >>> wait something like a command's end. I must close the terminal to stop >>> the processus. >>> >>> A few months ago I had a laptop with Debian8, qTox worked perfectly, and >>> before with Windows7, uTox worked perfectly too. >>> >>> I am a new user of GNU/Linux, I searched more times for help on your >>> website and wiki, but I don't find anything to help me. Debian can't >>> work on my new laptop (HP), one of the drivers isn't supported. >>> >>> Thank you very much for your job, I expect this informations will help >>> you. I can send you other informations if needed. >>> >>> ---- >>> morgan >>> >>> -- >>> >>> eff.org >>> laquadrature.net/fr >>> sous-surveillance.fr >>> april.org >>> - >>> >> >> 1. Which repo is used? `cd /etc/apt/sources.d/ && ls && cat *tox*` >> 2. Logs? ? ~/.cache/Tox/qTox/ >> >> >> -- Kind regards, Zetok Zalbavar ---- tox:29AE62F95C56063D833024B1CB5C2140DC4AEB94A80FF4596CACC460D7BAA062E0A92C3424A0 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From morg.leen at ouvaton.org Tue Nov 29 13:21:55 2016 From: morg.leen at ouvaton.org (morgan) Date: Tue, 29 Nov 2016 14:21:55 +0100 Subject: [Tox Support] Tox client doesn't work on Ubuntu 16.04 In-Reply-To: <8eba1b13-9ac8-ad4c-fac6-0219e7d35d14@openmailbox.org> References: <48ae9c1b-fb15-7120-3a25-99096e0ec4fd@ouvaton.org> <8eba1b13-9ac8-ad4c-fac6-0219e7d35d14@openmailbox.org> Message-ID: - Sorry I was wrong, it's not qTox but uTox, on my laptop. During my searches I tried different clients, I forgot the good name. I have put back the correct lines in the correct folder and removed the 'tox.list*', updated+upgraded and it doesn't work again. Is it possible to remove completly (and purge) tox on the laptop for install it one more time "from scratch" ? ---- morgan - Le 29/11/2016 ? 13:33, Zetok Zalbavar a ?crit : > On 29.11.2016 12:21, morgan wrote: >> - >> >> 1. Which repo is used? `cd /etc/apt/sources.d/ && ls && cat *tox*` >> >> minetestdevs-ubuntu-stable-xenial.list >> ondrej-ubuntu-php-xenial.list >> ondrej-ubuntu-php-xenial.list.save >> tox.list >> tox.list.distUpgrade >> tox.list.save >> webupd8team-ubuntu-sublime-text-2-xenial.list >> webupd8team-ubuntu-sublime-text-2-xenial.list.save >> deb https://pkg.tox.chat/debian stable xenial >> deb https://pkg.tox.chat/debian nightly trusty >> deb https://pkg.tox.chat/debian nightly xenial >> >> It is not in /etc/apt/sources.d/ but in /etc/apt/sources.list.d/ >> >> I have put the lines about tox in /etc/apt/sources.d/ and updated + >> upgraded. No changes. >> > > Right, sorry about that, /etc/apt/sources.list.d/ is the correct location. > > Anyways; you're using wrong repo. > > Remove incorrect one (`tox.list*`), add correct one and things should work. > > >> >> 2. Logs? ? ~/.cache/Tox/qTox/ >> no folder ~/.cache/Tox/ nor ~/.cache/qTox/ >> >> >> + >> In ~/tox/ are : >> DC342E0EC464AF6248CC08E661845D023A6962FBC3BBF58D15966DB968D62774.fmetadata >> tox_save.tox >> utox_save >> modified on 08/31 >> >> >> >> - >> >> Le 29/11/2016 ? 12:32, Zetok Zalbavar a ?crit : >>> On 29.11.2016 11:24, morgan wrote: >>>> - >>>> Hello, >>>> >>>> Sorry for my bad english. >>>> >>>> I have a new laptop with Ubuntu 16.04 since august 2016. The first time >>>> I launched qTox, il worked, but a few days later it seems to work >>>> without the X. It seems to start but without X, my contacts can see me >>>> inline, I hear bips when they write to me, but I can't do anything to >>>> write or see their communications. >>>> When I launch it with the CLI it seems work with warning: 'AL lib: (WW) >>>> alcCloseDevice: Releasing context 0x7fa1cc0083c0' but I can't do >>>> anything with the terminal, what I write doesn't do anything, it seems >>>> wait something like a command's end. I must close the terminal to stop >>>> the processus. >>>> >>>> A few months ago I had a laptop with Debian8, qTox worked perfectly, and >>>> before with Windows7, uTox worked perfectly too. >>>> >>>> I am a new user of GNU/Linux, I searched more times for help on your >>>> website and wiki, but I don't find anything to help me. Debian can't >>>> work on my new laptop (HP), one of the drivers isn't supported. >>>> >>>> Thank you very much for your job, I expect this informations will help >>>> you. I can send you other informations if needed. >>>> >>>> ---- >>>> morgan >>>> >>>> -- >>>> >>>> eff.org >>>> laquadrature.net/fr >>>> sous-surveillance.fr >>>> april.org >>>> - >>>> >>> >>> 1. Which repo is used? `cd /etc/apt/sources.d/ && ls && cat *tox*` >>> 2. Logs? ? ~/.cache/Tox/qTox/ >>> >>> >>> > > > > > _______________________________________________ > Support mailing list > Support at lists.tox.chat > https://lists.tox.chat/listinfo/support > -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: OpenPGP digital signature URL: From zetok at openmailbox.org Tue Nov 29 15:12:50 2016 From: zetok at openmailbox.org (Zetok Zalbavar) Date: Tue, 29 Nov 2016 15:12:50 +0000 Subject: [Tox Support] Tox client doesn't work on Ubuntu 16.04 In-Reply-To: References: <48ae9c1b-fb15-7120-3a25-99096e0ec4fd@ouvaton.org> <8eba1b13-9ac8-ad4c-fac6-0219e7d35d14@openmailbox.org> Message-ID: <289ef5bd-c323-1827-f09f-cbbb1916b53d@openmailbox.org> On 29.11.2016 13:21, morgan wrote: > - > Sorry I was wrong, it's not qTox but uTox, on my laptop. During my > searches I tried different clients, I forgot the good name. > > I have put back the correct lines in the correct folder and removed the > 'tox.list*', updated+upgraded and it doesn't work again. > > Is it possible to remove completly (and purge) tox on the laptop for > install it one more time "from scratch" ? > > ---- > morgan > > - > Well, the good news is that for ?Tox you have the right repo. Bad news is that I have no idea why ?Tox doesn't work. Feel free to try with qTox: https://github.com/qTox/qTox As for "purging", yes, it is possible, but due to the nature of package managers that's usually completely unnecessary, unless the user messes something up badly in the system. I.e. in your case it's most likely unnecessary and would change nothing. > Le 29/11/2016 ? 13:33, Zetok Zalbavar a ?crit : >> On 29.11.2016 12:21, morgan wrote: >>> - >>> >>> 1. Which repo is used? `cd /etc/apt/sources.d/ && ls && cat *tox*` >>> >>> minetestdevs-ubuntu-stable-xenial.list >>> ondrej-ubuntu-php-xenial.list >>> ondrej-ubuntu-php-xenial.list.save >>> tox.list >>> tox.list.distUpgrade >>> tox.list.save >>> webupd8team-ubuntu-sublime-text-2-xenial.list >>> webupd8team-ubuntu-sublime-text-2-xenial.list.save >>> deb https://pkg.tox.chat/debian stable xenial >>> deb https://pkg.tox.chat/debian nightly trusty >>> deb https://pkg.tox.chat/debian nightly xenial >>> >>> It is not in /etc/apt/sources.d/ but in /etc/apt/sources.list.d/ >>> >>> I have put the lines about tox in /etc/apt/sources.d/ and updated + >>> upgraded. No changes. >>> >> >> Right, sorry about that, /etc/apt/sources.list.d/ is the correct location. >> >> Anyways; you're using wrong repo. >> >> Remove incorrect one (`tox.list*`), add correct one and things should work. >> >> >>> >>> 2. Logs? ? ~/.cache/Tox/qTox/ >>> no folder ~/.cache/Tox/ nor ~/.cache/qTox/ >>> >>> >>> + >>> In ~/tox/ are : >>> DC342E0EC464AF6248CC08E661845D023A6962FBC3BBF58D15966DB968D62774.fmetadata >>> tox_save.tox >>> utox_save >>> modified on 08/31 >>> >>> >>> >>> - >>> >>> Le 29/11/2016 ? 12:32, Zetok Zalbavar a ?crit : >>>> On 29.11.2016 11:24, morgan wrote: >>>>> - >>>>> Hello, >>>>> >>>>> Sorry for my bad english. >>>>> >>>>> I have a new laptop with Ubuntu 16.04 since august 2016. The first time >>>>> I launched qTox, il worked, but a few days later it seems to work >>>>> without the X. It seems to start but without X, my contacts can see me >>>>> inline, I hear bips when they write to me, but I can't do anything to >>>>> write or see their communications. >>>>> When I launch it with the CLI it seems work with warning: 'AL lib: (WW) >>>>> alcCloseDevice: Releasing context 0x7fa1cc0083c0' but I can't do >>>>> anything with the terminal, what I write doesn't do anything, it seems >>>>> wait something like a command's end. I must close the terminal to stop >>>>> the processus. >>>>> >>>>> A few months ago I had a laptop with Debian8, qTox worked perfectly, and >>>>> before with Windows7, uTox worked perfectly too. >>>>> >>>>> I am a new user of GNU/Linux, I searched more times for help on your >>>>> website and wiki, but I don't find anything to help me. Debian can't >>>>> work on my new laptop (HP), one of the drivers isn't supported. >>>>> >>>>> Thank you very much for your job, I expect this informations will help >>>>> you. I can send you other informations if needed. >>>>> >>>>> ---- >>>>> morgan >>>>> >>>>> -- >>>>> >>>>> eff.org >>>>> laquadrature.net/fr >>>>> sous-surveillance.fr >>>>> april.org >>>>> - >>>>> >>>> >>>> 1. Which repo is used? `cd /etc/apt/sources.d/ && ls && cat *tox*` >>>> 2. Logs? ? ~/.cache/Tox/qTox/ >>>> >>>> >>>> -- Kind regards, Zetok Zalbavar ---- tox:29AE62F95C56063D833024B1CB5C2140DC4AEB94A80FF4596CACC460D7BAA062E0A92C3424A0 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From morg.leen at ouvaton.org Tue Nov 29 16:27:57 2016 From: morg.leen at ouvaton.org (morgan) Date: Tue, 29 Nov 2016 17:27:57 +0100 Subject: [Tox Support] Tox client doesn't work on Ubuntu 16.04 In-Reply-To: <289ef5bd-c323-1827-f09f-cbbb1916b53d@openmailbox.org> References: <48ae9c1b-fb15-7120-3a25-99096e0ec4fd@ouvaton.org> <8eba1b13-9ac8-ad4c-fac6-0219e7d35d14@openmailbox.org> <289ef5bd-c323-1827-f09f-cbbb1916b53d@openmailbox.org> Message-ID: <8bd1b109-e3e9-4d0c-5921-f1b496b0e6ec@ouvaton.org> - qTox works :) I thought I had yet try it, but that's good. You spend all your time on that dev and support ? Where is the "donate" button, I've never see it. ---- morgan - Le 29/11/2016 ? 16:12, Zetok Zalbavar a ?crit : > On 29.11.2016 13:21, morgan wrote: >> - >> Sorry I was wrong, it's not qTox but uTox, on my laptop. During my >> searches I tried different clients, I forgot the good name. >> >> I have put back the correct lines in the correct folder and removed the >> 'tox.list*', updated+upgraded and it doesn't work again. >> >> Is it possible to remove completly (and purge) tox on the laptop for >> install it one more time "from scratch" ? >> >> ---- >> morgan >> >> - >> > > > Well, the good news is that for ?Tox you have the right repo. Bad news > is that I have no idea why ?Tox doesn't work. > > Feel free to try with qTox: https://github.com/qTox/qTox > > As for "purging", yes, it is possible, but due to the nature of package > managers that's usually completely unnecessary, unless the user messes > something up badly in the system. > > I.e. in your case it's most likely unnecessary and would change nothing. > > >> Le 29/11/2016 ? 13:33, Zetok Zalbavar a ?crit : >>> On 29.11.2016 12:21, morgan wrote: >>>> - >>>> >>>> 1. Which repo is used? `cd /etc/apt/sources.d/ && ls && cat *tox*` >>>> >>>> minetestdevs-ubuntu-stable-xenial.list >>>> ondrej-ubuntu-php-xenial.list >>>> ondrej-ubuntu-php-xenial.list.save >>>> tox.list >>>> tox.list.distUpgrade >>>> tox.list.save >>>> webupd8team-ubuntu-sublime-text-2-xenial.list >>>> webupd8team-ubuntu-sublime-text-2-xenial.list.save >>>> deb https://pkg.tox.chat/debian stable xenial >>>> deb https://pkg.tox.chat/debian nightly trusty >>>> deb https://pkg.tox.chat/debian nightly xenial >>>> >>>> It is not in /etc/apt/sources.d/ but in /etc/apt/sources.list.d/ >>>> >>>> I have put the lines about tox in /etc/apt/sources.d/ and updated + >>>> upgraded. No changes. >>>> >>> >>> Right, sorry about that, /etc/apt/sources.list.d/ is the correct location. >>> >>> Anyways; you're using wrong repo. >>> >>> Remove incorrect one (`tox.list*`), add correct one and things should work. >>> >>> >>>> >>>> 2. Logs? ? ~/.cache/Tox/qTox/ >>>> no folder ~/.cache/Tox/ nor ~/.cache/qTox/ >>>> >>>> >>>> + >>>> In ~/tox/ are : >>>> DC342E0EC464AF6248CC08E661845D023A6962FBC3BBF58D15966DB968D62774.fmetadata >>>> tox_save.tox >>>> utox_save >>>> modified on 08/31 >>>> >>>> >>>> >>>> - >>>> >>>> Le 29/11/2016 ? 12:32, Zetok Zalbavar a ?crit : >>>>> On 29.11.2016 11:24, morgan wrote: >>>>>> - >>>>>> Hello, >>>>>> >>>>>> Sorry for my bad english. >>>>>> >>>>>> I have a new laptop with Ubuntu 16.04 since august 2016. The first time >>>>>> I launched qTox, il worked, but a few days later it seems to work >>>>>> without the X. It seems to start but without X, my contacts can see me >>>>>> inline, I hear bips when they write to me, but I can't do anything to >>>>>> write or see their communications. >>>>>> When I launch it with the CLI it seems work with warning: 'AL lib: (WW) >>>>>> alcCloseDevice: Releasing context 0x7fa1cc0083c0' but I can't do >>>>>> anything with the terminal, what I write doesn't do anything, it seems >>>>>> wait something like a command's end. I must close the terminal to stop >>>>>> the processus. >>>>>> >>>>>> A few months ago I had a laptop with Debian8, qTox worked perfectly, and >>>>>> before with Windows7, uTox worked perfectly too. >>>>>> >>>>>> I am a new user of GNU/Linux, I searched more times for help on your >>>>>> website and wiki, but I don't find anything to help me. Debian can't >>>>>> work on my new laptop (HP), one of the drivers isn't supported. >>>>>> >>>>>> Thank you very much for your job, I expect this informations will help >>>>>> you. I can send you other informations if needed. >>>>>> >>>>>> ---- >>>>>> morgan >>>>>> >>>>>> -- >>>>>> >>>>>> eff.org >>>>>> laquadrature.net/fr >>>>>> sous-surveillance.fr >>>>>> april.org >>>>>> - >>>>>> >>>>> >>>>> 1. Which repo is used? `cd /etc/apt/sources.d/ && ls && cat *tox*` >>>>> 2. Logs? ? ~/.cache/Tox/qTox/ >>>>> >>>>> >>>>> > > > > _______________________________________________ > Support mailing list > Support at lists.tox.chat > https://lists.tox.chat/listinfo/support > -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: OpenPGP digital signature URL: From NoCos30 at hotmail.com Tue Nov 29 22:13:58 2016 From: NoCos30 at hotmail.com (Nocs ...) Date: Tue, 29 Nov 2016 22:13:58 +0000 Subject: [Tox Support] Audio and Video Libraries best for tox and p2p ? Message-ID: Hello again, All works fine for communications with toxcore, i want to move on to audio and video with toxcore - toxav. I am trying for the moment the PortAudio library for audio, testing its functions and then i will implemented inside my app with toxcore What should i use for best solution with toxcore for video ? Also if there are any tutorials around would be nice to know how to use the toxav with libraries like portaudio and video except the ready autotests i found on git cause is a bit of too complicated for me and other noobs like me i guess [?] Btw talking about audio and video qTox is working fine send and recieving but uTox has some bugs (just mentioning, i think you allready know it) Thanks in advance for your time -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: OutlookEmoji-?.png Type: image/png Size: 488 bytes Desc: OutlookEmoji-?.png URL: From zetok at openmailbox.org Wed Nov 30 19:16:32 2016 From: zetok at openmailbox.org (Zetok Zalbavar) Date: Wed, 30 Nov 2016 19:16:32 +0000 Subject: [Tox Support] Tox client doesn't work on Ubuntu 16.04 In-Reply-To: <8bd1b109-e3e9-4d0c-5921-f1b496b0e6ec@ouvaton.org> References: <48ae9c1b-fb15-7120-3a25-99096e0ec4fd@ouvaton.org> <8eba1b13-9ac8-ad4c-fac6-0219e7d35d14@openmailbox.org> <289ef5bd-c323-1827-f09f-cbbb1916b53d@openmailbox.org> <8bd1b109-e3e9-4d0c-5921-f1b496b0e6ec@ouvaton.org> Message-ID: <04ef24ad-76fb-3f9e-c726-6d3f8474caca@openmailbox.org> On 29.11.2016 16:27, morgan wrote: > - > qTox works :) > I thought I had yet try it, but that's good. > > You spend all your time on that dev and support ? Where is the "donate" > button, I've never see it. > People spend as much of their free time as they can on stuff. There's no non-profit org to receive money, so there's no donate button. > Le 29/11/2016 ? 16:12, Zetok Zalbavar a ?crit : >> On 29.11.2016 13:21, morgan wrote: >>> - >>> Sorry I was wrong, it's not qTox but uTox, on my laptop. During my >>> searches I tried different clients, I forgot the good name. >>> >>> I have put back the correct lines in the correct folder and removed the >>> 'tox.list*', updated+upgraded and it doesn't work again. >>> >>> Is it possible to remove completly (and purge) tox on the laptop for >>> install it one more time "from scratch" ? >>> >>> ---- >>> morgan >>> >>> - >>> >> >> >> Well, the good news is that for ?Tox you have the right repo. Bad news >> is that I have no idea why ?Tox doesn't work. >> >> Feel free to try with qTox: https://github.com/qTox/qTox >> >> As for "purging", yes, it is possible, but due to the nature of package >> managers that's usually completely unnecessary, unless the user messes >> something up badly in the system. >> >> I.e. in your case it's most likely unnecessary and would change nothing. >> >> >>> Le 29/11/2016 ? 13:33, Zetok Zalbavar a ?crit : >>>> On 29.11.2016 12:21, morgan wrote: >>>>> - >>>>> >>>>> 1. Which repo is used? `cd /etc/apt/sources.d/ && ls && cat *tox*` >>>>> >>>>> minetestdevs-ubuntu-stable-xenial.list >>>>> ondrej-ubuntu-php-xenial.list >>>>> ondrej-ubuntu-php-xenial.list.save >>>>> tox.list >>>>> tox.list.distUpgrade >>>>> tox.list.save >>>>> webupd8team-ubuntu-sublime-text-2-xenial.list >>>>> webupd8team-ubuntu-sublime-text-2-xenial.list.save >>>>> deb https://pkg.tox.chat/debian stable xenial >>>>> deb https://pkg.tox.chat/debian nightly trusty >>>>> deb https://pkg.tox.chat/debian nightly xenial >>>>> >>>>> It is not in /etc/apt/sources.d/ but in /etc/apt/sources.list.d/ >>>>> >>>>> I have put the lines about tox in /etc/apt/sources.d/ and updated + >>>>> upgraded. No changes. >>>>> >>>> >>>> Right, sorry about that, /etc/apt/sources.list.d/ is the correct location. >>>> >>>> Anyways; you're using wrong repo. >>>> >>>> Remove incorrect one (`tox.list*`), add correct one and things should work. >>>> >>>> >>>>> >>>>> 2. Logs? ? ~/.cache/Tox/qTox/ >>>>> no folder ~/.cache/Tox/ nor ~/.cache/qTox/ >>>>> >>>>> >>>>> + >>>>> In ~/tox/ are : >>>>> DC342E0EC464AF6248CC08E661845D023A6962FBC3BBF58D15966DB968D62774.fmetadata >>>>> tox_save.tox >>>>> utox_save >>>>> modified on 08/31 >>>>> >>>>> >>>>> >>>>> - >>>>> >>>>> Le 29/11/2016 ? 12:32, Zetok Zalbavar a ?crit : >>>>>> On 29.11.2016 11:24, morgan wrote: >>>>>>> - >>>>>>> Hello, >>>>>>> >>>>>>> Sorry for my bad english. >>>>>>> >>>>>>> I have a new laptop with Ubuntu 16.04 since august 2016. The first time >>>>>>> I launched qTox, il worked, but a few days later it seems to work >>>>>>> without the X. It seems to start but without X, my contacts can see me >>>>>>> inline, I hear bips when they write to me, but I can't do anything to >>>>>>> write or see their communications. >>>>>>> When I launch it with the CLI it seems work with warning: 'AL lib: (WW) >>>>>>> alcCloseDevice: Releasing context 0x7fa1cc0083c0' but I can't do >>>>>>> anything with the terminal, what I write doesn't do anything, it seems >>>>>>> wait something like a command's end. I must close the terminal to stop >>>>>>> the processus. >>>>>>> >>>>>>> A few months ago I had a laptop with Debian8, qTox worked perfectly, and >>>>>>> before with Windows7, uTox worked perfectly too. >>>>>>> >>>>>>> I am a new user of GNU/Linux, I searched more times for help on your >>>>>>> website and wiki, but I don't find anything to help me. Debian can't >>>>>>> work on my new laptop (HP), one of the drivers isn't supported. >>>>>>> >>>>>>> Thank you very much for your job, I expect this informations will help >>>>>>> you. I can send you other informations if needed. >>>>>>> >>>>>>> ---- >>>>>>> morgan >>>>>>> >>>>>>> -- >>>>>>> >>>>>>> eff.org >>>>>>> laquadrature.net/fr >>>>>>> sous-surveillance.fr >>>>>>> april.org >>>>>>> - >>>>>>> >>>>>> >>>>>> 1. Which repo is used? `cd /etc/apt/sources.d/ && ls && cat *tox*` >>>>>> 2. Logs? ? ~/.cache/Tox/qTox/ >>>>>> >>>>>> >>>>>> -- Kind regards, Zetok Zalbavar ---- tox:29AE62F95C56063D833024B1CB5C2140DC4AEB94A80FF4596CACC460D7BAA062E0A92C3424A0 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From morg.leen at ouvaton.org Wed Nov 30 20:48:39 2016 From: morg.leen at ouvaton.org (morgan) Date: Wed, 30 Nov 2016 21:48:39 +0100 Subject: [Tox Support] Tox client doesn't work on Ubuntu 16.04 In-Reply-To: <04ef24ad-76fb-3f9e-c726-6d3f8474caca@openmailbox.org> References: <48ae9c1b-fb15-7120-3a25-99096e0ec4fd@ouvaton.org> <8eba1b13-9ac8-ad4c-fac6-0219e7d35d14@openmailbox.org> <289ef5bd-c323-1827-f09f-cbbb1916b53d@openmailbox.org> <8bd1b109-e3e9-4d0c-5921-f1b496b0e6ec@ouvaton.org> <04ef24ad-76fb-3f9e-c726-6d3f8474caca@openmailbox.org> Message-ID: - Thank you very much for your job and for your help. Tox is a very good tool :) ---- morgan - Le 30/11/2016 ? 20:16, Zetok Zalbavar a ?crit : > On 29.11.2016 16:27, morgan wrote: >> - >> qTox works :) >> I thought I had yet try it, but that's good. >> >> You spend all your time on that dev and support ? Where is the "donate" >> button, I've never see it. >> > > People spend as much of their free time as they can on stuff. > > There's no non-profit org to receive money, so there's no donate button. > > >> Le 29/11/2016 ? 16:12, Zetok Zalbavar a ?crit : >>> On 29.11.2016 13:21, morgan wrote: >>>> - >>>> Sorry I was wrong, it's not qTox but uTox, on my laptop. During my >>>> searches I tried different clients, I forgot the good name. >>>> >>>> I have put back the correct lines in the correct folder and removed the >>>> 'tox.list*', updated+upgraded and it doesn't work again. >>>> >>>> Is it possible to remove completly (and purge) tox on the laptop for >>>> install it one more time "from scratch" ? >>>> >>>> ---- >>>> morgan >>>> >>>> - >>>> >>> >>> >>> Well, the good news is that for ?Tox you have the right repo. Bad news >>> is that I have no idea why ?Tox doesn't work. >>> >>> Feel free to try with qTox: https://github.com/qTox/qTox >>> >>> As for "purging", yes, it is possible, but due to the nature of package >>> managers that's usually completely unnecessary, unless the user messes >>> something up badly in the system. >>> >>> I.e. in your case it's most likely unnecessary and would change nothing. >>> >>> >>>> Le 29/11/2016 ? 13:33, Zetok Zalbavar a ?crit : >>>>> On 29.11.2016 12:21, morgan wrote: >>>>>> - >>>>>> >>>>>> 1. Which repo is used? `cd /etc/apt/sources.d/ && ls && cat *tox*` >>>>>> >>>>>> minetestdevs-ubuntu-stable-xenial.list >>>>>> ondrej-ubuntu-php-xenial.list >>>>>> ondrej-ubuntu-php-xenial.list.save >>>>>> tox.list >>>>>> tox.list.distUpgrade >>>>>> tox.list.save >>>>>> webupd8team-ubuntu-sublime-text-2-xenial.list >>>>>> webupd8team-ubuntu-sublime-text-2-xenial.list.save >>>>>> deb https://pkg.tox.chat/debian stable xenial >>>>>> deb https://pkg.tox.chat/debian nightly trusty >>>>>> deb https://pkg.tox.chat/debian nightly xenial >>>>>> >>>>>> It is not in /etc/apt/sources.d/ but in /etc/apt/sources.list.d/ >>>>>> >>>>>> I have put the lines about tox in /etc/apt/sources.d/ and updated + >>>>>> upgraded. No changes. >>>>>> >>>>> >>>>> Right, sorry about that, /etc/apt/sources.list.d/ is the correct location. >>>>> >>>>> Anyways; you're using wrong repo. >>>>> >>>>> Remove incorrect one (`tox.list*`), add correct one and things should work. >>>>> >>>>> >>>>>> >>>>>> 2. Logs? ? ~/.cache/Tox/qTox/ >>>>>> no folder ~/.cache/Tox/ nor ~/.cache/qTox/ >>>>>> >>>>>> >>>>>> + >>>>>> In ~/tox/ are : >>>>>> DC342E0EC464AF6248CC08E661845D023A6962FBC3BBF58D15966DB968D62774.fmetadata >>>>>> tox_save.tox >>>>>> utox_save >>>>>> modified on 08/31 >>>>>> >>>>>> >>>>>> >>>>>> - >>>>>> >>>>>> Le 29/11/2016 ? 12:32, Zetok Zalbavar a ?crit : >>>>>>> On 29.11.2016 11:24, morgan wrote: >>>>>>>> - >>>>>>>> Hello, >>>>>>>> >>>>>>>> Sorry for my bad english. >>>>>>>> >>>>>>>> I have a new laptop with Ubuntu 16.04 since august 2016. The first time >>>>>>>> I launched qTox, il worked, but a few days later it seems to work >>>>>>>> without the X. It seems to start but without X, my contacts can see me >>>>>>>> inline, I hear bips when they write to me, but I can't do anything to >>>>>>>> write or see their communications. >>>>>>>> When I launch it with the CLI it seems work with warning: 'AL lib: (WW) >>>>>>>> alcCloseDevice: Releasing context 0x7fa1cc0083c0' but I can't do >>>>>>>> anything with the terminal, what I write doesn't do anything, it seems >>>>>>>> wait something like a command's end. I must close the terminal to stop >>>>>>>> the processus. >>>>>>>> >>>>>>>> A few months ago I had a laptop with Debian8, qTox worked perfectly, and >>>>>>>> before with Windows7, uTox worked perfectly too. >>>>>>>> >>>>>>>> I am a new user of GNU/Linux, I searched more times for help on your >>>>>>>> website and wiki, but I don't find anything to help me. Debian can't >>>>>>>> work on my new laptop (HP), one of the drivers isn't supported. >>>>>>>> >>>>>>>> Thank you very much for your job, I expect this informations will help >>>>>>>> you. I can send you other informations if needed. >>>>>>>> >>>>>>>> ---- >>>>>>>> morgan >>>>>>>> >>>>>>>> -- >>>>>>>> >>>>>>>> eff.org >>>>>>>> laquadrature.net/fr >>>>>>>> sous-surveillance.fr >>>>>>>> april.org >>>>>>>> - >>>>>>>> >>>>>>> >>>>>>> 1. Which repo is used? `cd /etc/apt/sources.d/ && ls && cat *tox*` >>>>>>> 2. Logs? ? ~/.cache/Tox/qTox/ >>>>>>> >>>>>>> >>>>>>> > > > > > _______________________________________________ > Support mailing list > Support at lists.tox.chat > https://lists.tox.chat/listinfo/support > -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: OpenPGP digital signature URL: