Age | Commit message (Collapse) | Author |
|
-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
|
|
|
|
|
|
JFreegman-master
Conflicts:
testing/toxic/prompt.c
|
|
Stops line-spamming and clears before printing help
|
|
|
|
|
|
This should allow wrap-around and allow proper execution.
|
|
This addresses one issue in #340 perfectly and slightly improves the other.
|
|
On UNIX, if pkg-config is available, use it to find the location of libconfig's headers.
|
|
libconfig's headers.
modified: cmake/FindLIBCONFIG.cmake
|
|
|
|
In odd cases a terminal may not support beep, added flash as well.
|
|
|
|
|
|
Fixed toxic friends list flicker
|
|
|
|
|
|
Removed a useless ! from toxics status
|