summaryrefslogtreecommitdiff
path: root/other/fun
AgeCommit message (Expand)Author
2020-05-06cleanup: Make pylint and mypy happy with bootstrap_node_info.py.iphydf
2020-04-26Rework the toxchat/bootstrap-node Docker image.iphydf
2020-04-20Enable TCP relay test in Bazel and autotools build.iphydf
2020-04-04Add minimal save generatorMaxim Biro
2020-03-12Use rules_cc instead of native cc_library rules.iphydf
2018-08-19Avoid redefining macros from different files.iphydf
2018-08-19Fix const cast in save-generator.iphydf
2018-08-19Add save file generator, save compatibility test, and generate a save fileendoffile78
2018-07-22Run Clang global static analysis on Travis.iphydf
2018-07-21Avoid implementations in .h files or #including .c files.iphydf
2018-03-16Remove the use of the 'hh' format specifier.iphydf
2018-02-08Use the markdown GPLv3 license in the c-toxcore repo.iphydf
2018-02-08Fix LAN discovery on FreeBSD.iphydf
2018-02-08Remove csrc from the RTPHeader struct.iphydf
2018-01-30Use nullptr as NULL pointer constant instead of NULL or 0.iphydf
2018-01-28Avoid clashes with "build" directories on case-insensitive file systems.iphydf
2018-01-21Add BUILD files for all the little tools in the repo.iphydf
2016-09-09Minor cleanups: header reordering, adding {}.iphydf
2016-08-12Check code formatting on Travis.iphydf
2015-02-01Add script to generate save files with custom keysAlexandre Erwin Ittner
2014-07-09Merge branch 'fun-bootstrap-node-info' of https://github.com/nurupo/InsertPro...irungentoo
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-20Fix exceptional file leak in other/fun/sign.cTux3 / Mlkj / !Lev.uXFMLA
2014-04-16multiple spelling fixesCarlos E. Garcia
2014-02-10Added entry to TODO and a public key cracker (vanity key finder) to other/fun.irungentoo
2014-02-09Fixed memory leaks and removed repeated codeMaxim Biro
2013-08-29Merge branch 'master' of https://github.com/JamoBox/ProjectTox-Core into Jamo...irungentoo
2013-08-29Correct a lot of the grammar and spelling. Also spent a few hours fixing the ...pete
2013-08-21Added signer/checker using ed25519 and libsodium I wrote for fun.irungentoo