-
winged committed patchset 1035 of module fbmuck to the Fuzzball MUCK CVS repository, changing 10 files.
2009-10-09 23:54:24 UTC in Fuzzball MUCK
-
Not all fopen calls have the binary flag. In particular, tune.c, interface.c, sanity.c, help.c, game.c, crt_malloc.c, and db.c all use non-binary fopen flags.
I'm more worried about the snprintf()s and fwrite()s of those buffers; if anything internally includes \r\n, we've got a problem. (I'm also a bit worried about the effect of embedded newlines in properties, if that's not been...
2009-10-09 22:27:16 UTC in Fuzzball MUCK
-
foxbird, this is going to take some coordination with me (winged). Please contact me when you get the chance. (need to figure out the different ways different string-handling routines handle end-of-line, and you're the one with the references on the Windows side of things; I don't want to mess up the UNIX code, though.)
2009-10-06 22:50:15 UTC in Fuzzball MUCK
-
defaults.h is only used once, during the creation of a new MUCK database. You need to type '@tune' and read all the options you can change in real-time. :)
2009-07-24 03:41:05 UTC in Fuzzball MUCK
-
Trebuchet uses Tk, which does not (to my knowledge) use the /etc/ssl/certs directory. The only certificate that it includes by default is the Belfry Webworks certificate.
Now, there's never been any published way to request a certificate from the Belfry Webworks CA, so... I'm going to see about trying to add the Startcom certificate to its store.
2009-05-28 17:38:08 UTC in Fuzzball MUCK
-
I should also note one more thing: Trebuchet does not trust Startcom by default. (I should also note that I have a class 2 certification through Startcom as well.)
2009-05-26 21:56:45 UTC in Fuzzball MUCK
-
Good catch, and the suggested change has been made and committed.
I should likely document that the file *must* be in PEM, not DER, format.
2009-05-26 21:55:04 UTC in Fuzzball MUCK
-
winged committed patchset 1033 of module fbmuck to the Fuzzball MUCK CVS repository, changing 2 files.
2009-05-26 21:52:53 UTC in Fuzzball MUCK
-
winged committed patchset 1032 of module fbmuck to the Fuzzball MUCK CVS repository, changing 1 files.
2009-05-12 21:47:49 UTC in Fuzzball MUCK
-
I've changed olddecomp.c so that it properly converts all of the things thrown at it. DO NOT USE IT on a database that already has \r\n line-endings -- it will not fix it. However, it will properly reopen stdout as binary now, so it can be used to properly convert databases on Windows (the "b" mode is ignored on *nix). If foxbird would like to test this, I'd appreciate it...
2009-05-05 19:27:55 UTC in Fuzzball MUCK