summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-02removed getnumfriends()charmlesscoin
2013-08-02Merge pull request #263 from theshadowfog/patch-7irungentoo
Update commands.rst
2013-08-02DHT: Fix return value of time().Andreas Schneider
Signed-off-by: Andreas Schneider <asn@cryptomilk.org> Signed-off-by: irungentoo <irungentoo@gmail.com>
2013-08-02Update commands.rstGreg
2013-08-02Merge pull request #253 from nickodell/masterirungentoo
Remove some magic numbers; use macros to clarify intent
2013-08-02Merge pull request #262 from stqism/masterirungentoo
Fixed the WIKI link, made the first INSTALL.md a link
2013-08-02Merge pull request #259 from JFreegman/masterirungentoo
fixed cursor in toxic.c
2013-08-02The bold INSTALL.md did not look correctSean Qureshi
2013-08-02Updated the readme to the new wiki page, linked the Mac OSX INSTALL.mdSean Qureshi
2013-08-02Merge branch 'master' of https://github.com/JFreegman/ProjectTox-CoreJfreegman
2013-08-02fixed cursorJfreegman
2013-08-02rm unused argJfreegman
2013-08-02remove cursor from friend and chat windowsJfreegman
2013-08-02fixed cursorJfreegman
2013-08-01Remove some magic numbers; use macros to clarify intentNick ODell
2013-08-01Updated comments.irungentoo
2013-08-01Merge pull request #229 from JFreegman/masterirungentoo
fixed friend add bugs and gave no message its own error
2013-08-01Editor specific files don't belong in the repo.irungentoo
2013-08-01Merge pull request #247 from Jeffail/masterirungentoo
Refactored most of DHT.c, added local vim config
2013-08-01Merge pull request #249 from rlt3/masterirungentoo
Re-styling Lossless_UDP.c and .h
2013-08-01Merge pull request #251 from CharmlessCoin/networkirungentoo
Rewrote get_broadcast() so it works now.
2013-08-01Merge pull request #252 from nickodell/masterirungentoo
Fix a bug and remove useless code.
2013-08-01Remove code that did nothing.Nick ODell
2013-08-01Fix bug where messages from yourself were preceeded by [-1]Nick ODell
2013-08-01Back to old methods, reordered the structs, defines, and global variables to ↵Jeffail
the top, should be no changes to binary
2013-08-01removed potential segfaultrlt3
2013-08-01Merge pull request #220 from fhahn/sphinx-docsirungentoo
Documentation using sphinx
2013-08-01Merge pull request #248 from bigfack/patch-1irungentoo
Update INSTALL.md
2013-08-01Update INSTALL.mdbigfack
2013-08-01removing unnecessary binary filesrlt3
2013-08-01removed debuggingcharmlesscoin
2013-08-01Changing some if loops around, specifically where some counts could be done ↵rlt3
once (checking if packets were over the max_data_size, etc) rather than over a couple lines
2013-08-01Test building docs with travisFlorian Hahn
2013-08-01moved some code around, changed how we print the debuggingcharmlesscoin
2013-08-01Sphinx is not required for building any moreFlorian Hahn
2013-08-01nTox: fixed 2 possible crashes, 3 incorrect packet lengthsplutooo
2013-08-01redid get_broadcast(), looks like it should work nowcharmlesscoin
2013-08-01Merge pull request #245 from nurupo/masterirungentoo
Added some clarifications to the INSTALL.md file
2013-08-01Merge pull request #246 from ProMcTagonist/patch-1irungentoo
so-called
2013-08-01Fixed stupid copy pasting mistake.irungentoo
2013-08-01Remove markdown filesFlorian Hahn
2013-08-01Update link to install documentationFlorian Hahn
2013-08-01Trimming some things down and re styling commentsrlt3
2013-08-01Add install.rst to documentation tocFlorian Hahn
2013-08-01Convert INSTALL.md to reStFlorian Hahn
2013-08-01Merge branch 'master' of https://github.com/rlt3/ProjectTox-Corerlt3
2013-08-01Trying to make Lossless UDP more readable with style changesrlt3
2013-08-01Possible timing problem fixed.irungentoo
2013-08-01so-calledProMcTagonist
2013-08-01add reSt versions of start_guide and start_guide.deFlorian Hahn