7a8ac414ce
Replaced nil contexts with context.TODO(). Still need to replace background contexts with the same.
2ac8f1ea54
Fixed crash on startup sync (nil pointer dereference caused by the fact that roomData didn't used to be a pointer, I guess)
86b90e9a4d
Partway through updating dependencies. Need to take out threading code and make this a distinct commit.
7ac2d43d66
test commit
09a9279558
Merge pull request #430 from nileshpatra/fix-debug-log-and-dir
2b36ee3737
fix xdg-update-dir and enable prettypanic by default
802d6afc55
Disable logging by default, start logging onlu if DEBUG is set to 1
9d5cb2f7e5
More exercises complete, and runscheme.sh added to keep from having to always open a REPL.
09159da3e8
Initial commit. Never tried to run it, completely untested, but the important algorithms are written.