Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-01 | Add forgoten source to the dist target | jin-eld | |
2013-09-01 | Forward compatibility with automake 1.14 | jin-eld | |
This update makes sure that the build still works with automake prior to 1.12 and at the same time does not give any warnings or errors with automake 1.14 | |||
2013-08-30 | Fixed warnings and moved hex_string_to_bin to testing/ | irungentoo | |
2013-08-30 | Merge branch 'udp_connections' of https://github.com/vx-k/ProjectTox-Core ↵ | irungentoo | |
into vx-k-udp_connections | |||
2013-08-30 | Fixed build errors. | Kostya | |
2013-08-29 | Moved misc_tools from testing to toxcore. | Anony Moose | |
2013-08-28 | Use defines instead of numbers in DHT_test | irungentoo | |
2013-08-28 | Fixed another thing in loop; added initialization for tox_array in lossless UDP. | Anony Moose | |
2013-08-27 | Make nTox work on MinGW/Win32 | jin-eld | |
2013-08-26 | Fixed several embarrassing errors and potential problems in tox_array. | Anony Moose | |
2013-08-26 | connection_id can be negative, so it shouldn't be uint32_t. | Anony Moose | |
2013-08-26 | Trying to fix memory leak. | Anony Moose | |
2013-08-25 | Modified Lossless_UDP connections to work with tox_array. | Anony Moose | |
2013-08-24 | Added array for loop. | Anony Moose | |
2013-08-24 | Some more style changes | Anony Moose | |
2013-08-24 | Fixed style in several macros. | Anony Moose | |
2013-08-24 | Fixed semantics of tox_array (should also be more memory efficient). | Anony Moose | |
2013-08-24 | Remove cmake build system | jin-eld | |
2013-08-24 | Implemented autotools based build scripts | jin-eld | |
supported options: --with-dependency-search=DIR will tell configure to look for various dependencies in DIR/include and DIR/lib Alternatively you can also specify libsodium header and libs location with --with-libsodium-headers and --with-libsodium-libs if it is installed elsewhere. Ncurses and libconfig are handled via the default pkg-config way, see ./configure --help=short for detailed information. The tox library is compiled as libtoxcore in shared and static variants, public headers are installed to ${prefix}/include/tox A pkg-config libtoxcore.pc configuration file is provided. Use ./configure --help for a full list of configure options or ./configure --help=short for the options that I added. To generate the configure script after pulling from git use: autoreconf -i To generate a release tarball use: make dist Unit tests are handled by the libcheck library integration that is provided by autotools, use: make check to compile and run the tests. Unit tests are currently optional, i.e. - if the check library is not found on the system, then tests will be disabled. Same goes for nTox and DHT bootstrap daemon - they will be enabled or disabled depending on the availability of ncurses (for nTox) or libconfig (for DHT bootstrap daemon). The above can be also tuned by: --enable-tests / --disable-tests --enable-ntox / --disable-ntox --enable-dht-bootstrap-daemon / --disable-dht-bootstrap-daemon | |||
2013-08-24 | Rename core directory because of autoconf name clash | jin-eld | |
While doing the checks configure might generate "core" files and will then try to remove them. Having a "core" directory generates an error while runing the configure script. There's no workaround but to rename the core directory. | |||
2013-08-23 | Added tox_ to 2 typedefs. | irungentoo | |
2013-08-23 | New API done and tested. | irungentoo | |
Some stuff needs to be cleaned a bit though. | |||
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 | Removed nTox_win32 | Sean Qureshi | |
2013-08-23 | Remove toxic from core repository | jin-eld | |
New location is: https://github.com/Tox/toxic | |||
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 | 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-20 | astyle --options=tools/astylerc -r ./*.{c,h} | irungentoo | |
2013-08-20 | Lossless UDP tests fixed. | irungentoo | |
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 | fixed space handling in commands (issue #495) | Michael Rose | |
2013-08-19 | fix tab bar bugs | Jfreegman | |
2013-08-19 | fix tab bar bugs | Jfreegman | |
2013-08-19 | Merge with upstream | Michael Rose | |
2013-08-19 | fix potential memory issue | Michael Rose | |
2013-08-19 | fix define checks | Michael Rose | |