summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2014-01-14Some packet handling code added to onion_client.irungentoo
2014-01-14Onion data packets can now be handled in onion_client.irungentoo
oniondata_registerhandler(...) can be used to register different packet types to handle them and send_onion_data(...) can be used to send these packets.
2014-01-13Added functions to add/remove friends in onion_client.irungentoo
Added a tiny optimization to net_crypto.
2014-01-12Some work done in onion_client.irungentoo
2014-01-11Some work done on onion_clientirungentoo
2014-01-10Some work on onion_client done.irungentoo
2014-01-10Removed useless line.irungentoo
2014-01-10updated TODO.irungentoo
2014-01-09Some work done on the client part.irungentoo
2014-01-09Putting the sendback outside the encrypted part of the response.irungentoo
It's more useful this way.