Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Side-effect: If you send a file to a friend that is offline,
the write will block() until the friend comes online at which point
the file transfer will begin.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Initially based on a commit by FRIGN.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We should tweak the time format.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
When a friend comes online, dump name + conn status
|
|
|
|
|
|
0 when friend is offline, 1 otherwise.
|
|
Status is received for the actual status (none, away and busy).
|
|
|
|
|
|
|
|
tox_load() handles that and gives us our last nickname.
|
|
|
|
|
|
|
|
|
|
|