In which we keep calm and carry on.
Test Every Day #
APP_PROTOCOL #
Not sure there’s a test for this value in the config file. A look through the code sees the
character’s protocol
field being checked against it, and when the SET_PROTOCOL
message is
received, the character’s protocol
field is set to it. It’s never displayed, so whether it’s
‘Kesmai’ or ‘VT9999’ or ‘asdfasdf’ has no visible effect. Since the other two accepted values for
a character’s protocol
are ’normal’ and ‘old-kesmai’, setting APP_PROTOCOL to one of these would
cause some confusion, but that’s more of a bug than anything else (arguably, the server should not
allow APP_PROTOCOL
to be set to either of those values).
So, we add two non-tests for now:
|
|
Work on the Blog Every Third Day #
Still porting the blog over to a more vanilla Jekyll 3 (with the jekyll-clean-dark theme). Converting from Octopress 2 has involved some coding and a lot of search-and-replace: I’ve made a snippet of some of the useful regexes, and will probably publish a fork of the theme when I’m done.
I still have to touch each post, it seems, mostly looking for oddities where Octopress was handling Markdown differently. There’s a lot of temptation to improve the posts, but I’m resisting that endless timesink.
Situation #
Now that things have calmed down at work, I can get back to it in earnest. It’s time to start work on the new server code.
Tomorrow.
Useful Stuff #