Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-04-19 | Fix up name validation. | onefang | 1 | -18/+27 | |
2020-04-19 | Add a simple voucher field. | onefang | 1 | -1/+36 | |
2020-04-19 | Actually validate their age. | onefang | 1 | -0/+11 | |
2020-04-19 | Apply CSS colours and fonts to all the widget types. | onefang | 1 | -4/+5 | |
Coz only setting it for body isn't good enough. | |||||
2020-04-19 | Lots of changes, mostly a rewrite of how the dynamic pages work. | onefang | 1 | -1019/+1820 | |
2020-04-19 | TODO++ | onefang | 1 | -4/+15 | |
2020-04-19 | Move NOTES.txt, and write some more. | onefang | 1 | -0/+172 | |
2020-04-18 | No make distclean for fcgi. | onefang | 1 | -1/+1 | |
2020-04-13 | Start all the sims. | onefang | 1 | -2/+2 | |
2020-04-12 | A small script to tickle the database. | onefang | 1 | -0/+26 | |
2020-04-12 | Add the web host name to the config file. | onefang | 1 | -0/+1 | |
2020-03-24 | TODO-- | onefang | 1 | -3/+1 | |
2020-03-24 | Run directory has to be set group ID, so the tmux socket can be shared by ↵ | onefang | 1 | -1/+2 | |
those in the opensimsc group. | |||||
2020-03-24 | Install instructions + web socket directory has to be web server readable. | onefang | 1 | -1/+2 | |
2020-03-24 | Typo-- | onefang | 1 | -1/+1 | |
2020-03-24 | Poor mans logging of FCGI, for now. | onefang | 2 | -1/+2 | |
2020-03-24 | Add a debug setting. | onefang | 2 | -22/+39 | |
2020-03-24 | TODO++ | onefang | 1 | -1/+3 | |
2020-03-24 | Add license notes. | onefang | 1 | -0/+6 | |
2020-03-24 | Add some installation instructions for sledjchisl. | onefang | 1 | -1/+67 | |
2020-03-21 | TODO-- | onefang | 1 | -30/+0 | |
2020-03-21 | Plug more leaks. | onefang | 1 | -6/+13 | |
I'm more and more sure that the rest are MariaDBs fault, but I'm still searching. | |||||
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 | 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 | |