| Commit message (Expand) | Author | Files | Lines |
2020-05-07 | Rewrite the web session stuff. | onefang | 2 | -148/+254 |
2020-05-07 | Comment out database debugging stuff for now. | onefang | 1 | -31/+33 |
2020-05-07 | Leak-- | onefang | 1 | -0/+1 |
2020-04-30 | Config option to allow other web sites to iFrame our pages. | onefang | 2 | -2/+28 |
2020-04-27 | Don't fall over on NULL FCGI path. | onefang | 1 | -0/+7 |
2020-04-25 | Don't delete old accounts and sessions on startup now. | onefang | 1 | -1/+4 |
2020-04-25 | Test mode -> experimental mode. | onefang | 1 | -9/+8 |
2020-04-25 | Oops. | onefang | 1 | -2/+2 |
2020-04-25 | Create in world accounts! | onefang | 1 | -21/+286 |
2020-04-25 | Some db clean up, and support INSERT. | onefang | 1 | -50/+156 |
2020-04-25 | Clean up cleanup(). | onefang | 1 | -1/+8 |
2020-04-25 | Comment out the Lua example at the very end. | onefang | 1 | -7/+9 |
2020-04-23 | Leak instead of crash, until I sort it out later. | onefang | 1 | -1/+1 |
2020-04-23 | Maybe fix that DB crash? | onefang | 1 | -2/+2 |
2020-04-23 | Trying to track down MariaDB leaks. | onefang | 1 | -14/+59 |
2020-04-23 | Leaks-- | onefang | 1 | -11/+52 |
2020-04-23 | Failed attempt to show a saved message. | onefang | 1 | -0/+2 |
2020-04-23 | If the validation changed things, reload the input form. | onefang | 1 | -1/+3 |
2020-04-23 | Code white space fixup. | onefang | 1 | -1/+1 |
2020-04-23 | Ignore the previous commit, this should fix the actual bug. My fault. lol | onefang | 1 | -1/+1 |
2020-04-23 | Attempt to work around what might be a bug in MariaDB. | onefang | 1 | -1/+1 |
2020-04-23 | Linky-hashish is now a Base64, it saves a tiny bit of space in emails. | onefang | 1 | -9/+20 |
2020-04-23 | Quote email file. | onefang | 1 | -1/+1 |
2020-04-23 | Typo-- | onefang | 1 | -1/+1 |
2020-04-23 | TODO-- | onefang | 1 | -1/+1 |
2020-04-23 | Fix up Base64 encoding / decoding to actually work. | onefang | 1 | -9/+14 |
2020-04-22 | Send the validation email. | onefang | 1 | -3/+75 |
2020-04-22 | Filter out things from the level selector. | onefang | 1 | -1/+3 |
2020-04-22 | Various fixes and additions I'm too tired to untangle now. lol | onefang | 1 | -123/+249 |
2020-04-22 | Typo-- | onefang | 1 | -1/+1 |
2020-04-22 | No more chill out and veg out. | onefang | 1 | -4/+4 |
2020-04-22 | Comments ++ -- and commented out unused code. | onefang | 1 | -6/+5 |
2020-04-21 | Only check password on login. | onefang | 1 | -1/+3 |
2020-04-21 | Fix up backing out of the list of users. | onefang | 1 | -2/+2 |
2020-04-21 | Part of the validated member list code. | onefang | 1 | -0/+98 |
2020-04-21 | Fix some leaks. | onefang | 1 | -9/+34 |
2020-04-21 | Use the new button titles. | onefang | 1 | -2/+2 |
2020-04-21 | Mention other restrictions on names. | onefang | 1 | -3/+3 |
2020-04-21 | Fix up buttons to show a different title to the name. | onefang | 1 | -5/+5 |
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 |
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 |