Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-30 | New friend list function for nTox client. | Ryan Lewon | |
2013-07-29 | Merge pull request #138 from Astonex/master | irungentoo | |
nTox modified for Windows (ncurses removed) | |||
2013-07-30 | Added multi-threading so user input doens't hold up checking the network | Astonex | |
2013-07-29 | Fixed build. | irungentoo | |
2013-07-29 | Merge pull request #142 from plutooo/master | irungentoo | |
Initial commit for Toxic, a new curses interface for Tox. | |||
2013-07-29 | Initial commit for Toxic, a new curses interface for Tox. | plutooo | |
Still a work-in-progress. | |||
2013-07-30 | Some changes so the user's ID gets displayed | Astonex | |
2013-07-29 | Removed unsued HISTORY define | Astonex | |
2013-07-29 | Adding nTox_win32.make | Astonex | |
2013-07-29 | Merge remote-tracking branch 'ProjectTox/master' | Astonex | |
2013-07-29 | Essentially nTox without the ncurses for Windows. Slightly modified main() | Astonex | |
2013-07-29 | Merge pull request #136 from thunfischbrot/patch-2 | irungentoo | |
Updated INSTALL.md to add dependencies for OSX | |||
2013-07-29 | Updated INSTALL.md to add dependencies for OSX | thunfischbrot | |
Besides libtool one needs automake and autoconf for libsodium to compile successfully. Added links and adapted instructions accordingly. | |||
2013-07-29 | IRC webchat link now links to irc channel. | irungentoo | |
2013-07-29 | Merge pull request #130 from nurupo/master | irungentoo | |
Fixed IRC channel for Travis | |||
2013-07-29 | New irc channel. | Maxim Biro | |
2013-07-29 | New irc channel. | irungentoo | |
2013-07-29 | Merge pull request #128 from thunfischbrot/patch-1 | irungentoo | |
Updated INSTALL.md for correcting OSX instructions | |||
2013-07-29 | Merge pull request #129 from notadecent/patch-2 | irungentoo | |
Minor formatting edits | |||
2013-07-29 | Minor formatting edits | notadecent | |
2013-07-29 | Updated INSTALL.md for correcting OSX instructions | thunfischbrot | |
Command-line instructions were not properly marked as such, rendering them ineffective if entered as displayed. | |||
2013-07-29 | Merge pull request #127 from untitaker/patch-1 | irungentoo | |
Fix #124 | |||
2013-07-29 | Merge pull request #126 from rlewon/add_deps_install_doc | irungentoo | |
Add deps install doc | |||
2013-07-29 | Fix #124 | Markus Unterwaditzer | |
2013-07-29 | Added ncurses-dev for nTox curses client. | Ryan Lewon | |
2013-07-29 | Updated install docs to reflect ubuntu dependencies for 13.04. | Ryan Lewon | |
2013-07-28 | Added basic dynamic memory allocation to Lossless UDP. | irungentoo | |
2013-07-28 | Slightly improved hole punching in the DHT. | irungentoo | |
2013-07-27 | nTox now tells you if it could not send the message. | irungentoo | |
2013-07-27 | Fixed name related functions. | irungentoo | |
They now should give proper lengths and take length into account when sending. | |||
2013-07-27 | Added friend request accepting to nTox and fixed a bug. | irungentoo | |
Fixed a bug in Lossless UDP that prevented 2 clients from sometimes connecting when they connected at the same time to each other. | |||
2013-07-27 | Merge pull request #118 from nfkd/patch-1 | irungentoo | |
styling | |||
2013-07-27 | styling | nfkd | |
2013-07-27 | Merge pull request #117 from KostyaKow/master | irungentoo | |
created new files misc_tools.(c|h) and moved hex_string_to_bin() there. | |||
2013-07-27 | Fixing broken commit | Konstantin Kowalski | |
2013-07-27 | [fixed]created new files misc_tools.(c|h) and moved hex_string_to_bin() there. | Konstantin Kowalski | |
2013-07-27 | created new files misc_tools.(c|h) and moved hex_string_to_bin() there. | Konstantin Kowalski | |
2013-07-27 | Fixed small astyle problems. | irungentoo | |
2013-07-27 | Ran the code through: astyle --style=linux | irungentoo | |
2013-07-27 | Merge branch 'master' of https://github.com/KostyaKow/ProjectTox-Core into ↵ | irungentoo | |
KostyaKow-master Conflicts: core/DHT.c | |||
2013-07-26 | A *lot* of style changes. | Konstantin Kowalski | |
2013-07-26 | Merge pull request #115 from Astonex/master | irungentoo | |
Close the socket in shutdown_networking() | |||
2013-07-26 | Merge pull request #111 from nfkd/patch-3 | irungentoo | |
Fix braces and a few whitespaces | |||
2013-07-27 | Merge remote-tracking branch 'ProjectTox/master' | Astonex | |
2013-07-27 | Close the socket in shutdown_networking() | Astonex | |
2013-07-26 | Update DHT.c | nfkd | |
2013-07-26 | Merge pull request #114 from nurupo/master | irungentoo | |
Updated Windows instructions | |||
2013-07-26 | Updated Windows instructions | Maxim Biro | |
2013-07-26 | Update DHT.c | nfkd | |
2013-07-26 | Merge pull request #113 from Astonex/patch-1 | irungentoo | |
Update INSTALL.md |