Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-31 | Clean up/format code | Stuart Banks | |
2013-07-30 | Update nTox.c | Greg | |
Edited help message. | |||
2013-07-30 | Update nTox.c | Greg | |
Gives the user his ID. | |||
2013-07-30 | Fixed a bunch of bugs in TOXIC, added friendlist and more. | plutooo | |
2013-07-30 | Merge branch 'master' of https://github.com/blackwolf12333/ProjectTox-Core ↵ | irungentoo | |
into blackwolf12333-master Also fixed his pull request. | |||
2013-07-30 | Merge pull request #166 from theshadowfog/patch-2 | irungentoo | |
Update nTox.c | |||
2013-07-30 | Fixed cmake | Maxim Biro | |
2013-07-30 | Update nTox.c | Greg | |
Added help command to nTox.c | |||
2013-07-30 | added utility function format_message | Peter Maatman | |
2013-07-30 | changing testing clients to reflect changes made in core/Messenger.h | Peter Maatman | |
2013-07-30 | Fixed warning. | irungentoo | |
2013-07-30 | Fixed build. | irungentoo | |
2013-07-30 | Merge branch 'master' of https://github.com/nurupo/InsertProjectNameHere ↵ | irungentoo | |
into nurupo-master Conflicts: testing/CMakeLists.txt | |||
2013-07-30 | Merge pull request #154 from xistance21/master | irungentoo | |
Add invalid command | |||
2013-07-30 | Merge pull request #155 from Astonex/master | irungentoo | |
Updating nTox_win32 and adding Messenger.c method | |||
2013-07-30 | Add invalid command | Emir Unluturk | |
2013-07-30 | Implemented m_delfriend() | Astonex | |
2013-07-30 | Slight aesthetic change | Astonex | |
2013-07-30 | Fixed the friends listing | Astonex | |
2013-07-30 | Fixed bugs, added friend listing (slightly buggy), and changed the general ↵ | Astonex | |
aesthetics | |||
2013-07-30 | Removed unneeded include. | Ryan Lewon | |
Fixed formatting and cleaned up output. | |||
2013-07-30 | New friend list function for nTox client. | Ryan Lewon | |
2013-07-29 | Fixed formatting of some cmake files | Maxim Biro | |
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 | 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 | Essentially nTox without the ncurses for Windows. Slightly modified main() | Astonex | |
2013-07-29 | Minor formatting edits | notadecent | |
2013-07-27 | nTox now tells you if it could not send the message. | irungentoo | |
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 | styling | nfkd | |
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-26 | A *lot* of style changes. | 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-26 | Formatting. | SilentSand | |
Many stylistic changes, mostly formatting code more closely to the coding style. | |||
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 | Some cleanup | Maxim Biro | |
2013-07-22 | Fixed small thing in DHT. | irungentoo | |
2013-07-22 | Merge stuff from notadecent. | irungentoo | |
2013-07-22 | Modified the way friend requests worked. | irungentoo | |
Added routing of friend requests. | |||
2013-07-22 | Adds the option 'nokey' to disable loading and saving keys, for debugging ↵ | TrevorDorl | |
purposes | |||
2013-07-22 | Fixed warnings. | irungentoo | |
2013-07-22 | Merge pull request #84 from nurupo/master | irungentoo | |
Improved build system | |||
2013-07-21 | Fixed comments | Maxim Biro | |