summaryrefslogtreecommitdiff
path: root/testing
AgeCommit message (Collapse)Author
2013-08-02Fixed crashes.irungentoo
2013-08-02Removed deprecated function.irungentoo
2013-08-02Merge branch 'master' of https://github.com/Astonex/ProjectTox-Core into ↵irungentoo
Astonex-master Conflicts: testing/nTox_win32.c
2013-08-02Fixed warnings.irungentoo
2013-08-02Update nTox_win32.cAstonex
Changed maxnumfriends to uint32_t
2013-08-02Re-arranged the code, and added a maxnumfriends counterAstonex
2013-08-02Fixed a build error due to the removal of getnumfriends()ragesalmon
2013-08-02fixed cursorJfreegman
2013-08-01Merge pull request #229 from JFreegman/masterirungentoo
fixed friend add bugs and gave no message its own error
2013-08-01Merge pull request #252 from nickodell/masterirungentoo
Fix a bug and remove useless code.
2013-08-01Remove code that did nothing.Nick ODell
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-01Merge pull request #244 from plutooo/masterirungentoo
core: getaddrinfo() lookup error handling
2013-08-01core: getaddrinfo() lookup error handlingplutooo
2013-08-01Merge pull request #241 from clpr/masterirungentoo
Add back-tab support for toxic.
2013-08-01Add back-tab support for toxic.clpr
2013-08-01Merge pull request #238 from clpr/masterirungentoo
Use print_usage for help command
2013-08-01Use print_usage for help commandclpr
2013-08-01Add nicknames to the chat listSpittie
Change from [chat <number>] to [<nickname> (<number>)]
2013-07-31fixed friend add bugsJfreegman
2013-07-31Merge pull request #227 from Proplex/masterirungentoo
Add help command to Toxic
2013-07-31Merge branch 'master' of https://github.com/Astonex/ProjectTox-Core into ↵irungentoo
Astonex-master Conflicts: testing/nTox_win32.c
2013-07-31Add help command to ToxicNemDiggers
2013-08-01Fixed friends list and deleting friends. Automatically loads name/status ↵Astonex
from last time.
2013-07-31Merge pull request #224 from cedeon/masterirungentoo
added required linker flag to 'compile with' remark
2013-07-31Remove period from status setNemDiggers
It can make for awkward displays if you put a period in your status.
2013-08-01added required linker flag to 'compile with' remarkWilliam Culver
2013-07-31Merge remote-tracking branch 'ProjectTox/master'Astonex
2013-07-31Slight changesAstonex
2013-07-31forgot to print messagesJfreegman
2013-07-31formattingJfreegman
2013-07-31small fixJfreegman
2013-07-31partially fixed friend add bug (key length test still broken)Jfreegman
2013-07-31partially fixed friend add bug (key length test still broken)Jfreegman
2013-07-31remove debugging printf statementJfreegman
2013-07-31Backspace key should now work on more terminals in toxic.irungentoo
2013-07-31Merge pull request #215 from plutooo/masterirungentoo
toxic: Made everything 1000x more userfriendly.
2013-07-31toxic: Made everything 1000x more userfriendly.plutooo
2013-07-31Merge pull request #213 from plutooo/masterirungentoo
Added chat windows, and some clean up.
2013-07-31Added chat windows, and some clean up.plutooo
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 #171 from AMDmi3/freebsd-fixesirungentoo
FreeBSD fixes
2013-07-31Merge pull request #191 from theshadowfog/patch-6irungentoo
Update nTox.c
2013-07-31Merge pull request #193 from Astonex/masterirungentoo
Fixed cpu usage
2013-07-31initialize num_requestsJfreegman
2013-07-31Fix space/tab indentationMarco Hinz
2013-07-31Clean up/format codeStuart Banks