summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2013-08-18Added username replacer for appdata on c drived34th
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-18Added more selectable dht serversSean Qureshi
2013-08-18Makes cmake install DHTservers to its new placeSean 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-18Fixes CERT MEM04-C; CWE-131 in net_crypto.cSean Qureshi
2013-08-18remove WINDOW_STATUS, simplify adding and selecting chat windowsAaron Lipinski
2013-08-18Added minor error checking in Core, this helps prevent CERT MEM04-C; CWE-131Sean Qureshi
2013-08-18Fixed a core memory leakSean Qureshi
2013-08-17Might improve windows detectionSean Qureshi
2013-08-17Added more colorsSean Qureshi
2013-08-17Standarized DHTserversSean Qureshi
2013-08-17Merge pull request #483 from fhahn/small-test-improvementsirungentoo
Small test improvements
2013-08-17Add test for getnameFlorian Hahn
2013-08-17Remove unused script for running testsFlorian Hahn
"make test" should be used to run the tests
2013-08-17Use ck_assert_msgFlorian Hahn
2013-08-17Fixed bug.irungentoo
2013-08-17Added dynamic memory allocation to crypto connections.irungentoo
Also fixed some possible bugs in Messenger.c
2013-08-17Merge pull request #480 from rose-m/masterirungentoo
Messenger stores / loads nickname
2013-08-17Messenger stores / loads nicknameMichael Rose
new toxic command to show nickname (mynick)
2013-08-16Added docs detailing containing latest protocol changes.irungentoo