summaryrefslogtreecommitdiff
path: root/ratatox.c
AgeCommit message (Expand)Author
2014-09-16Name setting and printing the ID are now exposed via the fs...We will gradually expose the other commands as well. sin
2014-09-16When initiating a transfer, print the nickname of the friendsin
2014-09-16Print message when transfers startsin
2014-09-16Detect and cleanup stale transferssin
2014-09-16Only monitor FIFOs for friends that are online...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. sin
2014-09-16Correctly terminate transferssin
2014-09-16Remember to free the bufferssin
2014-09-16Clean up send_friend_file()sin
2014-09-16Correctly inform the user when the transfer is completesin
2014-09-16Only attempt to send a queued transfer when it is pendingsin
2014-09-16Implement file sending...Initially based on a commit by FRIGN. sin
2014-09-15Pass -DVERSION=\"${VERSION}\" and use that when printing the ratsin
2014-09-15Rename printbanner() to printrat()sin
2014-09-15Inform the user of the help cmdsin
2014-09-15Avoid blank nicknames when printingsin
2014-09-15For now print messages on the main screen toosin
2014-09-15Rename bootstrapnode to nodesin
2014-09-15Correctly track connected state variablesin
2014-09-15Add user status callbacksin
2014-09-15Fix messagesin
2014-09-15Rename do*() to cmd*()sin
2014-09-15Add arg.hsin
2014-09-15Add timestamps for incoming messages...We should tweak the time format. sin
2014-09-15Fix one more warningsin
2014-09-15Fix more warningssin
2014-09-15Fix warnings and rename blabla() to writeparam()sin
2014-09-15Use EXIT_FAILURE and EXIT_SUCCESSsin
2014-09-15Timestamp some messagessin
2014-09-15Color bannersin
2014-09-15Print bannersin
2014-09-15Remove unused symbolssin
2014-09-15Fix off-by-onesin
2014-09-15Cleanupsin
2014-09-15Create all friend files at load timesin
2014-09-15Create files even if the friend is not yet in our listsin
2014-09-15Squash together retarded conditionalsin
2014-09-15Dump name and statusmsg on conn status...When a friend comes online, dump name + conn status sin
2014-09-15friendcreate() should return a pointer to the friendsin
2014-09-15Add wrapper for writing to id/XXX filessin
2014-09-15Add <id>/online...0 when friend is offline, 1 otherwise. sin
2014-09-15Rename status file to statusmsg...Status is received for the actual status (none, away and busy). sin
2014-09-15Fix typosin
2014-09-15Save friends toosin
2014-09-15Just a hack for now, strip the training newline if anysin
2014-09-15Don't set a fixed name at init time...tox_load() handles that and gives us our last nickname. sin
2014-09-15Touch text_out at init timesin
2014-09-15Add commands to change name and print current IDsin
2014-09-15When we hit an unknown command inform the user of the help commandsin
2014-09-15Errors go to stderrsin
2014-09-15Capitalize string in outputsin