summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-21Update DHTserversSean
2014-01-21Decreased interval between sending announce packets.irungentoo
2014-01-21Merge pull request #694 from stqism/patch-1irungentoo
Fixed BSD IP stack issue
2014-01-21Fixed BSD IP stack issueSean
Thanks to @mahomet
2014-01-21random_nodes_path should return slightly better paths.irungentoo
Fixed test in network_test failing on some machines because of localhost ipv6 issues.
2014-01-21Updated DHT server list.irungentoo
2014-01-21Fixed bug.irungentoo
2014-01-21Adjusted some timeouts.irungentoo
2014-01-21Fixed some portability issues.irungentoo
2014-01-20Adjusted some timeouts and fixed possible memory leak.irungentoo
2014-01-20Added updated bootstrap server.irungentoo
2014-01-20Updated DHT server list with onion supporting DHT servers.irungentoo
Onionised DHT_test.
2014-01-20Merge pull request #693 from nurupo/dht_bootstrap_daemonirungentoo
Fixed missing cleanup
2014-01-20Moved things aroundMaxim Biro
2014-01-20Fixed missing cleanupMaxim Biro
2014-01-20Enabled onion in bootstrap_serverdaemon.irungentoo
2014-01-20Merge branch 'onion'irungentoo
2014-01-20Fakeid packets are now also sent via the DHT.irungentoo
2014-01-20Merge pull request #692 from benwaffle/patch-1irungentoo
Update network.c
2014-01-20Update network.cbenwaffle
2014-01-19Merge pull request #691 from benwaffle/masterirungentoo
fixed MSWindows detection in network.h
2014-01-19proper windows preprocessor detectionBen Iofel
2014-01-19Merge pull request #690 from nurupo/dht_bootstrap_daemonirungentoo
Fixed function conflict
2014-01-19Added .sh to the scriptMaxim Biro
2014-01-19Fixed function conflictMaxim Biro
2014-01-19Merge pull request #689 from nurupo/dht_bootstrap_daemonirungentoo
Fixed spelling
2014-01-19Fixed spellingMaxim Biro
2014-01-19Merge pull request #688 from nurupo/dht_bootstrap_daemonirungentoo
Improved DHT bootstrap daemon
2014-01-19Fixed onion_test.irungentoo
2014-01-19Spellchecked everythingMaxim Biro
2014-01-19Some small improvements added.irungentoo
2014-01-19Commented out now useless code.irungentoo
2014-01-19Small protocol change for more replay attack prevention.irungentoo
see the changes to Prevent_Tracking.txt
2014-01-19Astyled the codeMaxim Biro
2014-01-19Added no_replay and added some things to the docs.irungentoo
2014-01-19Fixed buildMaxim Biro
2014-01-19Fixed comments and variables' namesMaxim Biro
2014-01-19Renamed to fix build processMaxim Biro
2014-01-19Fixed some formattingMaxim Biro
2014-01-19Tell github that README is a markdown fileMaxim Biro
2014-01-19Improved DHT bootstrap daemonMaxim Biro
Supports "unlimited" number of bootstrap nodes in the config file, instead of just 32. PID and keys file paths are not limited by 512 chars anymore. Doesn't read the whole list of bootstrap servers into a global datastructure that just sits there after being processed once -- reads bootstrap servers one by one, processing them between reads. Supports IPv6. Has an option for IPv6. Supports LAN discovery. Has an option for LAN discovery. Writes to syslog. Uses new functions introduced in the core. `status` in the bash script now works. Has a simple README, with instructions for Debian-based distros.
2014-01-18Some optimizations and fixes.irungentoo
2014-01-18Fixed segfault.irungentoo
2014-01-17Fixed spelling.irungentoo
2014-01-17Small performance increases.irungentoo
2014-01-17Onion servers are now DHT ready.irungentoo
2014-01-17Incorporated onion into Tox.irungentoo
Fixed a couple of issues related to that.
2014-01-16describe configuration of libsodium pathMarco Hoyer
after failing the installation with described error, I needed some time to realize that there might be a problem with the custom path of libsodium installed by homebrew, needing manual configuration. Hope this saves some time for somebody.
2014-01-16Wrote random_path function.irungentoo
Added onion_client to the build system.
2014-01-15onion_client almost done.irungentoo