Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Log ROBUST reading config files, just like regions do. | onefang | 2020-03-18 | 1 | -0/+1 | |
| | | | | | | This is why things are so bloated. OOP means hiding stuff, so others can't use your precious bodily fluids, er I mean hidden stuff, so they write their own. | |||||
* | Indent code properly. | onefang | 2020-03-18 | 1 | -46/+38 | |
| | ||||||
* | TODO++ and comment clean up. | onefang | 2020-03-18 | 1 | -1/+5 | |
| | ||||||
* | TODO++ | onefang | 2020-03-17 | 1 | -0/+2 | |
| | ||||||
* | Various other shuffles and clean ups. | onefang | 2020-03-17 | 1 | -17/+23 | |
| | ||||||
* | Move the tmux check until after we have loaded the config and paths. | onefang | 2020-03-17 | 1 | -19/+16 | |
| | ||||||
* | Remove cruft now that we are back to using full toybox again. | onefang | 2020-03-17 | 1 | -12/+0 | |
| | ||||||
* | Various comment clean ups. | onefang | 2020-03-17 | 1 | -5/+5 | |
| | ||||||
* | Switch to using FHS style directories, and create them all at startup. | onefang | 2020-03-17 | 2 | -40/+91 | |
| | ||||||
* | Add an About me textarea. | onefang | 2020-03-17 | 1 | -0/+31 | |
| | ||||||
* | Add a ToS block. | onefang | 2020-03-17 | 2 | -0/+29 | |
| | ||||||
* | TODO++ | onefang | 2020-03-17 | 1 | -0/+2 | |
| | ||||||
* | Various white space and language clean ups. | onefang | 2020-03-17 | 1 | -13/+15 | |
| | ||||||
* | Don't pass around psswrd anymore. | onefang | 2020-03-17 | 1 | -7/+2 | |
| | | | | | | | Coz we do the old hash, salt, and store trick now. And I mean tho OLD one, we are still compatible with SL's 2006 insecure password tech. | |||||
* | Oops, part of last commit. | onefang | 2020-03-17 | 1 | -0/+2 | |
| | ||||||
* | Only try to load users Lua file on login. | onefang | 2020-03-17 | 1 | -27/+28 | |
| | ||||||
* | HTML labels before their input fields. | onefang | 2020-03-17 | 1 | -2/+2 | |
| | ||||||
* | Load the local config file first, then let it be overridden by system and ↵ | onefang | 2020-03-17 | 1 | -2/+2 | |
| | | | | | | home config files. Also log the loaded config file when doing web stuff as well. | |||||
* | Update list of dependencies. | onefang | 2020-03-17 | 1 | -1/+1 | |
| | ||||||
* | Finally add the sledjchisl C & Lua maanger, and friends. | onefang | 2020-03-16 | 13 | -20/+5991 | |
| | ||||||
* | Shift web stuff to the www folder, and update it. | onefang | 2020-03-16 | 9 | -5/+21 | |
| | ||||||
* | Ignore the src build temporary directories. | onefang | 2020-03-16 | 1 | -0/+2 | |
| | ||||||
* | Fix up boxes build system. | onefang | 2020-03-16 | 2 | -0/+33 | |
| | ||||||
* | Merge remote-tracking branch 'boxes/master' | onefang | 2020-03-16 | 10 | -0/+4655 | |
|\ | ||||||
| * | Add a build script. | onefang | 2020-03-16 | 3 | -0/+48 | |
| | | ||||||
| * | Add a bunch of test key bindings. | onefang | 2020-03-16 | 1 | -0/+15 | |
| | | ||||||
| * | Update to toybox API change. | onefang | 2020-03-16 | 1 | -7/+3 | |
| | | ||||||
| * | Compile boxes by default. | onefang | 2020-03-16 | 1 | -1/+1 | |
| | | ||||||
| * | Toybox can't cope with a lack of a README, but gives you cryptic errors. | onefang | 2020-03-16 | 1 | -0/+4 | |
| | | | | | | | | Wasted a whole fucking day on this. | |||||
| * | Ignorance is bliss. | onefang | 2020-03-16 | 1 | -0/+0 | |
| | | ||||||
| * | Shuffle stuff. | onefang | 2020-03-16 | 8 | -0/+0 | |
| | | ||||||
| * | Adding old documentation. | David Walter Seikel | 2015-03-11 | 2 | -0/+1136 | |
| | | ||||||
| * | TODO++ | David Walter Seikel | 2015-01-04 | 1 | -1/+4 | |
| | | ||||||
| * | Updated to match toybox 0.4.8, xmsprintf() -> xmprintf(). | David Walter Seikel | 2014-04-21 | 1 | -1/+1 | |
| | | ||||||
| * | Minor comment fixes. | David Walter Seikel | 2014-04-15 | 1 | -2/+2 | |
| | | ||||||
| * | Switch to using ARRAY_LEN. | David Walter Seikel | 2014-04-15 | 1 | -2/+2 | |
| | | ||||||
| * | Fix up a couple of bugs in the buffer full case. | David Walter Seikel | 2014-04-15 | 1 | -3/+5 | |
| | | ||||||
| * | Better comments about CSI. | David Walter Seikel | 2014-04-15 | 1 | -19/+28 | |
| | | ||||||
| * | Switch to xread, remove excess error checking stuff. | David Walter Seikel | 2014-04-15 | 1 | -9/+2 | |
| | | ||||||
| * | Mark the key / command mapping structure constant. | David Walter Seikel | 2014-04-15 | 1 | -1/+1 | |
| | | ||||||
| * | Links about the different versions of showkey. | David Walter Seikel | 2014-04-15 | 1 | -1/+4 | |
| | | ||||||
| * | Change from using a bunch of callbacks to using one, with a structure and type. | David Walter Seikel | 2014-04-15 | 5 | -166/+240 | |
| | | ||||||
| * | Add a showkey toy. Not standard, I'll see if there's an actual standard later. | David Walter Seikel | 2014-04-10 | 1 | -0/+125 | |
| | | ||||||
| * | Various key mapping fixes for the editors. | David Walter Seikel | 2014-02-01 | 1 | -3/+4 | |
| | | ||||||
| * | Fix dumb off by one error in dumbsh. | David Walter Seikel | 2014-02-01 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed dumbsh end of screen handling. | David Walter Seikel | 2014-02-01 | 1 | -8/+5 | |
| | | ||||||
| * | Rejig the joe commands a little. Now we have a quit. | David Walter Seikel | 2014-02-01 | 1 | -4/+4 | |
| | | ||||||
| * | Terminal resize now does the right thing in boxes. | David Walter Seikel | 2014-02-01 | 1 | -2/+5 | |
| | | ||||||
| * | Comment++ | David Walter Seikel | 2014-02-01 | 1 | -0/+1 | |
| | | ||||||
| * | Disable mouse stuff until I actually write it. | David Walter Seikel | 2014-02-01 | 1 | -2/+2 | |
| | |