summaryrefslogtreecommitdiff
path: root/other
AgeCommit message (Collapse)Author
2015-06-20Merge branch 'typo' of https://github.com/zetok/ProjectTox-Coreirungentoo
2015-06-20Merge branch 'doc' of https://github.com/zetok/ProjectTox-Coreirungentoo
2015-06-20Fix typo in readme: "enrironment" → "environment"Zetok Zalbavar
2015-06-20Add real instruction on how to use APIDSL and astyleZetok Zalbavar
also add to "tox{,.in}.h" note that "tox.h" shouldn't be edited directly, pointing to "tox.in.h"
2015-06-20Improve documentation about tcp_portZetok Zalbavar
Apparently it's not entirely clear that it's not needed in clients. v2, as provided by @nurupo
2015-06-05Forgot about thismannol
2015-06-05Rebased on master and removed alpha channel (again)mannol
2015-06-03Return error if file_id parameter is NULL.irungentoo
2015-05-29Comment fix.irungentoo
2015-05-28Fixed comment.irungentoo
2015-05-25tox_new returns NULL on failure.irungentoo
2015-05-24Merge branch 'bootstrapd-update2' of ↵irungentoo
https://github.com/nurupo/InsertProjectNameHere
2015-05-22Move 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-22Updated with mastermannol
2015-05-20Merge branch 'tcp_server'irungentoo
2015-05-16Added apidsl input filemannol
2015-05-13Fixed segfault in tox-bootstrapd.irungentoo
2015-05-10Updated daemon's systemd file, fixed typos in READMEMaxim 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-08Added 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-26fix useless use of catflan
2015-04-25Switched 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-07Fixed incompatible pointer type warningMaxim Biro
2015-02-06Merge branch 'master' of https://github.com/ray65536/toxcoreirungentoo
2015-02-05Documentation and service description for using tox-bootstrapd withEugene Lopatin
systemd
2015-02-03Move OS X install scriptUrras
2015-02-01Add script to generate save files with custom keysAlexandre 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-25Replace hardcoded nodes with examplesMaxim Biro
Reverts Proplex'es change.
2014-11-29Check if key file was opened correctly in DHT_bootstrap.cirungentoo
Warn the user if it wasn't.
2014-10-15Merge branch 'tox-bootstrapd-network-error-handling' of ↵irungentoo
https://github.com/nurupo/InsertProjectNameHere
2014-10-14Don't fail when the binary is not foundMaxim Biro
Per Debian Policy Manual, paragraph 9.3.2: Writing the scripts.
2014-10-13Fixed a typoMaxim Biro
2014-10-13Added some const-correctnessnessMaxim Biro
2014-10-12Fixed a typoMaxim Biro
2014-10-12Added IPv4 fallback, made IPv6 and IPv4 fallback enabled by defaultMaxim Biro
2014-10-12Free ports when there are no valid onesMaxim Biro
2014-10-11Merge branch 'master' of https://github.com/stqism/ToxCoreirungentoo
2014-10-10Does a realloc with a size of 0 if every port is invalidSean Qureshi
2014-10-10Enable IPv6, fix systemd PID bugSean Qureshi
2014-10-06Add working tox nodesDavid 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-09spelling correctionscgar
2014-08-18Added .sh ending to bootstrapd's init scriptMaxim Biro
Fixes some build issues.
2014-08-17Fixed some warningsMaxim Biro
2014-08-17Fixed daemon taking long time to stopMaxim Biro
2014-08-17Renamed files for less confusionMaxim Biro
2014-08-17Made possible to run the daemon under its own userMaxim Biro
2014-08-17Made init.d script work with systemdMaxim Biro
2014-08-16Renamed tox_bootstrap_daemon into tox-bootstrapdMaxim Biro
2014-07-09Merge branch 'fun-bootstrap-node-info' of ↵irungentoo
https://github.com/nurupo/InsertProjectNameHere
2014-07-09Added a script to query DHT bootstrap node infoMaxim Biro
2014-06-20Fixed a case when public key contained null bytesMaxim Biro