aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* TODO++onefang2020-03-171-0/+2
|
* Various other shuffles and clean ups.onefang2020-03-171-17/+23
|
* Move the tmux check until after we have loaded the config and paths.onefang2020-03-171-19/+16
|
* Remove cruft now that we are back to using full toybox again.onefang2020-03-171-12/+0
|
* Various comment clean ups.onefang2020-03-171-5/+5
|
* Switch to using FHS style directories, and create them all at startup.onefang2020-03-172-40/+91
|
* Add an About me textarea.onefang2020-03-171-0/+31
|
* Add a ToS block.onefang2020-03-172-0/+29
|
* TODO++onefang2020-03-171-0/+2
|
* Various white space and language clean ups.onefang2020-03-171-13/+15
|
* Don't pass around psswrd anymore.onefang2020-03-171-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.onefang2020-03-171-0/+2
|
* Only try to load users Lua file on login.onefang2020-03-171-27/+28
|
* HTML labels before their input fields.onefang2020-03-171-2/+2
|
* Load the local config file first, then let it be overridden by system and ↵onefang2020-03-171-2/+2
| | | | | | home config files. Also log the loaded config file when doing web stuff as well.
* Update list of dependencies.onefang2020-03-171-1/+1
|
* Finally add the sledjchisl C & Lua maanger, and friends.onefang2020-03-1613-20/+5991
|
* Shift web stuff to the www folder, and update it.onefang2020-03-169-5/+21
|
* Ignore the src build temporary directories.onefang2020-03-161-0/+2
|
* Fix up boxes build system.onefang2020-03-162-0/+33
|
* Merge remote-tracking branch 'boxes/master'onefang2020-03-1610-0/+4655
|\
| * Add a build script.onefang2020-03-163-0/+48
| |
| * Add a bunch of test key bindings.onefang2020-03-161-0/+15
| |
| * Update to toybox API change.onefang2020-03-161-7/+3
| |
| * Compile boxes by default.onefang2020-03-161-1/+1
| |
| * Toybox can't cope with a lack of a README, but gives you cryptic errors.onefang2020-03-161-0/+4
| | | | | | | | Wasted a whole fucking day on this.
| * Ignorance is bliss.onefang2020-03-161-0/+0
| |
| * Shuffle stuff.onefang2020-03-168-0/+0
| |
| * Adding old documentation.David Walter Seikel2015-03-112-0/+1136
| |
| * TODO++David Walter Seikel2015-01-041-1/+4
| |
| * Updated to match toybox 0.4.8, xmsprintf() -> xmprintf().David Walter Seikel2014-04-211-1/+1
| |
| * Minor comment fixes.David Walter Seikel2014-04-151-2/+2
| |
| * Switch to using ARRAY_LEN.David Walter Seikel2014-04-151-2/+2
| |
| * Fix up a couple of bugs in the buffer full case.David Walter Seikel2014-04-151-3/+5
| |
| * Better comments about CSI.David Walter Seikel2014-04-151-19/+28
| |
| * Switch to xread, remove excess error checking stuff.David Walter Seikel2014-04-151-9/+2
| |
| * Mark the key / command mapping structure constant.David Walter Seikel2014-04-151-1/+1
| |
| * Links about the different versions of showkey.David Walter Seikel2014-04-151-1/+4
| |
| * Change from using a bunch of callbacks to using one, with a structure and type.David Walter Seikel2014-04-155-166/+240
| |
| * Add a showkey toy. Not standard, I'll see if there's an actual standard later.David Walter Seikel2014-04-101-0/+125
| |
| * Various key mapping fixes for the editors.David Walter Seikel2014-02-011-3/+4
| |
| * Fix dumb off by one error in dumbsh.David Walter Seikel2014-02-011-1/+1
| |
| * Fixed dumbsh end of screen handling.David Walter Seikel2014-02-011-8/+5
| |
| * Rejig the joe commands a little. Now we have a quit.David Walter Seikel2014-02-011-4/+4
| |
| * Terminal resize now does the right thing in boxes.David Walter Seikel2014-02-011-2/+5
| |
| * Comment++David Walter Seikel2014-02-011-0/+1
| |
| * Disable mouse stuff until I actually write it.David Walter Seikel2014-02-011-2/+2
| |
| * Better method to tell if it's ordinary characters, and deal with partial ↵David Walter Seikel2014-02-014-37/+46
| | | | | | | | reads better.
| * Smarten up the CSI parser a little.David Walter Seikel2014-02-011-16/+13
| |
| * Fix typo in key definitions.David Walter Seikel2014-02-011-1/+1
| |