summaryrefslogtreecommitdiff
path: root/testing/nTox.c
AgeCommit message (Collapse)Author
2013-08-01Fix bug where messages from yourself were preceeded by [-1]Nick ODell
2013-08-01nTox: fixed 2 possible crashes, 3 incorrect packet lengthsplutooo
2013-08-01added error code for no message on friend add & updated nTox.c/nTox_win32.cJfreegman
2013-08-01core: getaddrinfo() lookup error handlingplutooo
2013-07-31small fixJfreegman
2013-07-31partially fixed friend add bug (key length test still broken)Jfreegman
2013-07-31remove debugging printf statementJfreegman
2013-07-31Show error message instead of "added friendnumber -1"Nick ODell
2013-07-31Merge branch 'master' of https://github.com/JFreegman/ProjectTox-Core into ↵irungentoo
JFreegman-master Conflicts: testing/nTox.c
2013-07-31Merge pull request #191 from theshadowfog/patch-6irungentoo
Update nTox.c
2013-07-31initialize num_requestsJfreegman
2013-07-31Fix space/tab indentationMarco Hinz
2013-07-31Clean up/format codeStuart Banks
2013-07-30Update nTox.cGreg
Made the help message a string type.
2013-07-30Update nTox.cGreg
Edited help message.
2013-07-30Update nTox.cGreg
Gives the user his ID.
2013-07-30Merge branch 'master' of https://github.com/blackwolf12333/ProjectTox-Core ↵irungentoo
into blackwolf12333-master Also fixed his pull request.
2013-07-30Update nTox.cGreg
Added help command to nTox.c
2013-07-30added utility function format_messagePeter Maatman
2013-07-30changing testing clients to reflect changes made in core/Messenger.hPeter Maatman
2013-07-30Merge pull request #154 from xistance21/masterirungentoo
Add invalid command
2013-07-30Add invalid commandEmir Unluturk
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-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-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-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-22moved saving to nTox.cOliver Hunt
2013-07-21Updated nTox.c (added timestamp)notadecent
It's very glitchy. But it works.
2013-07-21Update nTox.cnotadecent
Formatting
2013-07-20Don't exit on arrow keysSebastian Stal
2013-07-20Updated nToxMaxim Biro
2013-07-20Fix sign on functionSebastian Stal
2013-07-20Make nTox resolve DNS addresses.Sebastian Stal
2013-07-19Fixed bug that sometimes prevented two clients from connecting.irungentoo
2013-07-18Add custom user statuses to core, updated nTox to support nicknames and user ↵Sebastian Stal
statuses.
2013-07-16ncurses test now tells you when you connect to the DHT.irungentoo
2013-07-16Fixed some bugs and a regression.irungentoo