summaryrefslogtreecommitdiff
path: root/other
AgeCommit message (Collapse)Author
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
2014-04-23Fixed the DHT bootstrap daemon.irungentoo
2014-04-23Updated some files so that they could build with latest core.irungentoo
Fixed some issues.
2014-04-16multiple spelling fixesCarlos E. Garcia
2014-04-16DHT_bootstrap.c now has TCP server functionality enabled.irungentoo
Fixed a regression (same type as last commit).
2014-04-13TCP_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-23Fix NaCl builds for *BSDJin^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-22Renamed dht server to dht nodeMaxim Biro
2014-02-10Added entry to TODO and a public key cracker (vanity key finder) to other/fun.irungentoo
2014-02-09Astyled and removed some useless files.irungentoo
2014-02-09Fixed memory leaks and removed repeated codeMaxim Biro