Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | Add a more verbose leak check. | onefang | 1 | -4/+4 | |
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 | 2 | -40/+91 | |
2020-03-17 | Add an About me textarea. | onefang | 1 | -0/+31 | |
2020-03-17 | Add a ToS block. | onefang | 2 | -0/+29 | |
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 | 9 | -20/+5948 | |
2020-03-16 | Fix up boxes build system. | onefang | 2 | -0/+45 | |
2020-03-16 | Revert "The new sledjchisl binary, to replace the management scripts and web ↵ | onefang | 18 | -7258/+0 | |
stuff." This reverts commit 34c5ee4c2a489a506e93d5b303fbc80b263747f0. | |||||
2020-03-16 | Revert "Bitch if we can't read the OpenSim config file." | onefang | 1 | -5/+0 | |
This reverts commit 2f66c46e7ce18d60cd1f565880fb7762b3399ccb. | |||||
2020-03-16 | Revert "Clean up the <p> HTML tags." | onefang | 1 | -2/+2 | |
This reverts commit 10ed36b3452ce6373175112716b043047dc896a9. | |||||
2020-03-16 | Revert "Add notes on extras to be installed." | onefang | 1 | -4/+0 | |
This reverts commit d4ea3e50173df1ad646bdb7dc802f5d320b7e511. | |||||
2020-03-16 | Revert "Missed a <p> tag cleanup." | onefang | 1 | -1/+1 | |
This reverts commit d9c772712e27c8e25fab0d17555a9bc11017a125. | |||||
2020-03-16 | Add a build script. | onefang | 1 | -0/+3 | |
2020-03-16 | Add a bunch of test key bindings. | onefang | 1 | -0/+15 | |
2020-03-16 | Update to toybox API change. | onefang | 1 | -7/+3 | |
2020-03-16 | Compile boxes by default. | onefang | 1 | -1/+1 | |
2020-03-16 | Toybox can't cope with a lack of a README, but gives you cryptic errors. | onefang | 1 | -0/+4 | |
Wasted a whole fucking day on this. | |||||
2020-03-16 | Shuffle stuff. | onefang | 8 | -0/+4625 | |
2020-02-27 | Missed a <p> tag cleanup. | onefang | 1 | -1/+1 | |
2020-02-27 | Add notes on extras to be installed. | onefang | 1 | -0/+4 | |
2020-02-27 | Clean up the <p> HTML tags. | onefang | 1 | -2/+2 | |
2020-02-27 | Bitch if we can't read the OpenSim config file. | onefang | 1 | -0/+5 | |