Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-07 | Merge branch 'read-receipt' of https://github.com/stal888/ProjectTox-Core ↵ | irungentoo | |
into pull-requests Conflicts: testing/toxic/chat.c testing/toxic/prompt.c | |||
2013-08-07 | Document functions, and fix bug. | Sebastian Stal | |
2013-08-07 | Check for correct error value in toxic. | Sebastian Stal | |
2013-08-07 | Add read receipts using packet ID 65. | Sebastian Stal | |
2013-08-07 | Merge branch 'provide-status-type' of ↵ | irungentoo | |
https://github.com/jin-eld/ProjectTox-Core into pull-requests | |||
2013-08-07 | Merge branch 'master' of https://github.com/ptrasd/ProjectTox-Core into ↵ | irungentoo | |
pull-requests | |||
2013-08-07 | Merge pull request #360 from DarkSER/master | irungentoo | |
fixed print_statuschange & m_set_userstatus usage in nTox_win32.c | |||
2013-08-07 | Merge pull request #370 from JFreegman/master | irungentoo | |
Fixed two bugs | |||
2013-08-07 | Merge pull request #374 from leeroy2098/master | irungentoo | |
Don't ignore the result of fwrite. Since we're building with -Wall and -... | |||
2013-08-07 | Actually use write_result | Simon Levermann | |
2013-08-07 | Don't ignore the result of fwrite. Since we're building with -Wall and ↵ | Simon Levermann | |
-Werror, this causes compile failures. | |||
2013-08-07 | set USERSTATUS_KIND_RETAIN as default | Sergej | |
2013-08-07 | Allow to set a specific userstatus type in toxic | jin-eld | |
Use: status <type> <message>, where type is one of online away busy offline The message parameter is optional. To set only the status message, as it was before, use: statusmsg <message> | |||
2013-08-07 | forgot this | Jfreegman | |
2013-08-07 | Fixed two bugs | Jfreegman | |
2013-08-07 | testing/toxic/prompt.c: changed execute() to ignore whitespace at end of ↵ | ptrasd | |
commands | |||
2013-08-07 | testing/toxic/prompt.c: changed execute() to skip whitespace at start of command | ptrasd | |
2013-08-06 | Merge pull request #366 from nickodell/master | irungentoo | |
Misc bugfixes | |||
2013-08-06 | Merge remote-tracking branch 'upstream/master' | Nick ODell | |
2013-08-06 | Fix bug where file handle wasn't closed on success | Nick ODell | |
2013-08-06 | Fix segfault when no broadcast device is found | Nick ODell | |
2013-08-06 | Fix bug where we could run past the end of the friends list | Nick ODell | |
2013-08-06 | Added ERROR() and WARNING() for debugging. | Konstantin Kowalski | |
2013-08-06 | Added a linked list implementation. | Konstantin Kowalski | |
2013-08-06 | Merge pull request #363 from JFreegman/master | irungentoo | |
code format/clean up | |||
2013-08-06 | code format/clean up | Jfreegman | |
2013-08-06 | Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core | irungentoo | |
2013-08-06 | Small bug fixed. | irungentoo | |
2013-08-06 | Merge pull request #362 from KostyaKow/master | irungentoo | |
Added linked list and stuff for debugging. | |||
2013-08-06 | Added ERROR() and WARNING() for debugging. | Konstantin Kowalski | |
2013-08-06 | Merge pull request #361 from plutooo/master | irungentoo | |
core: Moved handle ping packets to ping.c | |||
2013-08-06 | core: Moved handle ping packets to ping.c | plutooo | |
2013-08-06 | fixed print_statuschange & m_set_userstatus usage in nTox_win32.c | DarkSER | |
2013-08-06 | Merge branch 'master' of https://github.com/plutooo/ProjectTox-Core into ↵ | irungentoo | |
plutooo-master Conflicts: core/ping.c core/util.c | |||
2013-08-06 | Added a linked list implementation. | Konstantin Kowalski | |
2013-08-06 | core: Move ping request/response into ping.c | plutooo | |
2013-08-06 | Merge branch 'dev' | plutooo | |
Conflicts: core/packets.h core/ping.c | |||
2013-08-06 | core: Move send ping packets functions to ping.c | plutooo | |
2013-08-06 | core: Move send ping packets functions to ping.c | plutooo | |
2013-08-06 | Merge branch 'master' of https://github.com/JFreegman/ProjectTox-Core into ↵ | irungentoo | |
JFreegman-master Conflicts: testing/toxic/prompt.c | |||
2013-08-06 | Merge pull request #354 from Nominate/patch-4 | irungentoo | |
Stops line-spamming and clears before printing help | |||
2013-08-06 | Fixed formatting | Nominate | |
2013-08-06 | Update prompt.c | Nominate | |
2013-08-06 | Corrected wrap-around | Nominate | |
This should allow wrap-around and allow proper execution. | |||
2013-08-06 | Stops line-spamming and clears before printing help | Nominate | |
This addresses one issue in #340 perfectly and slightly improves the other. | |||
2013-08-05 | Merge pull request #353 from cjsthompson/master | irungentoo | |
On UNIX, if pkg-config is available, use it to find the location of libconfig's headers. | |||
2013-08-06 | On UNIX, if pkg-config is available, use it to find the location of | Christoph J. Thompson | |
libconfig's headers. modified: cmake/FindLIBCONFIG.cmake | |||
2013-08-05 | Merge pull request #352 from stqism/master | irungentoo | |
In odd cases a terminal may not support beep, added flash as well. | |||
2013-08-05 | Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core | Sean Qureshi | |
2013-08-05 | Added flash, apparently in weird cases it works when beep fails | Sean Qureshi | |