Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-29 | Merge branch 'master' of https://github.com/JamoBox/ProjectTox-Core into ↵ | irungentoo | |
JamoBox-master Conflicts: toxcore/LAN_discovery.h | |||
2013-08-29 | Correct a lot of the grammar and spelling. Also spent a few hours fixing the ↵ | pete | |
comments so they follow a standard. | |||
2013-08-29 | Updated bootstrap node key for my server | Francis Devine | |
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 | New API done and tested. | irungentoo | |
Some stuff needs to be cleaned a bit though. | |||
2013-08-22 | init_cryptopacket is now called by new_DHT. | irungentoo | |
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-20 | Fixed DHTservers' path for Windows | Maxim Biro | |
2013-08-20 | astyle --options=tools/astylerc -r ./*.{c,h} | irungentoo | |
2013-08-20 | Fixed DHT_serverdaemon. | irungentoo | |
2013-08-20 | DHT_bootstrap fixed. | irungentoo | |
2013-08-20 | Refactor of core done. | irungentoo | |
2013-08-18 | Modified cmakefile to move the serverlist to the proper directory. | loadletter | |
Tested on GNU/Linux. | |||
2013-08-18 | Fixed broken build paths | Ayberk Yilmaz | |
2013-08-18 | Added username replacer for appdata on c drive | d34th | |
2013-08-18 | Added mac support to the standardized data file, cleaned up a bit | Sean Qureshi | |
2013-08-18 | Added windows support to the standarized location | Sean Qureshi | |
2013-08-18 | Added more selectable dht servers | Sean Qureshi | |
2013-08-18 | Makes cmake install DHTservers to its new place | Sean Qureshi | |
2013-08-16 | Passed everything through astyle. | irungentoo | |
2013-08-15 | Added new server | Javier Maldonado | |
2013-08-14 | Added logo in readme to repo. | irungentoo | |
2013-08-11 | Merge pull request #423 from JFreegman/master | irungentoo | |
Auto-connect toxic to DHT on startup | |||
2013-08-10 | Merge pull request #422 from slvr/crypto-speed-boost | irungentoo | |
Cryptography speed boost | |||
2013-08-10 | auto-connect to DHT on startup | Jfreegman | |
2013-08-10 | Implemented encrypt_data_fast, decrypt_data_fast and crypto tests | slvr | |
2013-08-10 | networking_poll: DHT_bootstrap_daemon | slvr | |
2013-08-10 | network_registerhandler | slvr | |
2013-08-01 | core: getaddrinfo() lookup error handling | plutooo | |
2013-07-31 | Merge pull request #171 from AMDmi3/freebsd-fixes | irungentoo | |
FreeBSD fixes | |||
2013-07-31 | stat file before attempting to open | Joseph Quadrino | |
2013-07-31 | Add detection of required libraries | Dmitry Marakasov | |
2013-07-30 | Merge branch 'patch-1' of https://github.com/Teknocrat/ProjectTox-Core into ↵ | teknocrat | |
patch-1 | |||
2013-07-30 | Create FindLibConfig.cmake | Teknocrat | |
Warning, this is a google snippet, but works fine, shouldn't be an issue | |||
2013-07-30 | Update CMakeLists.txt | Teknocrat | |
This thing requires libconfig but doesn't test for it... | |||
2013-07-30 | Remind users that directory isn't actually legit | NemDiggers | |
2013-07-30 | Merge branch 'master' of https://github.com/nurupo/InsertProjectNameHere ↵ | irungentoo | |
into nurupo-master Conflicts: testing/CMakeLists.txt | |||
2013-07-29 | Fixed formatting of some cmake files | Maxim Biro | |
2013-07-29 | Essentially nTox without the ncurses for Windows. Slightly modified main() | Astonex | |
2013-07-27 | [fixed]created new files misc_tools.(c|h) and moved hex_string_to_bin() there. | Konstantin Kowalski | |
2013-07-26 | took out several strlen() calls out of the loop; replaced int's with size_t ↵ | Konstantin Kowalski | |
where needed | |||
2013-07-25 | Licensing | SilentSand | |
Added the GPLv3 license to some files in addition to fixing some comments at the beginning of the files. | |||
2013-07-23 | Merge pull request #96 from tawm/master | irungentoo | |
Make the bootstrap daemon configurable | |||
2013-07-23 | Some cleanup | Maxim Biro | |