Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-05 | Forgot about this | mannol | |
2015-06-05 | Rebased on master and removed alpha channel (again) | mannol | |
2015-06-03 | Return error if file_id parameter is NULL. | irungentoo | |
2015-05-29 | Comment fix. | irungentoo | |
2015-05-28 | Fixed comment. | irungentoo | |
2015-05-25 | tox_new returns NULL on failure. | irungentoo | |
2015-05-24 | Merge branch 'bootstrapd-update2' of ↵ | irungentoo | |
https://github.com/nurupo/InsertProjectNameHere | |||
2015-05-22 | Move savedata to options struct. | irungentoo | |
Add a way to select the type of savedata (normal savedata, load a secret key, potentially others?) to load. | |||
2015-05-22 | Updated with master | mannol | |
2015-05-20 | Merge branch 'tcp_server' | irungentoo | |
2015-05-16 | Added apidsl input file | mannol | |
2015-05-13 | Fixed segfault in tox-bootstrapd. | irungentoo | |
2015-05-10 | Updated daemon's systemd file, fixed typos in README | Maxim Biro | |
@arthurtiteica has pointed out that systemd has more suitable facilities for creating a temporary directory for a PID file rather than calling ExecStartPre, which requires an absolute path to coreutils executables we used for creating a directory and changing its owner, paths of which are are not universal across distributions. Systemd can take care of it for us without need to provide absolute paths, which is what we use here. | |||
2015-05-08 | Added basic TCP server hosting to tox.h api. | irungentoo | |
TODO: tell friends we are hosting a relay and prioritize using relays hosted by friends over bootstrap ones. | |||
2015-04-26 | fix useless use of cat | flan | |
2015-04-25 | Switched tox.h to the dsl generated one. | irungentoo | |
Added input file to generate it. Moved the astyle stuff to the astyle directory in other/. | |||
2015-02-07 | Fixed incompatible pointer type warning | Maxim Biro | |
2015-02-06 | Merge branch 'master' of https://github.com/ray65536/toxcore | irungentoo | |
2015-02-05 | Documentation and service description for using tox-bootstrapd with | Eugene Lopatin | |
systemd | |||
2015-02-03 | Move OS X install script | Urras | |
2015-02-01 | Add script to generate save files with custom keys | Alexandre Erwin Ittner | |
Allow users to play with keys generated outside Tox core without depending on features from any specific client. Just generate a stub save file that every client will understand. | |||
2015-01-25 | Replace hardcoded nodes with examples | Maxim Biro | |
Reverts Proplex'es change. | |||
2014-11-29 | Check if key file was opened correctly in DHT_bootstrap.c | irungentoo | |
Warn the user if it wasn't. | |||
2014-10-15 | Merge branch 'tox-bootstrapd-network-error-handling' of ↵ | irungentoo | |
https://github.com/nurupo/InsertProjectNameHere | |||
2014-10-14 | Don't fail when the binary is not found | Maxim Biro | |
Per Debian Policy Manual, paragraph 9.3.2: Writing the scripts. | |||
2014-10-13 | Fixed a typo | Maxim Biro | |
2014-10-13 | Added some const-correctnessness | Maxim Biro | |
2014-10-12 | Fixed a typo | Maxim Biro | |
2014-10-12 | Added IPv4 fallback, made IPv6 and IPv4 fallback enabled by default | Maxim Biro | |
2014-10-12 | Free ports when there are no valid ones | Maxim Biro | |
2014-10-11 | Merge branch 'master' of https://github.com/stqism/ToxCore | irungentoo | |
2014-10-10 | Does a realloc with a size of 0 if every port is invalid | Sean Qureshi | |
2014-10-10 | Enable IPv6, fix systemd PID bug | Sean Qureshi | |
2014-10-06 | Add working tox nodes | David Lohle | |
since the daemon is in the process of being packaged for easy deployment, it's probably best we have a working default config that extends existing nodes. | |||
2014-09-09 | spelling corrections | cgar | |
2014-08-18 | Added .sh ending to bootstrapd's init script | Maxim Biro | |
Fixes some build issues. | |||
2014-08-17 | Fixed some warnings | Maxim Biro | |
2014-08-17 | Fixed daemon taking long time to stop | Maxim Biro | |
2014-08-17 | Renamed files for less confusion | Maxim Biro | |
2014-08-17 | Made possible to run the daemon under its own user | Maxim Biro | |
2014-08-17 | Made init.d script work with systemd | Maxim Biro | |
2014-08-16 | Renamed tox_bootstrap_daemon into tox-bootstrapd | Maxim Biro | |
2014-07-09 | Merge branch 'fun-bootstrap-node-info' of ↵ | irungentoo | |
https://github.com/nurupo/InsertProjectNameHere | |||
2014-07-09 | Added a script to query DHT bootstrap node info | Maxim Biro | |
2014-06-20 | Fixed a case when public key contained null bytes | Maxim Biro | |
2014-06-20 | Fixed sodium include | Maxim Biro | |
2014-06-20 | Added strkey | Maxim Biro | |
2014-06-20 | Merge branch 'leak-rebase' of https://github.com/tux3/toxcore | irungentoo | |
2014-06-20 | Fix exceptional file leak in other/fun/sign.c | Tux3 / Mlkj / !Lev.uXFMLA | |
2014-06-19 | Merge branch 'bootstrap_daemon-leaks-1' of https://github.com/tux3/toxcore ↵ | irungentoo | |
into tux3-bootstrap_daemon-leaks-1 |