Coren[m]
64ca4b5db2
tox.*, DHT.*:
...
- return to the caller if the string could be resolved into an IP
other/DHT_bootstrap.c, testing/*_test.c, testing/nTox.c:
- parse cmdline for --ipv4/--ipv6 switch to allow user a choice
util.h:
- proper old-style C-comment
2013-09-10 22:59:33 +02:00
Coren[m]
bcb283cf45
big push, putting all the infrastructure in place behind TOX_ENABLE_IPV6
2013-09-10 16:36:20 +02:00
Coren[m]
29d777ef67
network.h:
...
- IP: add in_addr_t as part of the union
- IP: rename IP to IP4
2013-09-09 14:16:40 +02:00
irungentoo
8f0bef5f20
Fixed warnings and moved hex_string_to_bin to testing/
2013-08-30 08:16:34 -04:00
irungentoo
7441a234b7
Merge branch 'udp_connections' of https://github.com/vx-k/ProjectTox-Core into vx-k-udp_connections
2013-08-30 07:53:51 -04:00
Kostya
25563ac070
Fixed build errors.
2013-08-30 03:28:50 -04:00
Anony Moose
eb33796e58
Moved misc_tools from testing to toxcore.
2013-08-29 22:54:54 +00:00
pete
82b8927af7
Correct a lot of the grammar and spelling. Also spent a few hours fixing the comments so they follow a standard.
2013-08-29 22:17:51 +01:00
jin-eld
e658892793
Rename core directory because of autoconf name clash
...
While doing the checks configure might generate "core" files and will
then try to remove them. Having a "core" directory generates an error
while runing the configure script.
There's no workaround but to rename the core directory.
2013-08-24 03:25:07 +03:00
irungentoo
7719a9ed58
init_cryptopacket is now called by new_DHT.
2013-08-22 13:19:38 -04:00
irungentoo
128223d9d1
astyle --options=tools/astylerc -r ./*.{c,h}
2013-08-20 19:37:05 -04:00
irungentoo
1fde3ce6aa
DHT_bootstrap fixed.
2013-08-20 16:37:34 -04:00
irungentoo
88ff81d9de
Passed everything through astyle.
2013-08-16 13:11:09 -04:00
slvr
6052b1f119
network_registerhandler
2013-08-10 00:43:50 +01:00
Astonex
5ad33e7398
Essentially nTox without the ncurses for Windows. Slightly modified main()
2013-07-29 23:00:56 +01:00
Konstantin Kowalski
b3fa1fc8f4
[fixed]created new files misc_tools.(c|h) and moved hex_string_to_bin() there.
2013-07-27 12:10:41 -04:00
Konstantin Kowalski
a1b93c397c
took out several strlen() calls out of the loop; replaced int's with size_t where needed
2013-07-26 16:16:58 -04:00
SilentSand
f377eb9ca2
Licensing
...
Added the GPLv3 license to some files in addition to fixing some
comments at the beginning of the files.
2013-07-25 21:45:56 -04:00
Maxim Biro
ea550d4c86
Some cleanup
2013-07-23 12:23:17 -04:00
irungentoo
53b58a4c82
Print the defined port.
2013-07-22 16:06:36 -04:00
irungentoo
cca045b4a2
Merge pull request #90 from NemDiggers/master
...
Print port just because
2013-07-22 13:05:57 -07:00
NemDiggers
fec1fe8577
Print port just because
2013-07-22 16:02:57 -04:00
irungentoo
485d5eee67
Merge pull request #89 from nurupo/master
...
Some DHT bootstrap improvements
2013-07-22 12:38:11 -07:00
irungentoo
8e43282fa9
Bootstrap servers now route friend requests.
2013-07-22 15:36:13 -04:00
Maxim Biro
164d92e2dd
Added saving and loading of keys by default
2013-07-22 15:16:01 -04:00
Maxim Biro
5ec78d75ce
Fixed header inclusion for Windows
2013-07-20 11:47:59 -04:00
Sebastian Stal
76df53bb65
Add support for DHT_bootstrap to connect to other nodes
2013-07-18 23:25:01 -07:00
irungentoo
96b8cb1c43
Fixed @ appearing in messages.
2013-07-13 22:28:25 -04:00
irungentoo
d63d63de9b
Simple boostrap server added.
2013-07-13 13:20:12 -04:00