Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-23 | Replaced some defines with enums. | irungentoo | |
2013-08-23 | Fixed some comments. | irungentoo | |
2013-08-23 | Added tox_ to 2 typedefs. | irungentoo | |
2013-08-23 | Forgot to commit a file in last commit. | irungentoo | |
2013-08-23 | New API done and tested. | irungentoo | |
Some stuff needs to be cleaned a bit though. | |||
2013-08-23 | Merge branch 'master' into new-api | irungentoo | |
2013-08-23 | Removed useless and broken tests. | irungentoo | |
2013-08-23 | Merge pull request #517 from stqism/screw-nTox_win32 | irungentoo | |
Removed nTox_win32 | |||
2013-08-23 | Added TOX prefix to enum. | irungentoo | |
2013-08-23 | Removed nTox_win32 | Sean Qureshi | |
2013-08-23 | Merge pull request #516 from jin-eld/remove-toxic | irungentoo | |
Remove toxic from core repository (moved to https://github.com/Tox/toxic) | |||
2013-08-23 | Remove toxic from core repository | jin-eld | |
New location is: https://github.com/Tox/toxic | |||
2013-08-22 | New api proposal. | irungentoo | |
2013-08-22 | Merge pull request #515 from manuel-arguelles/unicode_optional | irungentoo | |
Make wide character support optional | |||
2013-08-22 | Make wide character support optional | Manuel Argüelles | |
Issue #514. FindCursesw modified to make it simpler. Wide character can be disable by passing NO_WIDECHAR=ON. | |||
2013-08-22 | init_cryptopacket is now called by new_DHT. | irungentoo | |
2013-08-21 | Merge pull request #512 from manuel-arguelles/toxic_unicode | irungentoo | |
Add wide char support in toxic (issue #440) | |||
2013-08-21 | Merge pull request #511 from sanketsparmar/fixed_quotes | irungentoo | |
Fixed segfault and added support for single quotes in toxic | |||
2013-08-21 | Remove fix_name() function | Manuel Argüelles | |
With unicode support this function is not longer valid. | |||
2013-08-21 | Add 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-21 | Add cmake module for ncursesw | Manuel 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-21 | Fixed segfault and added support for single quotes in toxic | Sanket Parmar | |
2013-08-21 | Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core | irungentoo | |
2013-08-21 | Added signer/checker using ed25519 and libsodium I wrote for fun. | irungentoo | |
2013-08-21 | Merge pull request #509 from rose-m/refactor | irungentoo | |
Refactor packet IDs | |||
2013-08-21 | more ID extraction | Michael Rose | |
2013-08-21 | refactoring packet IDs | Michael Rose | |
2013-08-20 | Merge pull request #508 from nurupo/master | irungentoo | |
Fixed a cmake flie to work properly on Windows | |||
2013-08-20 | Fixed bug. | irungentoo | |
2013-08-20 | Fixed DHTservers' path for Windows | Maxim Biro | |
2013-08-20 | Merge pull request #506 from irungentoo/refactor | irungentoo | |
Refactored Everything. | |||
2013-08-20 | astyle --options=tools/astylerc -r ./*.{c,h} | irungentoo | |
2013-08-20 | Lossless UDP tests fixed. | irungentoo | |
2013-08-20 | Fixed DHT_serverdaemon. | irungentoo | |
2013-08-20 | Merge pull request #505 from sonOfRa/refactor | irungentoo | |
Fix testing files to fit to API changes | |||
2013-08-20 | Fix friends test | Simon Levermann | |
2013-08-20 | Use the messenger's dht instead of creating a new one | Simon Levermann | |
2013-08-20 | Merge remote-tracking branch 'upstream/refactor' into refactor | Simon Levermann | |
2013-08-20 | DHT_bootstrap fixed. | irungentoo | |
2013-08-20 | Fix Messenger_test | Simon Levermann | |
2013-08-20 | Remove timer test, fix CMake files to respect this change | Simon Levermann | |
2013-08-20 | Fixed DHT_test.c and added some checks. | irungentoo | |
2013-08-20 | nTox and cmake fixed. | irungentoo | |
2013-08-20 | Refactor of core done. | irungentoo | |
2013-08-20 | More refactoring done. | irungentoo | |
2013-08-20 | Merge branch 'master' into refactor | irungentoo | |
2013-08-20 | Merge pull request #503 from rose-m/issue-495-fix | irungentoo | |
fixed space handling in commands (issue #495) | |||
2013-08-20 | fixed space handling in commands (issue #495) | Michael Rose | |
2013-08-20 | Merge pull request #502 from stqism/issue-470-fix | irungentoo | |
Fixed issue #470, crypto_test still forcing libsodium when NaCL is chosen | |||
2013-08-20 | Fixed issue 470, crypto_test still forcing libsodium when NaCL is chosen | Sean Qureshi | |