summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-21Fixed tabulationMaxim Biro
2013-07-22added data file to gitignoreOliver Hunt
2013-07-21Updated INSTALL.mdMaxim Biro
2013-07-21Updated .travis.yml to build all targetsMaxim Biro
2013-07-21Excluded tests that are not currently supported on building platformMaxim Biro
2013-07-22moved saving to nTox.cOliver Hunt
2013-07-21Fixed missed version and policyMaxim Biro
2013-07-21Made a cmake project for CoreMaxim Biro
2013-07-21Merge pull request #78 from redwire/masterirungentoo
Implemented a faster algorithm for generating nonces
2013-07-21Fixed temp redeclarationredwire
2013-07-21Going with irungentoo's suggestion and using memcpy instead of sectioning ↵redwire
with arithmetic
2013-07-21Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Coreredwire
2013-07-21Merge pull request #76 from notadecent/masterirungentoo
Updated nTox.c (added timestamp)
2013-07-21Merge pull request #74 from mouseym/patch-1irungentoo
Update INSTALL.md
2013-07-21Fixed an embarassing typoZack
2013-07-21Implemented a faster algorithm for generating noncesZack
2013-07-21Updated nTox.c (added timestamp)notadecent
It's very glitchy. But it works.
2013-07-21Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Coreirungentoo
2013-07-21Update INSTALL.mdmouseym
OSX Instructions added.
2013-07-21Added routing functions to DHT.irungentoo
2013-07-21Merge pull request #72 from notadecent/masterirungentoo
Update nTox.c
2013-07-21Update nTox.cnotadecent
Formatting
2013-07-21Fixed links in README.irungentoo
2013-07-21Merge pull request #71 from ollieh/masterirungentoo
Removed docs, all are now in the wiki
2013-07-21Merge pull request #70 from NemDiggers/masterirungentoo
We've updated our URL
2013-07-21Removed docs, all are now in the wikiOliver Hunt
2013-07-21We've updated our URLNemDiggers
2013-07-20Initial connections might be faster.irungentoo
2013-07-20Merge pull request #69 from stal888/arrowsirungentoo
Don't exit on arrow keys
2013-07-20Don't exit on arrow keysSebastian Stal
2013-07-20Fixed segfault.irungentoo
2013-07-20Merge pull request #68 from nurupo/masterirungentoo
Updated nTox
2013-07-20Updated nToxMaxim Biro
2013-07-20Merge pull request #67 from nurupo/masterirungentoo
Added address resolving function (Thank you stal).
2013-07-20Added address resolving function (Thank you stal).Maxim Biro
2013-07-20Merge pull request #66 from m3hr/masterirungentoo
Cleaned up some clarity issues
2013-07-20Cleaned up some clarity issuesm3hr
Probably better to host the logo on tox.im than rbt.asia
2013-07-20Merge pull request #65 from stal888/addr-resolveirungentoo
Add DNS resolving to nTox
2013-07-20Fix sign on functionSebastian Stal
2013-07-20Make nTox resolve DNS addresses.Sebastian Stal
2013-07-20Merge pull request #63 from nurupo/masterirungentoo
Fixed header inclusion for Windows
2013-07-20Fixed header inclusion for WindowsMaxim Biro
2013-07-20Merge pull request #62 from Captainhat/masterirungentoo
More comments in core fixed
2013-07-20More changes made to comments, as requested by jvrvAndrew
2013-07-20Fixed comments in other files as per request of jvrvAndrew
2013-07-20Merge branch 'master' of https://github.com/sometwo/ProjectTox-Core into ↵irungentoo
sometwo-master Conflicts: core/Messenger.c
2013-07-20Merge pull request #60 from nurupo/masterirungentoo
Don't assume that all callbacks are set.
2013-07-19Don't assume that all callbacks are set.Maxim Biro
If one of callbacks is not set, the application crashes. This is the case when you update the library and the update adds more callbacks, or when you simply don't want to receive some of the updates (callbacks). In any case, defining all callbacks shouldn't be mandatory.
2013-07-20fix comments of some filesjvrv
2013-07-19Merge pull request #57 from Martijnvdc/patch-2irungentoo
Patch 2