Age | Commit message (Collapse) | Author |
|
Fixed warnings when compiling nTox_win32
|
|
|
|
into pull-requests
Conflicts:
testing/toxic/chat.c
testing/toxic/prompt.c
|
|
|
|
to match parameter of userstatus callback.
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
Don't ignore the result of fwrite. Since we're building with -Wall and -...
|
|
|
|
-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
|
|
|
|
|
|
|
|
Misc bugfixes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
code format/clean up
|
|
|
|
|
|
|
|
Added linked list and stuff for debugging.
|
|
|
|
core: Moved handle ping packets to ping.c
|
|
|
|
|
|
plutooo-master
Conflicts:
core/ping.c
core/util.c
|
|
|
|
|
|
Conflicts:
core/packets.h
core/ping.c
|
|
|
|
|