Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-08-19 | Some refactoring done. | irungentoo | |
2013-08-19 | Merge pull request #499 from JFreegman/master | irungentoo | |
fix toxic tab bar bugs | |||
2013-08-19 | fix tab bar bugs | Jfreegman | |
2013-08-19 | fix tab bar bugs | Jfreegman | |
2013-08-19 | Merge pull request #497 from rose-m/master | irungentoo | |
Small OS check fix | |||
2013-08-19 | Merge with upstream | Michael Rose | |
2013-08-19 | Fixed segfault. | irungentoo | |
2013-08-19 | Realloc apparently doesn't always behave like free() if size is zero. | irungentoo | |
2013-08-19 | Prevented 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-19 | fix potential memory issue | Michael Rose | |
2013-08-19 | fix define checks | Michael Rose | |
2013-08-18 | Merge pull request #491 from loadletter/master | irungentoo | |
Store data and DHTservers in .config/tox | |||
2013-08-18 | Merge pull request #494 from frh/master | irungentoo | |
Made configdir check XDG_CONFIG_HOME for config dir | |||
2013-08-19 | Made configdir check XDG_CONFIG_HOME for config dir | Frederik Holden | |
2013-08-18 | Modified cmakefile to move the serverlist to the proper directory. | loadletter | |
Tested on GNU/Linux. | |||
2013-08-18 | Use configdir.c instead of hardcoded paths for the list of DHT servers. | loadletter | |