Age | Commit message (Collapse) | Author |
|
into pull-requests
Conflicts:
testing/toxic/chat.c
testing/toxic/prompt.c
|
|
|
|
https://github.com/jin-eld/ProjectTox-Core into pull-requests
|
|
pull-requests
|
|
fixed print_statuschange & m_set_userstatus usage in nTox_win32.c
|
|
Fixed two bugs
|
|
|
|
-Werror, this causes compile failures.
|
|
|
|
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>
|
|
|
|
|
|
commands
|
|
|
|
|
|
|
|
|
|
|
|
code format/clean up
|
|
|
|
|
|
|
|
|
|
JFreegman-master
Conflicts:
testing/toxic/prompt.c
|
|
|
|
|
|
This should allow wrap-around and allow proper execution.
|
|
This addresses one issue in #340 perfectly and slightly improves the other.
|
|
|
|
|
|
Fixed toxic friends list flicker
|
|
Removed a useless ! from toxics status
|
|
An extension to user statuses.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
No features were added, just fixed callbacks.
|
|
|
|
|
|
|
|
|
|
fix for Issue #288
|
|
|
|
testing
|
|
|
|
|