Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Some stuff needs to be cleaned a bit though.
|
|
|
|
|
|
|
|
|
|
If the passed buffer is smaller than MAX_NAME_LENGTH then, you
will probably overflow it.
|
|
|
|
Moves static state out of Messenger.c and into a Messenger struct
Purely stylistic, no functional changes were made.
This commit also changed all the callers of Messenger as they now have
to pass an instance of the Messenger struct to messenger functions.
Also removed some uses of the 'static' keyword at the beginning of
function definitions when the function was already declared static, as
these caused gcc to whine.
|
|
|
|
|
|
No features were added, just fixed callbacks.
|
|
fix for Issue #288
|
|
|
|
nTox Cleaning
|
|
|
|
|
|
|
|
nTox will now display a message if you try to accept a not yet received
or already accepted friend request
|
|
|
|
|
|
|
|
CharmlessCoin-nTox
Conflicts:
testing/nTox.c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixed friend add bugs and gave no message its own error
|
|
Fix a bug and remove useless code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
JFreegman-master
Conflicts:
testing/nTox.c
|
|
Update nTox.c
|
|
|
|
|
|
|
|
Made the help message a string type.
|