cascardo/f2fchat.git
2013-10-17 Thadeu Lima... Implement command to add friend qdbm
2013-10-17 Thadeu Lima... Add quit command
2013-10-17 Thadeu Lima... Accept command to list friends
2013-10-17 Thadeu Lima... Wait responses for client commands
2013-10-17 Thadeu Lima... Guarantee command argument is non-NULL
2013-10-17 Thadeu Lima... Guarantee command buffer is a string.
2013-10-17 Thadeu Lima... Add command menu for messages received from loopback.
2013-10-17 Thadeu Lima... If received message has size 0, ignore it.
2013-10-17 Thadeu Lima... Added program to send command to daemon.
2013-10-10 Thadeu Lima... Set state as online if PING is received.
2013-10-10 Thadeu Lima... Respond pings with pongs.
2013-10-10 Thadeu Lima... Check for failure when trying to bind.
2013-10-10 Thadeu Lima... Find friend by port.
2013-10-09 Thadeu Lima... Ping a friend when we get it from the cache
2013-10-09 Thadeu Lima... Add some debug when receiving a message
2013-10-09 Thadeu Lima... Fix bug on if condition.
2013-10-09 Thadeu Lima... Add getter for friend name
2013-10-09 Thadeu Lima... sock_init should be called before loading cache
2013-10-09 Thadeu Lima... Compare response address with friend address.
2013-10-09 Thadeu Lima... Use GSocket and GSocketAddress from GIO.
2013-10-09 Thadeu Lima... Use uint16_t for port instead of a string
2013-10-09 Thadeu Lima... Add socket and message.
2013-10-09 Thadeu Lima... Build with GIO
2013-10-08 Thadeu Lima... Write GKeyFile data to a file.
2013-10-08 Thadeu Lima... Fix bug when appending to friends list.
2013-10-08 Thadeu Lima... Do not override CFLAGS and LIBS.
2013-10-08 Thadeu Lima... Use a GKeyFile to load the cache of friends' addresses.
2013-10-07 Thadeu Lima... Use a GLib main loop
2013-10-07 Thadeu Lima... Depend on GLib
2013-10-07 Thadeu Lima... Get the address for a friend
2013-10-06 Thadeu Lima... Add the friend cache.
2013-10-05 Thadeu Lima... Introduce a HACKING file
2013-10-05 Thadeu Lima... autotools support for f2fchat