Re: [Gtk-gnutella-devel] Reality check, base32_sha1

2005-04-04 Thread Christian Biere
Alex Bennee wrote: > I'm currently adding a file cache for the bitzi metadata to GTKG. The > last thing I need to do is parse the XML tickets to extract a urnsha1 so > a proper entry can be added into the hashtable. Is that just a validity check? The tickets are requested by SHA1 anyway, or not?

[Gtk-gnutella-devel] Reality check, base32_sha1

2005-04-04 Thread Alex Bennee
Hi, I'm currently adding a file cache for the bitzi metadata to GTKG. The last thing I need to do is parse the XML tickets to extract a urnsha1 so a proper entry can be added into the hashtable. I'm using the base32_sha1 function to convert the ASCI string into a binary urn. As far as I can tell

[Gtk-gnutella-devel] Re: [PATCH] More Doxygen

2005-04-04 Thread Daichi Kawahata
Hi, I've modified gtkg-apidoc.main (front page), files in core directory to be grouped (I hope I never use version dependent tag anyway), for instance in src/core/alive.c at 26-30, I've modified it from /** * @file * * Alive status checking ping/pongs. */ to /**