Skip to content

Instantly share code, notes, and snippets.

core.cpp:1461:37: error: ‘crypto_box_MACBYTES’ was not declared in this scope
uint8_t encrypted[data.size() + TOX_PASS_ENCRYPTION_EXTRA_LENGTH];
^
core.cpp:1461:37: error: ‘crypto_box_NONCEBYTES’ was not declared in this scope
uint8_t encrypted[data.size() + TOX_PASS_ENCRYPTION_EXTRA_LENGTH];
^
core.cpp:1461:37: error: ‘crypto_pwhash_scryptsalsa208sha256_SALTBYTES’ was not declared in this scope
uint8_t encrypted[data.size() + TOX_PASS_ENCRYPTION_EXTRA_LENGTH];
Zimbabwe
ping
23:25
23:25
haavard
pong
23:25
Oct 6 02:53:35 guilty-spark tox-bootstrapd[27189]: Running "tox-bootstrapd" version 2014081600.
Oct 6 02:53:35 guilty-spark tox-bootstrapd[27189]: Successfully read:
Oct 6 02:53:35 guilty-spark tox-bootstrapd[27189]: 'pid_file_path': /var/run/tox-bootstrapd/tox-bootstrapd.pid
Oct 6 02:53:35 guilty-spark tox-bootstrapd[27189]: 'keys_file_path': /var/lib/tox-bootstrapd/keys
Oct 6 02:53:35 guilty-spark tox-bootstrapd[27189]: 'port': 33445
Oct 6 02:53:35 guilty-spark tox-bootstrapd[27189]: 'enable_ipv6': true
Oct 6 02:53:35 guilty-spark tox-bootstrapd[27189]: 'enable_lan_discovery': true
Oct 6 02:53:35 guilty-spark tox-bootstrapd[27189]: 'enable_tcp_relay': true
Oct 6 02:53:35 guilty-spark tox-bootstrapd[27189]: Read 2 TCP ports:
Oct 6 02:53:35 guilty-spark tox-bootstrapd[27189]: Port #0: 3389
ldd c
linux-gate.so.1 (0xf77b2000)
libc.so.6 => /lib/i386-linux-gnu/i686/cmov/libc.so.6 (0xf75ce000)
/lib/ld-linux.so.2 (0xf77b3000)
ldd qtox | grep -i qt
libQt5Widgets.so.5 => /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 (0x00007fe05429a000)
libQt5Xml.so.5 => /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5 (0x00007fe05405e000)
libQt5Network.so.5 => /usr/lib/x86_64-linux-gnu/libQt5Network.so.5 (0x00007fe053d0a000)
libQt5Gui.so.5 => /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5 (0x00007fe0535ef000)
libQt5Core.so.5 => /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 (0x00007fe052ecb000)
10a11,15
> libQt5Core.so.5 => /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
> libQt5Gui.so.5 => /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
> libQt5Network.so.5 => /usr/lib/x86_64-linux-gnu/libQt5Network.so.5
> libQt5Widgets.so.5 => /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
> libQt5Xml.so.5 => /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5
67a73,75
> libicudata.so.52 => /usr/lib/x86_64-linux-gnu/libicudata.so.52
> libicui18n.so.52 => /usr/lib/x86_64-linux-gnu/libicui18n.so.52
> libicuuc.so.52 => /usr/lib/x86_64-linux-gnu/libicuuc.so.52
[04:02:39] <TLH> bunslow: I am also looking for someone who has write access to the wiki to add a new client I've been working on
[04:02:54] <bunslow> StephanYanev: ^^
[04:03:02] <bunslow> what sort of client?
[04:03:11] <TLH> bunslow: http://ratox.2f30.org/
[04:03:16] <StephanYanev> bunslow, You don't have access?
[04:03:38] <TLH> bunslow: http://git.2f30.org/ratox/tree/README
[04:03:46] <TLH> the features table is similar to the one in the wiki already for easy comparison
[04:04:00] <bunslow> i do, but i figured i'd ask
[04:04:19] <TLH> it is very early work, I just released 0.1, I aim to have audio support in 0.2
[04:04:23] <StephanYanev> TLH, I'll make you a wiki account. I need an email you want to use
[03:35:03] <TLH> hi all, any chance some people can test out this patch in their setups? http://goo.gl/V0v3yt
[03:35:10] <TLH> it affects toxav
[03:35:18] <TLH> (it is not an issue, just a cleanup of the existing code)
[03:35:32] --> target_i (~target_i@31.3.31.183) has joined #tox-dev
[03:35:47] <TLH> it will also allow for some further changs I have to sit on top of that patch
./qtox
Settings: Loading from "/home/bill/.config/tox/settings.ini"
Using embeded bootstrap nodes list
"Loaded translation en"
Core starting with IPv6 enabled
Core: Set avatar, format: 1 , size: 1811
Core: Connecting to the DHT ...
"Core: Bootstraping from mousey, addr 37.187.46.132, port 33445"
"Core: Bootstraping from Proplex, addr 107.161.17.51, port 33445"
Widget: Adding friend with id "B5E3DDC30354139C9283E12305461601285272CC2E672DC37D700C7EBA24385E"
@dubslow
dubslow / gist:158d6e28cf379bf6be1a
Last active August 29, 2015 14:06
GPL exception
Project Tox GPL Exception version 1.0
-----------------------------------
The libtox libraries, part of Project Tox, are licensed under the GNU General Public License version 3.
Under section 7 of the License as an additional permission, the following software programs, when
statically linked with the libtox libraries, are not subject to section 10, paragraph 1 of the License.
(1) The "Antidote" Tox client, currently maintained by Dmitry Vorobyov