summaryrefslogtreecommitdiff
path: root/testing
AgeCommit message (Collapse)Author
2013-08-01Fix bug where messages from yourself were preceeded by [-1]Nick ODell
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-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
2013-07-31Fixed cpu usageAstonex
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-30Fixed a bunch of bugs in TOXIC, added friendlist and more.plutooo
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 branch 'master' of https://github.com/blackwolf12333/ProjectTox-Core ↵irungentoo
into blackwolf12333-master Also fixed his pull request.
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-30added utility function format_messagePeter Maatman
2013-07-30changing testing clients to reflect changes made in core/Messenger.hPeter Maatman
2013-07-30Fixed warning.irungentoo