Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-21 | Fixed some portability issues. | irungentoo | |
2014-01-20 | Adjusted some timeouts and fixed possible memory leak. | irungentoo | |
2014-01-20 | Added updated bootstrap server. | irungentoo | |
2014-01-20 | Updated DHT server list with onion supporting DHT servers. | irungentoo | |
Onionised DHT_test. | |||
2014-01-20 | Merge pull request #693 from nurupo/dht_bootstrap_daemon | irungentoo | |
Fixed missing cleanup | |||
2014-01-20 | Moved things around | Maxim Biro | |
2014-01-20 | Fixed missing cleanup | Maxim Biro | |
2014-01-20 | Enabled onion in bootstrap_serverdaemon. | irungentoo | |
2014-01-20 | Merge branch 'onion' | irungentoo | |
2014-01-20 | Fakeid packets are now also sent via the DHT. | irungentoo | |
2014-01-20 | Merge pull request #692 from benwaffle/patch-1 | irungentoo | |
Update network.c | |||
2014-01-20 | Update network.c | benwaffle | |
2014-01-19 | Merge pull request #691 from benwaffle/master | irungentoo | |
fixed MSWindows detection in network.h | |||
2014-01-19 | proper windows preprocessor detection | Ben Iofel | |
2014-01-19 | Merge pull request #690 from nurupo/dht_bootstrap_daemon | irungentoo | |
Fixed function conflict | |||
2014-01-19 | Added .sh to the script | Maxim Biro | |
2014-01-19 | Fixed function conflict | Maxim Biro | |
2014-01-19 | Merge pull request #689 from nurupo/dht_bootstrap_daemon | irungentoo | |
Fixed spelling | |||
2014-01-19 | Fixed spelling | Maxim Biro | |
2014-01-19 | Merge pull request #688 from nurupo/dht_bootstrap_daemon | irungentoo | |
Improved DHT bootstrap daemon | |||
2014-01-19 | Fixed onion_test. | irungentoo | |
2014-01-19 | Spellchecked everything | Maxim Biro | |
2014-01-19 | Some small improvements added. | irungentoo | |
2014-01-19 | Commented out now useless code. | irungentoo | |
2014-01-19 | Small protocol change for more replay attack prevention. | irungentoo | |
see the changes to Prevent_Tracking.txt | |||
2014-01-19 | Astyled the code | Maxim Biro | |
2014-01-19 | Added no_replay and added some things to the docs. | irungentoo | |
2014-01-19 | Fixed build | Maxim Biro | |
2014-01-19 | Fixed comments and variables' names | Maxim Biro | |
2014-01-19 | Renamed to fix build process | Maxim Biro | |
2014-01-19 | Fixed some formatting | Maxim Biro | |
2014-01-19 | Tell github that README is a markdown file | Maxim Biro | |
2014-01-19 | Improved DHT bootstrap daemon | Maxim 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-18 | Some optimizations and fixes. | irungentoo | |
2014-01-18 | Fixed segfault. | irungentoo | |
2014-01-17 | Fixed spelling. | irungentoo | |
2014-01-17 | Small performance increases. | irungentoo | |
2014-01-17 | Onion servers are now DHT ready. | irungentoo | |
2014-01-17 | Incorporated onion into Tox. | irungentoo | |
Fixed a couple of issues related to that. | |||
2014-01-16 | describe configuration of libsodium path | Marco 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-16 | Wrote random_path function. | irungentoo | |
Added onion_client to the build system. | |||
2014-01-15 | onion_client almost done. | irungentoo | |
2014-01-14 | Some packet handling code added to onion_client. | irungentoo | |
2014-01-14 | Onion 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-13 | Added functions to add/remove friends in onion_client. | irungentoo | |
Added a tiny optimization to net_crypto. | |||
2014-01-12 | Some work done in onion_client. | irungentoo | |
2014-01-11 | Some work done on onion_client | irungentoo | |
2014-01-10 | Some work on onion_client done. | irungentoo | |
2014-01-10 | Removed useless line. | irungentoo | |
2014-01-10 | updated TODO. | irungentoo | |