Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-09 | Minor cleanups: header reordering, adding {}. | iphydf | |
I hadn't done this for the "fun" code, yet. Also, we should include system headers after our own headers. "In general, a module should be implemented by one or more .cpp files. Each of these .cpp files should include the header that defines their interface first. This ensures that all of the dependences of the module header have been properly added to the module header itself, and are not implicit. System headers should be included after user headers for a translation unit." -- http://llvm.org/docs/CodingStandards.html#a-public-header-file-is-a-module | |||
2016-08-12 | Check code formatting on Travis. | iphydf | |
We run astyle on Travis and check if there is a diff. The build terminates if git finds a difference. | |||
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. | |||
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 | Fix exceptional file leak in other/fun/sign.c | Tux3 / Mlkj / !Lev.uXFMLA | |
2014-04-16 | multiple spelling fixes | Carlos E. Garcia | |
2014-02-10 | Added entry to TODO and a public key cracker (vanity key finder) to other/fun. | irungentoo | |
2014-02-09 | Fixed memory leaks and removed repeated code | Maxim Biro | |
2013-08-29 | Merge branch 'master' of https://github.com/JamoBox/ProjectTox-Core into ↵ | irungentoo | |
JamoBox-master Conflicts: toxcore/LAN_discovery.h | |||
2013-08-29 | Correct a lot of the grammar and spelling. Also spent a few hours fixing the ↵ | pete | |
comments so they follow a standard. | |||
2013-08-21 | Added signer/checker using ed25519 and libsodium I wrote for fun. | irungentoo | |