Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-01 | core: getaddrinfo() lookup error handling | plutooo | |
2013-07-31 | small fix | Jfreegman | |
2013-07-31 | partially fixed friend add bug (key length test still broken) | Jfreegman | |
2013-07-31 | remove debugging printf statement | Jfreegman | |
2013-07-31 | Show error message instead of "added friendnumber -1" | Nick ODell | |
2013-07-31 | Merge branch 'master' of https://github.com/JFreegman/ProjectTox-Core into ↵ | irungentoo | |
JFreegman-master Conflicts: testing/nTox.c | |||
2013-07-31 | Merge pull request #191 from theshadowfog/patch-6 | irungentoo | |
Update nTox.c | |||
2013-07-31 | initialize num_requests | Jfreegman | |
2013-07-31 | Fix space/tab indentation | Marco Hinz | |
2013-07-31 | Clean up/format code | Stuart Banks | |
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 | Merge branch 'master' of https://github.com/blackwolf12333/ProjectTox-Core ↵ | irungentoo | |
into blackwolf12333-master Also fixed his pull request. | |||
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 | Merge pull request #154 from xistance21/master | irungentoo | |
Add invalid command | |||
2013-07-30 | Add invalid command | Emir Unluturk | |
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 | 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 | 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 | 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 | moved saving to nTox.c | Oliver Hunt | |
2013-07-21 | Updated nTox.c (added timestamp) | notadecent | |
It's very glitchy. But it works. | |||
2013-07-21 | Update nTox.c | notadecent | |
Formatting | |||
2013-07-20 | Don't exit on arrow keys | Sebastian Stal | |
2013-07-20 | Updated nTox | Maxim Biro | |
2013-07-20 | Fix sign on function | Sebastian Stal | |
2013-07-20 | Make nTox resolve DNS addresses. | Sebastian Stal | |
2013-07-19 | Fixed bug that sometimes prevented two clients from connecting. | irungentoo | |
2013-07-18 | Add custom user statuses to core, updated nTox to support nicknames and user ↵ | Sebastian Stal | |
statuses. | |||
2013-07-16 | ncurses test now tells you when you connect to the DHT. | irungentoo | |
2013-07-16 | Fixed some bugs and a regression. | irungentoo | |
2013-07-14 | Added /q to exit | Tim | |
2013-07-13 | Fixed ncurses problems. | irungentoo | |
2013-07-14 | prettier output | Oliver Hunt | |