Age | Commit message (Collapse) | Author |
|
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.
|
|
Our username and status might have changed while our friend was offline.
|
|
|
|
|
|
|
|
|
|
Fixed m_sendmessage to return the ID of the message sent
|
|
m_addfriend triggerd m_callback_friendstatus with a friendid thats not yet returned from m_addfriend
|
|
|
|
returned yet from m_addfriend
|
|
Cryptography speed boost
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cleanup of Messenger.c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix typo in function name which results in missing symbol
|
|
|
|
Added actions/alternative type of messages
|
|
|
|
into nurupo-master
Conflicts:
core/Messenger.c
|
|
|
|
|
|
|
|
make friendlist resize dynamically
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
core/Messenger.c
core/Messenger.h
|
|
|
|
|