log

age author description
Tue, 26 Jul 2011 06:22:43 +0000 Mark Doliner Add Maiku's revision b22fe1b183e37298da577f19bdca6f318b209324 to the changelog.
Fri, 22 Jul 2011 19:55:24 +0000 Elliott Sales de Andrade Destroy the existing Nexus if we get a second USR SSO. This might
Thu, 21 Jul 2011 06:10:54 +0000 Paul Aurich log_reader: Properly fix the QIP crash, and unbreak the Trillian reader (c is NULL the last time through, so just quit out early then)
Thu, 21 Jul 2011 05:55:03 +0000 Paul Aurich sametime: Compile! (other build environment apparently lacked libmeanwhile...)
Thu, 21 Jul 2011 05:39:48 +0000 Paul Aurich log_reader: Fix an actual crash in the QIP reader.
Thu, 21 Jul 2011 05:37:06 +0000 Paul Aurich merge of '60a632cb295df557713697e92727d551d7345451'
Thu, 21 Jul 2011 05:36:54 +0000 Paul Aurich log_reader: strchr(), and some simplifying to make clang happier
Thu, 21 Jul 2011 03:26:18 +0000 Paul Aurich sametime: Avoid a theoretical null strcmp
Thu, 21 Jul 2011 03:16:51 +0000 Paul Aurich prefs: Avoid an atoi(NULL) when reading the prefs from disk
Wed, 20 Jul 2011 16:51:55 +0000 Paul Aurich dnssrv: Hmph, this is what I get for swapping the argument order around and not paying attention
Wed, 20 Jul 2011 05:04:37 +0000 Paul Aurich dnssrv: Refactor to reduce code duplication
Tue, 19 Jul 2011 20:07:25 +0000 Paul Aurich Fix build of dnssrv.c on Windows; thanks to eschman for pointing this out.
Tue, 19 Jul 2011 16:56:23 +0000 Ethan Blanton Fix the handling of IRC formatting following mIRC ^O.
Sun, 17 Jul 2011 20:38:09 +0000 Paul Aurich dnsquery: Behold, automagic conversion of a string IP address into a sockaddr struct, IPv#-independent.
Sun, 17 Jul 2011 20:08:13 +0000 Paul Aurich dnssrv: Proper memory management here, which stops random crashes elsewhere.