index
:
ratox
master
Mirror of https://git.2f30.org/ratox
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ratatox.c
Age
Commit message (
Expand
)
Author
2014-09-15
Print banner
sin
2014-09-15
Remove unused symbols
sin
2014-09-15
Fix off-by-one
sin
2014-09-15
Cleanup
sin
2014-09-15
Create all friend files at load time
sin
2014-09-15
Create files even if the friend is not yet in our list
sin
2014-09-15
Squash together retarded conditional
sin
2014-09-15
Dump name and statusmsg on conn status
...
When a friend comes online, dump name + conn status
sin
2014-09-15
friendcreate() should return a pointer to the friend
sin
2014-09-15
Add wrapper for writing to id/XXX files
sin
2014-09-15
Add <id>/online
...
0 when friend is offline, 1 otherwise.
sin
2014-09-15
Rename status file to statusmsg
...
Status is received for the actual status (none, away and busy).
sin
2014-09-15
Fix typo
sin
2014-09-15
Save friends too
sin
2014-09-15
Just a hack for now, strip the training newline if any
sin
2014-09-15
Don't set a fixed name at init time
...
tox_load() handles that and gives us our last nickname.
sin
2014-09-15
Touch text_out at init time
sin
2014-09-15
Add commands to change name and print current ID
sin
2014-09-15
When we hit an unknown command inform the user of the help command
sin
2014-09-15
Errors go to stderr
sin
2014-09-15
Capitalize string in output
sin
2014-09-15
Rename `helpstr' to `usage'
sin
2014-09-15
Add command infrastructure
sin
2014-09-13
Dump output to master.out by default
...
Errors go to stderr. Simply tail -f master.out.
sin
2014-09-13
Add Makefile + config.mk + config.def.h
sin
2014-09-13
Add LICENSE
sin
2014-09-13
text_out should be in the same dir as text_in
...
Thanks unknown person.
sin
2014-09-13
Add missing break
sin
2014-09-13
Style fix
sin
2014-09-13
Statically init friend head
sin
2014-09-13
Rename data file to ratatox.data
sin
2014-09-13
Initial commit
sin