Age | Commit message (Collapse) | Author |
|
|
|
|
|
Add several frees that were missing to prevent memory leaks
Replace strcpy with strdup where appropriate
Replace _stat with __stat64 for building on Windows
|
|
|
|
Re-export m_callback_userstatus
|
|
Adds full -D support to toxics versioning, includes the commit number
|
|
fix magic numbers in toxic
|
|
Added Vim swap files and ctags file
|
|
|
|
|
|
|
|
|
|
Users can just respecify their status with a message. This will also encourage users to think about which status is actually appropriate instead of just leaving the status alone.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Separated userstatus_kind from userstatus
|
|
|
|
|
|
|
|
Added check to INSTALL.md, the addition of autotests requires it to cmake
|
|
|
|
|
|
|
|
Much Needed Tests
|
|
Conflicts:
core/Messenger.c
core/Messenger.h
|
|
|
|
|
|
|
|
pull-requests
Conflicts:
testing/toxic/prompt.c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
auto_tests
|
|
Fixed warnings when compiling nTox_win32
|
|
|
|
into pull-requests
Conflicts:
testing/toxic/chat.c
testing/toxic/prompt.c
|
|
|
|
to match parameter of userstatus callback.
|
|
|
|
|