summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-09-17Rework data-structuresFRIGN
2014-09-17It is text_out not textoutsin
2014-09-17Use upper-case when printing IDssin
2014-09-16Catch TOX_FAERR_{BADCHECKSUM,SETNEWNOSPAM}sin
2014-09-16Add FIFO for sending a friend requestsin
2014-09-16Rename functions to keep style consistentsin
2014-09-16Add comment like we do for the name and idsin
2014-09-16Add support for changing the status messagesin
2014-09-16Make writeline() more genericsin
2014-09-16Make callbacks more genericsin
2014-09-16Start using callbacks to make the main loop less uglysin
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-16Add Laslo Hunhold <dev@frign.de> to LICENSEsin
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