summaryrefslogtreecommitdiff
path: root/testing/toxic
AgeCommit message (Expand)Author
2013-08-05Grammar/aesthetic amendmentNominate
2013-08-05Added a 'clear' function to the promptNominate
2013-08-04Fixed 2 Null pointer derefrences in both nTox and toxicSean Qureshi
2013-08-04Fixed a calloc getting freed before being usedSean Qureshi
2013-08-04Merge pull request #319 from stqism/masterirungentoo
2013-08-04Manally merged #314 and #317Sean Qureshi
2013-08-04toxic: Fixed doMessenger() interval.. Toxic is much faster and responsive now.plutooo
2013-08-04already a pull request with this additionJfreegman
2013-08-04didn't mean to delete thatJfreegman
2013-08-04added command functionality to chat windows and a few minor improvementsJfreegman
2013-08-04Merge branch 'master' of https://github.com/irungentoo/ProjectTox-CoreJfreegman
2013-08-03fix for issue #306charmlesscoin
2013-08-03added command to clear prompt screenJfreegman
2013-08-03Merge pull request #276 from stqism/masterirungentoo
2013-08-03added a proper error message for messing up the -f flagcharmlesscoin
2013-08-03added the -f flag for toxiccharmlesscoin
2013-08-03Removed an early breakSean Qureshi
2013-08-03Merge branch 'master' of https://github.com/stqism/ProjectTox-CoreSean Qureshi
2013-08-03Merge branch 'master' of https://github.com/irungentoo/ProjectTox-CoreSean Qureshi
2013-08-03People aren't that excited to send messagesNemDiggers
2013-08-03added seconds to time stamp in toxicMichael Kress
2013-08-03fixed printing time stamp in toxicMichael Kress
2013-08-03Merge pull request #281 from JFreegman/masterirungentoo
2013-08-03Removed some useless codeSean Qureshi
2013-08-03Merge branch 'master' of github.com:stqism/ProjectTox-CoreSean Qureshi
2013-08-03Fixed a segfault when recieving textSean Qureshi
2013-08-03Merged a change from a pull request, added a breakSean Qureshi
2013-08-03Merge https://github.com/greato/ProjectTox-CoreSean Qureshi
2013-08-03Added break Statementg
2013-08-02Merge https://github.com/JFreegman/ProjectTox-CoreSean Qureshi
2013-08-02Removed the seconds patch, it breaks thingsSean Qureshi
2013-08-02cursor done better, fixed for chat windowsJfreegman
2013-08-02Moved PATCH.md to the toxic folderSean Qureshi
2013-08-02By popular demand, I made a patch to add seconds to the timestampSean Qureshi
2013-08-02Fixed a bug with the minutes only being 1 character long when less than 10Sean Qureshi
2013-08-02Adds timestamp to toxic, fixes issue #217Sean Qureshi
2013-08-02fixed cursorJfreegman
2013-08-01Merge pull request #229 from JFreegman/masterirungentoo
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
2013-08-01core: getaddrinfo() lookup error handlingplutooo
2013-08-01Merge pull request #241 from clpr/masterirungentoo
2013-08-01Add back-tab support for toxic.clpr
2013-08-01Merge pull request #238 from clpr/masterirungentoo
2013-08-01Use print_usage for help commandclpr
2013-08-01Add nicknames to the chat listSpittie
2013-07-31fixed friend add bugsJfreegman
2013-07-31Add help command to ToxicNemDiggers
2013-07-31Remove period from status setNemDiggers
2013-07-31Backspace key should now work on more terminals in toxic.irungentoo