summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-23Merge branch 'new-api'irungentoo
New, cleaner public API added. see: core/tox.h This does not break anything because the old API is still there. You are however encouraged to switch to the new API.
2013-08-23Replaced some defines with enums.irungentoo
2013-08-23Merge pull request #518 from manuel-arguelles/make_installirungentoo
Add entry to allow make install. Always build static and shared libraries
2013-08-23Add entry to allow make installManuel Argüelles
Always compile static and shared library, SHARED_TOXCORE is depreciated, "make install" places files on default prefix.
2013-08-23Fixed some comments.irungentoo
2013-08-23Added tox_ to 2 typedefs.irungentoo
2013-08-23Forgot to commit a file in last commit.irungentoo
2013-08-23New API done and tested.irungentoo
Some stuff needs to be cleaned a bit though.
2013-08-23Merge branch 'master' into new-apiirungentoo
2013-08-23Removed useless and broken tests.irungentoo
2013-08-23Merge pull request #517 from stqism/screw-nTox_win32irungentoo
Removed nTox_win32
2013-08-23Added TOX prefix to enum.irungentoo
2013-08-23Removed nTox_win32Sean Qureshi
2013-08-23Merge pull request #516 from jin-eld/remove-toxicirungentoo
Remove toxic from core repository (moved to https://github.com/Tox/toxic)
2013-08-23Remove toxic from core repositoryjin-eld
New location is: https://github.com/Tox/toxic
2013-08-22New api proposal.irungentoo
2013-08-22Merge pull request #515 from manuel-arguelles/unicode_optionalirungentoo
Make wide character support optional
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)