summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2013-08-16Line breaks removed.irungentoo
2013-08-16Metadata collection prevention part 2 of ???irungentoo
Improved friend request sending. As a side effect friend requests should now be routed less than before. See added comments for details.
2013-08-16Passed everything through astyle.irungentoo
2013-08-16Merge pull request #477 from naxuroqa/masterirungentoo
moved conf.py to its right place
2013-08-16Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Coreirungentoo
2013-08-16Some DHT hardening done.irungentoo
See comments of added functions for details.
2013-08-16moved conf.py to its right placenaxuroqa
cleaned up the cmake for building the docs nicer
2013-08-16Merge pull request #472 from naxuroqa/masterirungentoo
Build fails when SHARED_TOXCORE flag is set in cmake
2013-08-16Fix for issue 472naxuroqa
2013-08-15Merge pull request #471 from krisl/masterirungentoo
Add spam length to data length
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-15Merge pull request #457 from aaboagye/masterirungentoo
core,nTox,toxic - Fix for Issue #453. Begin refactoring w/astyle.
2013-08-15Merge pull request #475 from nurupo/masterirungentoo
Commented out nTox_win32 in cmake
2013-08-15Fixed function agruments according to new APIMaxim Biro
2013-08-15Commented out nTox_win32Maxim Biro
2013-08-16Add spam length to data length in comparison against max sizeAaron Lipinski
2013-08-15Updated comment.irungentoo
2013-08-15Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Coreirungentoo
2013-08-15Small improvement to DHT. Useless file removed. Small fix to toxic.irungentoo
2013-08-15Merge pull request #473 from fhahn/check-realloc-return-valueirungentoo
Check return value of realloc_friendlist and return FAERR_NOMEM on error