0bd836e915Added rough SVG support. Added doctypes to all of my HTML, and tried to fix some CSS issues that happened as a result.Cory McWilliams2016-04-30 18:28:33 +00:00
25d97e5e3bMove most of the specification of terminal API client-side, so that the terminal can be changed without restarting the core. Add descriptions to some packages. Other minor improvements.Cory McWilliams2016-04-30 10:50:43 +00:00
8ae1d23763Make smtp require-able, and add some better credentials checks for users who aren't logged in at all.Cory McWilliams2016-04-25 20:43:28 +00:00
a3524b761bAdding a completely dangerous tool to dump and load all lmdb databases.Cory McWilliams2016-04-25 20:27:09 +00:00
45f0136cebLet processes post messages to other packages with the same owner.Cory McWilliams2016-04-24 12:33:00 +00:00
ca1271ffbcStop passing 'this' in serialized function calls. There are currently no productive uses of it, and it causes excessive work exporting functions that are never called.Cory McWilliams2016-04-23 11:42:03 +00:00
6410b13eceNow child processes have no ability to open files.Cory McWilliams2016-04-16 21:30:52 +00:00
74af1d361cAfter a brief journey through namespaces and cgroups, rlimits seem to be an effective way to enforce most of the assurances I need.Cory McWilliams2016-04-16 19:04:15 +00:00
105ecab472Go back to allowing automatic guest sessions by default. WebSockets actually make this work better.Cory McWilliams2016-04-14 23:37:23 +00:00
bea0ae23ddFix a bug that was preventing require('ui') from working, and improve resolveRequire while I'm in there.Cory McWilliams2016-04-09 18:36:43 +00:00
41a12fd1a7Show service processes differently on the index. Expose manifests to package list. Add a work in process library of shared user interface code.Cory McWilliams2016-04-09 16:42:15 +00:00
3b5f123136Lots of fighting with CSS to get side-by-side editors and previews. Didn't really win. Turned turtle into a live TurtleScript editor.Cory McWilliams2016-04-04 20:26:01 +00:00
cbf54eaa17Added support for Google Sign-In, optional in every way.Cory McWilliams2016-04-03 19:31:03 +00:00
7b112c5376Adding a work-in-progress wiki using Markdeep. Plus a pile of unrelated small changes I've accrued.Cory McWilliams2016-04-03 15:01:21 +00:00
2a987b6b2dWait. Can I only patch this file on Linux and not have to think about why it's breaking on Windows any longer?Cory McWilliams2016-03-20 14:00:11 +00:00
5cf59994f7Work in progress blog app. Added cork/uncork to the terminal so that I can suppress blinking. I think I accidentally fixed some output issues in here, too.Cory McWilliams2016-03-20 13:29:20 +00:00