summaryrefslogtreecommitdiff
path: root/testing
AgeCommit message (Collapse)Author
2013-07-30Fix "comparison is always true due to limited range of data type" warningDmitry Marakasov
2013-07-30Add missing newlines at EOF in sourcesDmitry Marakasov
(missing newlines break build due to -Werror)
2013-07-30Merge pull request #166 from theshadowfog/patch-2irungentoo
Update nTox.c
2013-07-30Fixed cmakeMaxim Biro
2013-07-30Update nTox.cGreg
Added help command to nTox.c
2013-07-30Fixed warning.irungentoo
2013-07-30Fixed build.irungentoo
2013-07-30Merge branch 'master' of https://github.com/nurupo/InsertProjectNameHere ↵irungentoo
into nurupo-master Conflicts: testing/CMakeLists.txt
2013-07-30Merge pull request #154 from xistance21/masterirungentoo
Add invalid command
2013-07-30Merge pull request #155 from Astonex/masterirungentoo
Updating nTox_win32 and adding Messenger.c method
2013-07-30Add invalid commandEmir Unluturk
2013-07-30Implemented m_delfriend()Astonex
2013-07-30Slight aesthetic changeAstonex
2013-07-30Fixed the friends listingAstonex
2013-07-30Fixed bugs, added friend listing (slightly buggy), and changed the general ↵Astonex
aesthetics
2013-07-30Removed unneeded include.Ryan Lewon
Fixed formatting and cleaned up output.
2013-07-30New friend list function for nTox client.Ryan Lewon
2013-07-29Fixed formatting of some cmake filesMaxim Biro
2013-07-29Merge pull request #138 from Astonex/masterirungentoo
nTox modified for Windows (ncurses removed)
2013-07-30Added multi-threading so user input doens't hold up checking the networkAstonex
2013-07-29Fixed build.irungentoo
2013-07-29Initial commit for Toxic, a new curses interface for Tox.plutooo
Still a work-in-progress.
2013-07-30Some changes so the user's ID gets displayedAstonex
2013-07-29Removed unsued HISTORY defineAstonex
2013-07-29Adding nTox_win32.makeAstonex
2013-07-29Essentially nTox without the ncurses for Windows. Slightly modified main()Astonex
2013-07-29Minor formatting editsnotadecent
2013-07-27nTox now tells you if it could not send the message.irungentoo
2013-07-27Added 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-27stylingnfkd
2013-07-27Fixing broken commitKonstantin Kowalski
2013-07-27[fixed]created new files misc_tools.(c|h) and moved hex_string_to_bin() there.Konstantin Kowalski
2013-07-27created new files misc_tools.(c|h) and moved hex_string_to_bin() there.Konstantin Kowalski
2013-07-26A *lot* of style changes.Konstantin Kowalski
2013-07-26took out several strlen() calls out of the loop; replaced int's with size_t ↵Konstantin Kowalski
where needed
2013-07-26Formatting.SilentSand
Many stylistic changes, mostly formatting code more closely to the coding style.
2013-07-25LicensingSilentSand
Added the GPLv3 license to some files in addition to fixing some comments at the beginning of the files.
2013-07-23Some cleanupMaxim Biro
2013-07-22Fixed small thing in DHT.irungentoo
2013-07-22Merge stuff from notadecent.irungentoo
2013-07-22Modified the way friend requests worked.irungentoo
Added routing of friend requests.
2013-07-22Adds the option 'nokey' to disable loading and saving keys, for debugging ↵TrevorDorl
purposes
2013-07-22Fixed warnings.irungentoo
2013-07-22Merge pull request #84 from nurupo/masterirungentoo
Improved build system
2013-07-21Fixed commentsMaxim Biro
2013-07-21Excluded tests that are not currently supported on building platformMaxim Biro
2013-07-22moved saving to nTox.cOliver Hunt
2013-07-21Fixed missed version and policyMaxim Biro
2013-07-21Merge pull request #76 from notadecent/masterirungentoo
Updated nTox.c (added timestamp)
2013-07-21Updated nTox.c (added timestamp)notadecent
It's very glitchy. But it works.