Sean Qureshi
|
ab830825bd
|
Added windows support to the standarized location
|
2013-08-18 03:12:55 -07:00 |
|
Sean Qureshi
|
31e29c46c5
|
Added more selectable dht servers
|
2013-08-18 03:06:25 -07:00 |
|
Sean Qureshi
|
86596a6d7f
|
Makes cmake install DHTservers to its new place
|
2013-08-18 03:03:46 -07:00 |
|
irungentoo
|
88ff81d9de
|
Passed everything through astyle.
|
2013-08-16 13:11:09 -04:00 |
|
Javier Maldonado
|
8a56f9cb37
|
Added new server
|
2013-08-15 05:31:08 +00:00 |
|
irungentoo
|
566295037f
|
Added logo in readme to repo.
|
2013-08-14 12:35:55 -04:00 |
|
irungentoo
|
c0d5fe9b5b
|
Merge pull request #423 from JFreegman/master
Auto-connect toxic to DHT on startup
|
2013-08-11 07:40:07 -07:00 |
|
irungentoo
|
8e05bcb5f9
|
Merge pull request #422 from slvr/crypto-speed-boost
Cryptography speed boost
|
2013-08-10 16:20:54 -07:00 |
|
Jfreegman
|
2694fc8d13
|
auto-connect to DHT on startup
|
2013-08-10 15:46:29 -04:00 |
|
slvr
|
021852d494
|
Implemented encrypt_data_fast, decrypt_data_fast and crypto tests
|
2013-08-10 17:41:32 +01:00 |
|
slvr
|
448d0124cd
|
networking_poll: DHT_bootstrap_daemon
|
2013-08-10 00:49:20 +01:00 |
|
slvr
|
6052b1f119
|
network_registerhandler
|
2013-08-10 00:43:50 +01:00 |
|
plutooo
|
3d916b35f2
|
core: getaddrinfo() lookup error handling
|
2013-08-01 11:54:06 -07:00 |
|
irungentoo
|
7252456c87
|
Merge pull request #171 from AMDmi3/freebsd-fixes
FreeBSD fixes
|
2013-07-31 04:46:12 -07:00 |
|
Joseph Quadrino
|
9f6be0ce4b
|
stat file before attempting to open
|
2013-07-31 03:07:51 -04:00 |
|
Dmitry Marakasov
|
89dd7ed011
|
Add detection of required libraries
|
2013-07-31 06:15:26 +04:00 |
|
teknocrat
|
b1ec17a357
|
Merge branch 'patch-1' of https://github.com/Teknocrat/ProjectTox-Core into patch-1
|
2013-07-30 19:29:33 -05:00 |
|
Teknocrat
|
7803acc375
|
Create FindLibConfig.cmake
Warning, this is a google snippet, but works fine, shouldn't be an issue
|
2013-07-30 19:12:29 -05:00 |
|
Teknocrat
|
4faa145789
|
Update CMakeLists.txt
This thing requires libconfig but doesn't test for it...
|
2013-07-30 19:09:36 -05:00 |
|
NemDiggers
|
69980e3c0c
|
Remind users that directory isn't actually legit
|
2013-07-30 19:09:29 -04:00 |
|
irungentoo
|
b1726f55ed
|
Merge branch 'master' of https://github.com/nurupo/InsertProjectNameHere into nurupo-master
Conflicts:
testing/CMakeLists.txt
|
2013-07-30 07:31:51 -04:00 |
|
Maxim Biro
|
1d8f6e94e7
|
Fixed formatting of some cmake files
|
2013-07-29 20:45:53 -04: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 |
|
irungentoo
|
3b53bc3218
|
Merge pull request #96 from tawm/master
Make the bootstrap daemon configurable
|
2013-07-23 17:31:08 -07:00 |
|
Maxim Biro
|
ea550d4c86
|
Some cleanup
|
2013-07-23 12:23:17 -04:00 |
|
Tom Bartelt
|
87aad78c87
|
removed silly test
|
2013-07-23 06:58:28 -04:00 |
|
Tom Bartelt
|
6f6db8abc0
|
removed useless header
|
2013-07-23 06:43:41 -04:00 |
|
Tom Bartelt
|
06eb768a57
|
Updated server.cfg
|
2013-07-23 06:39:49 -04:00 |
|
Tom Bartelt
|
ea49be0e95
|
Fixed a tiny bug
|
2013-07-23 06:38:35 -04:00 |
|
Tom Bartelt
|
f1ea6024cf
|
renamed init script
|
2013-07-23 06:32:42 -04:00 |
|
Tom Bartelt
|
9f6f3117bb
|
Update daemon to use config files
|
2013-07-23 06:28:47 -04:00 |
|
Tom Bartelt
|
413c5810e1
|
Add libconfig to the build process
|
2013-07-23 06:25:47 -04:00 |
|
Tom Bartelt
|
a11fa54fa2
|
Added config file
|
2013-07-23 06:02:08 -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
|
4504011117
|
Fixed build.
|
2013-07-22 15:49:15 -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
|
a8a72d09c7
|
Added cmake file for DHT_bootstrap_daemon
|
2013-07-22 15:28:09 -04:00 |
|
Maxim Biro
|
164d92e2dd
|
Added saving and loading of keys by default
|
2013-07-22 15:16:01 -04:00 |
|
Maxim Biro
|
6260df230f
|
Fixed missed version and policy
|
2013-07-21 20:51:37 -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
|
60957885fd
|
Added a daemon version of DHT_bootstrap made by tawm_.
|
2013-07-18 18:46:14 -04:00 |
|
Maxim Biro
|
6939a48226
|
Apply compiler flags only once
|
2013-07-17 18:29:26 -04:00 |
|
Maxim Biro
|
ef0efd72b5
|
Improved build system
|
2013-07-17 18:18:27 -04: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 |
|