summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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 statussin
When a friend comes online, dump name + conn status
2014-09-15friendcreate() should return a pointer to the friendsin
2014-09-15Add wrapper for writing to id/XXX filessin
2014-09-15Add <id>/onlinesin
0 when friend is offline, 1 otherwise.
2014-09-15Rename status file to statusmsgsin
Status is received for the actual status (none, away and busy).
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 timesin
tox_load() handles that and gives us our last nickname.
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
2014-09-15Rename `helpstr' to `usage'sin
2014-09-15Add command infrastructuresin
2014-09-13Dump output to master.out by defaultsin
Errors go to stderr. Simply tail -f master.out.
2014-09-13Add Makefile + config.mk + config.def.hsin
2014-09-13Add LICENSEsin
2014-09-13text_out should be in the same dir as text_insin
Thanks unknown person.
2014-09-13Add missing breaksin
2014-09-13Style fixsin
2014-09-13Statically init friend headsin
2014-09-13Rename data file to ratatox.datasin
2014-09-13Initial commitsin