Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-03-21 | More version numbers. | onefang | 1 | -0/+2 | |
2020-03-21 | Better sucure memory wipe. | onefang | 1 | -11/+4 | |
2020-03-19 | It's actually qLibc. | onefang | 1 | -6/+6 | |
2020-03-19 | qtreetbl doesn't have a put and get int, and I may want to switch to it. | onefang | 1 | -4/+7 | |
2020-03-19 | TODO++ | onefang | 1 | -0/+4 | |
2020-03-19 | Plug a lot of leaks. | onefang | 1 | -181/+279 | |
Still some left, mostly in the database code. Some of the remaining leaks I think are in the third party libraries. | |||||
2020-03-18 | Make HTML checkbox validation work. | onefang | 1 | -0/+2 | |
2020-03-18 | Major rewrite of the validation code. | onefang | 1 | -272/+304 | |
Other things might have snuck into this mess. Make sure errors cause pages to reload with the data that was entered, so they can easily correct it. | |||||
2020-03-18 | Include all stuff in a session file. | onefang | 1 | -16/+28 | |
2020-03-18 | Some log message tweaks. | onefang | 1 | -6/+6 | |
2020-03-18 | Bit more HMTL tweaking. | onefang | 1 | -1/+4 | |
2020-03-18 | Style the HTML better, and tweak other HTML things. | onefang | 1 | -14/+19 | |
HTML sucks, and there's no decent small simple way to style checkboxen. | |||||
2020-03-18 | Remove extranous free()s. | onefang | 1 | -3/+0 | |
2020-03-18 | Allow grid stats to be collected every 30 seconds. | onefang | 1 | -1/+1 | |
2020-03-18 | Now that ROBUST is saving it's PID, check for it on the stats web page. | onefang | 1 | -5/+16 | |
2020-03-18 | New logging levels - stuff only the developer needs to know during development. | onefang | 1 | -76/+80 | |
2020-03-18 | Indent code properly. | onefang | 1 | -46/+38 | |
2020-03-18 | TODO++ and comment clean up. | onefang | 1 | -1/+5 | |
2020-03-17 | TODO++ | onefang | 1 | -0/+2 | |
2020-03-17 | Various other shuffles and clean ups. | onefang | 1 | -17/+23 | |
2020-03-17 | Move the tmux check until after we have loaded the config and paths. | onefang | 1 | -19/+16 | |
2020-03-17 | Remove cruft now that we are back to using full toybox again. | onefang | 1 | -12/+0 | |
2020-03-17 | Various comment clean ups. | onefang | 1 | -5/+5 | |
2020-03-17 | Switch to using FHS style directories, and create them all at startup. | onefang | 1 | -38/+89 | |
2020-03-17 | Add an About me textarea. | onefang | 1 | -0/+31 | |
2020-03-17 | Add a ToS block. | onefang | 1 | -0/+2 | |
2020-03-17 | TODO++ | onefang | 1 | -0/+2 | |
2020-03-17 | Various white space and language clean ups. | onefang | 1 | -13/+15 | |
2020-03-17 | Don't pass around psswrd anymore. | onefang | 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. | |||||
2020-03-17 | Oops, part of last commit. | onefang | 1 | -0/+2 | |
2020-03-17 | Only try to load users Lua file on login. | onefang | 1 | -27/+28 | |
2020-03-17 | HTML labels before their input fields. | onefang | 1 | -2/+2 | |
2020-03-17 | Load the local config file first, then let it be overridden by system and ↵ | onefang | 1 | -2/+2 | |
home config files. Also log the loaded config file when doing web stuff as well. | |||||
2020-03-17 | Update list of dependencies. | onefang | 1 | -1/+1 | |
2020-03-16 | Finally add the sledjchisl C & Lua maanger, and friends. | onefang | 6 | -0/+5801 | |