aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/sledjchisl (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Style the HTML better, and tweak other HTML things.onefang2020-03-181-14/+19
| | | | HTML sucks, and there's no decent small simple way to style checkboxen.
* Remove extranous free()s.onefang2020-03-181-3/+0
|
* Allow grid stats to be collected every 30 seconds.onefang2020-03-181-1/+1
|
* Now that ROBUST is saving it's PID, check for it on the stats web page.onefang2020-03-181-5/+16
|
* New logging levels - stuff only the developer needs to know during development.onefang2020-03-181-76/+80
|
* Indent code properly.onefang2020-03-181-46/+38
|
* TODO++ and comment clean up.onefang2020-03-181-1/+5
|
* 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-171-38/+89
|
* Add an About me textarea.onefang2020-03-171-0/+31
|
* Add a ToS block.onefang2020-03-171-0/+2
|
* 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-166-0/+5801