summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-22Make wide character support optionalManuel Argüelles
Issue #514. FindCursesw modified to make it simpler. Wide character can be disable by passing NO_WIDECHAR=ON.
2013-08-22init_cryptopacket is now called by new_DHT.irungentoo
2013-08-21Merge pull request #512 from manuel-arguelles/toxic_unicodeirungentoo
Add wide char support in toxic (issue #440)
2013-08-21Merge pull request #511 from sanketsparmar/fixed_quotesirungentoo
Fixed segfault and added support for single quotes in toxic
2013-08-21Remove fix_name() functionManuel Argüelles
With unicode support this function is not longer valid.
2013-08-21Add wide char support in toxic (issue #440)Manuel Argüelles
Set current locale, use of get_wch instead of getch for reading, use wctomb and friends to convert back from wchar_t, link with cursesw. Unicode support is only added to chat windows.
2013-08-21Add cmake module for ncurseswManuel Argüelles
Default Curses module fails to detect the wide char version of curses when both are installed. Current module should do better.
2013-08-21Fixed segfault and added support for single quotes in toxicSanket Parmar
2013-08-21Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Coreirungentoo
2013-08-21Added signer/checker using ed25519 and libsodium I wrote for fun.irungentoo
2013-08-21Merge pull request #509 from rose-m/refactorirungentoo
Refactor packet IDs
2013-08-21more ID extractionMichael Rose
2013-08-21refactoring packet IDsMichael Rose
2013-08-20Merge pull request #508 from nurupo/masterirungentoo
Fixed a cmake flie to work properly on Windows
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