Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Only check password on login. | onefang | 2020-04-21 | 1 | -1/+3 | |
| | ||||||
* | Fix up backing out of the list of users. | onefang | 2020-04-21 | 1 | -2/+2 | |
| | | | | "cancel" has a special meaning, so use "back" instead. | |||||
* | Part of the validated member list code. | onefang | 2020-04-21 | 1 | -0/+98 | |
| | ||||||
* | Fix some leaks. | onefang | 2020-04-21 | 1 | -9/+34 | |
| | ||||||
* | Use the new button titles. | onefang | 2020-04-21 | 1 | -2/+2 | |
| | ||||||
* | Mention other restrictions on names. | onefang | 2020-04-21 | 1 | -3/+3 | |
| | ||||||
* | Fix up buttons to show a different title to the name. | onefang | 2020-04-21 | 1 | -5/+5 | |
| | ||||||
* | Fix up name validation. | onefang | 2020-04-19 | 1 | -18/+27 | |
| | ||||||
* | Add a simple voucher field. | onefang | 2020-04-19 | 1 | -1/+36 | |
| | ||||||
* | Actually validate their age. | onefang | 2020-04-19 | 1 | -0/+11 | |
| | ||||||
* | Apply CSS colours and fonts to all the widget types. | onefang | 2020-04-19 | 1 | -4/+5 | |
| | | | | Coz only setting it for body isn't good enough. | |||||
* | Lots of changes, mostly a rewrite of how the dynamic pages work. | onefang | 2020-04-19 | 1 | -1019/+1820 | |
| | ||||||
* | TODO++ | onefang | 2020-04-19 | 1 | -4/+15 | |
| | ||||||
* | Move NOTES.txt, and write some more. | onefang | 2020-04-19 | 1 | -0/+172 | |
| | ||||||
* | No make distclean for fcgi. | onefang | 2020-04-18 | 1 | -1/+1 | |
| | ||||||
* | Start all the sims. | onefang | 2020-04-13 | 1 | -2/+2 | |
| | ||||||
* | A small script to tickle the database. | onefang | 2020-04-12 | 1 | -0/+26 | |
| | ||||||
* | Add the web host name to the config file. | onefang | 2020-04-12 | 1 | -0/+1 | |
| | ||||||
* | TODO-- | onefang | 2020-03-24 | 1 | -3/+1 | |
| | ||||||
* | Run directory has to be set group ID, so the tmux socket can be shared by ↵ | onefang | 2020-03-24 | 1 | -1/+2 | |
| | | | | those in the opensimsc group. | |||||
* | Install instructions + web socket directory has to be web server readable. | onefang | 2020-03-24 | 1 | -1/+2 | |
| | ||||||
* | Typo-- | onefang | 2020-03-24 | 1 | -1/+1 | |
| | ||||||
* | Poor mans logging of FCGI, for now. | onefang | 2020-03-24 | 2 | -1/+2 | |
| | ||||||
* | Add a debug setting. | onefang | 2020-03-24 | 2 | -22/+39 | |
| | ||||||
* | TODO++ | onefang | 2020-03-24 | 1 | -1/+3 | |
| | ||||||
* | Add license notes. | onefang | 2020-03-24 | 1 | -0/+6 | |
| | ||||||
* | Add some installation instructions for sledjchisl. | onefang | 2020-03-24 | 1 | -1/+67 | |
| | ||||||
* | TODO-- | onefang | 2020-03-21 | 1 | -30/+0 | |
| | ||||||
* | Plug more leaks. | onefang | 2020-03-21 | 1 | -6/+13 | |
| | | | | | I'm more and more sure that the rest are MariaDBs fault, but I'm still searching. | |||||
* | More version numbers. | onefang | 2020-03-21 | 1 | -0/+2 | |
| | ||||||
* | Better sucure memory wipe. | onefang | 2020-03-21 | 1 | -11/+4 | |
| | ||||||
* | It's actually qLibc. | onefang | 2020-03-19 | 1 | -6/+6 | |
| | ||||||
* | qtreetbl doesn't have a put and get int, and I may want to switch to it. | onefang | 2020-03-19 | 1 | -4/+7 | |
| | ||||||
* | Add a more verbose leak check. | onefang | 2020-03-19 | 1 | -4/+4 | |
| | ||||||
* | TODO++ | onefang | 2020-03-19 | 1 | -0/+4 | |
| | ||||||
* | Plug a lot of leaks. | onefang | 2020-03-19 | 1 | -181/+279 | |
| | | | | | | Still some left, mostly in the database code. Some of the remaining leaks I think are in the third party libraries. | |||||
* | Make HTML checkbox validation work. | onefang | 2020-03-18 | 1 | -0/+2 | |
| | ||||||
* | Major rewrite of the validation code. | onefang | 2020-03-18 | 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. | |||||
* | Include all stuff in a session file. | onefang | 2020-03-18 | 1 | -16/+28 | |
| | ||||||
* | Some log message tweaks. | onefang | 2020-03-18 | 1 | -6/+6 | |
| | ||||||
* | Bit more HMTL tweaking. | onefang | 2020-03-18 | 1 | -1/+4 | |
| | ||||||
* | Style the HTML better, and tweak other HTML things. | onefang | 2020-03-18 | 1 | -14/+19 | |
| | | | | HTML sucks, and there's no decent small simple way to style checkboxen. | |||||
* | Remove extranous free()s. | onefang | 2020-03-18 | 1 | -3/+0 | |
| | ||||||
* | Allow grid stats to be collected every 30 seconds. | onefang | 2020-03-18 | 1 | -1/+1 | |
| | ||||||
* | Now that ROBUST is saving it's PID, check for it on the stats web page. | onefang | 2020-03-18 | 1 | -5/+16 | |
| | ||||||
* | New logging levels - stuff only the developer needs to know during development. | onefang | 2020-03-18 | 1 | -76/+80 | |
| | ||||||
* | Indent code properly. | onefang | 2020-03-18 | 1 | -46/+38 | |
| | ||||||
* | TODO++ and comment clean up. | onefang | 2020-03-18 | 1 | -1/+5 | |
| | ||||||
* | TODO++ | onefang | 2020-03-17 | 1 | -0/+2 | |
| | ||||||
* | Various other shuffles and clean ups. | onefang | 2020-03-17 | 1 | -17/+23 | |
| |