summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-20Fixed bug.irungentoo
2013-08-20Fixed DHTservers' path for WindowsMaxim Biro
2013-08-20Merge pull request #506 from irungentoo/refactorirungentoo
Refactored Everything.
2013-08-20astyle --options=tools/astylerc -r ./*.{c,h}irungentoo
2013-08-20Lossless UDP tests fixed.irungentoo
2013-08-20Fixed DHT_serverdaemon.irungentoo
2013-08-20Merge pull request #505 from sonOfRa/refactorirungentoo
Fix testing files to fit to API changes
2013-08-20Fix friends testSimon Levermann
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-20Merge branch 'master' into refactorirungentoo
2013-08-20Merge pull request #503 from rose-m/issue-495-fixirungentoo
fixed space handling in commands (issue #495)
2013-08-20fixed space handling in commands (issue #495)Michael Rose
2013-08-20Merge pull request #502 from stqism/issue-470-fixirungentoo
Fixed issue #470, crypto_test still forcing libsodium when NaCL is chosen
2013-08-20Fixed issue 470, crypto_test still forcing libsodium when NaCL is chosenSean Qureshi
2013-08-19Some refactoring done.irungentoo
2013-08-19Merge pull request #499 from JFreegman/masterirungentoo
fix toxic tab bar bugs
2013-08-19fix tab bar bugsJfreegman
2013-08-19fix tab bar bugsJfreegman
2013-08-19Merge pull request #497 from rose-m/masterirungentoo
Small OS check fix
2013-08-19Merge with upstreamMichael Rose
2013-08-19Fixed segfault.irungentoo
2013-08-19Realloc apparently doesn't always behave like free() if size is zero.irungentoo
2013-08-19Prevented possible MITM attack.irungentoo
Friends must now send to themselves at least one encrypted ping packet every 5 seconds. If no encrypted ping packets are recieved from a friend within 10 seconds the connection is killed.
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-18Merge pull request #494 from frh/masterirungentoo
Made configdir check XDG_CONFIG_HOME for config dir
2013-08-19Made configdir check XDG_CONFIG_HOME for config dirFrederik Holden
2013-08-18Modified cmakefile to move the serverlist to the proper directory.loadletter
Tested on GNU/Linux.
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-18Merge pull request #490 from ayberk/masterirungentoo
Fixed broken build paths
2013-08-18Fixed stack problem.irungentoo
2013-08-18Fixed broken build pathsAyberk Yilmaz
2013-08-18Fixed segfault and removed deprecated code.irungentoo
2013-08-18Properly fixed possible realloc with size zero problem.irungentoo
2013-08-18Merge branch 'tox-bugs' of https://github.com/stqism/ToxCore into ↵irungentoo
stqism-tox-bugs
2013-08-18Merge pull request #488 from kongr45gpen/patch-1irungentoo
INSTALL.md: cd to the previous directory after installing libsodium
2013-08-18INSTALL.md: cd to the previous directory after installing libsodiumalezakos
2013-08-18Merge pull request #479 from krisl/internalise_window_handlingirungentoo
remove WINDOW_STATUS, simplify adding and selecting chat windows
2013-08-18Fixed toxic not runningSean Qureshi
2013-08-18Merge pull request #16 from grimd34th/tox-bugsSean Qureshi
Added username replacer for appdata on c drive