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-16
Remember to free the buffers
sin
2014-09-16
Clean up send_friend_file()
sin
2014-09-16
Correctly inform the user when the transfer is complete
sin
2014-09-16
Only attempt to send a queued transfer when it is pending
sin
2014-09-16
Implement file sending
...
Initially based on a commit by FRIGN.
sin
2014-09-15
Pass -DVERSION=\"${VERSION}\" and use that when printing the rat
sin
2014-09-15
Rename printbanner() to printrat()
sin
2014-09-15
Inform the user of the help cmd
sin
2014-09-15
Avoid blank nicknames when printing
sin
2014-09-15
For now print messages on the main screen too
sin
2014-09-15
Rename bootstrapnode to node
sin
2014-09-15
Correctly track connected state variable
sin
2014-09-15
Add user status callback
sin
2014-09-15
Fix message
sin
2014-09-15
Rename do*() to cmd*()
sin
2014-09-15
Add arg.h
sin
2014-09-15
Add timestamps for incoming messages
...
We should tweak the time format.
sin
2014-09-15
Fix one more warning
sin
2014-09-15
Fix more warnings
sin
2014-09-15
Fix warnings and rename blabla() to writeparam()
sin
2014-09-15
Use EXIT_FAILURE and EXIT_SUCCESS
sin
2014-09-15
Timestamp some messages
sin
2014-09-15
Color banner
sin
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
[next]