summaryrefslogtreecommitdiff
path: root/other
AgeCommit message (Collapse)Author
2015-05-13Fixed segfault in tox-bootstrapd.irungentoo
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
2014-06-20Fixed sodium includeMaxim Biro
2014-06-20Added strkeyMaxim Biro
2014-06-20Merge branch 'leak-rebase' of https://github.com/tux3/toxcoreirungentoo
2014-06-20Fix exceptional file leak in other/fun/sign.cTux3 / Mlkj / !Lev.uXFMLA
2014-06-19Merge branch 'bootstrap_daemon-leaks-1' of https://github.com/tux3/toxcore ↵irungentoo
into tux3-bootstrap_daemon-leaks-1
2014-06-18Fix scope, ressource leaks in boostrap daemonTux3 / Mlkj / !Lev.uXFMLA
Reduce scope of config_setting_t *elem Fix various leaks of files keys_file and pid_file
2014-06-15Fixed some warnings.irungentoo
2014-05-20Install tox_bootstrap_daemonstal
I call on the venerable @jin_eld once again to verify that this change is correct.
2014-05-18Made config file more consistent with default valuesMaxim Biro
2014-05-18Added default ports to the .c file, included 33445 portMaxim Biro
2014-05-18Fixed a bugMaxim Biro
2014-05-18Allow multiple instances of the daemonMaxim Biro
2014-05-18Fixed out of bounds write.irungentoo
2014-05-18Added MOTD functionalityMaxim Biro
2014-05-17Some small fixesMaxim Biro
2014-05-17Extracted min and max allowed port values into named constantsMaxim Biro
2014-05-17Added TCP server functionalityMaxim Biro
2014-05-08Merge branch 'master' into TCPirungentoo