summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-14Metadata collection prevention part 1 of ???.irungentoo
2013-08-14Logo is now hosted on the repo.irungentoo
2013-08-14Added logo in readme to repo.irungentoo
2013-08-14Merge pull request #465 from manuel-arguelles/load_from_fileirungentoo
2013-08-14Fix segfault when using -f in toxicManuel Argüelles
2013-08-14Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Coreirungentoo
2013-08-14Add friend now fails if it already is in DHT.irungentoo
2013-08-14Merge pull request #464 from slvr/crypto-fixirungentoo
2013-08-14Messenger fix from pr #461.irungentoo
2013-08-14Reduced redundant code, added new crypto testslvr
2013-08-14s/BOXZERO/ZERO/slvr
2013-08-14Incorrect constants: s/BOXZERO/ZERO/slvr
2013-08-14Merge branch 'patch-6' of https://github.com/Astonex/ProjectTox-Core into prirungentoo
2013-08-14Fixed small compile error on my end.irungentoo
2013-08-14Merge branch 'remove_externs' of https://github.com/krisl/ProjectTox-Core int...irungentoo
2013-08-14Merge branch 'master' of https://github.com/mkfifo/ProjectTox-Core into prirungentoo
2013-08-15remove temporary callbacks from refactoringAaron Lipinski
2013-08-15move windows functions to its own fileAaron Lipinski
2013-08-15remove externs in favor of includesAaron Lipinski
2013-08-15add header guard and includes to windows.hAaron Lipinski
2013-08-14Merge branch 'master' of https://github.com/naxuroqa/ProjectTox-Core into prirungentoo
2013-08-15prefer param over staticAaron Lipinski
2013-08-14Merge pull request #460 from krisl/masterirungentoo
2013-08-14Update prompt.cAstonex
2013-08-14Have toxic handle new no-spam values from friend requestAaron Lipinski
2013-08-14rewrite of get_id functionnaxuroqa
2013-08-14fixing minor memory leak of friendlistChris Hall
2013-08-14removing unnecessary function pointer _isset variablesChris Hall
2013-08-13...irungentoo
2013-08-13...irungentoo
2013-08-13Fuck.irungentoo
2013-08-13Commented out old tests that are broken with current master.irungentoo
2013-08-13Hackish fix for the tests.irungentoo
2013-08-13Attempt to quickly fix a test.irungentoo
2013-08-13Simple XOR checksum added to address.irungentoo
2013-08-13clarified comment.irungentoo
2013-08-13Friend requests with different nospam fix and added saving/loading of nospam.irungentoo
2013-08-13Updated some files.irungentoo
2013-08-13Fixed spam problem. (I broke the API so this will not build)irungentoo
2013-08-13Fixed merge problem and set better default names.irungentoo
2013-08-13Merge branch 'master' of https://github.com/JFreegman/ProjectTox-Core into JF...irungentoo
2013-08-13Merge pull request #441 from slvr/timerirungentoo
2013-08-13Merge pull request #447 from gladiac/fixesirungentoo
2013-08-13Merge pull request #445 from ReAzem/patch-1irungentoo
2013-08-13Portabily print out uint64_t using PRIu64slvr
2013-08-13Removed core/Messenger.c.origslvr
2013-08-13timer_new -> new_timer and timer_delete -> delete_timer to avoid name conflictslvr
2013-08-13core: Fix a possible buffer overflow using getself_name().Andreas Schneider
2013-08-13toxic: Fix get_user_config_dir().Andreas Schneider
2013-08-12unresolved addresses fail silentlyJfreegman