Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-31 | Merge pull request #171 from AMDmi3/freebsd-fixes | irungentoo | |
FreeBSD fixes | |||
2013-07-31 | Merge pull request #191 from theshadowfog/patch-6 | irungentoo | |
Update nTox.c | |||
2013-07-31 | Merge pull request #193 from Astonex/master | irungentoo | |
Fixed cpu usage | |||
2013-07-31 | Fix space/tab indentation | Marco Hinz | |
2013-07-31 | Fixed cpu usage | Astonex | |
2013-07-30 | Update nTox.c | Greg | |
Made the help message a string type. | |||
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 | Fix "comparison is always true due to limited range of data type" warning | Dmitry Marakasov | |
2013-07-30 | Add missing newlines at EOF in sources | Dmitry Marakasov | |
(missing newlines break build due to -Werror) | |||
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 | |