summaryrefslogtreecommitdiff
path: root/testing
AgeCommit message (Collapse)Author
2013-08-20astyle --options=tools/astylerc -r ./*.{c,h}irungentoo
2013-08-20Lossless UDP tests fixed.irungentoo
2013-08-20Use the messenger's dht instead of creating a new oneSimon Levermann
2013-08-20Merge remote-tracking branch 'upstream/refactor' into refactorSimon Levermann
2013-08-20DHT_bootstrap fixed.irungentoo
2013-08-20Fix Messenger_testSimon Levermann
2013-08-20Remove timer test, fix CMake files to respect this changeSimon Levermann
2013-08-20Fixed DHT_test.c and added some checks.irungentoo
2013-08-20nTox and cmake fixed.irungentoo
2013-08-20Refactor of core done.irungentoo
2013-08-20More refactoring done.irungentoo
2013-08-20fixed space handling in commands (issue #495)Michael Rose
2013-08-19fix tab bar bugsJfreegman
2013-08-19fix tab bar bugsJfreegman
2013-08-19Merge with upstreamMichael Rose
2013-08-19fix potential memory issueMichael Rose
2013-08-19fix define checksMichael Rose
2013-08-18Merge pull request #491 from loadletter/masterirungentoo
Store data and DHTservers in .config/tox
2013-08-19Made configdir check XDG_CONFIG_HOME for config dirFrederik Holden
2013-08-18Use configdir.c instead of hardcoded paths for the list of DHT servers.loadletter
2013-08-18fix OS check in toxicMichael Rose
2013-08-18Fixed stack problem.irungentoo
2013-08-18Merge branch 'tox-bugs' of https://github.com/stqism/ToxCore into ↵irungentoo
stqism-tox-bugs
2013-08-18Fixed toxic not runningSean Qureshi
2013-08-18No longer assumes Minix/BSD/AIX users actually use Macs when assigning a ↵Sean Qureshi
default name
2013-08-18Added mac support to the standardized data file, cleaned up a bitSean Qureshi
2013-08-18Added mac support with data, standarized dataSean Qureshi
2013-08-18Added windows support to the standarized locationSean Qureshi
2013-08-18Ran it through astyleSean Qureshi
2013-08-18remove callback introduced temporarily during refactoringAaron Lipinski
2013-08-18reduce number of windows, use consistent namingAaron Lipinski
2013-08-18remove WINDOW_STATUS, simplify adding and selecting chat windowsAaron Lipinski
2013-08-17Might improve windows detectionSean Qureshi
2013-08-17Added more colorsSean Qureshi
2013-08-17Standarized DHTserversSean Qureshi
2013-08-17Messenger stores / loads nicknameMichael Rose
new toxic command to show nickname (mynick)
2013-08-16Passed everything through astyle.irungentoo
2013-08-15Fixed loading and a small problem with the length of crypto requests.irungentoo
2013-08-15Merge branch 'master' of https://github.com/rose-m/ProjectTox-Core into ↵irungentoo
rose-m-master
2013-08-15Fixed function agruments according to new APIMaxim Biro
2013-08-15Commented out nTox_win32Maxim Biro
2013-08-15Small improvement to DHT. Useless file removed. Small fix to toxic.irungentoo
2013-08-15Merge fixMichael Rose
2013-08-15add dhtstatus windowAaron Lipinski
2013-08-15add dhtstatus fileAaron Lipinski
2013-08-15refresh windows after resizeAaron Lipinski
2013-08-14Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Coreirungentoo
2013-08-14Metadata collection prevention part 1 of ???.irungentoo
Crypto requests packets are packets that can be routed by nodes in the DHT. In this pull request I have merged both Natping requests and friend requests into one common packet (Crypto request packets). Both these packets should now only be distinguishable by the size of the data in them to an outside observer for an example on how to send and recieve data with these packets see: friend_requests.c Note that these packets are prefixed with id 32 (friend request packets) which means this change is compatible with the currently running DHT bootstrap servers. Also changed small thing in DHT_test.c
2013-08-14small bug fixesJfreegman
2013-08-14Fix for another segfault/leak case when using -f argnaxuroqa