Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Still failing to reconnect for dbCount(), just set the fucking timeout to a ↵ | onefang | 2020-06-01 | 1 | -3/+3 |
| | | | | year. | ||||
* | Deal with the database connection going away, and various related clean ups. | onefang | 2020-05-22 | 1 | -355/+402 |
| | | | | Or try to, MariaDB don't make it easy. | ||||
* | Clear out some no longer needed stuff. | onefang | 2020-05-21 | 1 | -91/+2 |
| | |||||
* | Leaks -= | onefang | 2020-05-20 | 1 | -13/+34 |
| | |||||
* | Print the name from the session in various places. | onefang | 2020-05-18 | 1 | -3/+3 |
| | |||||
* | Comments += | onefang | 2020-05-18 | 1 | -0/+2 |
| | |||||
* | Show account name correctly. | onefang | 2020-05-18 | 1 | -7/+8 |
| | |||||
* | Various small cleanups. | onefang | 2020-05-18 | 1 | -16/+0 |
| | |||||
* | TODO += 3 | onefang | 2020-05-18 | 1 | -0/+4 |
| | |||||
* | Don't add two user queries. | onefang | 2020-05-18 | 1 | -10/+10 |
| | |||||
* | Fix the last of the known leaks. | onefang | 2020-05-16 | 1 | -37/+78 |
| | |||||
* | No more database leaks. | onefang | 2020-05-14 | 1 | -83/+61 |
| | |||||
* | Leakies +/- | onefang | 2020-05-14 | 1 | -20/+25 |
| | |||||
* | Comments++ | onefang | 2020-05-14 | 1 | -0/+2 |
| | |||||
* | Clean up the cleaning up. | onefang | 2020-05-14 | 1 | -143/+266 |
| | | | | | | | | Sanitize on input. Use raw stuff internaly. Escape on output. | ||||
* | Remove the email from the validation page. | onefang | 2020-05-11 | 1 | -1/+1 |
| | |||||
* | Stop reporting silly numbers of locals. | onefang | 2020-05-11 | 1 | -1/+4 |
| | |||||
* | Typo-- | onefang | 2020-05-11 | 1 | -1/+1 |
| | |||||
* | Don't allow lowering level. | onefang | 2020-05-09 | 1 | -1/+4 |
| | | | | Have to do that the hard way in the console. | ||||
* | Add about me to the account edit page. | onefang | 2020-05-09 | 1 | -1/+1 |
| | |||||
* | Save Lua account symlinks to the correct UUID. | onefang | 2020-05-09 | 1 | -1/+1 |
| | |||||
* | Various comment tweaks. | onefang | 2020-05-07 | 1 | -3/+18 |
| | |||||
* | Rewrite the web session stuff. | onefang | 2020-05-07 | 2 | -148/+254 |
| | |||||
* | Comment out database debugging stuff for now. | onefang | 2020-05-07 | 1 | -31/+33 |
| | |||||
* | Leak-- | onefang | 2020-05-07 | 1 | -0/+1 |
| | |||||
* | Config option to allow other web sites to iFrame our pages. | onefang | 2020-04-30 | 2 | -2/+28 |
| | | | | Coz someone asked for it. | ||||
* | Don't fall over on NULL FCGI path. | onefang | 2020-04-27 | 1 | -0/+7 |
| | |||||
* | Don't delete old accounts and sessions on startup now. | onefang | 2020-04-25 | 1 | -1/+4 |
| | |||||
* | Test mode -> experimental mode. | onefang | 2020-04-25 | 1 | -9/+8 |
| | |||||
* | Default inventory now includes fully dressed female and male. | onefang | 2020-04-25 | 1 | -0/+0 |
| | |||||
* | Oops. | onefang | 2020-04-25 | 1 | -2/+2 |
| | |||||
* | The IAR used to create in world accunt inventories. | onefang | 2020-04-25 | 1 | -0/+0 |
| | | | | | Should all be open source stuff. I should track down the creators and licences. | ||||
* | Create in world accounts! | onefang | 2020-04-25 | 1 | -21/+286 |
| | |||||
* | Some db clean up, and support INSERT. | onefang | 2020-04-25 | 1 | -50/+156 |
| | |||||
* | Clean up cleanup(). | onefang | 2020-04-25 | 1 | -1/+8 |
| | |||||
* | Comment out the Lua example at the very end. | onefang | 2020-04-25 | 1 | -7/+9 |
| | |||||
* | Leak instead of crash, until I sort it out later. | onefang | 2020-04-23 | 1 | -1/+1 |
| | |||||
* | Maybe fix that DB crash? | onefang | 2020-04-23 | 1 | -2/+2 |
| | |||||
* | Trying to track down MariaDB leaks. | onefang | 2020-04-23 | 1 | -14/+59 |
| | |||||
* | Leaks-- | onefang | 2020-04-23 | 1 | -11/+52 |
| | |||||
* | Failed attempt to show a saved message. | onefang | 2020-04-23 | 1 | -0/+2 |
| | |||||
* | If the validation changed things, reload the input form. | onefang | 2020-04-23 | 1 | -1/+3 |
| | |||||
* | Code white space fixup. | onefang | 2020-04-23 | 1 | -1/+1 |
| | |||||
* | Ignore the previous commit, this should fix the actual bug. My fault. lol | onefang | 2020-04-23 | 1 | -1/+1 |
| | |||||
* | Attempt to work around what might be a bug in MariaDB. | onefang | 2020-04-23 | 1 | -1/+1 |
| | | | | | | | | | Getting lots of - Invalid write of size 1 Address 0xfad1f44 is 0 bytes after a block of size 36 alloc'd Always 36. | ||||
* | Linky-hashish is now a Base64, it saves a tiny bit of space in emails. | onefang | 2020-04-23 | 1 | -9/+20 |
| | |||||
* | Quote email file. | onefang | 2020-04-23 | 1 | -1/+1 |
| | |||||
* | Typo-- | onefang | 2020-04-23 | 1 | -1/+1 |
| | |||||
* | TODO-- | onefang | 2020-04-23 | 1 | -1/+1 |
| | |||||
* | Fix up Base64 encoding / decoding to actually work. | onefang | 2020-04-23 | 1 | -9/+14 |
| |