cascardo/f2fchat.git
10 years agoDo not override CFLAGS and LIBS.
Thadeu Lima de Souza Cascardo [Tue, 8 Oct 2013 01:04:17 +0000 (22:04 -0300)]
Do not override CFLAGS and LIBS.

Use specific extra CFLAGS and LDFLAGS for the program.

10 years agoUse a GKeyFile to load the cache of friends' addresses.
Thadeu Lima de Souza Cascardo [Tue, 8 Oct 2013 00:25:45 +0000 (21:25 -0300)]
Use a GKeyFile to load the cache of friends' addresses.

Unfortunately, we need a hack to save the GKeyFile.

10 years agoUse a GLib main loop
Thadeu Lima de Souza Cascardo [Mon, 7 Oct 2013 11:38:06 +0000 (08:38 -0300)]
Use a GLib main loop

10 years agoDepend on GLib
Thadeu Lima de Souza Cascardo [Mon, 7 Oct 2013 11:33:00 +0000 (08:33 -0300)]
Depend on GLib

10 years agoGet the address for a friend
Thadeu Lima de Souza Cascardo [Mon, 7 Oct 2013 11:32:47 +0000 (08:32 -0300)]
Get the address for a friend

10 years agoAdd the friend cache.
Thadeu Lima de Souza Cascardo [Sun, 6 Oct 2013 03:02:56 +0000 (00:02 -0300)]
Add the friend cache.

The cache has a list of friends with its respective last seen address.

10 years agoIntroduce a HACKING file
Thadeu Lima de Souza Cascardo [Sat, 5 Oct 2013 19:28:16 +0000 (16:28 -0300)]
Introduce a HACKING file

Tell how to prepare the code for a build, and how to build a release.

10 years agoautotools support for f2fchat
Thadeu Lima de Souza Cascardo [Sat, 5 Oct 2013 19:27:02 +0000 (16:27 -0300)]
autotools support for f2fchat