Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-18 | Fix scope, ressource leaks in boostrap daemon | Tux3 / Mlkj / !Lev.uXFMLA | |
Reduce scope of config_setting_t *elem Fix various leaks of files keys_file and pid_file | |||
2014-06-15 | Fixed some warnings. | irungentoo | |
2014-05-20 | Install tox_bootstrap_daemon | stal | |
I call on the venerable @jin_eld once again to verify that this change is correct. | |||
2014-05-18 | Made config file more consistent with default values | Maxim Biro | |
2014-05-18 | Added default ports to the .c file, included 33445 port | Maxim Biro | |
2014-05-18 | Fixed a bug | Maxim Biro | |
2014-05-18 | Allow multiple instances of the daemon | Maxim Biro | |
2014-05-18 | Fixed out of bounds write. | irungentoo | |
2014-05-18 | Added MOTD functionality | Maxim Biro | |
2014-05-17 | Some small fixes | Maxim Biro | |
2014-05-17 | Extracted min and max allowed port values into named constants | Maxim Biro | |
2014-05-17 | Added TCP server functionality | Maxim Biro | |
2014-05-08 | Merge branch 'master' into TCP | irungentoo | |
2014-04-23 | Fixed the DHT bootstrap daemon. | irungentoo | |
2014-04-23 | Updated some files so that they could build with latest core. | irungentoo | |
Fixed some issues. | |||
2014-04-16 | multiple spelling fixes | Carlos E. Garcia | |
2014-04-16 | DHT_bootstrap.c now has TCP server functionality enabled. | irungentoo | |
Fixed a regression (same type as last commit). | |||
2014-04-13 | TCP_client pretty much done? | irungentoo | |
Now next step is integrating it in tox. Added TCP server functionality to bootstrap server (define TCP_RELAY_ENABLED to enable it.) | |||
2014-03-23 | Fix NaCl builds for *BSD | Jin^eLD | |
From what I see there is a difference between *BSD and Linux when linking vs. toxcore which has been bulit vs. the NaCl library: on Linux it only links if NaCl's object files (i.e. randombytes.o) is present in the linker options, however on *BSD systems this will cause a linking error, see: https://github.com/Tox/toxic/issues/31#issuecomment-38224441 This commit makes sure that we do not add the NaCl object files to our pkg-config settings on *BSD, but do add them on Linux. | |||
2014-02-22 | Renamed dht server to dht node | Maxim Biro | |
2014-02-10 | Added entry to TODO and a public key cracker (vanity key finder) to other/fun. | irungentoo | |
2014-02-09 | Astyled and removed some useless files. | irungentoo | |
2014-02-09 | Fixed memory leaks and removed repeated code | Maxim Biro | |
2014-02-01 | Added DHT bootstrap server info packets. | irungentoo | |
define DHT_SERVER_EXTRA_PACKETS to enable. | |||
2014-01-30 | Fixed PID forgetfulness. | tawm | |
2014-01-25 | Shortened daemon's name | Maxim Biro | |
2014-01-25 | Made bootstrapping optional | Maxim Biro | |
2014-01-25 | Added more error checking | Maxim Biro | |
2014-01-21 | Update DHTservers | Sean | |
2014-01-21 | Updated DHT server list. | 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 | 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-19 | proper windows preprocessor detection | Ben Iofel | |
2014-01-19 | Added .sh to the script | Maxim Biro | |
2014-01-19 | Fixed function conflict | Maxim Biro | |
2014-01-19 | Fixed spelling | Maxim Biro | |
2014-01-19 | Spellchecked everything | Maxim Biro | |
2014-01-19 | Astyled the code | Maxim Biro | |
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-17 | Onion servers are now DHT ready. | irungentoo | |
2013-12-20 | Always build DHT_bootstrap | Jin^eLD | |
DHT_bootstrap is not the same as DHT_bootstrap_serverdaemon, the latter depends on libconfig and can be enabled/disable via a configure parameter. DHT_bootstrap has no dependencies and can always be built. |